Update comment.
[pspp] / ChangeLog
1 2010-04-10  Bruno Haible  <bruno@clisp.org>
2
3         mkdir: Make it work on mingw64.
4         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
5         * lib/mkdir.c: Update comment.
6         Reported by Roman Donchenko (Роман Донченко) <dxdragon@yandex.ru>.
7
8 2010-04-10  Bruno Haible  <bruno@clisp.org>
9
10         Don't override improved macro from newer autoconf.
11         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
12         autoconf >= 2.62.
13         Reported by Joel E. Denny <jdenny@clemson.edu>.
14
15 2010-04-10  Jim Meyering  <meyering@redhat.com>
16
17         maint.mk: new syntax-check rule: prohibit empty lines at end of file
18         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
19
20         maint.mk: correct a diagnostic
21         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
22         in diagnostic; now use $prohibit.
23
24 2010-04-10  Bruno Haible  <address@hidden>
25
26         fchownat: Fix a C++ test error on Solaris 8.
27         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
28         the function does not exist.
29
30 2010-04-10  Bruno Haible  <bruno@clisp.org>
31
32         vasnprintf: Add more tests.
33         * tests/test-vasnprintf-posix.c: Include <errno.h>.
34         (test_function): Test converting an invalid wide string.
35
36         vasnprintf: Correct handling of unconvertible wide string arguments.
37         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
38         VASNPRINTF.
39         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
40         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
41         smaller than the expected maximum need for the directive. Set errno to
42         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
43         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
44         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
45         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
46         * modules/vasnprintf (Files): Add m4/printf.m4.
47         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
48
49 2010-04-10  Bruno Haible  <bruno@clisp.org>
50
51         vasnprintf: Fix crash in %ls directive.
52         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
53         string is passed as argument to %ls, with no precision and no width.
54         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
55
56 2010-04-10  Bruno Haible  <bruno@clisp.org>
57
58         vasnprintf: Fix multiple test failures on mingw.
59         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
60         _snprintf, or snwprintf, not _snwprintf.
61
62 2010-04-10  Bruno Haible  <bruno@clisp.org>
63
64         write: Fix a C++ test error on mingw.
65         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
66
67 2010-04-10  Bruno Haible  <bruno@clisp.org>
68
69         vasnprintf test: Reduce code duplication.
70         * tests/test-vasnprintf.c (test_function): New function, extracted from
71         test_vasnprintf.
72         (test_vasnprintf, test_asnprintf): Invoke it.
73
74 2010-04-10  Bruno Haible  <bruno@clisp.org>
75
76         strnlen: Fix warning in C++ mode on MacOS X.
77         * lib/string.in.h (strnlen): Use the modern idiom.
78         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
79         defining strnlen as a macro already in <config.h>.
80         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
81         REPLACE_STRNLEN.
82         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
83         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
84
85 2010-04-08  James Youngman  <jay@gnu.org>
86
87         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
88         the example.
89
90 2010-04-09  Jim Meyering  <meyering@redhat.com>
91
92         maint.mk: print better diagnostic when there is no $(_hv_file)
93         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
94         announce that when $(_hv_file) (aka help-version) does not exist.
95
96         init.sh: run tr in the "C" locale to avoid multibyte interpretation
97         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
98         not try to interpret its random input bytes.  Jarno Rajahalme reported
99         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
100         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
101         (mktempd_): Likewise, just in case.
102
103         ftruncate: add two years to projected module removal date: 2012
104         * m4/ftruncate.m4: Adjust comments.
105
106         ftruncate: mark module as obsolete; even MinGW provides it, now
107         * modules/ftruncate (Status): Obsolete.
108         (Notice): Say that.
109         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
110         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
111
112 2010-04-08  Bruno Haible  <bruno@clisp.org>
113
114         Fix side effects from tests-related modules.
115         * modules/dprintf-posix (Comment): New section.
116         * modules/fprintf-posix (Comment): Likewise.
117         * modules/obstack-printf-posix (Comment): Likewise.
118         * modules/printf-posix (Comment): Likewise.
119         * modules/snprintf-posix (Comment): Likewise.
120         * modules/sprintf-posix (Comment): Likewise.
121         * modules/vasnprintf-posix (Comment): Likewise.
122         * modules/vasprintf-posix (Comment): Likewise.
123         * modules/vdprintf-posix (Comment): Likewise.
124         * modules/vfprintf-posix (Comment): Likewise.
125         * modules/vprintf-posix (Comment): Likewise.
126         * modules/vsnprintf-posix (Comment): Likewise.
127         * modules/vsprintf-posix (Comment): Likewise.
128         * modules/xprintf-posix (Comment): Likewise.
129         * modules/xvasprintf-posix (Comment): Likewise.
130         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
131         * modules/floorf-tests (Depends-on): Likewise.
132         * modules/round-tests (Depends-on): Likewise.
133         * modules/roundf-tests (Depends-on): Likewise.
134         * modules/trunc-tests (Depends-on): Likewise.
135         * modules/truncf-tests (Depends-on): Likewise.
136         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
137         'fprintf-posix' module is not present.
138         * tests/test-floorf2.c (check): Likewise.
139         * tests/test-trunc2.c (check): Likewise.
140         * tests/test-truncf2.c (check): Likewise.
141         * tests/test-round2.c (equal): Likewise.
142         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
143
144 2010-04-07  Karl Berry  <karl@gnu.org>
145
146         * config/srclist.txt,
147         * config/srclistvars.sh,
148         * config/srclist-update: doc fixes.
149
150 2010-04-07  Jim Meyering  <meyering@redhat.com>
151
152         maint.mk: add a PATH crosschecking syntax-check rule
153         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
154         Useful if you use a test like the one in help-version (coreutils,
155         diffutils, grep, gzip) that ensures $(VERSION) matches what is
156         printed by prog --version.
157
158 2010-04-06  Bruno Haible  <bruno@clisp.org>
159
160         Fix link error on mingw.
161         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
162         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
163
164 2010-04-06  Bruno Haible  <bruno@clisp.org>
165
166         Assume rmdir exists.
167         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
168
169 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
170
171         doc: update users.txt
172         * users.txt: Add gcal.
173
174 2010-04-06  Jim Meyering  <meyering@redhat.com>
175
176         init.sh: simply unset TMPDIR rather than risking env -i
177         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
178         although it probably works fine on all Unix-based systems, some
179         systems (Cygwin?) cannot tolerate a totally cleared environment.
180         Suggestion from Eric Blake.
181
182 2010-04-06  Jim Meyering  <meyering@redhat.com>
183
184         init.sh: portability fix: use env's POSIX-specified -i option not -u
185         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
186         than unportable env -u.  Solaris 5.11's env lacks support for -u.
187
188 2010-04-05  Bruno Haible  <bruno@clisp.org>
189
190         btowc: Work around Cygwin 1.7.2 bug.
191         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
192         does not map NUL to 0.
193         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
194
195 2010-04-05  Bruno Haible  <bruno@clisp.org>
196
197         Make the multithread modules work on Cygwin 1.7.2.
198         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
199         imported symbols can be declared weak, so that it returns "no" on
200         Cygwin 1.7.2.
201
202 2010-04-05  Bruno Haible  <bruno@clisp.org>
203
204         Use the module 'strncat'.
205         * modules/unistr/u8-strncat (Depends-on): Add strncat.
206
207         Tests for module 'strncat'.
208         * modules/strncat-tests: New file.
209         * tests/test-strncat.c: New file.
210
211         New module 'strncat'.
212         * lib/string.in.h (strncat): New declaration.
213         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
214         * m4/strncat.m4: New file, based on m4/memchr.m4.
215         * modules/strncat: New file.
216         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
217         is declared.
218         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
219         REPLACE_STRNCAT.
220         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
221         REPLACE_STRNCAT.
222         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
223         module.
224         * tests/test-string-c++.cc: Check signature of strncat.
225
226 2010-04-05  Jim Meyering  <meyering@redhat.com>
227
228         xstrtoumax-tests: convert to use init.sh
229         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
230         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
231         Use Exit, not exit.
232         Remove uses of $EXEEXT and "./" to run a program in the current dir.
233
234         xstrtoimax-tests: convert to use init.sh
235         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
236         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
237         Use Exit, not exit.
238         Remove uses of $EXEEXT and "./" to run a program in the current dir.
239
240 2010-04-05  Bruno Haible  <bruno@clisp.org>
241
242         sys_socket: Avoid #define replacements in C++ mode.
243         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
244         warning to the function if possible, rather than #defining the symbol
245         to a dysfunctional alias.
246
247 2010-04-05  Bruno Haible  <bruno@clisp.org>
248
249         fseeko: Fix C++ test error on mingw.
250         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
251         gl_FUNC_FSEEKO.
252         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
253         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
254         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
255         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
256
257 2010-04-05  Bruno Haible  <bruno@clisp.org>
258
259         duplocale: Improve test output.
260         * tests/test-duplocale.c (main): Print reason for skipped test.
261
262 2010-04-05  Bruno Haible  <bruno@clisp.org>
263
264         Assume rmdir exists.
265         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
266         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
267
268 2010-04-05  Bruno Haible  <bruno@clisp.org>
269
270         Fix link error on Solaris 8 with cc.
271         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
272
273 2010-04-05  Bruno Haible  <bruno@clisp.org>
274
275         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
276         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
277
278 2010-04-05  Bruno Haible  <bruno@clisp.org>
279
280         vasprintf: Update documentation.
281         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
282
283 2010-04-05  Bruno Haible  <bruno@clisp.org>
284
285         ptsname: Improve test.
286         * tests/test-ptsname.c (main): Also try the various master names of BSD
287         systems.
288
289 2010-04-05  Bruno Haible  <bruno@clisp.org>
290
291         memchr: Avoid a possible C++ test error.
292         * lib/string.in.h (memchr): Provide declaration if function is missing.
293         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
294         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
295         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
296         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
297
298 2010-04-05  Bruno Haible  <bruno@clisp.org>
299
300         strtok_r: Improve idiom.
301         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
302         AC_LIBOBJ is used.
303
304 2010-04-05  Bruno Haible  <bruno@clisp.org>
305
306         strdup: Improve idiom.
307         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
308         AC_LIBOBJ is used.
309         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
310         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
311         when AC_LIBOBJ is used.
312
313 2010-04-05  Bruno Haible  <bruno@clisp.org>
314
315         mbsinit, mbrtowc, wcrtomb: Improve idioms.
316         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
317         don't set REPLACE_MBSINIT to 1.
318         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
319         don't set REPLACE_MBRTOWC to 1.
320         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
321         exist, don't set REPLACE_MBSRTOWCS to 1.
322         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
323         exist, don't set REPLACE_MBSNRTOWCS to 1.
324         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
325         don't set REPLACE_WCRTOMB to 1.
326         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
327         exist, don't set REPLACE_WCSRTOMBS to 1.
328         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
329         exist, don't set REPLACE_WCSNRTOMBS to 1.
330
331 2010-04-05  Bruno Haible  <bruno@clisp.org>
332
333         ldexpl: Improve idiom.
334         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
335         make sure to set HAVE_DECL_LDEXPL to 0.
336
337 2010-04-05  Jim Meyering  <meyering@redhat.com>
338
339         xstrtol-tests: convert to use init.sh
340         * modules/xstrtol-tests (Files): Add tests/init.sh.
341         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
342         Use Exit, not exit.
343         Remove uses of $EXEEXT and "./" to run a program in the current dir.
344
345         atexit-tests: convert to use init.sh
346         * modules/atexit-tests (Files): Add tests/init.sh.
347         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
348         Use Exit, not exit.
349         Remove uses of $EXEEXT and "./" to run a program in the current dir.
350
351         init.sh: fix typo
352         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
353
354         init.sh: make it easier for a test script to write to the tty, ...
355         when using automake's parallel-tests mode.
356         * tests/init.sh (stderr_fileno_): Define overridable variable.
357         (warn_): New function, to use it.
358         (fail_, skip_, framework_failure_): Use warn_.
359
360 2010-04-04  Bruno Haible  <bruno@clisp.org>
361
362         btowc: Avoid warning.
363         * lib/btowc.c: Include <stdlib.h>.
364         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
365
366 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
367             Bruno Haible  <bruno@clisp.org>
368
369         wchar: Port to NetBSD 1.5.
370         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
371         * lib/wctype.in.h (WEOF): Likewise.
372
373 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
374             Bruno Haible  <bruno@clisp.org>
375
376         Port extended stdio to NetBSD 1.5.
377         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
378         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
379         older.
380
381 2010-04-04  Bruno Haible  <bruno@clisp.org>
382
383         string: Remove unused substitution.
384         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
385         HAVE_DECL_STRERROR.
386         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
387
388 2010-04-04  Bruno Haible  <bruno@clisp.org>
389
390         strtod: Avoid a possible C++ test error.
391         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
392         set REPLACE_STRTOD.
393
394 2010-04-04  Bruno Haible  <bruno@clisp.org>
395
396         strerror: Update documentation.
397         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
398
399 2010-04-04  Bruno Haible  <bruno@clisp.org>
400
401         stdio: Fix some C++ test errors on Solaris 8 with GCC.
402         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
403         _GL_CXXALIAS_SYS_CAST.
404
405 2010-04-04  Bruno Haible  <bruno@clisp.org>
406
407         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
408         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
409         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
410         REPLACE_FREXPL to 1.
411         * doc/posix-functions/frexpl.texi: Update documentation.
412
413 2010-04-04  Bruno Haible  <bruno@clisp.org>
414
415         math: Fix some C++ test errors on Solaris 8 and Cygwin.
416         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
417
418 2010-04-04  Bruno Haible  <bruno@clisp.org>
419
420         Implement nanosleep for native Windows.
421         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
422
423 2010-04-04  Bruno Haible  <bruno@clisp.org>
424
425         math: Fix some C++ test errors on Solaris 8.
426         * lib/math.in.h (truncf, trunc): Use simpler idiom.
427
428 2010-04-04  Bruno Haible  <bruno@clisp.org>
429
430         math: Fix some C++ test errors on Cygwin.
431         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
432         truncl): Provide declaration if the system does not have it.
433         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
434         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
435         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
436         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
437         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
438         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
439         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
440         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
441         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
442         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
443         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
444         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
445         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
446         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
447         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
448         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
449         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
450         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
451         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
452         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
453         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
454         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
455
456 2010-04-04  Bruno Haible  <bruno@clisp.org>
457
458         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
459         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
460         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
461         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
462         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
463         * m4/isinf.m4 (gl_ISINF): Likewise.
464         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
465
466 2010-04-04  Bruno Haible  <bruno@clisp.org>
467
468         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
469         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
470
471 2010-04-04  Bruno Haible  <bruno@clisp.org>
472
473         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
474         * modules/tmpfile (configure.ac): Update.
475
476         tmpfile: Fix C++ test error on mingw.
477         * lib/stdio.in.h (tmpfile): New declaration.
478         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
479         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
480         * modules/tmpfile (Depends-on): Add stdio.
481         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
482         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
483         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
484         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
485         REPLACE_TMPFILE.
486         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
487
488 2010-04-04  Bruno Haible  <bruno@clisp.org>
489
490         ioctl: Fix C++ test error on mingw.
491         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
492         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
493         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
494
495 2010-04-03  Bruno Haible  <bruno@clisp.org>
496
497         wcwidth: Fix C++ test error on mingw.
498         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
499         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
500         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
501
502 2010-04-03  Bruno Haible  <bruno@clisp.org>
503
504         nanosleep: Fix C++ test error on mingw.
505         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
506         * lib/time.in.h (nanosleep): Use modern idiom.
507         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
508         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
509         REPLACE_NANOSLEEP to 1.
510         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
511         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
512
513 2010-04-03  Bruno Haible  <bruno@clisp.org>
514
515         strptime: Fix C++ test error on mingw.
516         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
517         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
518         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
519         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
520         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
521         not REPLACE_STRPTIME.
522         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
523         REPLACE_STRPTIME.
524
525 2010-04-03  Bruno Haible  <bruno@clisp.org>
526
527         timegm: Fix C++ test error on mingw.
528         * lib/time.in.h (timegm): Use modern idiom.
529         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
530         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
531         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
532         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
533
534 2010-04-03  Bruno Haible  <bruno@clisp.org>
535
536         timegm: Assume declaration if function exists.
537         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
538         if it exists. Don't clobber ac_cv_func_timegm.
539
540 2010-04-03  Bruno Haible  <bruno@clisp.org>
541
542         time_r: Fix C++ test error on mingw.
543         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
544         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
545         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
546         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
547         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
548
549 2010-04-03  Bruno Haible  <bruno@clisp.org>
550
551         time_r: Minor updates.
552         * modules/time_r (Description): Mention the provided functions.
553         * lib/time_r.c: Don't include <string.h>.
554         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
555         * doc/posix-functions/localtime_r.texi: Likewise.
556
557 2010-04-03  Bruno Haible  <bruno@clisp.org>
558
559         time: Fix regression introduced on 2010-03-08.
560         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
561         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
562
563 2010-04-03  Jim Meyering  <meyering@redhat.com>
564
565         maint.mk: don't silently disable project-specific syntax-check rules
566         * top/maint.mk (_prohibit_regexp): Define, to help people realize
567         that they need to convert their project-specific syntax-check rules
568         to use the new _sc_search_regexp.
569
570 2010-04-03  Bruno Haible  <bruno@clisp.org>
571
572         fchdir: Fix regression introduced on 2010-03-08.
573         * lib/unistd.in.h (fchdir): Fix declaration.
574         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
575         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
576         REPLACE_FCHDIR.
577         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
578         REPLACE_FCHDIR.
579
580 2010-04-03  Bruno Haible  <bruno@clisp.org>
581
582         getpagesize: Fix C++ test error on mingw.
583         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
584         system does not declare the function.
585         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
586         declared.
587         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
588         HAVE_DECL_GETPAGESIZE.
589         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
590
591 2010-04-03  Bruno Haible  <bruno@clisp.org>
592
593         stdio: Make C++ tests work on mingw.
594         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
595         does not declare the function.
596
597 2010-04-03  Bruno Haible  <bruno@clisp.org>
598
599         ftello: Fix C++ test error on mingw.
600         * lib/stdio.in.h (ftello): Use modern idiom.
601         * lib/ftello.c (ftello): Renamed from rpl_ftello.
602         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
603         is missing and that it needs to be replaced.
604         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
605         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
606         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
607
608 2010-04-03  Bruno Haible  <bruno@clisp.org>
609
610         fseeko: Fix C++ test error on mingw.
611         * lib/stdio.in.h (fseeko): Use modern idiom.
612         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
613         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
614         is missing and that it needs to be replaced.
615         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
616         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
617         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
618
619 2010-04-03  Bruno Haible  <bruno@clisp.org>
620
621         mkstemp: Fix C++ test error on mingw.
622         * lib/stdlib.in.h (mkstemp): Use modern idiom.
623         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
624         function is missing and that it needs to be replaced.
625         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
626         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
627
628 2010-04-03  Bruno Haible  <bruno@clisp.org>
629
630         stpncpy: Fix C++ test error on mingw.
631         * lib/string.in.h (stpncpy): Use modern idiom.
632         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
633         function is missing and that it needs to be replaced.
634         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
635         REPLACE_STPNCPY.
636         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
637
638 2010-04-03  Bruno Haible  <bruno@clisp.org>
639
640         sys_stat: Fix C++ test error on mingw.
641         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
642         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
643
644 2010-04-03  Bruno Haible  <bruno@clisp.org>
645
646         pty: Update doc.
647         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
648
649 2010-04-03  Bruno Haible  <bruno@clisp.org>
650
651         unistd: Fix C++ test error on mingw.
652         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
653
654 2010-04-03  Bruno Haible  <bruno@clisp.org>
655
656         Update doc regarding mingw.
657         * doc/glibc-functions/openpty.texi: Update regarding mingw.
658         * doc/glibc-functions/login_tty.texi: Likewise.
659         * doc/glibc-functions/forkpty.texi: Likewise.
660
661 2010-04-03  Bruno Haible  <bruno@clisp.org>
662
663         stdlib: Avoid compilation failure of c-strtold on mingw.
664         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
665
666 2010-04-03  Bruno Haible  <bruno@clisp.org>
667
668         locale: Make C++ tests work on Cygwin and mingw.
669         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
670         cannot provide the function.
671         Reported by Simon Josefsson.
672
673 2010-04-03  Bruno Haible  <bruno@clisp.org>
674
675         localename: Port to MacOS X 10.6.
676         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
677         memory layout of the locales in MacOS X 10.6 as well.
678         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
679
680 2010-04-02  Bruno Haible  <bruno@clisp.org>
681
682         gnulib-tool: Ensure that long-running tests are executed last.
683         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
684         running tests after the one for the other tests.
685
686 2010-04-02  Bruno Haible  <bruno@clisp.org>
687
688         gnulib-tool: Ensure the tests in the main directory are executed first.
689         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
690         start with the current directory.
691
692 2010-04-02  Bruno Haible  <bruno@clisp.org>
693
694         Tests for module 'havelib', moved here from GNU gettext.
695         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
696         modifications.
697         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
698         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
699         with modifications.
700         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
701         modifications.
702         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
703         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
704         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
705         with modifications.
706         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
707         with modifications.
708         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
709         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
710         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
711         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
712         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
713         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
714         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
715         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
716         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
717         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
718         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
719         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
720         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
721         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
722         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
723         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
724         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
725         with modifications.
726         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
727         with modifications.
728         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
729         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
730         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
731         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
732         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
733         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
734         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
735         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
736         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
737         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
738         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
739         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
740         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
741         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
742         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
743         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
744         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
745         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
746         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
747         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
748         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
749         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
750         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
751         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
752         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
753         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
754         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
755         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
756         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
757         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
758         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
759         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
760         * tests/havelib/rpathx/rpathx.c: New file, from
761         gettext/autoconf-lib-link.
762         * tests/havelib/rpathx/Makefile.am: New file, from
763         gettext/autoconf-lib-link.
764         * tests/havelib/rpathx/configure.ac: New file, from
765         gettext/autoconf-lib-link with modifications.
766         * tests/havelib/rpathy/rpathy.c: New file, from
767         gettext/autoconf-lib-link.
768         * tests/havelib/rpathy/Makefile.am: New file, from
769         gettext/autoconf-lib-link.
770         * tests/havelib/rpathy/configure.ac: New file, from
771         gettext/autoconf-lib-link with modifications.
772         * tests/havelib/rpathz/rpathz.c: New file, from
773         gettext/autoconf-lib-link.
774         * tests/havelib/rpathz/Makefile.am: New file, from
775         gettext/autoconf-lib-link.
776         * tests/havelib/rpathz/configure.ac: New file, from
777         gettext/autoconf-lib-link with modifications.
778         * tests/havelib/rpathlx/usex.c: New file, from
779         gettext/autoconf-lib-link.
780         * tests/havelib/rpathlx/Makefile.am: New file, from
781         gettext/autoconf-lib-link.
782         * tests/havelib/rpathlx/configure.ac: New file, from
783         gettext/autoconf-lib-link with modifications.
784         * tests/havelib/rpathly/usey.c: New file, from
785         gettext/autoconf-lib-link.
786         * tests/havelib/rpathly/Makefile.am: New file, from
787         gettext/autoconf-lib-link.
788         * tests/havelib/rpathly/configure.ac: New file, from
789         gettext/autoconf-lib-link with modifications.
790         * tests/havelib/rpathlz/usez.c: New file, from
791         gettext/autoconf-lib-link.
792         * tests/havelib/rpathlz/Makefile.am: New file, from
793         gettext/autoconf-lib-link.
794         * tests/havelib/rpathlz/configure.ac: New file, from
795         gettext/autoconf-lib-link with modifications.
796         * tests/havelib/rpathlyx/usey.c: New file, from
797         gettext/autoconf-lib-link.
798         * tests/havelib/rpathlyx/Makefile.am: New file, from
799         gettext/autoconf-lib-link.
800         * tests/havelib/rpathlyx/configure.ac: New file, from
801         gettext/autoconf-lib-link with modifications.
802         * tests/havelib/rpathlzyx/usez.c: New file, from
803         gettext/autoconf-lib-link.
804         * tests/havelib/rpathlzyx/Makefile.am: New file, from
805         gettext/autoconf-lib-link.
806         * tests/havelib/rpathlzyx/configure.ac: New file, from
807         gettext/autoconf-lib-link with modifications.
808         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
809         with modifications.
810
811 2010-04-02  Bruno Haible  <bruno@clisp.org>
812
813         gnulib-tool: Create distributed built sources also for the tests.
814         * gnulib-tool (func_create_testdir): Also generate distributed built
815         sources in the tests directory.
816
817 2010-04-02  Bruno Haible  <bruno@clisp.org>
818
819         gnulib-tool: Obey user's environment variables.
820         * gnulib-tool (func_create_testdir): When creating built sources,
821         respect the environment variables for autoconf, automake, etc. given by
822         the user.
823
824 2010-04-02  Bruno Haible  <bruno@clisp.org>
825
826         gnulib-tool: Provide the value of --m4-base to modules.
827         * gnulib-tool (func_import, func_create_testdir): Emit a definition
828         of gl_m4_base.
829
830 2010-04-02  Eric Blake  <eblake@redhat.com>
831
832         maint.mk: fix some fallout
833         * NEWS: Document the incompatible change, and its effect on cfg.mk.
834         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
835
836 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
837
838         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
839         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
840         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
841         (sc_cast_of_x_alloc_return_value): Likewise.
842         (sc_cast_of_alloca_return_value): Likewise.
843         (sc_space_tab): Likewise.
844         (sc_prohibit_atoi_atof): Likewise.
845         (sc_prohibit_magic_number_exit): Likewise.
846         (sc_error_exit_success): Likewise.
847         (sc_file_system): Likewise.
848         (sc_prohibit_have_config_h): Likewise.
849         (sc_require_config_h): Likewise.
850         (sc_prohibit_HAVE_MBRTOWC): Likewise.
851         (sc_obsolete_symbols): Likewise.
852         (sc_changelog): Likewise.
853         (sc_program_name): Likewise.
854         (sc_the_the): Likewise.
855         (sc_trailing_blank): Likewise.
856         (sc_two_space_separator_in_usage): Likewise.
857         (sc_useless_cpp_parens): Likewise.
858         (sc_GPL_version): Likewise.
859         (sc_GFDL_version): Likewise.
860         (sc_texinfo_acronym): Likewise.
861         (sc_prohibit_cvs_keyword): Likewise.
862         (sc_prohibit_stat_st_blocks): Likewise.
863         (sc_prohibit_S_IS_definition): Likewise.
864         (sc_redundant_const): Likewise.
865         (sc_makefile_TAB_only_indentation): Likewise.
866         (sc_m4_quote_check): Likewise.
867         (sc_makefile_path_separator_check): Likewise.
868         (sc_copyright_check): Likewise.
869         (sc_Wundef_boolean): Likewise.
870         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
871
872         maint.mk: match 0 or more whitespace-before-function-call '('
873         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
874         that have zero or two-and-more spaces between the function name
875         and the open parenthesis.
876         (sc_error_message_warn_fatal): Likewise.
877         (sc_error_message_uppercase): Likewise.
878         (sc_error_message_period): Likewise.
879
880 2010-03-31  Eric Blake  <eblake@redhat.com>
881
882         maint.mk: check for [ as well as test
883         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
884         Based on a libvirt report by Matthias Bolte.
885
886         gnumakefile: don't squelch _version output
887         * top/GNUmakefile (_version): Create one-shot dependency rather
888         than using $(shell) when version must be regenerated.
889         (_autoreconf): Run verbosely, by default.
890
891         sys_time: avoid compiler warnings
892         * lib/sys_time.in.h (includes): Ensure gcc pragma is
893         unconditional, fixing regression from 2010-03-29.
894         Reported by Simon Josefsson.
895
896 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
897
898         maint.mk: s/_header_without_use/_sc_header_without_use/
899         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
900         (sc_prohibit_assert_without_use): Use the new name.
901         (sc_prohibit_close_stream_without_use): Likewise.
902         (sc_prohibit_getopt_without_use): Likewise.
903         (sc_prohibit_quotearg_without_use): Likewise.
904         (sc_prohibit_quote_without_use): Likewise.
905         (sc_prohibit_long_options_without_use): Likewise.
906         (sc_prohibit_inttostr_without_use): Likewise.
907         (sc_prohibit_ignore_value_without_use): Likewise.
908         (sc_prohibit_error_without_use): Likewise.
909         (sc_prohibit_xalloc_without_use): Likewise.
910         (sc_prohibit_hash_without_use): Likewise.
911         (sc_prohibit_hash_pjw_without_use): Likewise.
912         (sc_prohibit_safe_read_without_use): Likewise.
913         (sc_prohibit_argmatch_without_use): Likewise.
914         (sc_prohibit_canonicalize_without_use): Likewise.
915         (sc_prohibit_root_dev_ino_without_use): Likewise.
916         (sc_prohibit_openat_without_use): Likewise.
917         (sc_prohibit_c_ctype_without_use): Likewise.
918         (sc_prohibit_signal_without_use): Likewise.
919         (sc_prohibit_intprops_without_use): Likewise.
920
921 2010-03-30  Eric Blake  <eblake@redhat.com>
922
923         maint: improve module indicators
924         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
925         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
926         columns, and avoid extra macro expansion.
927
928         fdopendir: work around FreeBSD bug
929         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
930         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
931         * modules/dirent (Makefile.am): Substitute it.
932         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
933         declaration.
934         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
935         fix.
936         Reported by Christian Weisgerber <naddy@mips.inka.de>.
937
938 2010-03-29  Bruno Haible  <bruno@clisp.org>
939
940         Emit #pragma system_header after the inclusion guard, not before.
941         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
942         guard that spans the entire file, not before. This enables an
943         optimization in GCC's preprocessor.
944         * lib/ctype.in.h: Likewise.
945         * lib/dirent.in.h: Likewise.
946         * lib/errno.in.h: Likewise.
947         * lib/float.in.h: Likewise.
948         * lib/getopt.in.h: Likewise.
949         * lib/iconv.in.h: Likewise.
950         * lib/langinfo.in.h: Likewise.
951         * lib/locale.in.h: Likewise.
952         * lib/math.in.h: Likewise.
953         * lib/netdb.in.h: Likewise.
954         * lib/netinet_in.in.h: Likewise.
955         * lib/pty.in.h: Likewise.
956         * lib/sched.in.h: Likewise.
957         * lib/se-selinux.in.h: Likewise.
958         * lib/search.in.h: Likewise.
959         * lib/spawn.in.h: Likewise.
960         * lib/stdarg.in.h: Likewise.
961         * lib/stdint.in.h: Likewise.
962         * lib/string.in.h: Likewise.
963         * lib/strings.in.h: Likewise.
964         * lib/sys_file.in.h: Likewise.
965         * lib/sys_ioctl.in.h: Likewise.
966         * lib/sys_time.in.h: Likewise.
967         * lib/sys_times.in.h: Likewise.
968         * lib/sys_utsname.in.h: Likewise.
969         * lib/sys_wait.in.h: Likewise.
970         * lib/sysexits.in.h: Likewise.
971         * lib/wctype.in.h: Likewise.
972
973 2010-03-28  James Youngman  <jay@gnu.org>
974
975         save-cwd: don't leak a file descriptor when the caller execs.
976         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
977         saved file descriptor.
978         * modules/save-cwd (Depends-on): Depend on cloexec.
979
980 2010-03-29  Bruno Haible  <bruno@clisp.org>
981
982         Remove vestiges of fts-lgpl module.
983         * lib/fts_.h: Assume GNULIB_FTS is 1.
984         * lib/fts.c: Likewise.
985         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
986
987 2010-03-28  Bruno Haible  <bruno@clisp.org>
988
989         Fix definition of tests witness macro.
990         * gnulib-tool (func_import): Fix definition of witness macro.
991
992 2010-03-28  Bruno Haible  <bruno@clisp.org>
993
994         Fix ioctl's protoype on glibc systems.
995         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
996         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
997         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
998         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
999         signature. If not, arrange to replace the ioctl function.
1000         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1001         REPLACE_IOCTL.
1002         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1003         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1004         Reported by Ludovic Courtès <ludo@gnu.org>.
1005
1006 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1007
1008         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1009         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1010         made it so grep -r --include=GLOB* ... did not work.
1011
1012 2010-03-26  Jim Meyering  <meyering@redhat.com>
1013             Eric Blake  <eblake@redhat.com>
1014
1015         maint.mk: prohibit use of test's -o and -a operators
1016         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1017
1018 2010-03-28  Bruno Haible  <bruno@clisp.org>
1019
1020         Remove unused GNULIB_XYZ macro definitions.
1021         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1022         invocation.
1023
1024 2010-03-28  Bruno Haible  <bruno@clisp.org>
1025
1026         Mark privileged tests modules.
1027         * modules/idpriv-drop-tests (Status): New section.
1028         * modules/idpriv-droptemp-tests (Status): New section.
1029
1030 2010-03-28  Bruno Haible  <bruno@clisp.org>
1031
1032         Split C++ tests into separate tests modules.
1033         * modules/dirent-c++-tests: New file, extracted from
1034         modules/dirent-tests.
1035         * modules/dirent-tests: Depend on it.
1036         * modules/fcntl-h-c++-tests: New file, extracted from
1037         modules/fcntl-h-tests.
1038         * modules/fcntl-h-tests: Depend on it.
1039         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1040         * modules/glob-tests: Depend on it.
1041         * modules/iconv-h-c++-tests: New file, extracted from
1042         modules/iconv-h-tests.
1043         * modules/iconv-h-tests: Depend on it.
1044         * modules/langinfo-c++-tests: New file, extracted from
1045         modules/langinfo-tests.
1046         * modules/langinfo-tests: Depend on it.
1047         * modules/locale-c++-tests: New file, extracted from
1048         modules/locale-tests.
1049         * modules/locale-tests: Depend on it.
1050         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1051         * modules/math-tests: Depend on it.
1052         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1053         * modules/pty-tests: Depend on it.
1054         * modules/search-c++-tests: New file, extracted from
1055         modules/search-tests.
1056         * modules/search-tests: Depend on it.
1057         * modules/signal-c++-tests: New file, extracted from
1058         modules/signal-tests.
1059         * modules/signal-tests: Depend on it.
1060         * modules/spawn-c++-tests: New file, extracted from
1061         modules/spawn-tests.
1062         * modules/spawn-tests: Depend on it.
1063         * modules/stdio-c++-tests: New file, extracted from
1064         modules/stdio-tests.
1065         * modules/stdio-tests: Depend on it.
1066         * modules/stdlib-c++-tests: New file, extracted from
1067         modules/stdlib-tests.
1068         * modules/stdlib-tests: Depend on it.
1069         * modules/string-c++-tests: New file, extracted from
1070         modules/string-tests.
1071         * modules/string-tests: Depend on it.
1072         * modules/sys_ioctl-c++-tests: New file, extracted from
1073         modules/sys_ioctl-tests.
1074         * modules/sys_ioctl-tests: Depend on it.
1075         * modules/sys_select-c++-tests: New file, extracted from
1076         modules/sys_select-tests.
1077         * modules/sys_select-tests: Depend on it.
1078         * modules/sys_socket-c++-tests: New file, extracted from
1079         modules/sys_socket-tests.
1080         * modules/sys_socket-tests: Depend on it.
1081         * modules/sys_stat-c++-tests: New file, extracted from
1082         modules/sys_stat-tests.
1083         * modules/sys_stat-tests: Depend on it.
1084         * modules/sys_time-c++-tests: New file, extracted from
1085         modules/sys_time-tests.
1086         * modules/sys_time-tests: Depend on it.
1087         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1088         * modules/time-tests: Depend on it.
1089         * modules/unistd-c++-tests: New file, extracted from
1090         modules/unistd-tests.
1091         * modules/unistd-tests: Depend on it.
1092         * modules/wchar-c++-tests: New file, extracted from
1093         modules/wchar-tests.
1094         * modules/wchar-tests: Depend on it.
1095         * modules/wctype-c++-tests: New file, extracted from
1096         modules/wctype-tests.
1097         * modules/wctype-tests: Depend on it.
1098         Reported by Simon Josefsson.
1099
1100 2010-03-28  Bruno Haible  <bruno@clisp.org>
1101
1102         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1103         * gnulib-tool (func_exists_module): New function, extracted from
1104         func_verify_module.
1105         (func_verify_module): Use it.
1106         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1107         'foo' only if 'foo' exists.
1108         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1109         module.
1110
1111 2010-03-28  Bruno Haible  <bruno@clisp.org>
1112
1113         gnulib-tool: Add support for special categories of tests.
1114         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1115         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1116         (func_usage): Document them.
1117         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1118         inc_unportable_tests, inc_all_tests): New variables.
1119         (func_acceptable): Consider these variables.
1120         (func_modules_transitive_closure): Make it work when the 'Status' field
1121         consists of multiple words.
1122         (func_import): Store and restore the values of inc_cxx_tests,
1123         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
1124         inc_all_tests in gnulib-comp.m4.
1125         (func_create_testdir): Set inc_all_tests to true.
1126         * doc/gnulib.texi (Extra tests modules): New section.
1127         Suggested by Jim Meyering.
1128
1129 2010-03-28  Bruno Haible  <bruno@clisp.org>
1130
1131         ansi-c++-opt: Allow turning off the C++ build by default.
1132         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
1133         gl_CXX_CHOICE_DEFAULT_NO is defined.
1134         Requested by Eric Blake.
1135
1136 2010-03-28  Bruno Haible  <bruno@clisp.org>
1137
1138         unistd: Avoid #define replacements in C++ mode.
1139         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
1140         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
1141         setsockopt, shutdown, select): In C++, attach a warning to the function
1142         if possible, rather than #defining the symbol to a dysfunctional alias.
1143         Reported by John W. Eaton <jwe@gnu.org>.
1144
1145 2010-03-28  Bruno Haible  <bruno@clisp.org>
1146
1147         Fix link errors on mingw.
1148         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
1149         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
1150         $(LIBSOCKET).
1151         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
1152         $(LIBSOCKET).
1153
1154 2010-03-28  Bruno Haible  <bruno@clisp.org>
1155             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1156
1157         lib-ignore: Determine different options for different compilers.
1158         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
1159         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
1160         Add comments.
1161         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
1162         * NEWS: Mention the change.
1163
1164 2010-03-27  Bruno Haible  <bruno@clisp.org>
1165
1166         Remove unused GNULIB_XYZ macro definitions.
1167         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1168         * modules/fseek (configure.ac): Likewise.
1169         * modules/ioctl (configure.ac): Likewise.
1170         * modules/open (configure.ac): Likewise.
1171         * modules/stdlib-safer (configure.ac): Likewise.
1172
1173 2010-03-27  Bruno Haible  <bruno@clisp.org>
1174
1175         Add a remark about certain modules.
1176         * modules/malloc (Comment): New section.
1177         * modules/realloc (Comment): Likewise.
1178         * modules/sigpipe (Comment): Likewise.
1179
1180 2010-03-27  Bruno Haible  <bruno@clisp.org>
1181
1182         Resolve conflict between the two kinds of module indicators.
1183         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
1184         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
1185         * modules/canonicalize (configure.ac): Invoke
1186         gl_MODULE_INDICATOR_FOR_TESTS.
1187         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
1188         GNULIB_XYZ.
1189         * tests/test-dirent-c++.cc: Likewise.
1190         * tests/test-dirent-safer.c: Likewise.
1191         * tests/test-dup2.c: Likewise.
1192         * tests/test-fchdir.c: Likewise.
1193         * tests/test-fcntl-h-c++.cc: Likewise.
1194         * tests/test-getopt.c: Likewise.
1195         * tests/test-getopt.h: Likewise.
1196         * tests/test-langinfo-c++.cc: Likewise.
1197         * tests/test-locale-c++.cc: Likewise.
1198         * tests/test-math-c++.cc: Likewise.
1199         * tests/test-pty-c++.cc: Likewise.
1200         * tests/test-search-c++.cc: Likewise.
1201         * tests/test-signal-c++.cc: Likewise.
1202         * tests/test-spawn-c++.cc: Likewise.
1203         * tests/test-stdio-c++.cc: Likewise.
1204         * tests/test-stdlib-c++.cc: Likewise.
1205         * tests/test-string-c++.cc: Likewise.
1206         * tests/test-sys_ioctl-c++.cc: Likewise.
1207         * tests/test-sys_select-c++.cc: Likewise.
1208         * tests/test-sys_socket-c++.cc: Likewise.
1209         * tests/test-sys_stat-c++.cc: Likewise.
1210         * tests/test-sys_time-c++.cc: Likewise.
1211         * tests/test-time-c++.cc: Likewise.
1212         * tests/test-unistd-c++.cc: Likewise.
1213         * tests/test-wchar-c++.cc: Likewise.
1214         * tests/uninorm/test-u8-nfc.c: Likewise.
1215         * tests/uninorm/test-u8-nfd.c: Likewise.
1216         * tests/uninorm/test-u8-nfkc.c: Likewise.
1217         * tests/uninorm/test-u8-nfkd.c: Likewise.
1218         * tests/uninorm/test-u16-nfc.c: Likewise.
1219         * tests/uninorm/test-u16-nfd.c: Likewise.
1220         * tests/uninorm/test-u16-nfkc.c: Likewise.
1221         * tests/uninorm/test-u16-nfkd.c: Likewise.
1222         * tests/uninorm/test-u32-nfc.c: Likewise.
1223         * tests/uninorm/test-u32-nfc-big.c: Likewise.
1224         * tests/uninorm/test-u32-nfd.c: Likewise.
1225         * tests/uninorm/test-u32-nfd-big.c: Likewise.
1226         * tests/uninorm/test-u32-nfkc.c: Likewise.
1227         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
1228         * tests/uninorm/test-u32-nfkd.c: Likewise.
1229         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
1230         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1231
1232 2010-03-27  Bruno Haible  <bruno@clisp.org>
1233
1234         Distinguish two kinds of module indicators.
1235         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
1236         gl_MODULE_INDICATOR.
1237         (gl_MODULE_INDICATOR): New macro.
1238         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1239         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
1240         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1241         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1242         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1243         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1244         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1245         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1246         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1247         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1248         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1249         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1250         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1251         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1252         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1253         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1254         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1255         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1256         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1257         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1258         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1259         * modules/cloexec (configure.ac): Likewise.
1260         * modules/getopt-gnu (configure.ac): Likewise.
1261         * modules/uninorm/u8-normalize (configure.ac): Likewise.
1262         * modules/uninorm/u16-normalize (configure.ac): Likewise.
1263         * modules/uninorm/u32-normalize (configure.ac): Likewise.
1264         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
1265
1266 2010-03-27  Bruno Haible  <bruno@clisp.org>
1267
1268         New module description field 'Comment'.
1269         * gnulib-tool: New option --extract-comment.
1270         (func_usage): Document it.
1271         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
1272         (func_get_comment): New function.
1273         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1274
1275 2010-03-27  Bruno Haible  <bruno@clisp.org>
1276
1277         Addendum to 2010-02-07 commit.
1278         * gnulib-tool (func_usage): Document --extract-applicability option.
1279
1280 2010-03-27  Bruno Haible  <bruno@clisp.org>
1281
1282         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1283         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1284         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1285         rather than link errors.
1286
1287 2010-03-27  Bruno Haible  <bruno@clisp.org>
1288
1289         Avoid side effects from tests-related modules on the compilation of lib.
1290         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1291         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1292         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1293         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1294         macro.
1295         (func_import): Define a witness macro. Assign it a value that depends
1296         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1297         tests-related modules.
1298         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1299         Reported by Jim Meyering.
1300
1301 2010-03-27  Bruno Haible  <bruno@clisp.org>
1302
1303         Factorize common .m4 code.
1304         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1305         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1306         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1307         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1308         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1309         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1310         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1311         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1312         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1313         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1314         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1315         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1316         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1317         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1318         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1319         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1320         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1321         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1322         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1323         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1324         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1325         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1326         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1327         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1328         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1329         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1330         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1331         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1332         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1333         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1334         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1335         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1336
1337 2010-03-27  Bruno Haible  <bruno@clisp.org>
1338
1339         Fix a compilation error on Cygwin with g++ >= 4.3.
1340         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1341         if it is undefined or if we alias it to chmod.
1342         (lstat): Don't warn about the use of this function if it is undefined
1343         or if we alias it to stat.
1344         Reported by Simon Josefsson.
1345
1346 2010-03-27  Bruno Haible  <bruno@clisp.org>
1347
1348         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1349         * modules/getlogin (configure.ac): Update.
1350
1351         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1352         * modules/getlogin_r (configure.ac): Update.
1353
1354         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1355         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1356         * modules/inet_ntop (configure.ac): Update.
1357
1358         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1359         * modules/inet_pton (configure.ac): Update.
1360
1361         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1362         * modules/mbslen (configure.ac): Update.
1363
1364         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1365         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1366         * modules/forkpty (configure.ac): Update.
1367         * modules/openpty (configure.ac): Update.
1368
1369 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1370
1371         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1372         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1373
1374 2010-03-25  Eric Blake  <eblake@redhat.com>
1375
1376         maint: use pragma consistently across replacement headers
1377         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1378         * lib/dirent.in.h (system_header): Likewise.
1379         * lib/errno.in.h (system_header): Likewise.
1380         * lib/float.in.h (system_header): Likewise.
1381         * lib/getopt.in.h (system_header): Likewise.
1382         * lib/iconv.in.h (system_header): Likewise.
1383         * lib/inttypes.in.h (system_header): Likewise.
1384         * lib/langinfo.in.h (system_header): Likewise.
1385         * lib/locale.in.h (system_header): Likewise.
1386         * lib/math.in.h (system_header): Likewise.
1387         * lib/netdb.in.h (system_header): Likewise.
1388         * lib/netinet_in.in.h (system_header): Likewise.
1389         * lib/pty.in.h (system_header): Likewise.
1390         * lib/sched.in.h (system_header): Likewise.
1391         * lib/se-selinux.in.h (system_header): Likewise.
1392         * lib/search.in.h (system_header): Likewise.
1393         * lib/spawn.in.h (system_header): Likewise.
1394         * lib/stdarg.in.h (system_header): Likewise.
1395         * lib/stdint.in.h (system_header): Likewise.
1396         * lib/string.in.h (system_header): Likewise.
1397         * lib/strings.in.h (system_header): Likewise.
1398         * lib/sys_file.in.h (system_header): Likewise.
1399         * lib/sys_ioctl.in.h (system_header): Likewise.
1400         * lib/sys_socket.in.h (system_header): Likewise.
1401         * lib/sys_times.in.h (system_header): Likewise.
1402         * lib/sys_utsname.in.h (system_header): Likewise.
1403         * lib/sys_wait.in.h (system_header): Likewise.
1404         * lib/sysexits.in.h (system_header): Likewise.
1405         * lib/unistd.in.h (system_header): Likewise.
1406         * lib/wctype.in.h (system_header): Likewise.
1407
1408         arpa/inet: fix mingw compilation warning
1409         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1410         Reported by Matthew Bolte.
1411
1412 2010-03-25  Bruno Haible  <bruno@clisp.org>
1413
1414         Avoid collision between gnulib wrapper and libintl wrapper.
1415         * lib/printf.c (printf): Don't define if a printf wrapper is already
1416         defined in intl/printf.c.
1417         Reported by Michel Boaventura <michel@michelboaventura.com>.
1418
1419 2010-03-25  Bruno Haible  <bruno@clisp.org>
1420
1421         Use ANSI C.
1422         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1423
1424 2010-03-25  Bruno Haible  <bruno@clisp.org>
1425
1426         Minor formatting changes.
1427         * lib/acosl.c: Insert space before function argument list.
1428         * lib/argz.c: Likewise.
1429         * lib/asinl.c: Likewise.
1430         * lib/expl.c: Likewise.
1431         * lib/gen-uni-tables.c: Likewise.
1432         * lib/gettext.h: Likewise.
1433         * lib/glthread/lock.h: Likewise.
1434         * lib/tanl.c: Likewise.
1435         * lib/uniname/uniname.c: Likewise.
1436         * tests/test-idpriv-drop.c: Likewise.
1437         * tests/test-idpriv-droptemp.c: Likewise.
1438         * tests/test-lock.c: Likewise.
1439         * tests/test-tls.c: Likewise.
1440         * lib/argp-help.c: Insert space before function-like macro argument
1441         list.
1442         * lib/memcmp.c: Likewise.
1443         * tests/test-base64.c: Likewise.
1444         * lib/localename.c: Insert space before sizeof's argument list.
1445         * lib/safe-alloc.h: Likewise.
1446         * lib/file-set.h: Insert space before macro argument list.
1447         * tests/test-argp.c: Likewise.
1448         * lib/argp-namefrob.h: Insert space before function parameter list.
1449         * lib/getaddrinfo.c: Likewise.
1450         * lib/netdb.in.h: Likewise.
1451         * lib/parse-duration.h: Likewise.
1452         * lib/parse-duration.c: Likewise.
1453         * lib/poll.c: Likewise.
1454         * lib/select.c: Likewise.
1455         * lib/trim.h: Likewise.
1456         * tests/test-usleep.c: Likewise.
1457         * lib/ldexpl.c: Insert space before function parameter list and before
1458         function argument list.
1459         * lib/logl.c: Likewise.
1460         * lib/sqrtl.c: Likewise.
1461         * lib/trim.c: Likewise.
1462         * lib/cosl.c: Use GNU style indentation. Insert space before function
1463         argument list.
1464         * lib/sinl.c: Likewise.
1465         * lib/tsearch.c: Insert space after 'for'.
1466         Reported by Jim Meyering.
1467
1468 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1469
1470         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1471         config header before grepping, as it's not present before
1472         autoreconf/configure are run.  Reported by Simon Josefsson.
1473
1474 2010-03-23  Bruno Haible  <bruno@clisp.org>
1475
1476         pt_chown: Make it work with automake < 1.11.
1477         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1478         Reported by Simon Josefsson.
1479
1480 2010-03-23  Bruno Haible  <bruno@clisp.org>
1481
1482         pt_chown: Don't depend on GPLed modules.
1483         * lib/pt_chown.c: Don't include idpriv.h.
1484         (main): Don't drop privileges.
1485         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1486         Reported by Simon Josefsson.
1487
1488 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1489
1490         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1491         suggestions from karl@freefriends.org (Karl Berry).
1492
1493 2010-03-22  Eric Blake  <eblake@redhat.com>
1494
1495         gethostname: further tweaks
1496         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1497         are overriding gethostname.
1498         Suggested by Bruno Haible.
1499
1500 2010-03-21  Bruno Haible  <bruno@clisp.org>
1501
1502         Fix comments.
1503         * lib/forkpty.c (rpl_forkpty): Fix comment.
1504         * lib/openpty.c (rpl_openpty): Likewise.
1505         Reported by Eric Blake.
1506
1507 2010-03-22  Eric Blake  <eblake@redhat.com>
1508
1509         gethostname: fix build on mingw
1510         * lib/unistd.in.h (includes): Work around fact that mingw
1511         <winsock2.h> re-includes <unistd.h>, by avoiding any
1512         redeclarations if we are being included by <winsock2.h>.
1513         Reported by Matthias Bolte.
1514
1515 2010-03-21  Bruno Haible  <bruno@clisp.org>
1516
1517         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1518         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1519         modifications.
1520         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1521         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1522         provide the replacement.
1523         * modules/forkpty (Depends-on): Add openpty, login_tty.
1524         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1525         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1526         * doc/glibc-functions/forkpty.texi: More supported platforms.
1527         * config/srclist.txt: Add forkpty.c (commented).
1528
1529 2010-03-21  Bruno Haible  <bruno@clisp.org>
1530
1531         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1532         (Makefile.am): Verify that PTY_LIB is defined.
1533
1534         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1535
1536 2010-03-21  Bruno Haible  <bruno@clisp.org>
1537
1538         Tests for module 'login_tty'.
1539         * modules/login_tty-tests: New file.
1540         * tests/test-login_tty.c: New file.
1541
1542         New module 'login_tty'.
1543         * lib/login_tty.c: New file.
1544         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1545         * modules/login_tty: New file.
1546         * doc/glibc-functions/login_tty.texi: Mention the new module.
1547
1548 2010-03-21  Bruno Haible  <bruno@clisp.org>
1549
1550         login_tty: Documentation.
1551         * doc/glibc-functions/login_tty.texi: New file.
1552         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1553
1554 2010-03-21  Bruno Haible  <bruno@clisp.org>
1555
1556         pty: Consistent macro naming.
1557         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1558         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1559         * modules/pty (configure.ac): Update.
1560
1561 2010-03-21  Bruno Haible  <bruno@clisp.org>
1562
1563         Tests for openpty: Make stricter.
1564         * tests/test-openpty.c (main): Add test of canonical processing and
1565         erase.
1566         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1567
1568         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1569         * lib/openpty.c (openpty): New replacement function.
1570         * lib/pty.in.h: Include <termios.h>.
1571         (openpty): Update declaration. Add comments.
1572         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1573         is not declared, arrange to provide the replacement. Check for _getpty
1574         and posix_openpt.
1575         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1576         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1577         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1578         * modules/pty-tests (test_pty_c___LDADD): New variable.
1579         * doc/glibc-functions/openpty.texi: More supported platforms.
1580
1581 2010-03-21  Bruno Haible  <bruno@clisp.org>
1582
1583         setenv: Tweaks.
1584         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1585         the test program.
1586         * doc/posix-functions/setenv.texi: Update platforms list.
1587
1588 2010-03-21  Bruno Haible  <bruno@clisp.org>
1589
1590         New module 'unlockpt'.
1591         * lib/unlockpt.c: New file, from glibc with modifications.
1592         * m4/unlockpt.m4: New file.
1593         * modules/unlockpt: New file.
1594         * lib/stdlib.in.h (unlockpt): New declaration.
1595         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1596         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1597         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1598         HAVE_UNLOCKPT.
1599         * doc/posix-functions/unlockpt.texi: Mention the new module.
1600         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1601         * config/srclist.txt: Add unlockpt.c (commented).
1602
1603 2010-03-21  Jim Meyering  <meyering@redhat.com>
1604
1605         maint.mk: prohibit inclusion of "intprops.h" without use
1606         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1607
1608 2010-03-21  Bruno Haible  <bruno@clisp.org>
1609
1610         New module 'grantpt'.
1611         * lib/grantpt.c: New file, from glibc with modifications.
1612         * m4/grantpt.m4: New file.
1613         * modules/grantpt: New file.
1614         * lib/stdlib.in.h (grantpt): New declaration.
1615         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1616         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1617         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1618         HAVE_GRANTPT.
1619         * doc/posix-functions/grantpt.texi: Mention the new module.
1620         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1621         * config/srclist.txt: Add grantpt.c (commented).
1622
1623 2010-03-21  Bruno Haible  <bruno@clisp.org>
1624
1625         New module 'pt_chown'.
1626         * lib/pt_chown.c: New file, from glibc with modifications.
1627         * lib/pty-private.h: New file, from glibc with modifications.
1628         * modules/pt_chown: New file.
1629         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1630
1631 2010-03-21  Bruno Haible  <bruno@clisp.org>
1632
1633         Tests for module 'ptsname'.
1634         * modules/ptsname-tests: New file.
1635         * tests/test-ptsname.c: New file.
1636
1637         New module 'ptsname'.
1638         * lib/ptsname.c: New file, from glibc with modifications.
1639         * m4/ptsname.m4: New file.
1640         * modules/ptsname: New file.
1641         * lib/stdlib.in.h (ptsname): New declaration.
1642         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1643         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1644         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1645         HAVE_PTSNAME.
1646         * doc/posix-functions/ptsname.texi: Mention the new module.
1647         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1648         * config/srclist.txt: Add ptsname.c (commented).
1649
1650 2010-03-21  Bruno Haible  <bruno@clisp.org>
1651
1652         Tests for module 'ttyname_r'.
1653         * modules/ttyname_r-tests: New file.
1654         * tests/test-ttyname_r.c: New file.
1655
1656         New module 'ttyname_r'.
1657         * lib/ttyname_r.c: New file.
1658         * m4/ttyname_r.m4: New file.
1659         * modules/ttyname_r: New file.
1660         * lib/unistd.in.h (ttyname_r): New declaration.
1661         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1662         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1663         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1664         HAVE_TTYNAME_R.
1665         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1666         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1667
1668 2010-03-20  Bruno Haible  <bruno@clisp.org>
1669
1670         signal: Undefine macro definitions in C++ mode.
1671         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1672         sigfillset): Undefine macro definitions from the system header in C++
1673         mode.
1674         Reported by John W. Eaton <jwe@gnu.org>.
1675
1676 2010-03-20  Bruno Haible  <bruno@clisp.org>
1677
1678         Ensure no #include statements inside extern "C" { ... }.
1679         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1680         contain #include statements.
1681         * lib/time.in.h: Likewise.
1682
1683 2010-03-20  Bruno Haible  <bruno@clisp.org>
1684
1685         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1686         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1687         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1688         Reported by John W. Eaton <jwe@gnu.org>.
1689
1690 2010-03-20  Bruno Haible  <bruno@clisp.org>
1691
1692         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1693         Reported by Jim Meyering.
1694
1695 2010-03-20  Bruno Haible  <bruno@clisp.org>
1696
1697         pipe: Set errno upon failure.
1698         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1699         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1700         errno value in error message.
1701
1702 2010-03-20  Bruno Haible  <bruno@clisp.org>
1703             Jim Meyering  <meyering@redhat.com>
1704
1705         lchown: Avoid "unused variable" warning.
1706         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1707
1708 2010-03-20  Bruno Haible  <bruno@clisp.org>
1709
1710         Work around unlink() bug on MacOS X 10.5.6.
1711         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1712         attempting to unlink a parent directory.
1713         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1714         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1715         activate for the replacement function.
1716         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1717
1718 2010-03-20  Bruno Haible  <bruno@clisp.org>
1719
1720         Fix link errors on Solaris 8.
1721         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1722         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1723
1724 2010-03-19  Jim Meyering  <meyering@redhat.com>
1725
1726         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1727         The _LIBC implementation of build_range_exp correctly honors the
1728         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1729         However, the non-_LIBC implementation would ignore that syntax-bit
1730         flag and return REG_ERANGE unconditionally.
1731         This change makes it honor that flag.
1732         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1733         Make two pointer parameters "const".
1734         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1735         (parse_bracket_exp): Update caller.
1736
1737         regex.m4: correct the reversed range endpoint ([b-a]) test
1738         * m4/regex.m4: When requiring that [b-a] evoke failure,
1739         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1740         test pass once again for x86-based systems.
1741
1742 2010-03-19  Bruno Haible  <bruno@clisp.org>
1743
1744         scandir: Fix link error on Solaris 8.
1745         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1746         macros.
1747
1748 2010-03-19  Bruno Haible  <bruno@clisp.org>
1749
1750         getusershell: Fix documentation.
1751         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1752         module.
1753         * doc/glibc-functions/setusershell.texi: Likewise.
1754
1755         getusershell: Provide declaration, missing on Solaris 9.
1756         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1757         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1758         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1759         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1760         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1761         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1762         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1763         HAVE_GETUSERSHELL.
1764         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1765
1766 2010-03-19  Bruno Haible  <bruno@clisp.org>
1767
1768         wctype: Provide iswblank function.
1769         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1770         exists and is fine.
1771         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1772         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1773         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1774         * doc/posix-functions/iswblank.texi: Update.
1775
1776 2010-03-19  Bruno Haible  <bruno@clisp.org>
1777
1778         Tests of module 'pty' in C++ mode.
1779         * modules/pty-tests: New file.
1780         * tests/test-pty-c++.cc: New file.
1781         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1782
1783 2010-03-19  Eric Blake  <eblake@redhat.com>
1784
1785         logb: fix documentation
1786         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1787         1.5 declaration bug.
1788
1789         forkpty, openpty: prefer glibc's const-safe prototype
1790         * lib/forkpty.c (rpl_forkpty): New file.
1791         * lib/openpty.c (rpl_openpty): Likewise.
1792         * modules/forkpty (Files): Distribute it.
1793         * modules/openpty (Files): Likewise.
1794         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1795         check...
1796         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1797         replacement for for non-const BSD signature.
1798         * modules/pty (Makefile.am): Substitute witnesses.
1799         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1800         * tests/test-forkpty.c: Update signature check.
1801         * tests/test-openpty.c: Likewise.
1802         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1803         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1804
1805         forkpty, openpty: split functions into new modules
1806         * modules/pty (Makefile.am): Substitute new witnesses.
1807         (Libraries): Move library detection...
1808         * modules/forkpty: ...into new module.
1809         * modules/openpty: Another new module.
1810         * modules/pty-tests: Rename and split...
1811         * modules/forkpty-tests: ...to this...
1812         * modules/openpty-tests: ...and this.
1813         * tests/test-pty.c: Rename and split...
1814         * tests/test-forkpty.c: ...to this...
1815         * tests/test-openpty.c: ...and this.
1816         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1817         (gl_PTY): Split library searching...
1818         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1819         (gl_FORKPTY, gl_OPENPTY): New macros.
1820         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1821         * NEWS: Mention the split.
1822         * MODULES.html.sh (Misc): Document the modules.
1823         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1824         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1825
1826         pty: improve replacement header
1827         * lib/pty.in.h: New file.
1828         * modules/pty (Files): Ship it.
1829         (Makefile.am): Always build replacement.
1830         * m4/pty.m4: Rename...
1831         * m4/pty_h.m4: ...to this.
1832         (gl_PTY): Modernize setting of witness macros; update check of
1833         forkpty to take proper advantage of cache.
1834         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1835
1836         getopt: avoid compiler warning
1837         * lib/getopt.c (attribute_hidden): Remove unused macro.
1838
1839 2010-03-18  Bruno Haible  <bruno@clisp.org>
1840
1841         Fix link errors on Solaris 8.
1842         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1843         * modules/search-tests (test_search_c___LDADD): Likewise.
1844         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1845         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1846         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1847         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1848         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1849         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1850         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1851
1852 2010-03-18  Bruno Haible  <bruno@clisp.org>
1853
1854         Fix bug introduced on 2010-03-14.
1855         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1856         (gl_SPAWN_H): Require it.
1857         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1858         Reported by Simon Josefsson.
1859
1860 2010-03-18  Bruno Haible  <bruno@clisp.org>
1861
1862         Fix typo introduced on 2009-12-31.
1863         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1864         posix_spawn_file_actions_adddup2.
1865
1866 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1867         and Eric Blake  <eblake@redhat.com>
1868
1869         test-vc-list-files-git: make more robust
1870         * tests/test-vc-list-files-git.sh: Unset problematic environment
1871         variables.  Chain commands together.
1872
1873 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1874
1875         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1876         `AC_CHECK_DECL' invocation.
1877
1878 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1879
1880         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1881         appears before executable statements. Suggested by Petr Sumbera
1882         <Petr.Sumbera@Sun.COM>.
1883
1884 2010-03-14  Bruno Haible  <bruno@clisp.org>
1885
1886         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1887         portability problems. Instead use a simpler test.
1888         (main): Check that invalid arguments are rejected only on Linux.
1889
1890 2010-03-14  Bruno Haible  <bruno@clisp.org>
1891
1892         Fix bug introduced on 2009-12-31.
1893         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1894         gl_PREREQ_SYS_H_WINSOCK2 always.
1895         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1896         SYS_SOCKET_H variable.
1897         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1898         Update comments.
1899         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1900         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1901         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1902         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1903         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1904
1905 2010-03-14  Bruno Haible  <bruno@clisp.org>
1906
1907         Fix values returned by sinl, cosl.
1908         * lib/trigl.h: Add specification comments.
1909         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1910         that combines the values from the precomputed table with the values of
1911         the Chebyshev polynomials.
1912
1913 2010-03-14  Bruno Haible  <bruno@clisp.org>
1914
1915         Fix compilation error when modules 'posix_spawn[p]' are not used.
1916         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1917         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1918
1919 2010-03-14  Bruno Haible  <bruno@clisp.org>
1920
1921         Fix compilation error on mingw when module 'time_r' is not used.
1922         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1923         is 1.
1924         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1925         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1926         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1927         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1928
1929 2010-03-14  Bruno Haible  <bruno@clisp.org>
1930
1931         Fix compilation error with Sun C.
1932         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1933         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1934         instead of GCC specific ULONG_LONG_MAX.
1935         * lib/xstrtoll.c: Likewise.
1936         * lib/xstrtoull.c: Likewise.
1937
1938 2010-03-13  Bruno Haible  <bruno@clisp.org>
1939
1940         Allow the user to disable C++ code and tests.
1941         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1942         (gl_PROG_ANSI_CXX): Require it.
1943
1944 2010-03-13  Bruno Haible  <bruno@clisp.org>
1945
1946         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1947         cases.
1948
1949 2010-03-13  Bruno Haible  <bruno@clisp.org>
1950
1951         Test that gnulib does not break the standard C++ headers.
1952         * tests/test-locale-c++2.cc: New file.
1953         * modules/locale-tests (Files): Add it.
1954         (Makefile.am): Compile it for test-locale-c++.
1955         * tests/test-math-c++2.cc: New file.
1956         * modules/math-tests (Files): Add it.
1957         (Makefile.am): Compile it for test-math-c++.
1958         * tests/test-signal-c++2.cc: New file.
1959         * modules/signal-tests (Files): Add it.
1960         (Makefile.am): Compile it for test-signal-c++.
1961         * tests/test-stdio-c++2.cc: New file.
1962         * modules/stdio-tests (Files): Add it.
1963         (Makefile.am): Compile it for test-stdio-c++.
1964         * tests/test-stdlib-c++2.cc: New file.
1965         * modules/stdlib-tests (Files): Add it.
1966         (Makefile.am): Compile it for test-stdlib-c++.
1967         * tests/test-string-c++2.cc: New file.
1968         * modules/string-tests (Files): Add it.
1969         (Makefile.am): Compile it for test-string-c++.
1970         * tests/test-time-c++2.cc: New file.
1971         * modules/time-tests (Files): Add it.
1972         (Makefile.am): Compile it for test-time-c++.
1973         Reported by John W. Eaton <jwe@gnu.org>.
1974
1975 2010-03-13  Bruno Haible  <bruno@clisp.org>
1976
1977         * gnulib-tool (func_usage): Clarify which options are available for
1978         --create-testdir and --create-megatestdir.
1979
1980 2010-03-13  Bruno Haible  <bruno@clisp.org>
1981
1982         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1983         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1984         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1985         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1986         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1987         when appropriate.
1988         Reported by Jim Meyering.
1989
1990 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1991
1992         * gnulib-tool (func_import): Explain origin of code.
1993
1994 2010-03-12  Bruno Haible  <bruno@clisp.org>
1995
1996         Fix problem with automake's definition of CXXLINK.
1997         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1998         Reported by Simon Josefsson and Ludovic Courtès.
1999
2000 2010-03-12  Bruno Haible  <bruno@clisp.org>
2001
2002         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2003         stable releases.
2004
2005 2010-03-11  Bruno Haible  <bruno@clisp.org>
2006
2007         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2008         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2009         whether the system provides one variant or multiple variants of the
2010         function.
2011         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2012         C++ compilers.
2013         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2014         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2015         Reported by Jim Meyering.
2016
2017 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2018
2019         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2020
2021 2010-03-08  Bruno Haible  <bruno@clisp.org>
2022
2023         gnulib-tool: Add support for --libtool in --create-testdir.
2024         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2025         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2026
2027 2010-03-08  Eric Blake  <eblake@redhat.com>
2028
2029         gnulib-tool.texi: mention possibility of git submodule
2030         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2031         submodules.
2032         * doc/.gitignore: Ignore another generated file.
2033
2034 2010-03-08  Karl Berry  <karl@gnu.org>
2035
2036         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2037         of committing gnulib files while skipping others.
2038
2039 2010-03-07  Bruno Haible  <bruno@clisp.org>
2040
2041         Tests of module 'wctype' in C++ mode.
2042         * tests/test-wctype-c++.cc: New file.
2043         * modules/wctype-tests (Files): Add it and tests/signature.h.
2044         (Depends-on): Add ansi-c++-opt.
2045         (Makefile.am): Arrange to compile and run test-wctype-c++.
2046
2047         Tests of module 'wchar' in C++ mode.
2048         * tests/test-wchar-c++.cc: New file.
2049         * modules/wchar-tests (Files): Add it and tests/signature.h.
2050         (Depends-on): Add ansi-c++-opt.
2051         (Makefile.am): Arrange to compile and run test-wchar-c++.
2052         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2053         gl_MODULE_INDICATOR.
2054
2055         Tests of module 'unistd' in C++ mode.
2056         * tests/test-unistd-c++.cc: New file.
2057         * modules/unistd-tests (Files): Add it and tests/signature.h.
2058         (Depends-on): Add ansi-c++-opt.
2059         (Makefile.am): Arrange to compile and run test-unistd-c++.
2060         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2061         gl_MODULE_INDICATOR.
2062
2063         Tests of module 'time' in C++ mode.
2064         * tests/test-time-c++.cc: New file.
2065         * modules/time-tests (Files): Add it and tests/signature.h.
2066         (Depends-on): Add ansi-c++-opt.
2067         (Makefile.am): Arrange to compile and run test-time-c++.
2068         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2069
2070         Tests of module 'sys_time' in C++ mode.
2071         * tests/test-sys_time-c++.cc: New file.
2072         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2073         (Depends-on): Add ansi-c++-opt.
2074         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2075         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2076         gl_MODULE_INDICATOR.
2077
2078         Tests of module 'sys_stat' in C++ mode.
2079         * tests/test-sys_stat-c++.cc: New file.
2080         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2081         (Depends-on): Add ansi-c++-opt.
2082         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2083         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2084         gl_MODULE_INDICATOR.
2085
2086         Tests of module 'sys_socket' in C++ mode.
2087         * tests/test-sys_socket-c++.cc: New file.
2088         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2089         (Depends-on): Add ansi-c++-opt.
2090         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2091         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2092         gl_MODULE_INDICATOR.
2093
2094         Tests of module 'sys_select' in C++ mode.
2095         * tests/test-sys_select-c++.cc: New file.
2096         * modules/sys_select-tests (Files): Add it and tests/signature.h.
2097         (Depends-on): Add ansi-c++-opt.
2098         (Makefile.am): Arrange to compile and run test-sys_select-c++.
2099         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2100         gl_MODULE_INDICATOR.
2101
2102         Tests of module 'sys_ioctl' in C++ mode.
2103         * tests/test-sys_ioctl-c++.cc: New file.
2104         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
2105         (Depends-on): Add ansi-c++-opt.
2106         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
2107         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2108         gl_MODULE_INDICATOR.
2109
2110         Tests of module 'string' in C++ mode.
2111         * tests/test-string-c++.cc: New file.
2112         * modules/string-tests (Files): Add it and tests/signature.h.
2113         (Depends-on): Add ansi-c++-opt.
2114         (Makefile.am): Arrange to compile and run test-string-c++.
2115         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2116         gl_MODULE_INDICATOR.
2117
2118         Tests of module 'stdlib' in C++ mode.
2119         * tests/test-stdlib-c++.cc: New file.
2120         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2121         (Depends-on): Add ansi-c++-opt.
2122         (Makefile.am): Arrange to compile and run test-stdlib-c++.
2123         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
2124         gl_MODULE_INDICATOR.
2125
2126         Tests of module 'stdio' in C++ mode.
2127         * tests/test-stdio-c++.cc: New file.
2128         * modules/stdio-tests (Files): Add it and tests/signature.h.
2129         (Depends-on): Add ansi-c++-opt.
2130         (Makefile.am): Arrange to compile and run test-stdio-c++.
2131         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
2132         gl_MODULE_INDICATOR.
2133
2134         Tests of module 'spawn' in C++ mode.
2135         * tests/test-spawn-c++.cc: New file.
2136         * modules/spawn-tests (Files): Add it and tests/signature.h.
2137         (Depends-on): Add ansi-c++-opt.
2138         (Makefile.am): Arrange to compile and run test-spawn-c++.
2139         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
2140         gl_MODULE_INDICATOR.
2141
2142         Tests of module 'signal' in C++ mode.
2143         * tests/test-signal-c++.cc: New file.
2144         * modules/signal-tests (Files): Add it and tests/signature.h.
2145         (Depends-on): Add ansi-c++-opt.
2146         (Makefile.am): Arrange to compile and run test-signal-c++.
2147         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
2148         gl_MODULE_INDICATOR.
2149
2150         Tests of module 'search' in C++ mode.
2151         * tests/test-search-c++.cc: New file.
2152         * modules/search-tests (Files): Add it and tests/signature.h.
2153         (Depends-on): Add ansi-c++-opt.
2154         (Makefile.am): Arrange to compile and run test-search-c++.
2155         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
2156         gl_MODULE_INDICATOR.
2157
2158         Tests of module 'math' in C++ mode.
2159         * tests/test-math-c++.cc: New file.
2160         * modules/math-tests (Files): Add it and tests/signature.h.
2161         (Depends-on): Add ansi-c++-opt.
2162         (Makefile.am): Arrange to compile and run test-math-c++.
2163         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2164
2165         Tests of module 'locale' in C++ mode.
2166         * tests/test-locale-c++.cc: New file.
2167         * modules/locale-tests (Files): Add it and tests/signature.h.
2168         (Depends-on): Add ansi-c++-opt.
2169         (Makefile.am): Arrange to compile and run test-locale-c++.
2170         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
2171         gl_MODULE_INDICATOR.
2172
2173         Tests of module 'langinfo' in C++ mode.
2174         * tests/test-langinfo-c++.cc: New file.
2175         * modules/langinfo-tests (Files): Add it and tests/signature.h.
2176         (Depends-on): Add ansi-c++-opt.
2177         (Makefile.am): Arrange to compile and run test-langinfo-c++.
2178         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
2179         gl_MODULE_INDICATOR.
2180
2181         Tests of module 'iconv-h' in C++ mode.
2182         * tests/test-iconv-h-c++.cc: New file.
2183         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
2184         (Depends-on): Add ansi-c++-opt.
2185         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
2186
2187         Tests of module 'glob' in C++ mode.
2188         * tests/test-glob-c++.cc: New file.
2189         * modules/glob-tests (Files): Add it.
2190         (Depends-on): Add ansi-c++-opt.
2191         (Makefile.am): Arrange to compile and run test-glob-c++.
2192
2193         Tests of module 'fcntl-h' in C++ mode.
2194         * tests/test-fcntl-h-c++.cc: New file.
2195         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
2196         (Depends-on): Add ansi-c++-opt.
2197         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
2198         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
2199         gl_MODULE_INDICATOR.
2200
2201         Tests of module 'dirent' in C++ mode.
2202         * tests/test-dirent-c++.cc: New file.
2203         * modules/dirent-tests (Files): Add it and tests/signature.h.
2204         (Depends-on): Add ansi-c++-opt.
2205         (Makefile.am): Arrange to compile and run test-dirent-c++.
2206         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2207         gl_MODULE_INDICATOR.
2208
2209         New module 'ansi-c++-opt'.
2210         * modules/ansi-c++-opt: New file.
2211         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
2212
2213         Document C++ namespace mode.
2214         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
2215
2216         wctype: Avoid #define replacements in C++ mode.
2217         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
2218         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
2219         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
2220         In C++, define a namespaced alias symbol.
2221         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
2222         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
2223         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
2224         rule.
2225
2226         wchar: Avoid #define replacements in C++ mode.
2227         * lib/wchar.in.h: Include c++defs.h.
2228         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
2229         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
2230         symbol.
2231         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
2232         * modules/wchar (Depends-on): Add c++defs.
2233         (Makefile.am): Update wchar.h rule.
2234
2235         unistd: Avoid #define replacements in C++ mode.
2236         * lib/unistd.in.h: Include c++defs.h.
2237         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
2238         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
2239         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
2240         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
2241         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
2242         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
2243         symbol.
2244         (environ): Update.
2245         * modules/unistd (Depends-on): Add c++defs.
2246         (Makefile.am): Update unistd.h rule.
2247
2248         time: Avoid #define replacements in C++ mode.
2249         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
2250         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
2251         define a namespaced alias symbol.
2252         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
2253         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
2254         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
2255         * modules/time (Depends-on): Add c++defs, warn-on-use.
2256         (Makefile.am): Update time.h rule.
2257         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2258         * modules/nanosleep (configure.ac): Likewise.
2259         * modules/strptime (configure.ac): Likewise.
2260         * modules/timegm (configure.ac): Likewise.
2261
2262         sys_time: Avoid #define replacements in C++ mode.
2263         * lib/sys_time.in.h: Include c++defs.h.
2264         (gettimeofday): In C++, define a namespaced alias symbol.
2265         * modules/sys_time (Depends-on): Add c++defs.
2266         (Makefile.am): Update sys/time.h rule.
2267
2268         sys_stat: Avoid #define replacements in C++ mode.
2269         * lib/sys_stat.in.h: Include c++defs.h.
2270         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
2271         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
2272         namespaced alias symbol.
2273         In C++, define a namespaced alias symbol.
2274         * modules/sys_stat (Depends-on): Add c++defs.
2275         (Makefile.am): Update sys/stat.h rule.
2276
2277         sys_socket: Avoid #define replacements in C++ mode.
2278         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2279         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2280         definitions also when the system has a <sys/socket.h>.
2281         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2282         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2283         In C++, define a namespaced alias symbol.
2284         * modules/sys_socket (Depends-on): Add c++defs.
2285         (Makefile.am): Update sys/socket.h rule.
2286
2287         sys_select: Avoid #define replacements in C++ mode.
2288         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2289         definitions also when the system has a <sys/select.h>.
2290         (select): In C++, define a namespaced alias symbol.
2291         * modules/sys_select (Depends-on): Add c++defs.
2292         (Makefile.am): Update sys/select.h rule.
2293
2294         sys_ioctl: Avoid #define replacements in C++ mode.
2295         * lib/sys_ioctl.in.h: Include c++defs.h.
2296         (ioctl): In C++, define a namespaced alias symbol.
2297         * modules/sys_ioctl (Depends-on): Add c++defs.
2298         (Makefile.am): Update sys/ioctl.h rule.
2299
2300         string: Avoid #define replacements in C++ mode.
2301         * lib/string.in.h: Include c++defs.h.
2302         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2303         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2304         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2305         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2306         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2307         * modules/string (Depends-on): Add c++defs.
2308         (Makefile.am): Update string.h rule.
2309
2310         stdlib: Avoid #define replacements in C++ mode.
2311         * lib/stdlib.in.h: Include c++defs.h.
2312         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2313         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2314         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2315         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2316         symbol.
2317         * modules/stdlib (Depends-on): Add c++defs.
2318         (Makefile.am): Update stdlib.h rule.
2319
2320         stdio: Avoid #define replacements in C++ mode.
2321         * lib/stdio.in.h: Include c++defs.h.
2322         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2323         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2324         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2325         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2326         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2327         namespaced alias symbol.
2328         * modules/stdio (Depends-on): Add c++defs.
2329         (Makefile.am): Update stdio.h rule.
2330
2331         spawn: Avoid #define replacements in C++ mode.
2332         * lib/spawn.in.h: Include c++defs.h.
2333         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2334         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2335         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2336         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2337         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2338         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2339         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2340         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2341         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2342         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2343         In C++, define a namespaced alias symbol.
2344         * modules/spawn (Depends-on): Add c++defs.
2345         (Makefile.am): Update spawn.h rule.
2346
2347         signal: Avoid #define replacements in C++ mode.
2348         * lib/signal.in.h: Include c++defs.h.
2349         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2350         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2351         namespaced alias symbol.
2352         * modules/signal (Depends-on): Add c++defs.
2353         (Makefile.am): Update signal.h rule.
2354
2355         search: Avoid #define replacements in C++ mode.
2356         * lib/search.in.h: Include c++defs.h.
2357         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2358         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2359         symbol.
2360         * modules/search (Depends-on): Add c++defs.
2361         (Makefile.am): Update search.h rule.
2362
2363         math: Avoid #define replacements in C++ mode.
2364         * lib/math.in.h: Include c++defs.h.
2365         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2366         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2367         trunc, truncl): In C++, define a namespaced alias symbol.
2368         * modules/math (Depends-on): Add c++defs.
2369         (Makefile.am): Update math.h rule.
2370
2371         locale: Avoid #define replacements in C++ mode.
2372         * lib/locale.in.h: Include c++defs.h.
2373         (duplocale): In C++, define a namespaced alias symbol.
2374         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2375         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2376         * modules/locale (Depends-on): Add c++defs.
2377         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2378
2379         langinfo: Avoid #define replacements in C++ mode.
2380         * lib/langinfo.in.h: Include c++defs.h.
2381         (nl_langinfo): In C++, define a namespaced alias symbol.
2382         * modules/langinfo (Depends-on): Add c++defs.
2383         (Makefile.am): Update langinfo.h rule.
2384
2385         iconv-h: Avoid #define replacements in C++ mode.
2386         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2387         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2388         symbol.
2389         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2390         whenever iconv is present.
2391         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2392         (Makefile.am): Update iconv.h rule.
2393
2394         glob: Avoid #define replacements in C++ mode.
2395         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2396         (_gl_glob_errfunc_fn): New type.
2397         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2398         symbol.
2399         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2400         (Makefile.am): Update glob.h rule.
2401
2402         fcntl-h: Avoid #define replacements in C++ mode.
2403         * lib/fcntl.in.h: Include c++defs.h.
2404         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2405         * modules/fcntl-h (Depends-on): Add c++defs.
2406         (Makefile.am): Update fcntl.h rule.
2407
2408         dirent: Avoid #define replacements in C++ mode.
2409         * lib/dirent.in.h: Include c++defs.h.
2410         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2411         namespaced alias symbol.
2412         (dirfd): Update declaration.
2413         * modules/dirent (Depends-on): Add c++defs.
2414         (Makefile.am): Update dirent.h rule.
2415
2416         ctype: Make it usable in C++ code.
2417         * lib/ctype.in.h: Include c++defs.h.
2418         (isblank): Declare as extern "C".
2419         * modules/ctype (Depends-on): Add c++defs.
2420         (Makefile.am): Update ctype.h rule.
2421
2422         New module 'c++defs'.
2423         * modules/c++defs: New file.
2424         * build-aux/c++defs.h: New file.
2425         Reported by John W. Eaton <jwe@gnu.org>.
2426
2427 2010-03-07  Bruno Haible  <bruno@clisp.org>
2428
2429         logb: Provide missing declaration for Cygwin.
2430         * lib/math.in.h (logb): New declaration.
2431         * m4/logb.m4: New file.
2432         * modules/logb (Files): Add m4/logb.m4.
2433         (Depends-on): Add math.
2434         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2435         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2436         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2437         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2438         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2439
2440 2010-03-07  Bruno Haible  <bruno@clisp.org>
2441
2442         Fix test-cond link error.
2443         * tests/test-cond.c: Include <stdio.h>.
2444
2445 2010-03-07  Bruno Haible  <bruno@clisp.org>
2446
2447         Fix test-dirent-safer link error.
2448         * modules/dirent-safer-tests (Makefile.am): Define
2449         test_dirent_safer_LDADD.
2450
2451 2010-03-07  Bruno Haible  <bruno@clisp.org>
2452
2453         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2454         among default module list.
2455
2456 2010-03-07  Bruno Haible  <bruno@clisp.org>
2457
2458         Fix link error on platforms with GNU libiconv.
2459         * modules/unistr/u8-strcoll-tests (Makefile): Define
2460         test_u8_strcoll_LDADD.
2461         * modules/unistr/u16-strcoll-tests (Makefile): Define
2462         test_u16_strcoll_LDADD.
2463         * modules/unistr/u32-strcoll-tests (Makefile): Define
2464         test_u32_strcoll_LDADD.
2465
2466 2010-03-07  Bruno Haible  <bruno@clisp.org>
2467
2468         Use POSIX declarations for socket functions.
2469         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2470         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2471         rpl_sendto): Change declaration to match POSIX.
2472         * lib/connect.c (rpl_connect): Likewise.
2473         * lib/accept.c (rpl_accept): Likewise.
2474         * lib/bind.c (rpl_bind): Likewise.
2475         * lib/getpeername.c (rpl_getpeername): Likewise.
2476         * lib/getsockname.c (rpl_getsockname): Likewise.
2477         * lib/recv.c (rpl_recv): Likewise.
2478         * lib/send.c (rpl_send): Likewise.
2479         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2480         * lib/sendto.c (rpl_sendto): Likewise.
2481
2482 2010-03-06  Bruno Haible  <bruno@clisp.org>
2483
2484         Clarify access, euidaccess, faccessat.
2485         * doc/posix-functions/faccessat.texi: Mention security problem under
2486         "Other problems", not "Portability problems".
2487         * doc/posix-functions/access.texi: Likewise. Mention a related security
2488         problem.
2489         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2490         * lib/euidaccess.c: Add comments about platforms.
2491         * lib/unistd.in.h (access, euidaccess): Add warnings.
2492
2493 2010-03-07  Bruno Haible  <bruno@clisp.org>
2494
2495         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2496         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2497         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2498         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2499         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2500         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2501         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2502         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2503         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2504         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2505         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2506         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2507         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2508         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2509         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2510         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2511         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2512         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2513         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2514         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2515         Likewise.
2516         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2517         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2518         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2519         Likewise.
2520         * tests/test-spawn.c (main): Make it work when
2521         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2522
2523 2010-03-07  Bruno Haible  <bruno@clisp.org>
2524
2525         Fix incorrect Makefile.am generation in German locale.
2526         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2527         Execute sed command with character range in C locale.
2528
2529 2010-03-06  Bruno Haible  <bruno@clisp.org>
2530
2531         Tests for module 'iconv-h'.
2532         * modules/iconv-h-tests: New file.
2533         * tests/test-iconv-h.c: New file.
2534
2535         New module 'iconv-h'.
2536         * modules/iconv-h: New file.
2537         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2538         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2539         (configure.ac): Remove gl_ICONV_H.
2540         (Makefile.am): Remove rule for iconv.h.
2541
2542 2010-03-06  Bruno Haible  <bruno@clisp.org>
2543
2544         More consistent naming of *.m4 files.
2545         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2546         * modules/wctype (Files): Update.
2547
2548         More consistent naming of *.m4 files.
2549         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2550         * modules/wchar (Files): Update.
2551
2552 2010-03-06  Jim Meyering  <meyering@redhat.com>
2553
2554         euidaccess: relax license to LGPLv2+
2555         * modules/euidaccess (License): Relax to LGPLv2+.
2556
2557 2010-03-06  Bruno Haible  <bruno@clisp.org>
2558
2559         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2560         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2561         (Makefile.am): Augment lib_SOURCES instead.
2562
2563 2010-03-04  Jim Meyering  <meyering@redhat.com>
2564
2565         utime: remove obsolete module
2566         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2567         unnecessary for years, and has been marked as obsolete for 10 months.
2568         * modules/utime: Remove file.
2569         * lib/utime.c: Remove file.
2570         * m4/utime.m4: Remove file.
2571         * m4/utimes-null.m4: Remove file.
2572         * doc/posix-functions/utime.texi (utime): Remove reference to
2573         the module.  Move the sole "fixed by gnulib" item into the
2574         "problems not fixed by Gnulib" list.
2575         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2576
2577 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2578
2579         * modules/exit (License): Relax license to LGPLv2+.
2580         (Status): Mark as obsolete.
2581         * NEWS: Mention deprecated 'exit' module.
2582         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2583         of now obsolete 'exit'.
2584
2585 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2586
2587         fts-lgpl: remove unused module
2588         * modules/fts-lgpl: Remove.
2589         * MODULES.html.sh (func_all_modules): Adjust.
2590         * check-module (find_included_lib_files): Adjust.
2591         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2592
2593 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2594
2595         copy-acl: enhance Solaris ACL error handling
2596         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2597         * lib/set-mode-acl.c (qset_acl): Likewise.
2598
2599 2010-03-02  Bruno Haible  <bruno@clisp.org>
2600
2601         spawn: Don't override the system defined values on FreeBSD 8.
2602         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2603         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2604         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2605         if HAVE_POSIX_SPAWN is 1.
2606         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2607
2608 2010-03-01  Bruno Haible  <bruno@clisp.org>
2609
2610         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2611         regarding Automake.
2612
2613 2010-02-25  Bruno Haible  <bruno@clisp.org>
2614
2615         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2616         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2617         setting, not afterwards.
2618         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2619
2620 2010-02-24  Eric Blake  <eblake@redhat.com>
2621
2622         bootstrap, git-version-gen: use timestamp
2623         * build-aux/git-version-gen (scriptversion): Force UTC.
2624         * build-aux/bootstrap (scriptversion): New variable.
2625
2626         bootstrap: allow older git
2627         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2628         older than 1.6.4.  Requested by the libvirt project.
2629
2630 2010-02-23  Eric Blake  <eblake@redhat.com>
2631
2632         warn-on-use: work with old autoconf
2633         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2634         AS_VAR semantics of autoconf 2.60.
2635         Reported by Bruno Haible.
2636
2637         bootstrap: improve some comments
2638         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2639         clarification comments.
2640
2641         gettimeofday: provide correct function
2642         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2643         when replacement is declared, otherwise provide gettimeofday.
2644         Reported by Michael Goffioul.
2645
2646 2010-02-23  Jim Meyering  <meyering@redhat.com>
2647
2648         lib-ignore: relax license to "unlimited", not LGPLv2+
2649         * modules/lib-ignore (License): Relax to "unlimited".
2650
2651 2010-02-23  Jim Meyering  <meyering@redhat.com>
2652
2653         lib-ignore: relax license to LGPLv2+
2654         * modules/lib-ignore (License): Relax to LGPLv2+.
2655
2656 2010-02-22  Eric Blake  <eblake@redhat.com>
2657
2658         lseek: avoid bash 3.2 broken pipe bug
2659         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2660         warning from bash 3.2.
2661         Reported by Ben Pfaff, with analysis from Bruno Haible.
2662
2663         bootstrap: support non-FSF copyright holder
2664         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2665         bootstrap.conf override of COPYRIGHT_HOLDER.
2666         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2667
2668         bootstrap: interoperate with gettext 0.14.1
2669         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2670
2671         bootstrap: allow for alternate submodule location
2672         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2673         hardcoding submodule location.
2674         (gnulib_mk): Allow direct use of Makefile.am.
2675
2676         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2677         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2678         rather than reconfiguring where the submodule points.
2679
2680         gettimeofday: restore support for platforms that lack function
2681         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2682         replacement if function is missing.
2683         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2684         * modules/sys_time (Makefile.am): Substitute it.
2685         * lib/sys_time.in.h (gettimeofday): Check it.
2686         Reported by Michael Goffioul.
2687
2688 2010-02-21  Bruno Haible  <bruno@clisp.org>
2689
2690         * lib/stdio.in.h (obstack_printf): Fix typo.
2691
2692 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2693
2694         vc-list-files: use bzr ls's -R option
2695         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2696         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2697
2698 2010-02-21  Jim Meyering  <meyering@redhat.com>
2699
2700         init.sh: fix EXEEXT shims to work also for names like test-prog
2701         * tests/init.sh: Re-exec a better shell, when needed.
2702         If the current shell lacks support for posix $(...), an init.sh-using
2703         test will now try to find a shell that supports that.  If EXEEXT is
2704         nonempty, we also require support for hyphen-in-alias-name and shell
2705         substitutions like ${var#glob}.  Failure to find such a shell results
2706         in a skipped test.
2707
2708 2010-02-21  Bruno Haible  <bruno@clisp.org>
2709
2710         Really work around around "broken pipe" error message from bash 3.2.
2711         * gnulib-tool (func_reset_sigpipe): Remove function.
2712         (echo): In bash 3.2, define to a function that uses printf.
2713         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2714
2715 2010-02-20  Bruno Haible  <bruno@clisp.org>
2716
2717         Restore support for automake 1.9.6 with autoconf 2.61.
2718         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2719         Reported by James Youngman <jay@gnu.org>.
2720
2721 2010-02-20  Bruno Haible  <bruno@clisp.org>
2722
2723         Improve *printf warning condition.
2724         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2725         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2726         and the function is overridden due to SIGPIPE emulation.
2727
2728 2010-02-20  Bruno Haible  <bruno@clisp.org>
2729
2730         * lib/stdio.in.h: Tweak comments.
2731
2732 2010-02-19  Bruno Haible  <bruno@clisp.org>
2733
2734         Make it easier to find modules. New gnulib-tool option '--find'.
2735         * gnulib-tool: New option --find.
2736         (func_usage): Document it.
2737         (func_sanitize_modulelist): New function, extracted from
2738         func_all_modules.
2739         (func_all_modules): Invoke it.
2740         * doc/gnulib-tool.texi (Which modules?): New node.
2741
2742 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2743
2744         * lib/sys_select.in.h: Provide select replacement even if
2745         sys/select.h exists on a system, for Interix.
2746
2747 2010-02-18  Jim Meyering  <meyering@redhat.com>
2748
2749         init.sh: don't use $(...) just yet
2750         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2751         to accommodate e.g., Solaris' /bin/sh.
2752
2753 2010-02-17  Bruno Haible  <bruno@clisp.org>
2754
2755         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2756         Reported by Ludovic Courtès <ludo@gnu.org>.
2757
2758 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2759
2760         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2761         linking with -lintl.
2762
2763 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2764
2765         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2766         if not provided by the system's netdb.h.  Reported by
2767         ludo@gnu.org (Ludovic Courtès).
2768
2769 2010-02-15  Jim Meyering  <meyering@redhat.com>
2770
2771         init.sh: improve portability and efficiency
2772         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2773         "dummy" in a for loop.
2774         Use '!', not '^' to select the complement of a character set used
2775         in a "case" statement.
2776         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2777         Suggestions from Eric Blake.
2778
2779         init.sh: automatically accommodate programs with the .exe suffix
2780         Automatically arrange for an invocation of "prog" to execute the
2781         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2782         may use the simpler "prog", yet still work when built on a system
2783         that requires specifying the added suffix.
2784         Do this by constructing a function named "prog" that invokes
2785         "prog.exe" for each .exe file in selected directories.
2786         * tests/init.sh (find_exe_basenames_): New function.
2787         (create_exe_shim_functions_): New function.
2788         (path_prepend_): Use it.
2789
2790         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2791         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2792         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2793
2794 2010-02-14  Jim Meyering  <meyering@redhat.com>
2795
2796         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2797         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2798         (sc_prohibit_hash_pjw_without_use): New rule.
2799
2800         maint.mk: allow the default upload destination dir to be overridden
2801         * top/maint.mk (upload_dest_dir_): Define with a default that
2802         preserves the status quo.
2803         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2804         Reported by Peter Simons.
2805
2806         maint.mk: prohibit inclusion of "hash.h" without_use
2807         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2808
2809 2010-02-10  Jim Meyering  <meyering@redhat.com>
2810
2811         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2812         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2813
2814 2010-02-09  Eric Blake  <ebb9@byu.net>
2815         and Bruno Haible  <bruno@clisp.org>
2816
2817         obstack-printf-posix: ensure declaration
2818         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2819         extracted from gl_FUNC_OBSTACK_PRINTF.
2820         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2821         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2822         Likewise.
2823         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2824         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2825         0.
2826
2827 2010-02-08  Bruno Haible  <bruno@clisp.org>
2828
2829         gnulib-tool: Fix typo in 2010-02-07 commit.
2830         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2831         Reported by Eric Blake.
2832
2833 2010-02-07  Bruno Haible  <bruno@clisp.org>
2834
2835         gnulib-tool: Fix up caching patches.
2836         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2837         option --no-cache. Use associative arrays when supported by the shell.
2838         (sed_comments): New variable.
2839         (modcache): Renamed from do_cache.
2840         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2841         abbreviate unnecessarily.
2842         (have_associative): New variable.
2843         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2844         way also for ksh and zsh.
2845         (func_init_sed_convert_to_cache_statements): New function, extracted
2846         from func_cache_lookup_module. Add support for associative arrays.
2847         Don't set the c_MODULE_cached variable here. Ignore all lines before
2848         the first field header. Remove only the final newline, not all trailing
2849         newlines. Support empty fields correctly. Limit the use of 'eval' to
2850         assignments.
2851         (func_get_description, func_get_status, func_get_notice,
2852         func_get_applicability, func_get_filelist, func_get_dependencies,
2853         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2854         func_get_automake_snippet, func_get_include_directive,
2855         func_get_link_directive, func_get_license, func_get_maintainer):
2856         Update documentation. List the unoptimized code first. Add support for
2857         associative arrays. Limit the use of 'eval' to assignments.
2858         (func_get_applicability): Undo stylistic pessimisations.
2859         (func_get_automake_snippet, func_get_include_directive): Reduce code
2860         duplication.
2861         (func_modules_transitive_closure, func_modules_add_dummy,
2862         func_modules_notice, func_modules_to_filelist, func_add_file,
2863         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2864         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2865         func_create_testdir, func_create_megatestdir): Update documentation.
2866
2867 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2868
2869         * gnulib-tool (func_cache_lookup_module): Store the module name
2870         belonging to the cache variable; error out if two different
2871         module names map to the same cache variable name.
2872
2873 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2874
2875         gnulib-tool: Make caching optional.
2876         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2877         Update matching short versions of --no-changelog.
2878         (func_usage): Update.
2879         (sed_extract_cache_prog): Renamed from ...
2880         (sed_extract_prog): ... this; revert to old extraction script.
2881         (func_get_description, func_get_status)
2882         (func_get_notice, func_get_applicability, func_get_filelist)
2883         (func_get_dependencies, func_get_autoconf_early_snippet)
2884         (func_get_autoconf_snippet, func_get_automake_snippet)
2885         (func_get_include_directive, func_get_link_directive)
2886         (func_get_license, func_get_maintainer): If $do_cache is false,
2887         use old, non-caching extraction scripts.
2888         Suggestion by Bruno Haible.
2889
2890 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2891
2892         gnulib-tool: cache module metainformation.
2893         * gnulib-tool (sed_extract_prog): Match newline before each
2894         header, and rewrite header to a shell variable suffix.
2895         (func_cache_var, func_cache_lookup_module): New functions,
2896         to turn a module name into a cache variable prefix, and to
2897         look up and cache module metainformation.
2898         (func_get_description, func_get_status)
2899         (func_get_notice, func_get_applicability, func_get_filelist)
2900         (func_get_dependencies, func_get_autoconf_early_snippet)
2901         (func_get_autoconf_snippet, func_get_automake_snippet)
2902         (func_get_include_directive, func_get_link_directive)
2903         (func_get_license, func_get_maintainer): Use
2904         func_cache_lookup_module.
2905
2906 2010-02-07  Bruno Haible  <bruno@clisp.org>
2907
2908         fnctl: Fix missing dependency.
2909         * modules/fcntl (Depends-on): Add getdtablesize.
2910         Reported by John W. Eaton <jwe@gnu.org>.
2911
2912 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2913
2914         Argp: fix recognition of short alias options.
2915
2916         * lib/argp-parse.c (convert_options): Fix improper use of
2917         `|' between character values.
2918         * tests/test-argp.c (group1_option): New alias option
2919         --read (-r).
2920         (group1_parser): Special handling for 'r'.
2921         (test15): New test case.
2922         (test_fun): Add test15.
2923         * tests/test-argp-2.sh: Update expected --help and --usage
2924         outputs.
2925
2926 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2927
2928         * tests/test-argp.c: Fix indentation.
2929
2930 2010-02-04  Eric Blake  <ebb9@byu.net>
2931
2932         gettimeofday: expose type of second argument
2933         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2934         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2935         * tests/test-gettimeofday.c: Use it to silence warning.
2936         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2937         the issue.
2938
2939 2010-02-03  Jim Meyering  <meyering@redhat.com>
2940
2941         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2942         * lib/regcomp.c (TYPE_SIGNED): Define.
2943         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2944
2945         regcomp.c: avoid a new -Wshadow warning
2946         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2947
2948 2010-02-01  Jim Meyering  <meyering@redhat.com>
2949
2950         removing useless parentheses in cpp #define directives
2951         For motivation, see commit c0221df4, "define STREQ(a,b)
2952         consistently, removing useless parentheses"
2953         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2954         * lib/mountlist.c (MNT_IGNORE): Likewise.
2955         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2956
2957 2010-02-01  Eric Blake  <ebb9@byu.net>
2958
2959         sys_time: use link-warning
2960         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2961         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2962         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2963         * modules/sys_time (Depends-on): Add warn-on-use.
2964         (Makefile.am): Always build replacement.
2965         (configure.ac): Update substitutions.
2966         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2967         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2968         bother with SYS_TIME_H.
2969         * modules/gettimeofday (configure.ac): Declare indicator.
2970         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2971         in use.
2972
2973         closein-tests: silence compiler warning
2974         * tests/test-closein.c (main): Ignore fread result.
2975         * modules/closein-tests (Depends-on): Add ignore-value.
2976
2977         tests: silence warning about system return
2978         * tests/test-areadlink-with-size.c (main): Ignore system result.
2979         * tests/test-areadlink.c (main): Likewise.
2980         * tests/test-areadlinkat-with-size.c (main): Likewise.
2981         * tests/test-areadlinkat.c (main): Likewise.
2982         * tests/test-canonicalize-lgpl.c (main): Likewise.
2983         * tests/test-canonicalize.c (main): Likewise.
2984         * tests/test-chown.c (main): Likewise.
2985         * tests/test-fchownat.c (main): Likewise.
2986         * tests/test-fdutimensat.c (main): Likewise.
2987         * tests/test-fstatat.c (main): Likewise.
2988         * tests/test-futimens.c (main): Likewise.
2989         * tests/test-lchown.c (main): Likewise.
2990         * tests/test-link.c (main): Likewise.
2991         * tests/test-linkat.c (main): Likewise.
2992         * tests/test-lstat.c (main): Likewise.
2993         * tests/test-mkdir.c (main): Likewise.
2994         * tests/test-mkdirat.c (main): Likewise.
2995         * tests/test-mkfifo.c (main): Likewise.
2996         * tests/test-mkfifoat.c (main): Likewise.
2997         * tests/test-mknod.c (main): Likewise.
2998         * tests/test-readlink.c (main): Likewise.
2999         * tests/test-remove.c (main): Likewise.
3000         * tests/test-rename.c (main): Likewise.
3001         * tests/test-renameat.c (main): Likewise.
3002         * tests/test-rmdir.c (main): Likewise.
3003         * tests/test-symlink.c (main): Likewise.
3004         * tests/test-symlinkat.c (main): Likewise.
3005         * tests/test-unlink.c (main): Likewise.
3006         * tests/test-unlinkat.c (main): Likewise.
3007         * tests/test-utimens.c (main): Likewise.
3008         * tests/test-utimensat.c (main): Likewise.
3009         * modules/areadlink-tests (Depends-on): Add ignore-value.
3010         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3011         * modules/areadlinkat-tests (Depends-on): Likewise.
3012         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3013         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3014         * modules/canonicalize-tests (Depends-on): Likewise.
3015         * modules/chown-tests (Depends-on): Likewise.
3016         * modules/fdutimensat-tests (Depends-on): Likewise.
3017         * modules/futimens-tests (Depends-on): Likewise.
3018         * modules/lchown-tests (Depends-on): Likewise.
3019         * modules/link-tests (Depends-on): Likewise.
3020         * modules/linkat-tests (Depends-on): Likewise.
3021         * modules/lstat-tests (Depends-on): Likewise.
3022         * modules/mkdir-tests (Depends-on): Likewise.
3023         * modules/mkfifo-tests (Depends-on): Likewise.
3024         * modules/mkfifoat-tests (Depends-on): Likewise.
3025         * modules/mknod-tests (Depends-on): Likewise.
3026         * modules/openat-tests (Depends-on): Likewise.
3027         * modules/readlink-tests (Depends-on): Likewise.
3028         * modules/remove-tests (Depends-on): Likewise.
3029         * modules/rename-tests (Depends-on): Likewise.
3030         * modules/renameat-tests (Depends-on): Likewise.
3031         * modules/rmdir-tests (Depends-on): Likewise.
3032         * modules/symlink-tests (Depends-on): Likewise.
3033         * modules/symlinkat-tests (Depends-on): Likewise.
3034         * modules/unlink-tests (Depends-on): Likewise.
3035         * modules/utimens-tests (Depends-on): Likewise.
3036         * modules/utimensat-tests (Depends-on): Likewise.
3037
3038 2010-01-31  Bruno Haible  <bruno@clisp.org>
3039
3040         Perform the same test for many <math.h> functions.
3041         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3042         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3043         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3044         of gl_MATHFUNC.
3045         * modules/acos (configure.ac): Likewise.
3046         * modules/asin (configure.ac): Likewise.
3047         * modules/atan (configure.ac): Likewise.
3048         * modules/atan2 (configure.ac): Likewise.
3049         * modules/cbrt (configure.ac): Likewise.
3050         * modules/copysign (configure.ac): Likewise.
3051         * modules/cos (configure.ac): Likewise.
3052         * modules/cosh (configure.ac): Likewise.
3053         * modules/erf (configure.ac): Likewise.
3054         * modules/erfc (configure.ac): Likewise.
3055         * modules/exp (configure.ac): Likewise.
3056         * modules/fmod (configure.ac): Likewise.
3057         * modules/hypot (configure.ac): Likewise.
3058         * modules/j0 (configure.ac): Likewise.
3059         * modules/j1 (configure.ac): Likewise.
3060         * modules/jn (configure.ac): Likewise.
3061         * modules/lgamma (configure.ac): Likewise.
3062         * modules/log (configure.ac): Likewise.
3063         * modules/log10 (configure.ac): Likewise.
3064         * modules/log1p (configure.ac): Likewise.
3065         * modules/pow (configure.ac): Likewise.
3066         * modules/remainder (configure.ac): Likewise.
3067         * modules/sin (configure.ac): Likewise.
3068         * modules/sinh (configure.ac): Likewise.
3069         * modules/tan (configure.ac): Likewise.
3070         * modules/tanh (configure.ac): Likewise.
3071         * modules/y0 (configure.ac): Likewise.
3072         * modules/y1 (configure.ac): Likewise.
3073         * modules/yn (configure.ac): Likewise.
3074         Suggested by Paolo Bonzini.
3075
3076 2010-01-31  Bruno Haible  <bruno@clisp.org>
3077
3078         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3079
3080 2010-01-31  Bruno Haible  <bruno@clisp.org>
3081
3082         Work around getdelim() bug on FreeBSD 8.0.
3083         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3084         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3085         not work.
3086         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3087         is 1.
3088         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3089         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3090         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3091         a non-zero size.
3092         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3093
3094 2010-01-31  Bruno Haible  <bruno@clisp.org>
3095
3096         Work around getline() bug on FreeBSD 8.0.
3097         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3098         and a non-zero size.
3099         * tests/test-getline.c (main): Likewise.
3100         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3101         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3102
3103 2010-01-28  Eric Blake  <ebb9@byu.net>
3104
3105         regex: fix build failure
3106         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3107         platforms.
3108
3109 2010-01-28  Jim Meyering  <meyering@redhat.com>
3110
3111         regex: do not ignore memory allocation failure
3112         * lib/regex_internal.c (create_cd_newstate): Detect
3113         re_node_set_init_copy failure.   Extracted from glibc commit
3114         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3115
3116         regex: sync more white-space changes from libc
3117         * lib/regex_internal.c: White-space only changes.
3118         * lib/regexec.c: Likewise.
3119
3120         regex: add many uses of __attribute_warn_unused_result__
3121         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
3122         * lib/regexec.c: Likewise.
3123         Extracted from a messy glibc commit.
3124
3125         regcomp.c: spelling and merge-artifact from glibc
3126         * lib/regcomp.c: Merge remainder of glibc's
3127         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3128
3129         regcomp.c: sync white-space changes from glibc
3130         * lib/regcomp.c: Merge to accommodate white space
3131         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3132
3133         regcomp.c: do not ignore internal return values
3134         * lib/regcomp.c: Do not ignore internal return values.
3135         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
3136         but without its white-space changes and spelling fixes.
3137
3138         regex_internal.h: define __attribute_warn_unused_result__
3139         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
3140
3141         maint: add a syntax-check rule to check for vulnerable Makefile.in
3142         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
3143
3144 2010-01-27  Jim Meyering  <meyering@redhat.com>
3145
3146         ncftpput-ftp: clean up spaces
3147         * build-aux/ncftpput-ftp: Make Copyright line consistent.
3148         Remove trailing blanks.
3149
3150 2010-01-27  Simon Josefsson  <simon@josefsson.org>
3151
3152         * build-aux/git-version-gen: Fix copyright statement.
3153         * build-aux/gnupload: Likewise.
3154         * tests/test-arcfour.c: Likewise.
3155         * tests/test-arctwo.c: Likewise.
3156         * tests/test-count-one-bits.c: Likewise.
3157         * tests/test-crc.c: Likewise.
3158         * tests/test-des.c: Likewise.
3159         * tests/test-gc-arcfour.c: Likewise.
3160         * tests/test-gc-arctwo.c: Likewise.
3161         * tests/test-gc-des.c: Likewise.
3162         * tests/test-gc-hmac-md5.c: Likewise.
3163         * tests/test-gc-hmac-sha1.c: Likewise.
3164         * tests/test-gc-md2.c: Likewise.
3165         * tests/test-gc-md4.c: Likewise.
3166         * tests/test-gc-md5.c: Likewise.
3167         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3168         * tests/test-gc-rijndael.c: Likewise.
3169         * tests/test-gc-sha1.c: Likewise.
3170         * tests/test-gc.c: Likewise.
3171         * tests/test-gethostname.c: Likewise.
3172         * tests/test-gettimeofday.c: Likewise.
3173         * tests/test-hash.c: Likewise.
3174         * tests/test-hmac-md5.c: Likewise.
3175         * tests/test-hmac-sha1.c: Likewise.
3176         * tests/test-md2.c: Likewise.
3177         * tests/test-md4.c: Likewise.
3178         * tests/test-md5.c: Likewise.
3179         * tests/test-memchr.c: Likewise.
3180         * tests/test-memchr2.c: Likewise.
3181         * tests/test-memcmp.c: Likewise.
3182         * tests/test-memmem.c: Likewise.
3183         * tests/test-memrchr.c: Likewise.
3184         * tests/test-rawmemchr.c: Likewise.
3185         * tests/test-read-file.c: Likewise.
3186         * tests/test-rijndael.c: Likewise.
3187         * tests/test-sockets.c: Likewise.
3188         * tests/test-strchrnul.c: Likewise.
3189         * tests/test-strstr.c: Likewise.
3190         * tests/test-strtod.c: Likewise.
3191         * build-aux/ncftpput-ftp: Likewise.
3192
3193 2010-01-26  Eric Blake  <ebb9@byu.net>
3194
3195         ignore-value: update recommended header name
3196         * modules/ignore-value (Include): Only use <> for headers that
3197         exist in glibc.
3198
3199 2010-01-26  Jim Meyering  <meyering@redhat.com>
3200
3201         test-userspec.c: avoid compiler warnings
3202         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
3203         and "initialization discards qualifiers..." warnings.
3204         Put the first "uid" in its own scope, and make char* members "const".
3205
3206 2010-01-25  Bruno Haible  <bruno@clisp.org>
3207
3208         gnulib-tool: Make warning diagnostics consistent.
3209         * gnulib-tool (func_warning): New function.
3210         Use it everywhere where gnulib-tool produces output to stderr and it is
3211         not a fatal error.
3212
3213 2010-01-25  Bruno Haible  <bruno@clisp.org>
3214
3215         Fix test dependencies.
3216         * modules/xstrtol-tests (Depends-on): Add inttypes.
3217         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
3218
3219 2010-01-25 Pádraig Brady <P@draigBrady.com>
3220
3221         syntax-check: detect incorrect boolean macro values in config.h
3222         * modules/maintainer-makefile (configure.ac): Parameterize the location
3223         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
3224         The logic is from Eric Blake and the location indicated by Jim Meyering.
3225         Note the more natural CONFIG_HEADER name is prohibited by automake
3226         for backwards compatibility reasons.
3227         * top/maint.mk (sc_Wundef_boolean): New rule.
3228
3229 2010-01-25  Jim Meyering  <meyering@redhat.com>
3230
3231         bootstrap: detect MacOS 10.6's shasum, too
3232         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
3233         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
3234
3235 2010-01-23  Jim Meyering  <meyering@redhat.com>
3236
3237         xstrtoll: new module
3238         * modules/xstrtoll: New file.
3239         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
3240         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
3241         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
3242         ./configure fails if you use this module and lack "long long".
3243         * modules/xstrtoll-tests: New module.
3244         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
3245         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
3246         new init.sh-based test framework.
3247
3248 2010-01-24  Bruno Haible  <bruno@clisp.org>
3249
3250         Tests for module 'yn'.
3251         * modules/yn-tests: New file.
3252         * tests/test-yn.c: New file.
3253
3254         Tests for module 'y1'.
3255         * modules/y1-tests: New file.
3256         * tests/test-y1.c: New file.
3257
3258         Tests for module 'y0'.
3259         * modules/y0-tests: New file.
3260         * tests/test-y0.c: New file.
3261
3262         Tests for module 'tanh'.
3263         * modules/tanh-tests: New file.
3264         * tests/test-tanh.c: New file.
3265
3266         Tests for module 'tan'.
3267         * modules/tan-tests: New file.
3268         * tests/test-tan.c: New file.
3269
3270         Tests for module 'sqrt'.
3271         * modules/sqrt-tests: New file.
3272         * tests/test-sqrt.c: New file.
3273
3274         Tests for module 'sinh'.
3275         * modules/sinh-tests: New file.
3276         * tests/test-sinh.c: New file.
3277
3278         Tests for module 'sin'.
3279         * modules/sin-tests: New file.
3280         * tests/test-sin.c: New file.
3281
3282         Tests for module 'rint'.
3283         * modules/rint-tests: New file.
3284         * tests/test-rint.c: New file.
3285
3286         Tests for module 'remainder'.
3287         * modules/remainder-tests: New file.
3288         * tests/test-remainder.c: New file.
3289
3290         Tests for module 'pow'.
3291         * modules/pow-tests: New file.
3292         * tests/test-pow.c: New file.
3293
3294         Tests for module 'nextafter'.
3295         * modules/nextafter-tests: New file.
3296         * tests/test-nextafter.c: New file.
3297
3298         Tests for module 'modf'.
3299         * modules/modf-tests: New file.
3300         * tests/test-modf.c: New file.
3301
3302         Tests for module 'logb'.
3303         * modules/logb-tests: New file.
3304         * tests/test-logb.c: New file.
3305
3306         Tests for module 'log1p'.
3307         * modules/log1p-tests: New file.
3308         * tests/test-log1p.c: New file.
3309
3310         Tests for module 'log10'.
3311         * modules/log10-tests: New file.
3312         * tests/test-log10.c: New file.
3313
3314         Tests for module 'log'.
3315         * modules/log-tests: New file.
3316         * tests/test-log.c: New file.
3317
3318         Tests for module 'lgamma'.
3319         * modules/lgamma-tests: New file.
3320         * tests/test-lgamma.c: New file.
3321
3322         Tests for module 'ldexp'.
3323         * modules/ldexp-tests: New file.
3324         * tests/test-ldexp.c: New file.
3325
3326         Tests for module 'jn'.
3327         * modules/jn-tests: New file.
3328         * tests/test-jn.c: New file.
3329
3330         Tests for module 'j1'.
3331         * modules/j1-tests: New file.
3332         * tests/test-j1.c: New file.
3333
3334         Tests for module 'j0'.
3335         * modules/j0-tests: New file.
3336         * tests/test-j0.c: New file.
3337
3338         Tests for module 'hypot'.
3339         * modules/hypot-tests: New file.
3340         * tests/test-hypot.c: New file.
3341
3342         Tests for module 'fmod'.
3343         * modules/fmod-tests: New file.
3344         * tests/test-fmod.c: New file.
3345
3346         Tests for module 'fabs'.
3347         * modules/fabs-tests: New file.
3348         * tests/test-fabs.c: New file.
3349
3350         Tests for module 'exp'.
3351         * modules/exp-tests: New file.
3352         * tests/test-exp.c: New file.
3353
3354         Tests for module 'erfc'.
3355         * modules/erfc-tests: New file.
3356         * tests/test-erfc.c: New file.
3357
3358         Tests for module 'erf'.
3359         * modules/erf-tests: New file.
3360         * tests/test-erf.c: New file.
3361
3362         Tests for module 'cosh'.
3363         * modules/cosh-tests: New file.
3364         * tests/test-cosh.c: New file.
3365
3366         Tests for module 'cos'.
3367         * modules/cos-tests: New file.
3368         * tests/test-cos.c: New file.
3369
3370         Tests for module 'copysign'.
3371         * modules/copysign-tests: New file.
3372         * tests/test-copysign.c: New file.
3373
3374         Tests for module 'cbrt'.
3375         * modules/cbrt-tests: New file.
3376         * tests/test-cbrt.c: New file.
3377
3378         Tests for module 'atan2'.
3379         * modules/atan2-tests: New file.
3380         * tests/test-atan2.c: New file.
3381
3382         Tests for module 'atan'.
3383         * modules/atan-tests: New file.
3384         * tests/test-atan.c: New file.
3385
3386         Tests for module 'asin'.
3387         * modules/asin-tests: New file.
3388         * tests/test-asin.c: New file.
3389
3390         Tests for module 'acos'.
3391         * modules/acos-tests: New file.
3392         * tests/test-acos.c: New file.
3393
3394 2010-01-24  Bruno Haible  <bruno@clisp.org>
3395
3396         Fix tests for common <math.h> functions.
3397         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3398         code snippet that references the function pointer, rather than merely
3399         calling the function. Substitute the FUNC_LIBM variable.
3400         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3401         * modules/acos (configure.ac): Likewise.
3402         * modules/asin (configure.ac): Likewise.
3403         * modules/atan (configure.ac): Likewise.
3404         * modules/atan2 (configure.ac): Likewise.
3405         * modules/cbrt (configure.ac): Likewise.
3406         * modules/copysign (configure.ac): Likewise.
3407         * modules/cos (configure.ac): Likewise.
3408         * modules/cosh (configure.ac): Likewise.
3409         * modules/erf (configure.ac): Likewise.
3410         * modules/erfc (configure.ac): Likewise.
3411         * modules/exp (configure.ac): Likewise.
3412         * modules/fabs (configure.ac): Likewise.
3413         * modules/fmod (configure.ac): Likewise.
3414         * modules/hypot (configure.ac): Likewise.
3415         * modules/j0 (configure.ac): Likewise.
3416         * modules/j1 (configure.ac): Likewise.
3417         * modules/jn (configure.ac): Likewise.
3418         * modules/ldexp (configure.ac): Likewise.
3419         * modules/lgamma (configure.ac): Likewise.
3420         * modules/log (configure.ac): Likewise.
3421         * modules/log10 (configure.ac): Likewise.
3422         * modules/log1p (configure.ac): Likewise.
3423         * modules/logb (configure.ac): Likewise.
3424         * modules/modf (configure.ac): Likewise.
3425         * modules/nextafter (configure.ac): Likewise.
3426         * modules/pow (configure.ac): Likewise.
3427         * modules/remainder (configure.ac): Likewise.
3428         * modules/rint (configure.ac): Likewise.
3429         * modules/sin (configure.ac): Likewise.
3430         * modules/sinh (configure.ac): Likewise.
3431         * modules/tan (configure.ac): Likewise.
3432         * modules/tanh (configure.ac): Likewise.
3433         * modules/y0 (configure.ac): Likewise.
3434         * modules/y1 (configure.ac): Likewise.
3435         * modules/yn (configure.ac): Likewise.
3436
3437 2010-01-24  Bruno Haible  <bruno@clisp.org>
3438
3439         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3440         * tests/test-acosl.c (x): New variable.
3441         (main): Store argument in x and fetch it from x.
3442         * tests/test-asinl.c (x): New variable.
3443         (main): Store argument in x and fetch it from x.
3444         * tests/test-atanl.c (x): New variable.
3445         (main): Store argument in x and fetch it from x.
3446         * tests/test-cosl.c (x): New variable.
3447         (main): Store argument in x and fetch it from x.
3448         * tests/test-expl.c (x): New variable.
3449         (main): Store argument in x and fetch it from x.
3450         * tests/test-logl.c (x): New variable.
3451         (main): Store argument in x and fetch it from x.
3452         * tests/test-sinl.c (x): New variable.
3453         (main): Store argument in x and fetch it from x.
3454         * tests/test-sqrtl.c (x): New variable.
3455         (main): Store argument in x and fetch it from x.
3456         * tests/test-tanl.c (x): New variable.
3457         (main): Store argument in x and fetch it from x.
3458
3459 2010-01-24  Bruno Haible  <bruno@clisp.org>
3460
3461         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3462         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3463         assignments to the initial TESTS_ENVIRONMENT.
3464         * doc/gnulib.texi (Unit test modules): Document it.
3465         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3466         TESTS_ENVIRONMENT.
3467         * modules/btowc-tests (Makefile.am): Likewise.
3468         * modules/c-stack-tests (Makefile.am): Likewise.
3469         * modules/c-strcase-tests (Makefile.am): Likewise.
3470         * modules/copy-file-tests (Makefile.am): Likewise.
3471         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3472         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3473         * modules/mbrtowc-tests (Makefile.am): Likewise.
3474         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3475         * modules/mbscasestr-tests (Makefile.am): Likewise.
3476         * modules/mbschr-tests (Makefile.am): Likewise.
3477         * modules/mbscspn-tests (Makefile.am): Likewise.
3478         * modules/mbsinit-tests (Makefile.am): Likewise.
3479         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3480         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3481         * modules/mbspbrk-tests (Makefile.am): Likewise.
3482         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3483         * modules/mbsrchr-tests (Makefile.am): Likewise.
3484         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3485         * modules/mbsspn-tests (Makefile.am): Likewise.
3486         * modules/mbsstr-tests (Makefile.am): Likewise.
3487         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3488         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3489         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3490         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3491         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3492         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3493         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3494         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3495         * modules/wcrtomb-tests (Makefile.am): Likewise.
3496         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3497         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3498         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3499         assignments from TESTS_ENVIRONMENT.
3500         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3501         augmentation.
3502         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3503         * modules/atexit-tests (Makefile.am): Likewise.
3504         * modules/binary-io-tests (Makefile.am): Likewise.
3505         * modules/closein-tests (Makefile.am): Likewise.
3506         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3507         * modules/exclude-tests (Makefile.am): Likewise.
3508         * modules/fflush-tests (Makefile.am): Likewise.
3509         * modules/fpending-tests (Makefile.am): Likewise.
3510         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3511         * modules/freadahead-tests (Makefile.am): Likewise.
3512         * modules/freadptr-tests (Makefile.am): Likewise.
3513         * modules/freadseek-tests (Makefile.am): Likewise.
3514         * modules/fseek-tests (Makefile.am): Likewise.
3515         * modules/fseeko-tests (Makefile.am): Likewise.
3516         * modules/ftell-tests (Makefile.am): Likewise.
3517         * modules/ftello-tests (Makefile.am): Likewise.
3518         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3519         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3520         * modules/lseek-tests (Makefile.am): Likewise.
3521         * modules/parse-duration-tests (Makefile.am): Likewise.
3522         * modules/perror-tests (Makefile.am): Likewise.
3523         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3524         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3525         * modules/pipe-tests (Makefile.am): Likewise.
3526         * modules/pread-tests (Makefile.am): Likewise.
3527         * modules/printf-posix-tests (Makefile.am): Likewise.
3528         * modules/select-tests (Makefile.am): Likewise.
3529         * modules/sigpipe-tests (Makefile.am): Likewise.
3530         * modules/tsearch-tests (Makefile.am): Likewise.
3531         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3532         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3533         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3534         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3535         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3536         * modules/version-etc-tests (Makefile.am): Likewise.
3537         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3538         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3539         * modules/xalloc-die-tests (Makefile.am): Likewise.
3540         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3541         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3542         * modules/xstrtol-tests (Makefile.am): Likewise.
3543         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3544         * modules/yesno-tests (Makefile.am): Likewise.
3545         Suggested by Jim Meyering.
3546
3547 2010-01-24  Bruno Haible  <bruno@clisp.org>
3548
3549         More documentation.
3550         * doc/gnulib.texi (Writing modules): New chapter.
3551         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3552         the new chapter.
3553
3554 2010-01-24  Jim Meyering  <meyering@redhat.com>
3555
3556         maint.mk: do not prepend "./" after filtering
3557         * top/maint.mk (_prepend_srcdir_prefix): New variable
3558         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3559         "./" when $(srcdir) is ".".
3560
3561         define STREQ(a,b) consistently, removing useless parentheses
3562         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3563         since the only risk is that "a" or "b" contains an unparenthesized
3564         comma, but if either did that, STREQ would have 3 or more arguments.
3565         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3566         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3567         * lib/hash-triple.c (STREQ): Likewise.
3568         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3569         * lib/getugroups.c (STREQ): Likewise.
3570
3571 2010-01-23  Jim Meyering  <meyering@redhat.com>
3572
3573         maint.mk: fix syntax-check in a non-srcdir build directory
3574         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3575         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3576
3577 2010-01-22  Jim Meyering  <meyering@redhat.com>
3578
3579         userspec: add unit tests
3580         * tests/test-userspec.c: New file.
3581         * modules/userspec-tests: Likewise.
3582
3583 2010-01-21  Jim Meyering  <meyering@redhat.com>
3584
3585         maint.mk: handle source file names containing "." robustly
3586         * top/maint.mk (_dot_escaped_srcdir): Define.
3587         (VC_LIST): Use it in LHS of sed substitution.
3588
3589 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3590
3591         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3592         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3593         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3594         from a non-srcdir build.
3595
3596 2010-01-20  Eric Blake  <ebb9@byu.net>
3597
3598         warn-on-use: use instead of link-warning
3599         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3600         * modules/unistd (Depends-on, Makefile.am): Likewise.
3601         * modules/arpa_inet (Depends-on): Replace link-warning with
3602         warn-on-use.
3603         (Makefile.am): Update rules accordingly.
3604         * modules/ctype (Depends-on, Makefile.am): Likewise.
3605         * modules/dirent (Depends-on, Makefile.am): Likewise.
3606         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3607         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3608         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3609         * modules/locale (Depends-on, Makefile.am): Likewise.
3610         * modules/math (Depends-on, Makefile.am): Likewise.
3611         * modules/search (Depends-on, Makefile.am): Likewise.
3612         * modules/signal (Depends-on, Makefile.am): Likewise.
3613         * modules/spawn (Depends-on, Makefile.am): Likewise.
3614         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3615         * modules/string (Depends-on, Makefile.am): Likewise.
3616         * modules/strings (Depends-on, Makefile.am): Likewise.
3617         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3618         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3619         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3620         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3621         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3622         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3623         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3624         * modules/wchar (Depends-on, Makefile.am): Likewise.
3625         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3626         should be poisoned.
3627         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3628         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3629         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3630         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3631         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3632         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3633         * m4/math_h.m4 (gl_MATH_H): Likewise.
3634         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3635         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3636         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3637         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3638         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3639         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3640         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3641         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3642         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3643         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3644         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3645         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3646         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3647         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3648         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3649         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3650         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3651         GL_LINK_WARNING.
3652         * lib/ctype.in.h: Likewise.
3653         * lib/dirent.in.h: Likewise.
3654         * lib/fcntl.in.h: Likewise.
3655         * lib/inttypes.in.h: Likewise.
3656         * lib/langinfo.in.h: Likewise.
3657         * lib/locale.in.h: Likewise.
3658         * lib/math.in.h: Likewise.
3659         * lib/search.in.h: Likewise.
3660         * lib/signal.in.h: Likewise.
3661         * lib/spawn.in.h: Likewise.
3662         * lib/stdio.in.h: Likewise.
3663         * lib/stdlib.in.h: Likewise.
3664         * lib/string.in.h: Likewise.
3665         * lib/strings.in.h: Likewise.
3666         * lib/sys_file.in.h: Likewise.
3667         * lib/sys_ioctl.in.h: Likewise.
3668         * lib/sys_select.in.h: Likewise.
3669         * lib/sys_socket.in.h: Likewise.
3670         * lib/sys_stat.in.h: Likewise.
3671         * lib/sys_times.in.h: Likewise.
3672         * lib/sys_utsname.in.h: Likewise.
3673         * lib/unistd.in.h: Likewise.
3674         * lib/wchar.in.h: Likewise.
3675
3676 2010-01-20  Bruno Haible  <bruno@clisp.org>
3677
3678         Avoid duplicate -lm.
3679         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3680         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3681         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3682         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3683         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3684         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3685         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3686         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3687         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3688         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3689         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3690         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3691         Reported by Paolo Bonzini.
3692
3693 2010-01-19  Bruno Haible  <bruno@clisp.org>
3694
3695         langinfo, nl_langinfo: Relicense under LGPLv2+.
3696         * modules/langinfo (License): Change to LGPLv2+.
3697         * modules/nl_langinfo (License): Likewise.
3698         Patch by David Lutterkort <lutter@redhat.com>.
3699
3700 2010-01-19  Bruno Haible  <bruno@clisp.org>
3701
3702         Avoid compilation error with cc on OSF/1 5.1.
3703         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3704         statement, not before.
3705         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3706
3707 2010-01-18  Bruno Haible  <bruno@clisp.org>
3708
3709         Avoid a link error due to the __printf__ symbol.
3710         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3711         and 2.6.x.
3712         (__format__, __printf__): Remove definitions.
3713         * lib/argp-fmtstream.h: Likewise.
3714         * lib/argp.h: Likewise.
3715         * lib/error.h: Likewise.
3716         * lib/vasnprintf.h: Likewise.
3717         * lib/xprintf.h: Likewise.
3718         * lib/xvasprintf.h: Likewise.
3719         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3720
3721 2010-01-18  Bruno Haible  <bruno@clisp.org>
3722
3723         Tests for module 'tanl'.
3724         * modules/tanl-tests: New file.
3725         * tests/test-tanl.c: New file.
3726
3727         Tests for module 'sqrtl'.
3728         * modules/sqrtl-tests: New file.
3729         * tests/test-sqrtl.c: New file.
3730
3731         Tests for module 'sinl'.
3732         * modules/sinl-tests: New file.
3733         * tests/test-sinl.c: New file.
3734
3735         Tests for module 'logl'.
3736         * modules/logl-tests: New file.
3737         * tests/test-logl.c: New file.
3738
3739         Tests for module 'expl'.
3740         * modules/expl-tests: New file.
3741         * tests/test-expl.c: New file.
3742
3743         Tests for module 'cosl'.
3744         * modules/cosl-tests: New file.
3745         * tests/test-cosl.c: New file.
3746
3747         Tests for module 'atanl'.
3748         * modules/atanl-tests: New file.
3749         * tests/test-atanl.c: New file.
3750
3751         Tests for module 'asinl'.
3752         * modules/asinl-tests: New file.
3753         * tests/test-asinl.c: New file.
3754
3755         Tests for module 'acosl'.
3756         * modules/acosl-tests: New file.
3757         * tests/test-acosl.c: New file.
3758
3759         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3760         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3761         tanl): Use the standard gnulib idiom.
3762         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3763         * lib/sinl.c: Likewise.
3764         * lib/tanl.c: Don't include trigl.c.
3765         (kernel_tanl): Make static.
3766         * lib/sincosl.c: Include trigl.h first.
3767         * lib/trigl.c: Likewise.
3768         * m4/acosl.m4: New file.
3769         * m4/asinl.m4: New file.
3770         * m4/atanl.m4: New file.
3771         * m4/cosl.m4: New file.
3772         * m4/expl.m4: New file.
3773         * m4/logl.m4: New file.
3774         * m4/sinl.m4: New file.
3775         * m4/sqrtl.m4: New file.
3776         * m4/tanl.m4: New file.
3777         * m4/mathl.m4: Remove file.
3778         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3779         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3780         Don't initialize GNULIB_MATHL.
3781         * modules/acosl: New file.
3782         * modules/asinl: New file.
3783         * modules/atanl: New file.
3784         * modules/cosl: New file.
3785         * modules/expl: New file.
3786         * modules/logl: New file.
3787         * modules/sinl: New file.
3788         * modules/sqrtl: New file.
3789         * modules/tanl: New file.
3790         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3791         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3792         substitute GNULIB_MATHL.
3793         * modules/mathl: Rewritten.
3794         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3795         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3796         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3797         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3798         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3799         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3800         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3801         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3802         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3803
3804 2010-01-18  Bruno Haible  <bruno@clisp.org>
3805
3806         sqrt: Make gl_FUNC_SQRT requirable.
3807         * m4/sqrt.m4: New file.
3808         * modules/sqrt (Files): Add it.
3809         (configure.ac): Invoke gl_FUNC_SQRT.
3810
3811 2010-01-18  Bruno Haible  <bruno@clisp.org>
3812
3813         New modules for common <math.h> functions.
3814         * m4/mathfunc.m4: New file.
3815         * modules/acos: New file.
3816         * modules/asin: New file.
3817         * modules/atan: New file.
3818         * modules/atan2: New file.
3819         * modules/cbrt: New file.
3820         * modules/copysign: New file.
3821         * modules/cos: New file.
3822         * modules/cosh: New file.
3823         * modules/erf: New file.
3824         * modules/erfc: New file.
3825         * modules/exp: New file.
3826         * modules/fabs: New file.
3827         * modules/fmod: New file.
3828         * modules/hypot: New file.
3829         * modules/j0: New file.
3830         * modules/j1: New file.
3831         * modules/jn: New file.
3832         * modules/ldexp: New file.
3833         * modules/lgamma: New file.
3834         * modules/log: New file.
3835         * modules/log10: New file.
3836         * modules/log1p: New file.
3837         * modules/logb: New file.
3838         * modules/modf: New file.
3839         * modules/nextafter: New file.
3840         * modules/pow: New file.
3841         * modules/remainder: New file.
3842         * modules/rint: New file.
3843         * modules/sin: New file.
3844         * modules/sinh: New file.
3845         * modules/sqrt: New file.
3846         * modules/tan: New file.
3847         * modules/tanh: New file.
3848         * modules/y0: New file.
3849         * modules/y1: New file.
3850         * modules/yn: New file.
3851         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3852         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3853         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3854         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3855         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3856         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3857         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3858         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3859         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3860         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3861         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3862         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3863         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3864         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3865         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3866         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3867         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3868         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3869         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3870         * doc/posix-functions/log.texi: Mention the 'log' module.
3871         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3872         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3873         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3874         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3875         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3876         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3877         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3878         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3879         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3880         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3881         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3882         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3883         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3884         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3885         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3886         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3887
3888 2010-01-18  Jim Meyering  <meyering@redhat.com>
3889
3890         ignore-value: relax license to LGPLv2+
3891         * modules/ignore-value (License): Relax to LGPLv2+.
3892
3893         getdate: don't leak when TZ contains two or more '"'s
3894         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3895         double quote in TZ after the first one.
3896
3897         readtokens: do not leak internal token_lengths buffer
3898         * lib/readtokens.c (readtokens): Free the local, lengths,
3899         when the supplied "token_lengths" parameter is NULL.
3900
3901 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3902
3903         Fix a couple of missing LIBTHREAD link failures on AIX.
3904         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3905         $(LIBTHREAD).
3906         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3907
3908         Link test-poll against INET_PTON_LIB.
3909         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3910         for inet_pton on Solaris 10.
3911
3912 2010-01-17  Bruno Haible  <bruno@clisp.org>
3913
3914         unistdio/*-sprintf: Fix typo in module description.
3915         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3916         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3917         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3918         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3919         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3920         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3921         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3922         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3923
3924 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3925
3926         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3927         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3928         variables in shell case patterns, for AIX and HP-UX ksh.
3929
3930         Split large sed scripts, for HP-UX sed.
3931         * modules/stdio: Split sed scripts around 50 sed commands,
3932         to avoid HP-UX limit of 99 commands, in the near future.
3933         * modules/string: Likewise.
3934         * modules/unistd: Likewise.
3935
3936         gnulib-tool: avoid writing in the current directory.
3937         * gnulib-tool (func_emit_lib_Makefile_am)
3938         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3939         not in the current directory, so concurrent gnulib-tool
3940         instances do not interfere.
3941
3942 2010-01-16  Jim Meyering  <meyering@redhat.com>
3943
3944         doc: update users.txt
3945         * users.txt: Add grep.
3946         (diffutils, gzip): Update URLs.
3947
3948 2010-01-12  Bruno Haible  <bruno@clisp.org>
3949
3950         posix_spawn: Avoid test failure on Cygwin.
3951         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3952         characters.
3953         Reported by Simon Josefsson.
3954
3955 2010-01-12  Bruno Haible  <bruno@clisp.org>
3956
3957         * tests/test-cond.c (main): When skipping the test, show the reason.
3958
3959 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3960
3961         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3962
3963 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3964
3965         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3966         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3967
3968 2010-01-12  Eric Blake  <ebb9@byu.net>
3969
3970         build: guarantee AS_VAR_IF
3971         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3972         (gl_AS_VAR_IF): Move...
3973         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3974         Reported by Simon Josefsson.
3975
3976 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3977
3978         * lib/stdio.in.h: Fix typo.
3979
3980 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3981
3982         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3983         libgpg-error.
3984
3985 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3986
3987         * tests/test-xalloc-die.sh: Use $EXEEXT.
3988
3989 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3990             Bruno Haible  <bruno@clisp.org>
3991
3992         getlogin, getlogin_r: Avoid test failure.
3993         * tests/test-getlogin.c: Include <stdio.h>.
3994         (main): Skip the test when the function fails because stdin is not a
3995         tty.
3996         * tests/test-getlogin_r.c: Include <stdio.h>.
3997         (main): Skip the test when the function fails because stdin is not a
3998         tty.
3999
4000 2010-01-11  Eric Blake  <ebb9@byu.net>
4001
4002         tests: avoid more large file warnings
4003         * tests/test-fflush.c: Avoid warning about ftell use.
4004         * tests/test-fseek.c: Avoid warning about fseek use.
4005
4006 2010-01-10  Bruno Haible  <bruno@clisp.org>
4007
4008         nproc: Work better on Linux when /proc and /sys are not mounted.
4009         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4010         as lower bound when, on glibc/Linux systems,
4011         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4012         Suggested by Pádraig Brady <P@draigbrady.com>.
4013         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4014
4015         nproc: Refactor.
4016         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4017         extracted from num_processors.
4018         (num_processors): Call it.
4019
4020 2010-01-11  Jim Meyering  <meyering@redhat.com>
4021
4022         utimecmp: avoid new warning from upcoming gcc-4.5.0
4023         * lib/utimecmp.c (BILLION): Define using #define rather than an
4024         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4025
4026 2010-01-11  Eric Blake  <ebb9@byu.net>
4027
4028         math: add portability warnings for classification macros
4029         * modules/math (Depends-on): Add warn-on-use.
4030         (Makefile.am): Provide new substitutions.
4031         * m4/math_h.m4 (gl_MATH_H): Require inline.
4032         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4033         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4034         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4035         implement warnings.
4036
4037         unistd: warn on use of environ without module
4038         * modules/unistd (Depends-on): Add warn-on-use.
4039         (Makefile.am): Provide new substitutions.
4040         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4041         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4042
4043         stdio: warn on suspicious uses
4044         * modules/stdio (Depends-on): Add warn-on-use.
4045         (Makefile.am): Provide new substitutions.
4046         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4047         fseeko.
4048         * lib/stdio.in.h (gets): Always warn on use.
4049         (fseek, ftell): Adjust when warnings are issued, and honor
4050         _GL_NO_LARGE_FILES as a way to silence the warning.
4051         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4052         any warning about large file offsets.
4053         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4054         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4055         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4056         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4057         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4058         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4059         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4060         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4061
4062         warn-on-use: new module
4063         * modules/warn-on-use: New file.
4064         * build-aux/warn-on-use.h: Likewise.
4065         * m4/warn-on-use.m4: Likewise.
4066         * MODULES.html.sh (Support for building): Mention it.
4067
4068 2010-01-10  Bruno Haible  <bruno@clisp.org>
4069
4070         Tests for module 'unistr/u32-strdup'.
4071         * modules/unistr/u32-strdup-tests: New file.
4072         * tests/unistr/test-u32-strdup.c: New file.
4073
4074         Tests for module 'unistr/u16-strdup'.
4075         * modules/unistr/u16-strdup-tests: New file.
4076         * tests/unistr/test-u16-strdup.c: New file.
4077
4078         Tests for module 'unistr/u8-strdup'.
4079         * modules/unistr/u8-strdup-tests: New file.
4080         * tests/unistr/test-u8-strdup.c: New file.
4081         * tests/unistr/test-strdup.h: New file.
4082
4083         Tests for module 'unistr/u32-strncmp'.
4084         * modules/unistr/u32-strncmp-tests: New file.
4085         * tests/unistr/test-u32-strncmp.c: New file.
4086
4087         Tests for module 'unistr/u16-strncmp'.
4088         * modules/unistr/u16-strncmp-tests: New file.
4089         * tests/unistr/test-u16-strncmp.c: New file.
4090
4091         Tests for module 'unistr/u8-strncmp'.
4092         * modules/unistr/u8-strncmp-tests: New file.
4093         * tests/unistr/test-u8-strncmp.c: New file.
4094         * tests/unistr/test-strncmp.h: New file.
4095
4096         Tests for module 'unistr/u32-strcoll'.
4097         * modules/unistr/u32-strcoll-tests: New file.
4098         * tests/unistr/test-u32-strcoll.c: New file.
4099
4100         Tests for module 'unistr/u16-strcoll'.
4101         * modules/unistr/u16-strcoll-tests: New file.
4102         * tests/unistr/test-u16-strcoll.c: New file.
4103
4104         Tests for module 'unistr/u8-strcoll'.
4105         * modules/unistr/u8-strcoll-tests: New file.
4106         * tests/unistr/test-u8-strcoll.c: New file.
4107
4108         Tests for module 'unistr/u32-strcmp'.
4109         * modules/unistr/u32-strcmp-tests: New file.
4110         * tests/unistr/test-u32-strcmp.c: New file.
4111         * tests/unistr/test-u32-strcmp.h: New file.
4112
4113         Tests for module 'unistr/u16-strcmp'.
4114         * modules/unistr/u16-strcmp-tests: New file.
4115         * tests/unistr/test-u16-strcmp.c: New file.
4116         * tests/unistr/test-u16-strcmp.h: New file.
4117
4118         Tests for module 'unistr/u8-strcmp'.
4119         * modules/unistr/u8-strcmp-tests: New file.
4120         * tests/unistr/test-u8-strcmp.c: New file.
4121         * tests/unistr/test-u8-strcmp.h: New file.
4122         * tests/unistr/test-strcmp.h: New file.
4123
4124         Tests for module 'unistr/u32-strncat'.
4125         * modules/unistr/u32-strncat-tests: New file.
4126         * tests/unistr/test-u32-strncat.c: New file.
4127
4128         Tests for module 'unistr/u16-strncat'.
4129         * modules/unistr/u16-strncat-tests: New file.
4130         * tests/unistr/test-u16-strncat.c: New file.
4131
4132         Tests for module 'unistr/u8-strncat'.
4133         * modules/unistr/u8-strncat-tests: New file.
4134         * tests/unistr/test-u8-strncat.c: New file.
4135         * tests/unistr/test-strncat.h: New file.
4136
4137         Tests for module 'unistr/u32-strcat'.
4138         * modules/unistr/u32-strcat-tests: New file.
4139         * tests/unistr/test-u32-strcat.c: New file.
4140
4141         Tests for module 'unistr/u16-strcat'.
4142         * modules/unistr/u16-strcat-tests: New file.
4143         * tests/unistr/test-u16-strcat.c: New file.
4144
4145         Tests for module 'unistr/u8-strcat'.
4146         * modules/unistr/u8-strcat-tests: New file.
4147         * tests/unistr/test-u8-strcat.c: New file.
4148         * tests/unistr/test-strcat.h: New file.
4149
4150         Tests for module 'unistr/u32-stpncpy'.
4151         * modules/unistr/u32-stpncpy-tests: New file.
4152         * tests/unistr/test-u32-stpncpy.c: New file.
4153
4154         Tests for module 'unistr/u16-stpncpy'.
4155         * modules/unistr/u16-stpncpy-tests: New file.
4156         * tests/unistr/test-u16-stpncpy.c: New file.
4157
4158         Tests for module 'unistr/u8-stpncpy'.
4159         * modules/unistr/u8-stpncpy-tests: New file.
4160         * tests/unistr/test-u8-stpncpy.c: New file.
4161         * tests/unistr/test-stpncpy.h: New file.
4162
4163         Tests for module 'unistr/u32-strncpy'.
4164         * modules/unistr/u32-strncpy-tests: New file.
4165         * tests/unistr/test-u32-strncpy.c: New file.
4166
4167         Tests for module 'unistr/u16-strncpy'.
4168         * modules/unistr/u16-strncpy-tests: New file.
4169         * tests/unistr/test-u16-strncpy.c: New file.
4170
4171         Tests for module 'unistr/u8-strncpy'.
4172         * modules/unistr/u8-strncpy-tests: New file.
4173         * tests/unistr/test-u8-strncpy.c: New file.
4174         * tests/unistr/test-strncpy.h: New file.
4175
4176         Tests for module 'unistr/u32-stpcpy'.
4177         * modules/unistr/u32-stpcpy-tests: New file.
4178         * tests/unistr/test-u32-stpcpy.c: New file.
4179
4180         Tests for module 'unistr/u16-stpcpy'.
4181         * modules/unistr/u16-stpcpy-tests: New file.
4182         * tests/unistr/test-u16-stpcpy.c: New file.
4183
4184         Tests for module 'unistr/u8-stpcpy'.
4185         * modules/unistr/u8-stpcpy-tests: New file.
4186         * tests/unistr/test-u8-stpcpy.c: New file.
4187         * tests/unistr/test-stpcpy.h: New file.
4188
4189         Tests for module 'unistr/u32-strcpy'.
4190         * modules/unistr/u32-strcpy-tests: New file.
4191         * tests/unistr/test-u32-strcpy.c: New file.
4192
4193         Tests for module 'unistr/u16-strcpy'.
4194         * modules/unistr/u16-strcpy-tests: New file.
4195         * tests/unistr/test-u16-strcpy.c: New file.
4196
4197         Tests for module 'unistr/u8-strcpy'.
4198         * modules/unistr/u8-strcpy-tests: New file.
4199         * tests/unistr/test-u8-strcpy.c: New file.
4200         * tests/unistr/test-strcpy.h: New file.
4201
4202         Tests for module 'unistr/u32-strnlen'.
4203         * modules/unistr/u32-strnlen-tests: New file.
4204         * tests/unistr/test-u32-strnlen.c: New file.
4205
4206         Tests for module 'unistr/u16-strnlen'.
4207         * modules/unistr/u16-strnlen-tests: New file.
4208         * tests/unistr/test-u16-strnlen.c: New file.
4209
4210         Tests for module 'unistr/u8-strnlen'.
4211         * modules/unistr/u8-strnlen-tests: New file.
4212         * tests/unistr/test-u8-strnlen.c: New file.
4213         * tests/unistr/test-strnlen.h: New file.
4214
4215         Tests for module 'unistr/u32-strlen'.
4216         * modules/unistr/u32-strlen-tests: New file.
4217         * tests/unistr/test-u32-strlen.c: New file.
4218
4219         Tests for module 'unistr/u16-strlen'.
4220         * modules/unistr/u16-strlen-tests: New file.
4221         * tests/unistr/test-u16-strlen.c: New file.
4222
4223         Tests for module 'unistr/u8-strlen'.
4224         * modules/unistr/u8-strlen-tests: New file.
4225         * tests/unistr/test-u8-strlen.c: New file.
4226
4227         Tests for module 'unistr/u32-prev'.
4228         * modules/unistr/u32-prev-tests: New file.
4229         * tests/unistr/test-u32-prev.c: New file.
4230
4231         Tests for module 'unistr/u16-prev'.
4232         * modules/unistr/u16-prev-tests: New file.
4233         * tests/unistr/test-u16-prev.c: New file.
4234
4235         Tests for module 'unistr/u8-prev'.
4236         * modules/unistr/u8-prev-tests: New file.
4237         * tests/unistr/test-u8-prev.c: New file.
4238
4239         Tests for module 'unistr/u32-next'.
4240         * modules/unistr/u32-next-tests: New file.
4241         * tests/unistr/test-u32-next.c: New file.
4242
4243         Tests for module 'unistr/u16-next'.
4244         * modules/unistr/u16-next-tests: New file.
4245         * tests/unistr/test-u16-next.c: New file.
4246
4247         Tests for module 'unistr/u8-next'.
4248         * modules/unistr/u8-next-tests: New file.
4249         * tests/unistr/test-u8-next.c: New file.
4250
4251         Tests for module 'unistr/u32-strmbtouc'.
4252         * modules/unistr/u32-strmbtouc-tests: New file.
4253         * tests/unistr/test-u32-strmbtouc.c: New file.
4254
4255         Tests for module 'unistr/u16-strmbtouc'.
4256         * modules/unistr/u16-strmbtouc-tests: New file.
4257         * tests/unistr/test-u16-strmbtouc.c: New file.
4258
4259         Tests for module 'unistr/u8-strmbtouc'.
4260         * modules/unistr/u8-strmbtouc-tests: New file.
4261         * tests/unistr/test-u8-strmbtouc.c: New file.
4262
4263         Tests for module 'unistr/u32-strmblen'.
4264         * modules/unistr/u32-strmblen-tests: New file.
4265         * tests/unistr/test-u32-strmblen.c: New file.
4266
4267         Tests for module 'unistr/u16-strmblen'.
4268         * modules/unistr/u16-strmblen-tests: New file.
4269         * tests/unistr/test-u16-strmblen.c: New file.
4270
4271         Tests for module 'unistr/u8-strmblen'.
4272         * modules/unistr/u8-strmblen-tests: New file.
4273         * tests/unistr/test-u8-strmblen.c: New file.
4274
4275         Tests for module 'unistr/u32-cpy-alloc'.
4276         * modules/unistr/u32-cpy-alloc-tests: New file.
4277         * tests/unistr/test-u32-cpy-alloc.c: New file.
4278
4279         Tests for module 'unistr/u16-cpy-alloc'.
4280         * modules/unistr/u16-cpy-alloc-tests: New file.
4281         * tests/unistr/test-u16-cpy-alloc.c: New file.
4282
4283         Tests for module 'unistr/u8-cpy-alloc'.
4284         * modules/unistr/u8-cpy-alloc-tests: New file.
4285         * tests/unistr/test-u8-cpy-alloc.c: New file.
4286         * tests/unistr/test-cpy-alloc.h: New file.
4287
4288         Tests for module 'unistr/u32-mbsnlen'.
4289         * modules/unistr/u32-mbsnlen-tests: New file.
4290         * tests/unistr/test-u32-mbsnlen.c: New file.
4291
4292         Tests for module 'unistr/u16-mbsnlen'.
4293         * modules/unistr/u16-mbsnlen-tests: New file.
4294         * tests/unistr/test-u16-mbsnlen.c: New file.
4295
4296         Tests for module 'unistr/u8-mbsnlen'.
4297         * modules/unistr/u8-mbsnlen-tests: New file.
4298         * tests/unistr/test-u8-mbsnlen.c: New file.
4299
4300         Tests for module 'unistr/u32-chr'.
4301         * modules/unistr/u32-chr-tests: New file.
4302         * tests/unistr/test-u32-chr.c: New file.
4303
4304         Tests for module 'unistr/u16-chr'.
4305         * modules/unistr/u16-chr-tests: New file.
4306         * tests/unistr/test-u16-chr.c: New file.
4307
4308         Tests for module 'unistr/u8-chr'.
4309         * modules/unistr/u8-chr-tests: New file.
4310         * tests/unistr/test-u8-chr.c: New file.
4311         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4312
4313         Tests for module 'unistr/u32-cmp2'.
4314         * modules/unistr/u32-cmp2-tests: New file.
4315         * tests/unistr/test-u32-cmp2.c: New file.
4316
4317         Tests for module 'unistr/u16-cmp2'.
4318         * modules/unistr/u16-cmp2-tests: New file.
4319         * tests/unistr/test-u16-cmp2.c: New file.
4320
4321         Tests for module 'unistr/u8-cmp2'.
4322         * modules/unistr/u8-cmp2-tests: New file.
4323         * tests/unistr/test-u8-cmp2.c: New file.
4324         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4325
4326         Tests for module 'unistr/u32-cmp'.
4327         * modules/unistr/u32-cmp-tests: New file.
4328         * tests/unistr/test-u32-cmp.c: New file.
4329
4330         Tests for module 'unistr/u16-cmp'.
4331         * modules/unistr/u16-cmp-tests: New file.
4332         * tests/unistr/test-u16-cmp.c: New file.
4333
4334         Tests for module 'unistr/u8-cmp'.
4335         * modules/unistr/u8-cmp-tests: New file.
4336         * tests/unistr/test-u8-cmp.c: New file.
4337         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4338
4339         Tests for module 'unistr/u32-set'.
4340         * modules/unistr/u32-set-tests: New file.
4341         * tests/unistr/test-u32-set.c: New file.
4342
4343         Tests for module 'unistr/u16-set'.
4344         * modules/unistr/u16-set-tests: New file.
4345         * tests/unistr/test-u16-set.c: New file.
4346
4347         Tests for module 'unistr/u8-set'.
4348         * modules/unistr/u8-set-tests: New file.
4349         * tests/unistr/test-u8-set.c: New file.
4350         * tests/unistr/test-set.h: New file.
4351
4352         Tests for module 'unistr/u32-move'.
4353         * modules/unistr/u32-move-tests: New file.
4354         * tests/unistr/test-u32-move.c: New file.
4355
4356         Tests for module 'unistr/u16-move'.
4357         * modules/unistr/u16-move-tests: New file.
4358         * tests/unistr/test-u16-move.c: New file.
4359
4360         Tests for module 'unistr/u8-move'.
4361         * modules/unistr/u8-move-tests: New file.
4362         * tests/unistr/test-u8-move.c: New file.
4363         * tests/unistr/test-move.h: New file.
4364
4365         Tests for module 'unistr/u32-cpy'.
4366         * modules/unistr/u32-cpy-tests: New file.
4367         * tests/unistr/test-u32-cpy.c: New file.
4368
4369         Tests for module 'unistr/u16-cpy'.
4370         * modules/unistr/u16-cpy-tests: New file.
4371         * tests/unistr/test-u16-cpy.c: New file.
4372
4373         Tests for module 'unistr/u8-cpy'.
4374         * modules/unistr/u8-cpy-tests: New file.
4375         * tests/unistr/test-u8-cpy.c: New file.
4376         * tests/unistr/test-cpy.h: New file.
4377
4378 2010-01-09  Bruno Haible  <bruno@clisp.org>
4379
4380         Tests for module 'unistr/u32-uctomb'.
4381         * modules/unistr/u32-uctomb-tests: New file.
4382         * tests/unistr/test-u32-uctomb.c: New file.
4383
4384         Tests for module 'unistr/u16-uctomb'.
4385         * modules/unistr/u16-uctomb-tests: New file.
4386         * tests/unistr/test-u16-uctomb.c: New file.
4387
4388         Tests for module 'unistr/u8-uctomb'.
4389         * modules/unistr/u8-uctomb-tests: New file.
4390         * tests/unistr/test-u8-uctomb.c: New file.
4391
4392         Tests for module 'unistr/u32-mbtoucr'.
4393         * modules/unistr/u32-mbtoucr-tests: New file.
4394         * tests/unistr/test-u32-mbtoucr.c: New file.
4395
4396         Tests for module 'unistr/u16-mbtoucr'.
4397         * modules/unistr/u16-mbtoucr-tests: New file.
4398         * tests/unistr/test-u16-mbtoucr.c: New file.
4399
4400         Tests for module 'unistr/u8-mbtoucr'.
4401         * modules/unistr/u8-mbtoucr-tests: New file.
4402         * tests/unistr/test-u8-mbtoucr.c: New file.
4403
4404         Tests for module 'unistr/u32-mbtouc'.
4405         * modules/unistr/u32-mbtouc-tests: New file.
4406         * tests/unistr/test-u32-mbtouc.c: New file.
4407
4408         Tests for module 'unistr/u16-mbtouc'.
4409         * modules/unistr/u16-mbtouc-tests: New file.
4410         * tests/unistr/test-u16-mbtouc.c: New file.
4411
4412         Tests for module 'unistr/u8-mbtouc'.
4413         * modules/unistr/u8-mbtouc-tests: New file.
4414         * tests/unistr/test-u8-mbtouc.c: New file.
4415
4416         Tests for module 'unistr/u32-mbtouc-unsafe'.
4417         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4418         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4419         * tests/unistr/test-u32-mbtouc.h: New file.
4420
4421         Tests for module 'unistr/u16-mbtouc-unsafe'.
4422         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4423         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4424         * tests/unistr/test-u16-mbtouc.h: New file.
4425
4426         Tests for module 'unistr/u8-mbtouc-unsafe'.
4427         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4428         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4429         * tests/unistr/test-u8-mbtouc.h: New file.
4430
4431         Tests for module 'unistr/u32-mblen'.
4432         * modules/unistr/u32-mblen-tests: New file.
4433         * tests/unistr/test-u32-mblen.c: New file.
4434
4435         Tests for module 'unistr/u16-mblen'.
4436         * modules/unistr/u16-mblen-tests: New file.
4437         * tests/unistr/test-u16-mblen.c: New file.
4438
4439         Tests for module 'unistr/u8-mblen'.
4440         * modules/unistr/u8-mblen-tests: New file.
4441         * tests/unistr/test-u8-mblen.c: New file.
4442
4443         Tests for module 'unistr/u32-to-u16'.
4444         * modules/unistr/u32-to-u16-tests: New file.
4445         * tests/unistr/test-u32-to-u16.c: New file.
4446
4447         Tests for module 'unistr/u32-to-u8'.
4448         * modules/unistr/u32-to-u8-tests: New file.
4449         * tests/unistr/test-u32-to-u8.c: New file.
4450
4451         Tests for module 'unistr/u16-to-u32'.
4452         * modules/unistr/u16-to-u32-tests: New file.
4453         * tests/unistr/test-u16-to-u32.c: New file.
4454
4455         Tests for module 'unistr/u16-to-u8'.
4456         * modules/unistr/u16-to-u8-tests: New file.
4457         * tests/unistr/test-u16-to-u8.c: New file.
4458
4459         Tests for module 'unistr/u8-to-u32'.
4460         * modules/unistr/u8-to-u32-tests: New file.
4461         * tests/unistr/test-u8-to-u32.c: New file.
4462
4463         Tests for module 'unistr/u8-to-u16'.
4464         * modules/unistr/u8-to-u16-tests: New file.
4465         * tests/unistr/test-u8-to-u16.c: New file.
4466
4467         Tests for module 'unistr/u32-check'.
4468         * modules/unistr/u32-check-tests: New file.
4469         * tests/unistr/test-u32-check.c: New file.
4470
4471         Tests for module 'unistr/u16-check'.
4472         * modules/unistr/u16-check-tests: New file.
4473         * tests/unistr/test-u16-check.c: New file.
4474
4475         Tests for module 'unistr/u8-check'.
4476         * modules/unistr/u8-check-tests: New file.
4477         * tests/unistr/test-u8-check.c: New file.
4478
4479         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4480         (category_equals): New function.
4481         (main): Add more tests.
4482         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4483
4484         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4485
4486 2010-01-10  Bruno Haible  <bruno@clisp.org>
4487
4488         unistr/u*-strcoll: Try harder to distinguish different strings.
4489         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4490         compare s1 and s2 to see if they are different.
4491
4492 2010-01-10  Bruno Haible  <bruno@clisp.org>
4493
4494         unistr/u*-stpncpy: Fix the return value.
4495         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4496         description of the return value consistent with stpncpy in glibc.
4497         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4498         written non-NUL unit.
4499
4500 2010-01-10  Bruno Haible  <bruno@clisp.org>
4501
4502         unistr/u*-next: Add missing dependencies.
4503         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4504         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4505         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4506
4507 2010-01-10  Bruno Haible  <bruno@clisp.org>
4508
4509         unistr/u8-mbsnlen: Fix return value for incomplete character.
4510         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4511         u8_mblen.
4512         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4513         Remove unistr/u8-mblen.
4514         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4515         u16_mblen.
4516         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4517         Remove unistr/u16-mblen.
4518
4519 2010-01-10  Bruno Haible  <bruno@clisp.org>
4520
4521         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4522         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4523         Reported by Brian Gough <bjg@gnu.org> and
4524         Chris Clayton <chris2553@googlemail.com> via
4525         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4526
4527 2010-01-09  Bruno Haible  <bruno@clisp.org>
4528
4529         unistr/u16-to-u32: Reject invalid input.
4530         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4531         u16_mbtouc.
4532         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4533         Remove unistr/u16-mbtouc.
4534
4535         unistr/u16-to-u8: Reject invalid input.
4536         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4537         u16_mbtouc.
4538         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4539         Remove unistr/u16-mbtouc.
4540
4541         unistr/u8-to-u32: Reject invalid input.
4542         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4543         u8_mbtouc.
4544         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4545         Remove unistr/u8-mbtouc.
4546
4547         unistr/u8-to-u16: Reject invalid input.
4548         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4549         u8_mbtouc.
4550         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4551         Remove unistr/u8-mbtouc.
4552
4553 2010-01-09  Bruno Haible  <bruno@clisp.org>
4554
4555         Tests for module 'getlogin'.
4556         * modules/getlogin-tests: New file.
4557         * tests/test-getlogin.c: New file.
4558
4559         New module 'getlogin'.
4560         * lib/unistd.in.h (getlogin): New declaration.
4561         * lib/getlogin.c: New file.
4562         * m4/getlogin.m4: New file.
4563         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4564         HAVE_GETLOGIN.
4565         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4566         HAVE_GETLOGIN.
4567         * modules/getlogin: New file.
4568         * doc/posix-functions/getlogin.texi: Mention the new module.
4569         Reported by John W. Eaton <jwe@gnu.org>.
4570
4571 2010-01-09  Bruno Haible  <bruno@clisp.org>
4572
4573         getlogin_r: Support for native Windows.
4574         * lib/getlogin_r.c: Include <windows.h>
4575         (getlogin_r): Implement for native Windows.
4576         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4577         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4578         via John W. Eaton <jwe@gnu.org>.
4579
4580 2010-01-09  Bruno Haible  <bruno@clisp.org>
4581
4582         getlogin_r: Small fixes.
4583         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4584         succeeds.
4585         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4586         before testing whether getlogin_r is declared. No need to set
4587         HAVE_DECL_GETLOGIN_R to 1.
4588         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4589
4590 2010-01-09  Bruno Haible  <bruno@clisp.org>
4591
4592         * lib/unistd.in.h (getlogin_r): Add comment.
4593
4594 2010-01-09  Bruno Haible  <bruno@clisp.org>
4595
4596         Tests for module 'getlogin_r'.
4597         * modules/getlogin_r-tests: New file.
4598         * tests/test-getlogin_r.c: New file.
4599
4600 2010-01-09  Jim Meyering  <meyering@redhat.com>
4601
4602         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4603         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4604         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4605
4606 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4607
4608         * lib/dup2.c (rpl_dup2): Improve comment.
4609
4610 2010-01-08  Eric Blake  <ebb9@byu.net>
4611
4612         maint.mk: allow packages to add makefile @@ exceptions
4613         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4614         (sc_makefile_check): Rename...
4615         (sc_makefile_at_at_check): ...to this, and use hook.
4616
4617         dup2: work around mingw bug
4618         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4619         Reported by Simon Josefsson.
4620
4621 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4622
4623         glob: Fix C++ compilation.
4624         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4625         C++.
4626
4627 2010-01-07  Bruno Haible  <bruno@clisp.org>
4628
4629         Fix indentation of wctype.in.h, broken since 2007-01-06.
4630         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4631
4632 2010-01-07  Bruno Haible  <bruno@clisp.org>
4633
4634         mbslen: Avoid collision with system function.
4635         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4636         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4637         * m4/mbslen.m4: New file.
4638         * modules/mbslen (Files): Add it.
4639         (configure.ac): Invoke gl_MBSLEN.
4640         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4641         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4642         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4643         via Ian Beckwith <ianb@erislabs.net>.
4644
4645 2010-01-07  Bruno Haible  <bruno@clisp.org>
4646
4647         dirent: Document the last fix.
4648         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4649
4650 2010-01-07  Bruno Haible  <bruno@clisp.org>
4651
4652         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4653         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4654         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4655         va_list are defined.
4656         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4657         Reported by Eric Blake.
4658
4659 2010-01-07  Bruno Haible  <bruno@clisp.org>
4660
4661         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4662         * modules/xlist (Depends-on): Add 'list',
4663         * modules/xoset (Depends-on): Add 'oset'.
4664         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4665
4666 2010-01-07  Bruno Haible  <bruno@clisp.org>
4667
4668         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4669         * doc/posix-functions/strncasecmp.texi: Likewise.
4670
4671 2010-01-07  Bruno Haible  <bruno@clisp.org>
4672
4673         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4674
4675 2010-01-07  John W. Eaton  <jwe@octave.org>
4676
4677         wctype: allow C++ use
4678         * lib/wctype.in.h: Add extern "C" block for C++.
4679
4680 2010-01-06  Eric Blake  <ebb9@byu.net>
4681
4682         maint.mk: detect incorrect GFDL usage
4683         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4684
4685 2010-01-06  Jim Meyering  <meyering@redhat.com>
4686         and Eric Blake  <ebb9@byu.net>
4687
4688         maint.mk: ignore multi-line copyright in NEWS
4689         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4690
4691 2010-01-06  Eric Blake  <ebb9@byu.net>
4692
4693         select: add missing dependency
4694         * modules/select-tests (Depends-on): Move sockets dependency...
4695         * modules/select (Depends-on): ...here.
4696         Reported by Ian Beckwith.
4697
4698         doc: regenerate INSTALL
4699         * doc/INSTALL: Reflect recent autoconf update.
4700         * doc/INSTALL.ISO: Likewise.
4701         * doc/INSTALL.UTF-8: Likewise.
4702
4703         pread: fix compilation on glibc
4704         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4705         Reported by Ralf Wildenhues.
4706
4707         dirent: fix test failure
4708         * lib/dirent.in.h (includes): Guarantee ino_t.
4709         Reported by Ralf Wildenhues.
4710
4711 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4712
4713         linkat, renameat: avoid bad free
4714         * lib/at-func2.c (at_func2): Fix typo.
4715         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4716
4717 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4718
4719         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4720         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4721         to avoid failure of symlink test later.
4722
4723 2010-01-06  Eric Blake  <ebb9@byu.net>
4724
4725         stdio, unistd: guarantee ssize_t
4726         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4727         2008 are exposed when needed.
4728         * lib/stdio.in.h (includes): Likewise.
4729         Reported by Ralf Wildenhues.
4730
4731 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4732
4733         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4734         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4735         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4736
4737 2010-01-06  Jim Meyering  <meyering@redhat.com>
4738
4739         readtokens: this module *does* require xalloc.h
4740         It uses only functions that were omitted by the old syntax-check rule.
4741         * lib/readtokens.c: Include "xalloc.h" once again.
4742         * modules/readtokens (Depends-on): Add xalloc.
4743         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4744
4745 2010-01-05  Eric Blake  <ebb9@byu.net>
4746
4747         maint: support 'make announcement' from a VPATH build
4748         * top/maint.mk (announcement): Look for correct NEWS file.
4749
4750 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4751
4752         utimens (fdutimens): ignore a negative FD, per contract
4753         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4754         when we have a valid file descriptor.  Otherwise, using a brand
4755         new glibc (with just-patched futimens that now fails with EBADF)
4756         would cause this function to fail with ENOSYS.
4757         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4758         See also http://bugzilla.redhat.com/552320.
4759
4760 2010-01-05  Eric Blake  <ebb9@byu.net>
4761
4762         strcase: document what it provides
4763         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4764         gnulib module.
4765         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4766         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4767
4768 2010-01-05  Jim Meyering  <meyering@redhat.com>
4769
4770         maint: remove useless inclusions of "xalloc.h"
4771         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4772         * lib/readtokens.c: Likewise.
4773         * lib/same.c: Likewise.
4774         * modules/getloadavg (Depends-on): Remove xalloc.
4775         * modules/readtokens: Likewise.
4776         * modules/same: Likewise.
4777
4778         maint.mk: include 4 more function names in alloca.h-checking regexp
4779         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4780         regexp.  Before, we would give a false-positive (saying alloca.h
4781         is included unnecessarily) when the only uses involved omitted symbols.
4782
4783         xalloc.h: use consistent formatting
4784         * lib/xalloc.h: Move declarations to start in the first column.
4785
4786 2010-01-05  Eric Blake  <ebb9@byu.net>
4787
4788         mkdir: avoid xalloc
4789         * lib/mkdir.c (includes): Drop unused header.
4790         Reported by John W. Eaton.
4791
4792 2010-01-04  Jim Meyering  <meyering@redhat.com>
4793
4794         nl_langinfo: avoid configure-time syntax error
4795         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4796         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4797         the empty string.  Don't let that provoke a shell syntax error.
4798
4799         regcomp, regexec, fnmatch: avoid array bounds read error
4800         * lib/regcomp.c (build_equiv_class): From glibc:
4801         Use only the low 24 bits of a findidx return value as an index
4802         into the weights array.  Patch by Ulrich Drepper:
4803         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4804         * lib/regexec.c (check_node_accept_bytes): Likewise.
4805         * lib/fnmatch_loop.c (FCT): Likewise.
4806
4807         regcomp: skip collseq lookup when there are no rules
4808         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4809         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4810
4811         regcomp: recognize ill-formed { } expressions
4812         * lib/regcomp.c (parse_dup_op): From glibc:
4813         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4814
4815         regcomp: fix typo in comment
4816         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4817         s/satisfy/satisfies/.
4818
4819         regcomp: sync from glibc: remove dead store
4820         * lib/regcomp.c (duplicate_node_closure): Remove useless
4821         search_duplicated_node call and dead store.
4822
4823         regcomp: sync from glibc; always use nl_langinfo
4824         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4825         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4826         * modules/regex (Depends-on): Add nl_langinfo.
4827
4828 2010-01-04  Eric Blake  <ebb9@byu.net>
4829
4830         fdopendir: fix configure test
4831         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4832
4833 2010-01-01  Bruno Haible  <bruno@clisp.org>
4834
4835         wchar: Remove unused configure check.
4836         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4837
4838 2010-01-01  Eric Blake  <ebb9@byu.net>
4839
4840         headers: make check of system header explicit
4841         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4842         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4843         ourselves.
4844         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4845         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4846         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4847         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4848         internals.
4849         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4850         missing.
4851         Suggested by Bruno Haible.
4852
4853 2010-01-01  Jim Meyering  <meyering@redhat.com>
4854
4855         ChangeLog: tweak to eliminate unnecessary copyright line
4856         * ChangeLog: Remove a copyright line that was mistakenly updated
4857         by today's update-copyright run.  Reported by Eric Blake.
4858
4859         test-update-copyright: don't let envvar setting cause test failure
4860         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4861
4862 2010-01-01  Bruno Haible  <bruno@clisp.org>
4863
4864         localename: Avoid gcc warning.
4865         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4866         function if it is not used.
4867
4868 2010-01-01  Jim Meyering  <meyering@redhat.com>
4869
4870         update nearly all FSF copyright year lists to include 2010
4871         Use the same procedure as for 2009, outlined in
4872         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4873
4874         version-etc: set COPYRIGHT_YEAR to 2010
4875         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4876
4877 2009-12-31  Eric Blake  <ebb9@byu.net>
4878
4879         doc: correct availability of cygwin 1.5.x getopt
4880         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4881         variables.
4882         * doc/posix-functions/opterr.texi (opterr): Likewise.
4883         * doc/posix-functions/optind.texi (optind): Likewise.
4884         * doc/posix-functions/optopt.texi (optopt): Likewise.
4885         * doc/posix-functions/tzname.texi (tzname): Likewise.
4886
4887         openat: update maintainer
4888         * modules/openat (Maintainer): Add myself.
4889
4890         utimens: avoid shadowing warning
4891         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4892         buffers into one, to avoid shadowing, as well as avoiding a
4893         redundant stat.
4894         Reported by Jim Meyering.
4895
4896         test-dup2: avoid compiler warning
4897         * tests/test-dup2.c (is_inheritable): Only define if used.
4898
4899 2010-01-01  Bruno Haible  <bruno@clisp.org>
4900
4901         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4902         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4903         defined, use wctomb instead of wcrtomb.
4904
4905 2010-01-01  Bruno Haible  <bruno@clisp.org>
4906
4907         iconv: Reject native Solaris iconv.
4908         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4909         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4910
4911 2009-12-31  Bruno Haible  <bruno@clisp.org>
4912
4913         * tests/test-signal.c (main): Remove test of 'SIG'.
4914
4915 2009-12-31  Bruno Haible  <bruno@clisp.org>
4916
4917         spawn: Fix incomplete fix.
4918         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4919         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4920         warnings for GNULIB_POSIXCHECK again.
4921         Reported by Eric Blake.
4922
4923 2009-12-31  Bruno Haible  <bruno@clisp.org>
4924
4925         Avoid namespace pollution on glibc systems.
4926         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4927         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4928         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4929         glibc systems.
4930
4931 2009-12-31  Bruno Haible  <bruno@clisp.org>
4932
4933         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4934         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4935         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4936         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4937         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4938         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4939         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4940
4941 2009-12-31  Bruno Haible  <bruno@clisp.org>
4942
4943         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4944         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4945         afterwards.
4946
4947 2009-12-31  Bruno Haible  <bruno@clisp.org>
4948
4949         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4950         SYS_UTSNAME_H.
4951
4952 2009-12-31  Bruno Haible  <bruno@clisp.org>
4953
4954         spawn: Fix misapplied patch.
4955         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4956         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4957         warnings for GNULIB_POSIXCHECK.
4958
4959 2009-12-31  Bruno Haible  <bruno@clisp.org>
4960
4961         times: Update after sys_times changed.
4962         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4963         * modules/times (Files): Add it.
4964         (configure.ac): Invoke gl_FUNC_TIMES.
4965
4966 2009-12-31  Bruno Haible  <bruno@clisp.org>
4967
4968         Use AC_C_INLINE where necessary.
4969         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4970         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4971         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4972         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4973         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4974         * m4/mbiter.m4 (gl_MBITER): Likewise.
4975         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4976         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4977         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4978         * modules/u64 (configure.ac): Likewise.
4979
4980 2009-12-31  Bruno Haible  <bruno@clisp.org>
4981
4982         Use AC_C_INLINE instead of module 'inline' where possible.
4983         * modules/inline (Description): Clarify purpose.
4984         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4985         * modules/count-one-bits (Depends-on): Remove inline.
4986         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4987         * modules/openat (Depends-on): Remove inline.
4988         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4989         instead of depending on module 'inline'.
4990         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4991         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4992         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4993         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4994         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4995         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4996         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4997         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4998         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4999         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5000         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5001         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5002         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5003         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5004         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5005         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5006         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5007         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5008         Likewise.
5009         * modules/unictype/property-ascii-hex-digit (Depends-on,
5010         configure.ac): Likewise.
5011         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5012         configure.ac): Likewise.
5013         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5014         configure.ac): Likewise.
5015         * modules/unictype/property-bidi-block-separator (Depends-on,
5016         configure.ac): Likewise.
5017         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5018         configure.ac): Likewise.
5019         * modules/unictype/property-bidi-common-separator (Depends-on,
5020         configure.ac): Likewise.
5021         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5022         Likewise.
5023         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5024         configure.ac): Likewise.
5025         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5026         configure.ac): Likewise.
5027         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5028         configure.ac): Likewise.
5029         * modules/unictype/property-bidi-european-digit (Depends-on,
5030         configure.ac): Likewise.
5031         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5032         configure.ac): Likewise.
5033         * modules/unictype/property-bidi-left-to-right (Depends-on,
5034         configure.ac): Likewise.
5035         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5036         configure.ac): Likewise.
5037         * modules/unictype/property-bidi-other-neutral (Depends-on,
5038         configure.ac): Likewise.
5039         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5040         Likewise.
5041         * modules/unictype/property-bidi-segment-separator (Depends-on,
5042         configure.ac): Likewise.
5043         * modules/unictype/property-bidi-whitespace (Depends-on,
5044         configure.ac): Likewise.
5045         * modules/unictype/property-combining (Depends-on, configure.ac):
5046         Likewise.
5047         * modules/unictype/property-composite (Depends-on, configure.ac):
5048         Likewise.
5049         * modules/unictype/property-currency-symbol (Depends-on,
5050         configure.ac): Likewise.
5051         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5052         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5053         Likewise.
5054         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5055         configure.ac): Likewise.
5056         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5057         Likewise.
5058         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5059         Likewise.
5060         * modules/unictype/property-extender (Depends-on, configure.ac):
5061         Likewise.
5062         * modules/unictype/property-format-control (Depends-on, configure.ac):
5063         Likewise.
5064         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5065         Likewise.
5066         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5067         Likewise.
5068         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5069         Likewise.
5070         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5071         Likewise.
5072         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5073         Likewise.
5074         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5075         Likewise.
5076         * modules/unictype/property-id-start (Depends-on, configure.ac):
5077         Likewise.
5078         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5079         Likewise.
5080         * modules/unictype/property-ids-binary-operator (Depends-on,
5081         configure.ac): Likewise.
5082         * modules/unictype/property-ids-trinary-operator (Depends-on,
5083         configure.ac): Likewise.
5084         * modules/unictype/property-ignorable-control (Depends-on,
5085         configure.ac): Likewise.
5086         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5087         Likewise.
5088         * modules/unictype/property-join-control (Depends-on, configure.ac):
5089         Likewise.
5090         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5091         Likewise.
5092         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5093         Likewise.
5094         * modules/unictype/property-logical-order-exception (Depends-on,
5095         configure.ac): Likewise.
5096         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5097         Likewise.
5098         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5099         * modules/unictype/property-non-break (Depends-on, configure.ac):
5100         Likewise.
5101         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5102         Likewise.
5103         * modules/unictype/property-numeric (Depends-on, configure.ac):
5104         Likewise.
5105         * modules/unictype/property-other-alphabetic (Depends-on,
5106         configure.ac): Likewise.
5107         * modules/unictype/property-other-default-ignorable-code-point
5108         (Depends-on, configure.ac): Likewise.
5109         * modules/unictype/property-other-grapheme-extend (Depends-on,
5110         configure.ac): Likewise.
5111         * modules/unictype/property-other-id-continue (Depends-on,
5112         configure.ac): Likewise.
5113         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5114         Likewise.
5115         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5116         Likewise.
5117         * modules/unictype/property-other-math (Depends-on, configure.ac):
5118         Likewise.
5119         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5120         Likewise.
5121         * modules/unictype/property-paired-punctuation (Depends-on,
5122         configure.ac): Likewise.
5123         * modules/unictype/property-paragraph-separator (Depends-on,
5124         configure.ac): Likewise.
5125         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
5126         Likewise.
5127         * modules/unictype/property-pattern-white-space (Depends-on,
5128         configure.ac): Likewise.
5129         * modules/unictype/property-private-use (Depends-on, configure.ac):
5130         Likewise.
5131         * modules/unictype/property-punctuation (Depends-on, configure.ac):
5132         Likewise.
5133         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
5134         Likewise.
5135         * modules/unictype/property-radical (Depends-on, configure.ac):
5136         Likewise.
5137         * modules/unictype/property-sentence-terminal (Depends-on,
5138         configure.ac): Likewise.
5139         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
5140         Likewise.
5141         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
5142         * modules/unictype/property-terminal-punctuation (Depends-on,
5143         configure.ac): Likewise.
5144         * modules/unictype/property-titlecase (Depends-on, configure.ac):
5145         Likewise.
5146         * modules/unictype/property-unassigned-code-value (Depends-on,
5147         configure.ac): Likewise.
5148         * modules/unictype/property-unified-ideograph (Depends-on,
5149         configure.ac): Likewise.
5150         * modules/unictype/property-uppercase (Depends-on, configure.ac):
5151         Likewise.
5152         * modules/unictype/property-variation-selector (Depends-on,
5153         configure.ac): Likewise.
5154         * modules/unictype/property-white-space (Depends-on, configure.ac):
5155         Likewise.
5156         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
5157         Likewise.
5158         * modules/unictype/property-xid-start (Depends-on, configure.ac):
5159         Likewise.
5160         * modules/unictype/property-zero-width (Depends-on, configure.ac):
5161         Likewise.
5162         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
5163         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
5164         Likewise.
5165
5166 2009-12-31  Bruno Haible  <bruno@clisp.org>
5167
5168         Remove unnecessary AC_C_INLINE invocation.
5169         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
5170         since 2009-08-21.
5171
5172 2009-12-31  Jim Meyering  <meyering@redhat.com>
5173
5174         maint.mk: don't require explicit gpg_key_ID in cfg.mk
5175         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
5176         With this change, we can all remove the gpg_key_ID = ... definition
5177         from our respective cfg.mk files.
5178
5179         maint.mk: create announcement template in ~/, not in /tmp
5180         * top/maint.mk (emit_upload_commands): Adjust.
5181         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
5182         Remove temporary file, .ci-msg.
5183
5184 2009-12-31  Eric Blake  <ebb9@byu.net>
5185
5186         link-warning: always build headers with link warnings
5187         * modules/arpa_inet (Makefile.am): Always build replacement
5188         header.
5189         * modules/ctype (Makefile.am): Likewise.
5190         * modules/dirent (Makefile.am): Likewise.
5191         * modules/inttypes (Makefile.am): Likewise.
5192         * modules/langinfo (Makefile.am): Likewise.
5193         * modules/locale (Makefile.am): Likewise.
5194         * modules/spawn (Makefile.am): Likewise.
5195         * modules/sys_file (Makefile.am): Likewise.
5196         * modules/sys_ioctl (Makefile.am): Likewise.
5197         * modules/sys_select (Makefile.am): Likewise.
5198         * modules/sys_socket (Makefile.am): Likewise.
5199         * modules/sys_times (Makefile.am): Likewise.
5200         * modules/sys_utsname (Makefile.am): Likewise.
5201         * modules/sys_wait (Makefile.am): Likewise.
5202         * modules/wchar (Makefile.am): Likewise.
5203         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
5204         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
5205         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
5206         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
5207         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
5208         Likewise.
5209         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5210         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
5211         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
5212         Likewise.
5213         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
5214         Likewise.
5215         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
5216         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
5217         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
5218         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5219         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
5220         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5221         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5222         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
5223         (gl_WCHAR_H_DEFAULTS): Likewise.
5224
5225 2009-12-31  Eric Blake  <ebb9@byu.net>
5226
5227         signal, spawn: use link warnings
5228         * lib/signal.in.h (sigset_t): Make unconditional.
5229         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
5230         (sigpending, sigprocmask, sigaction): Add link warnings.
5231         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
5232         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
5233         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
5234         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
5235         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
5236         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
5237         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
5238         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
5239         (posix_spawn_file_actions_destroy)
5240         (posix_spawn_file_actions_addopen)
5241         (posix_spawn_file_actions_addclose)
5242         (posix_spawn_file_actions_adddup2): Likewise.
5243         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
5244         * tests/test-signal.c (main): Enhance test.
5245
5246         spawn: improve wrapper support
5247         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
5248         (gl_SPAWN_H_DEFAULTS): New defaults.
5249         * modules/spawn (Makefile.am): Substitute them.
5250         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
5251         Only declare if missing or broken.
5252
5253         sys_times, sys_utsname: use include_next
5254         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
5255         header.
5256         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
5257         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5258         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5259         * modules/sys_times (Depends-on): Add include_next.
5260         (Makefile.am): Substitute additional values.
5261         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
5262         * lib/sys_times.in.h (includes): Include native header, if
5263         available.
5264         * lib/sys_utsname.in.h (includes): Likewise.
5265         * tests/test-sys_times.c (main): Enhance test.
5266
5267         fdutimensat: revert prior patch
5268         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
5269         utimens.h.
5270         Reported by Bruno Haible.
5271
5272 2009-12-30  Eric Blake  <ebb9@byu.net>
5273
5274         sys_wait: drop link-warning dependency
5275         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5276         link-warning efforts.
5277         * lib/sys_wait.in.h: Likewise.
5278
5279         fdutimensat: remove bogus dependency
5280         * modules/fdutimensat (Depends-on): Drop inline.
5281
5282         unistd: fix typo
5283         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5284
5285 2009-12-30  Bruno Haible  <bruno@clisp.org>
5286
5287         Fix compilation error with Solaris cc.
5288         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5289         * lib/unicase/u16-is-invariant.c: Likewise.
5290         * lib/unicase/u32-is-invariant.c: Likewise.
5291         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5292
5293 2009-12-30  Bruno Haible  <bruno@clisp.org>
5294
5295         Fix test crash.
5296         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5297         locales.
5298         Reported by Simon Josefsson <simon@josefsson.org>.
5299
5300 2009-12-30  Bruno Haible  <bruno@clisp.org>
5301
5302         Fix compilation error on most platforms.
5303         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5304         Reported by Simon Josefsson <simon@josefsson.org>
5305         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5306
5307 2009-12-30  Eric Blake  <ebb9@byu.net>
5308
5309         futimens, utimensat: work around ntfs-3g bug
5310         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5311         a ctime bug is present, and expand workaround to cover ntfs-3g.
5312         * lib/utimens.c (fdutimens, lutimens): Likewise.
5313         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5314         (validate_timespec): Adjust return value.
5315         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5316         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5317         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5318
5319 2009-12-29  Eric Blake  <ebb9@byu.net>
5320
5321         link-warning: make usage consistent
5322         * modules/ctype (Depends-on): Add link-warning.
5323         (Makefile.am): Update rules accordingly.
5324         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5325         * modules/locale (Depends-on, Makefile.am): Likewise.
5326         * modules/sys_file (Makefile.am): Likewise.
5327         * modules/getopt-posix (Makefile.am): Delete unused link warning
5328         efforts.
5329         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5330         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5331         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5332         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5333
5334         stdio: remove unused variables
5335         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5336         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5337         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5338
5339         tests: test more substitute headers
5340         * modules/ctype-tests: New file.
5341         * modules/dirent-tests: Likewise.
5342         * modules/spawn-tests: Likewise.
5343         * modules/sys_file-tests: Likewise.
5344         * modules/sys_ioctl-tests: Likewise.
5345         * modules/sys_wait-tests: Likewise.
5346         * tests/test-ctype.c: Likewise.
5347         * tests/test-dirent.c: Likewise.
5348         * tests/test-spawn.c: Likewise.
5349         * tests/test-sys_file.c: Likewise.
5350         * tests/test-sys_ioctl.c: Likewise.
5351         * tests/test-sys_wait.c: Likewise.
5352         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5353         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5354         whether or not flock is in use.
5355
5356         tests: remove License section from module
5357         * modules/arpa_inet-tests: Remove unneeded section.
5358         * modules/byteswap-tests: Likewise.
5359         * modules/ceilf-tests: Likewise.
5360         * modules/ceill-tests: Likewise.
5361         * modules/crypto/des-tests: Likewise.
5362         * modules/crypto/gc-arcfour-tests: Likewise.
5363         * modules/crypto/gc-arctwo-tests: Likewise.
5364         * modules/crypto/gc-des-tests: Likewise.
5365         * modules/crypto/gc-hmac-md5-tests: Likewise.
5366         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5367         * modules/crypto/gc-md2-tests: Likewise.
5368         * modules/crypto/gc-md4-tests: Likewise.
5369         * modules/crypto/gc-md5-tests: Likewise.
5370         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5371         * modules/crypto/gc-rijndael-tests: Likewise.
5372         * modules/crypto/gc-sha1-tests: Likewise.
5373         * modules/crypto/gc-tests: Likewise.
5374         * modules/crypto/md2-tests: Likewise.
5375         * modules/crypto/md4-tests: Likewise.
5376         * modules/fcntl-h-tests: Likewise.
5377         * modules/floorf-tests: Likewise.
5378         * modules/floorl-tests: Likewise.
5379         * modules/frexp-nolibm-tests: Likewise.
5380         * modules/frexp-tests: Likewise.
5381         * modules/frexpl-nolibm-tests: Likewise.
5382         * modules/frexpl-tests: Likewise.
5383         * modules/getaddrinfo-tests: Likewise.
5384         * modules/inttypes-tests: Likewise.
5385         * modules/isfinite-tests: Likewise.
5386         * modules/isinf-tests: Likewise.
5387         * modules/ldexpl-tests: Likewise.
5388         * modules/locale-tests: Likewise.
5389         * modules/math-tests: Likewise.
5390         * modules/netdb-tests: Likewise.
5391         * modules/netinet_in-tests: Likewise.
5392         * modules/printf-frexp-tests: Likewise.
5393         * modules/printf-frexpl-tests: Likewise.
5394         * modules/priv-set-tests: Likewise.
5395         * modules/random_r-tests: Likewise.
5396         * modules/round-tests: Likewise.
5397         * modules/roundf-tests: Likewise.
5398         * modules/roundl-tests: Likewise.
5399         * modules/search-tests: Likewise.
5400         * modules/select-tests: Likewise.
5401         * modules/signal-tests: Likewise.
5402         * modules/stdbool-tests: Likewise.
5403         * modules/stddef-tests: Likewise.
5404         * modules/stdint-tests: Likewise.
5405         * modules/stdio-tests: Likewise.
5406         * modules/stdlib-tests: Likewise.
5407         * modules/string-tests: Likewise.
5408         * modules/strings-tests: Likewise.
5409         * modules/sys_select-tests: Likewise.
5410         * modules/sys_socket-tests: Likewise.
5411         * modules/sys_stat-tests: Likewise.
5412         * modules/sys_time-tests: Likewise.
5413         * modules/sys_utsname-tests: Likewise.
5414         * modules/sysexits-tests: Likewise.
5415         * modules/time-tests: Likewise.
5416         * modules/trunc-tests: Likewise.
5417         * modules/truncf-tests: Likewise.
5418         * modules/truncl-tests: Likewise.
5419         * modules/tsearch-tests: Likewise.
5420         * modules/unistd-tests: Likewise.
5421         * modules/wchar-tests: Likewise.
5422         * modules/wctype-tests: Likewise.
5423
5424         tests: fix license on several tests
5425         * tests/test-des.c: Update to GPLv3+.
5426         * tests/test-flock.c: Likewise.
5427         * tests/test-fsync.c: Likewise.
5428         * tests/test-futimens.h: Likewise.
5429         * tests/test-gc-arcfour.c: Likewise.
5430         * tests/test-gc-arctwo.c: Likewise.
5431         * tests/test-gc-des.c: Likewise.
5432         * tests/test-gc-hmac-md5.c: Likewise.
5433         * tests/test-gc-hmac-sha1.c: Likewise.
5434         * tests/test-gc-md2.c: Likewise.
5435         * tests/test-gc-md4.c: Likewise.
5436         * tests/test-gc-md5.c: Likewise.
5437         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5438         * tests/test-gc-rijndael.c: Likewise.
5439         * tests/test-gc-sha1.c: Likewise.
5440         * tests/test-gc.c: Likewise.
5441         * tests/test-getcwd.c: Likewise.
5442         * tests/test-link.c: Likewise.
5443         * tests/test-link.h: Likewise.
5444         * tests/test-lutimens.h: Likewise.
5445         * tests/test-md2.c: Likewise.
5446         * tests/test-md4.c: Likewise.
5447         * tests/test-mkdir.h: Likewise.
5448         * tests/test-rename.c: Likewise.
5449         * tests/test-rename.h: Likewise.
5450         * tests/test-safe-alloc.c: Likewise.
5451         * tests/test-utimens-common.h: Likewise.
5452         * tests/test-utimens.h: Likewise.
5453
5454         maint: sync license texts
5455         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5456         * doc/gpl-3.0.texi: Revert copyright year update.
5457         * doc/lgpl-3.0.texi: Likewise.
5458
5459 2009-12-29  Jim Meyering  <meyering@redhat.com>
5460
5461         update nearly all FSF copyright year lists to include 2009
5462         The files named by the following are exempted:
5463             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5464               test -f "$dst" && { echo "$dst"; continue; }
5465               test -d "$dst" || continue
5466               echo "$dst"/$(basename "$src")
5467             done > exempt
5468             git ls-files tests/unictype >> exempt
5469         In the remaining files, convert to all-interval notation if
5470         - there is already at least one year interval like 2000-2003
5471         - the file is maintained by me
5472         - the file is in lib/uni*/, where that style already prevails
5473         Otherwise, use update-copyright's default.
5474
5475 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5476         and Eric Blake  <ebb9@byu.net>
5477
5478         tests: don't require debug system() to pass
5479         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5480         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5481         * tests/test-unlink.h (test_unlink_func): Likewise.
5482         * tests/test-fstatat.c (main): ...into callers.
5483         * tests/test-lstat.c (main): Likewise.
5484         * tests/test-rmdir.c (main): Likewise.
5485         * tests/test-unlink.c (main): Likewise.
5486         * tests/test-unlinkat.c (main): Likewise.
5487         * tests/test-areadlink-with-size.c (main): Don't require a
5488         debug-only system call to pass, aiding cross-testing to mingw.
5489         * tests/test-areadlink.c (main): Likewise.
5490         * tests/test-areadlinkat-with-size.c (main): Likewise.
5491         * tests/test-areadlinkat.c (main): Likewise.
5492         * tests/test-canonicalize-lgpl.c (main): Likewise.
5493         * tests/test-canonicalize.c (main): Likewise.
5494         * tests/test-chown.c (main): Likewise.
5495         * tests/test-fchownat.c (main): Likewise.
5496         * tests/test-lchown.c (main): Likewise.
5497         * tests/test-fdutimensat.c (main): Likewise.
5498         * tests/test-futimens.c (main): Likewise.
5499         * tests/test-link.c (main): Likewise.
5500         * tests/test-linkat.c (main): Likewise.
5501         * tests/test-mkdir.c (main): Likewise.
5502         * tests/test-mkdirat.c (main): Likewise.
5503         * tests/test-mkfifo.c (main): Likewise.
5504         * tests/test-mkfifoat.c (main): Likewise.
5505         * tests/test-mknod.c (main): Likewise.
5506         * tests/test-readlink.c (main): Likewise.
5507         * tests/test-remove.c (main): Likewise.
5508         * tests/test-rename.c (main): Likewise.
5509         * tests/test-renameat.c (main): Likewise.
5510         * tests/test-symlink.c (main): Likewise.
5511         * tests/test-symlinkat.c (main): Likewise.
5512         * tests/test-utimens.c (main): Likewise.
5513         * tests/test-utimensat.c (main): Likewise.
5514
5515 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5516
5517         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5518         on $(UNUSED_PARAMETER_H) to avoid build failure.
5519
5520 2009-12-28  Jim Meyering  <meyering@redhat.com>
5521
5522         update-copyright: you may specify a max. line length other than 72
5523         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5524
5525         maint: use consistent FSF copyright line syntax
5526         * lib/posixtm.c: Add missing comma in FSF copyright line.
5527         * lib/posixtm.h: Likewise.
5528         * lib/getugroups.c: Add missing ", Inc.".
5529
5530         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5531         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5532         FSF copyright line.  Remove trailing blanks.
5533
5534 2009-12-28  Eric Blake  <ebb9@byu.net>
5535
5536         test-dup2: reduce dependencies
5537         * modules/cloexec (Configure.ac): Set witness.
5538         * modules/dup2-tests (Depends-on): Drop cloexec.
5539         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5540         not present.
5541         Suggested by Bruno Haible.
5542
5543 2009-12-26  Bruno Haible  <bruno@clisp.org>
5544
5545         Remove an unneeded dependency.
5546         * modules/fseterr (Depends-on): Remove dup2.
5547
5548 2009-12-26  Eric Blake  <ebb9@byu.net>
5549
5550         tests: use macros.h in more places
5551         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5552         (ASSERT_STREAM): Provide default of stderr.
5553         * tests/test-dirent-safer.c: Include macros.h, using alternate
5554         stream for assertions.
5555         * tests/test-dup-safer.c: Likewise.
5556         * tests/test-freopen-safer.c: Likewise.
5557         * tests/test-getopt.c: Likewise.
5558         * tests/test-openat-safer.c: Likewise.
5559         * tests/test-pipe.c: Likewise.
5560         * tests/test-popen-safer.c: Likewise.
5561         * modules/dirent-safer-tests (Files): Include macros.h.
5562         * modules/unistd-safer-tests (Files): Likewise.
5563         * modules/freopen-safer-tests (Files): Likewise.
5564         * modules/getopt-posix-tests (Files): Likewise.
5565         * modules/openat-safer-tests (Files): Likewise.
5566         * modules/pipe-tests (Files): Likewise.
5567
5568 2009-12-26  Bruno Haible  <bruno@clisp.org>
5569
5570         javacomp: Portability fix.
5571         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5572         that it also works on Solaris.
5573
5574 2009-12-26  Bruno Haible  <bruno@clisp.org>
5575
5576         localename: Fix storage allocation of gl_locale_name_thread's result.
5577         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5578         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5579         all platforms that have 'uselocale'.
5580         (gl_locale_name_thread_unsafe): New function, extracted from
5581         gl_locale_name_thread.
5582         (gl_locale_name_thread): Call struniq on all platforms that have
5583         'uselocale'.
5584         * tests/test-localename.c (test_locale_name_thread): Check that the
5585         resulting strings are permanently allocated.
5586         * modules/localename-tests (Depends-on): Add strdup.
5587
5588 2009-12-26  Bruno Haible  <bruno@clisp.org>
5589
5590         * tests/test-localename.c (categories): Fill in the strings.
5591
5592 2009-12-26  Jim Meyering  <meyering@redhat.com>
5593
5594         isdir: complete the removal of m4/isdir.m4
5595         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5596
5597         isdir: clean up, since at least grep still uses it
5598         * lib/isdir.c: Include "isdir.h".
5599         (S_ISDIR): Remove now-unneeded definition.
5600         * modules/isdir (Files): Add lib/isdir.h.
5601         * lib/isdir.h: New file, with declaration.
5602         * m4/isdir.m4: Remove file -- unneeded.
5603
5604 2009-12-25  Bruno Haible  <bruno@clisp.org>
5605
5606         selinux-h: Make generated .h files standalone.
5607         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5608         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5609         * lib/se-selinux.in.h: Likewise.
5610         * modules/selinux-h (Depends-on): Add unused-parameter.
5611         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5612         selinux/selinux.h and selinux/context.h.
5613         Suggested by Eric Blake.
5614
5615 2009-12-25  Bruno Haible  <bruno@clisp.org>
5616
5617         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5618         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5619         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5620         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5621         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5622
5623 2009-12-24  Bruno Haible  <bruno@clisp.org>
5624
5625         openat: Fix warning.
5626         * lib/openat-proc.c: Include <unistd.h>.
5627
5628 2009-12-24  Bruno Haible  <bruno@clisp.org>
5629
5630         New module 'unused-parameter'.
5631         * build-aux/unused-parameter.h: New file, extracted from earlier
5632         gnulib-common.m4.
5633         * modules/unused-parameter: New file.
5634         * lib/unistr.h: Include unused-parameter.h.
5635         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5636         _GL_UNUSED.
5637         * modules/unistr/base (Depends-on): Add unused-parameter.
5638
5639 2009-12-24  Bruno Haible  <bruno@clisp.org>
5640
5641         Add missing dependencies to 'extensions' module.
5642         * m4/extensions.m4: Add comment.
5643         * modules/accept4 (Depends-on): Add extensions.
5644         * modules/dup3 (Depends-on): Likewise.
5645         * modules/fcntl (Depends-on): Likewise.
5646         * modules/futimens (Depends-on): Likewise.
5647         * modules/mknod (Depends-on): Likewise.
5648         * modules/pipe2 (Depends-on): Likewise.
5649         * modules/stat-time (Depends-on): Likewise.
5650         * modules/strcasestr-simple (Depends-on): Likewise.
5651         * modules/strsignal (Depends-on): Likewise.
5652         * modules/utimensat (Depends-on): Likewise.
5653         * modules/localcharset (Depends-on): Likewise. Needed because of
5654         gl_FCNTL_O_FLAGS.
5655         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5656         AC_TYPE_MBSTATE_T.
5657         * modules/wcsnrtombs (Depends-on): Likewise.
5658         * modules/wcsrtombs (Depends-on): Likewise.
5659
5660 2009-12-24  Bruno Haible  <bruno@clisp.org>
5661
5662         binary-io: Avoid gcc warning due to SET_BINARY.
5663         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5664         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5665
5666 2009-12-24  Bruno Haible  <bruno@clisp.org>
5667
5668         Avoid future namespace pollution on glibc systems.
5669         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5670         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5671         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5672         glibc systems.
5673
5674 2009-12-24  Bruno Haible  <bruno@clisp.org>
5675
5676         Refactor common macros used in tests.
5677         * tests/macros.h: New file.
5678         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5679         and/or <stdlib.h>, if appropriate.
5680         (ASSERT, SIZEOF): Remove macros.
5681         * tests/test-areadlink-with-size.c: Likewise.
5682         * tests/test-areadlinkat.c: Likewise.
5683         * tests/test-areadlinkat-with-size.c: Likewise.
5684         * tests/test-argmatch.c: Likewise.
5685         * tests/test-argv-iter.c: Likewise.
5686         * tests/test-array-mergesort.c: Likewise.
5687         * tests/test-array_list.c: Likewise.
5688         * tests/test-array_oset.c: Likewise.
5689         * tests/test-avltree_list.c: Likewise.
5690         * tests/test-avltree_oset.c: Likewise.
5691         * tests/test-avltreehash_list.c: Likewise.
5692         * tests/test-base64.c: Likewise.
5693         * tests/test-binary-io.c: Likewise.
5694         * tests/test-bitrotate.c: Likewise.
5695         * tests/test-btowc.c: Likewise.
5696         * tests/test-byteswap.c: Likewise.
5697         * tests/test-c-ctype.c: Likewise.
5698         * tests/test-c-stack.c: Likewise.
5699         * tests/test-c-strcasecmp.c: Likewise.
5700         * tests/test-c-strcasestr.c: Likewise.
5701         * tests/test-c-strncasecmp.c: Likewise.
5702         * tests/test-c-strstr.c: Likewise.
5703         * tests/test-canonicalize-lgpl.c: Likewise.
5704         * tests/test-canonicalize.c: Likewise.
5705         * tests/test-carray_list.c: Likewise.
5706         * tests/test-ceilf1.c: Likewise.
5707         * tests/test-ceilf2.c: Likewise.
5708         * tests/test-ceill.c: Likewise.
5709         * tests/test-chown.c: Likewise.
5710         * tests/test-cloexec.c: Likewise.
5711         * tests/test-copy-acl.c: Likewise.
5712         * tests/test-copy-file.c: Likewise.
5713         * tests/test-count-one-bits.c: Likewise.
5714         * tests/test-dprintf-posix.c: Likewise.
5715         * tests/test-dup2.c: Likewise.
5716         * tests/test-dup3.c: Likewise.
5717         * tests/test-duplocale.c: Likewise.
5718         * tests/test-fbufmode.c: Likewise.
5719         * tests/test-fchdir.c: Likewise.
5720         * tests/test-fchownat.c: Likewise.
5721         * tests/test-fcntl-safer.c: Likewise.
5722         * tests/test-fcntl.c: Likewise.
5723         * tests/test-fdopendir.c: Likewise.
5724         * tests/test-fdutimensat.c: Likewise.
5725         * tests/test-fflush2.c: Likewise.
5726         * tests/test-file-has-acl.c: Likewise.
5727         * tests/test-filevercmp.c: Likewise.
5728         * tests/test-flock.c: Likewise.
5729         * tests/test-floorf1.c: Likewise.
5730         * tests/test-floorf2.c: Likewise.
5731         * tests/test-floorl.c: Likewise.
5732         * tests/test-fnmatch.c: Likewise.
5733         * tests/test-fopen.h: Likewise.
5734         * tests/test-fpending.c: Likewise.
5735         * tests/test-fprintf-posix.c: Likewise.
5736         * tests/test-fpurge.c: Likewise.
5737         * tests/test-freadable.c: Likewise.
5738         * tests/test-freadahead.c: Likewise.
5739         * tests/test-freading.c: Likewise.
5740         * tests/test-freadptr.c: Likewise.
5741         * tests/test-freadptr2.c: Likewise.
5742         * tests/test-freadseek.c: Likewise.
5743         * tests/test-freopen.c: Likewise.
5744         * tests/test-frexp.c: Likewise.
5745         * tests/test-frexpl.c: Likewise.
5746         * tests/test-fseek.c: Likewise.
5747         * tests/test-fseeko.c: Likewise.
5748         * tests/test-fstatat.c: Likewise.
5749         * tests/test-fstrcmp.c: Likewise.
5750         * tests/test-fsync.c: Likewise.
5751         * tests/test-ftell.c: Likewise.
5752         * tests/test-ftello.c: Likewise.
5753         * tests/test-func.c: Likewise.
5754         * tests/test-futimens.c: Likewise.
5755         * tests/test-fwritable.c: Likewise.
5756         * tests/test-fwriting.c: Likewise.
5757         * tests/test-getcwd.c: Likewise.
5758         * tests/test-getdate.c: Likewise.
5759         * tests/test-getdelim.c: Likewise.
5760         * tests/test-getdtablesize.c: Likewise.
5761         * tests/test-getgroups.c: Likewise.
5762         * tests/test-getline.c: Likewise.
5763         * tests/test-getndelim2.c: Likewise.
5764         * tests/test-glob.c: Likewise.
5765         * tests/test-hash.c: Likewise.
5766         * tests/test-i-ring.c: Likewise.
5767         * tests/test-iconv-utf.c: Likewise.
5768         * tests/test-iconv.c: Likewise.
5769         * tests/test-idpriv-drop.c: Likewise.
5770         * tests/test-idpriv-droptemp.c: Likewise.
5771         * tests/test-inet_ntop.c: Likewise.
5772         * tests/test-inet_pton.c: Likewise.
5773         * tests/test-isblank.c: Likewise.
5774         * tests/test-isfinite.c: Likewise.
5775         * tests/test-isinf.c: Likewise.
5776         * tests/test-isnan.c: Likewise.
5777         * tests/test-isnand.h: Likewise.
5778         * tests/test-isnanf.h: Likewise.
5779         * tests/test-isnanl.h: Likewise.
5780         * tests/test-lchown.c: Likewise.
5781         * tests/test-ldexpl.c: Likewise.
5782         * tests/test-link.c: Likewise.
5783         * tests/test-linkat.c: Likewise.
5784         * tests/test-linked_list.c: Likewise.
5785         * tests/test-linkedhash_list.c: Likewise.
5786         * tests/test-localename.c: Likewise.
5787         * tests/test-lseek.c: Likewise.
5788         * tests/test-lstat.c: Likewise.
5789         * tests/test-mbmemcasecmp.c: Likewise.
5790         * tests/test-mbmemcasecoll.c: Likewise.
5791         * tests/test-mbrtowc.c: Likewise.
5792         * tests/test-mbscasecmp.c: Likewise.
5793         * tests/test-mbscasestr1.c: Likewise.
5794         * tests/test-mbscasestr2.c: Likewise.
5795         * tests/test-mbscasestr3.c: Likewise.
5796         * tests/test-mbscasestr4.c: Likewise.
5797         * tests/test-mbschr.c: Likewise.
5798         * tests/test-mbscspn.c: Likewise.
5799         * tests/test-mbsinit.c: Likewise.
5800         * tests/test-mbsncasecmp.c: Likewise.
5801         * tests/test-mbsnrtowcs.c: Likewise.
5802         * tests/test-mbspbrk.c: Likewise.
5803         * tests/test-mbspcasecmp.c: Likewise.
5804         * tests/test-mbsrchr.c: Likewise.
5805         * tests/test-mbsrtowcs.c: Likewise.
5806         * tests/test-mbsspn.c: Likewise.
5807         * tests/test-mbsstr1.c: Likewise.
5808         * tests/test-mbsstr2.c: Likewise.
5809         * tests/test-mbsstr3.c: Likewise.
5810         * tests/test-memchr.c: Likewise.
5811         * tests/test-memchr2.c: Likewise.
5812         * tests/test-memcmp.c: Likewise.
5813         * tests/test-memmem.c: Likewise.
5814         * tests/test-memrchr.c: Likewise.
5815         * tests/test-mkdir.c: Likewise.
5816         * tests/test-mkdirat.c: Likewise.
5817         * tests/test-mkfifo.c: Likewise.
5818         * tests/test-mkfifoat.c: Likewise.
5819         * tests/test-mknod.c: Likewise.
5820         * tests/test-nanosleep.c: Likewise.
5821         * tests/test-nl_langinfo.c: Likewise.
5822         * tests/test-obstack-printf.c: Likewise.
5823         * tests/test-open.c: Likewise.
5824         * tests/test-openat.c: Likewise.
5825         * tests/test-pipe-filter-gi1.c: Likewise.
5826         * tests/test-pipe-filter-gi2-main.c: Likewise.
5827         * tests/test-pipe-filter-ii1.c: Likewise.
5828         * tests/test-pipe-filter-ii2-main.c: Likewise.
5829         * tests/test-pipe2.c: Likewise.
5830         * tests/test-popen.h: Likewise.
5831         * tests/test-posixtm.c: Likewise.
5832         * tests/test-pread.c: Likewise.
5833         * tests/test-printf-frexp.c: Likewise.
5834         * tests/test-printf-frexpl.c: Likewise.
5835         * tests/test-printf-posix.c: Likewise.
5836         * tests/test-priv-set.c: Likewise.
5837         * tests/test-quotearg.c: Likewise.
5838         * tests/test-random_r.c: Likewise.
5839         * tests/test-rawmemchr.c: Likewise.
5840         * tests/test-rbtree_list.c: Likewise.
5841         * tests/test-rbtree_oset.c: Likewise.
5842         * tests/test-rbtreehash_list.c: Likewise.
5843         * tests/test-readlink.c: Likewise.
5844         * tests/test-remove.c: Likewise.
5845         * tests/test-rename.c: Likewise.
5846         * tests/test-renameat.c: Likewise.
5847         * tests/test-rmdir.c: Likewise.
5848         * tests/test-round1.c: Likewise.
5849         * tests/test-roundf1.c: Likewise.
5850         * tests/test-roundl.c: Likewise.
5851         * tests/test-safe-alloc.c: Likewise.
5852         * tests/test-sameacls.c: Likewise.
5853         * tests/test-set-mode-acl.c: Likewise.
5854         * tests/test-setenv.c: Likewise.
5855         * tests/test-sigaction.c: Likewise.
5856         * tests/test-signbit.c: Likewise.
5857         * tests/test-sleep.c: Likewise.
5858         * tests/test-snprintf-posix.c: Likewise.
5859         * tests/test-snprintf.c: Likewise.
5860         * tests/test-sprintf-posix.c: Likewise.
5861         * tests/test-stat-time.c: Likewise.
5862         * tests/test-stat.c: Likewise.
5863         * tests/test-strcasestr.c: Likewise.
5864         * tests/test-strchrnul.c: Likewise.
5865         * tests/test-strerror.c: Likewise.
5866         * tests/test-striconv.c: Likewise.
5867         * tests/test-striconveh.c: Likewise.
5868         * tests/test-striconveha.c: Likewise.
5869         * tests/test-strsignal.c: Likewise.
5870         * tests/test-strstr.c: Likewise.
5871         * tests/test-strtod.c: Likewise.
5872         * tests/test-strverscmp.c: Likewise.
5873         * tests/test-symlink.c: Likewise.
5874         * tests/test-symlinkat.c: Likewise.
5875         * tests/test-trunc1.c: Likewise.
5876         * tests/test-trunc2.c: Likewise.
5877         * tests/test-truncf1.c: Likewise.
5878         * tests/test-truncf2.c: Likewise.
5879         * tests/test-truncl.c: Likewise.
5880         * tests/test-uname.c: Likewise.
5881         * tests/test-unlink.c: Likewise.
5882         * tests/test-unlinkat.c: Likewise.
5883         * tests/test-unsetenv.c: Likewise.
5884         * tests/test-usleep.c: Likewise.
5885         * tests/test-utimens.c: Likewise.
5886         * tests/test-utimensat.c: Likewise.
5887         * tests/test-vasnprintf-posix.c: Likewise.
5888         * tests/test-vasnprintf-posix2.c: Likewise.
5889         * tests/test-vasnprintf.c: Likewise.
5890         * tests/test-vasprintf-posix.c: Likewise.
5891         * tests/test-vasprintf.c: Likewise.
5892         * tests/test-vdprintf-posix.c: Likewise.
5893         * tests/test-vfprintf-posix.c: Likewise.
5894         * tests/test-vprintf-posix.c: Likewise.
5895         * tests/test-vsnprintf-posix.c: Likewise.
5896         * tests/test-vsnprintf.c: Likewise.
5897         * tests/test-vsprintf-posix.c: Likewise.
5898         * tests/test-wcrtomb.c: Likewise.
5899         * tests/test-wcsnrtombs.c: Likewise.
5900         * tests/test-wcsrtombs.c: Likewise.
5901         * tests/test-wctype.c: Likewise.
5902         * tests/test-wcwidth.c: Likewise.
5903         * tests/test-xfprintf-posix.c: Likewise.
5904         * tests/test-xmemdup0.c: Likewise.
5905         * tests/test-xprintf-posix.c: Likewise.
5906         * tests/test-xvasprintf.c: Likewise.
5907         * tests/unicase/test-locale-language.c: Likewise.
5908         * tests/unicase/test-mapping-part1.h: Likewise.
5909         * tests/unicase/test-predicate-part1.h: Likewise.
5910         * tests/unicase/test-u8-casecmp.c: Likewise.
5911         * tests/unicase/test-u8-casecoll.c: Likewise.
5912         * tests/unicase/test-u8-casefold.c: Likewise.
5913         * tests/unicase/test-u8-is-cased.c: Likewise.
5914         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5915         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5916         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5917         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5918         * tests/unicase/test-u8-tolower.c: Likewise.
5919         * tests/unicase/test-u8-totitle.c: Likewise.
5920         * tests/unicase/test-u8-toupper.c: Likewise.
5921         * tests/unicase/test-u16-casecmp.c: Likewise.
5922         * tests/unicase/test-u16-casecoll.c: Likewise.
5923         * tests/unicase/test-u16-casefold.c: Likewise.
5924         * tests/unicase/test-u16-is-cased.c: Likewise.
5925         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5926         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5927         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5928         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5929         * tests/unicase/test-u16-tolower.c: Likewise.
5930         * tests/unicase/test-u16-totitle.c: Likewise.
5931         * tests/unicase/test-u16-toupper.c: Likewise.
5932         * tests/unicase/test-u32-casecmp.c: Likewise.
5933         * tests/unicase/test-u32-casecoll.c: Likewise.
5934         * tests/unicase/test-u32-casefold.c: Likewise.
5935         * tests/unicase/test-u32-is-cased.c: Likewise.
5936         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5937         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5938         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5939         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5940         * tests/unicase/test-u32-tolower.c: Likewise.
5941         * tests/unicase/test-u32-totitle.c: Likewise.
5942         * tests/unicase/test-u32-toupper.c: Likewise.
5943         * tests/unicase/test-ulc-casecmp.c: Likewise.
5944         * tests/unicase/test-ulc-casecoll.c: Likewise.
5945         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5946         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5947         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5948         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5949         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5950         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5951         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5952         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5953         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5954         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5955         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5956         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5957         * tests/unictype/test-bidi_byname.c: Likewise.
5958         * tests/unictype/test-bidi_name.c: Likewise.
5959         * tests/unictype/test-bidi_of.c: Likewise.
5960         * tests/unictype/test-bidi_test.c: Likewise.
5961         * tests/unictype/test-block_list.c: Likewise.
5962         * tests/unictype/test-block_of.c: Likewise.
5963         * tests/unictype/test-block_test.c: Likewise.
5964         * tests/unictype/test-categ_and.c: Likewise.
5965         * tests/unictype/test-categ_and_not.c: Likewise.
5966         * tests/unictype/test-categ_byname.c: Likewise.
5967         * tests/unictype/test-categ_name.c: Likewise.
5968         * tests/unictype/test-categ_none.c: Likewise.
5969         * tests/unictype/test-categ_of.c: Likewise.
5970         * tests/unictype/test-categ_or.c: Likewise.
5971         * tests/unictype/test-categ_test_withtable.c: Likewise.
5972         * tests/unictype/test-combining.c: Likewise.
5973         * tests/unictype/test-decdigit.c: Likewise.
5974         * tests/unictype/test-digit.c: Likewise.
5975         * tests/unictype/test-mirror.c: Likewise.
5976         * tests/unictype/test-numeric.c: Likewise.
5977         * tests/unictype/test-pr_byname.c: Likewise.
5978         * tests/unictype/test-pr_test.c: Likewise.
5979         * tests/unictype/test-predicate-part1.h: Likewise.
5980         * tests/unictype/test-scripts.c: Likewise.
5981         * tests/unictype/test-sy_c_ident.c: Likewise.
5982         * tests/unictype/test-sy_java_ident.c: Likewise.
5983         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5984         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5985         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5986         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5987         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5988         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5989         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5990         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5991         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5992         * tests/uninorm/test-compat-decomposition.c: Likewise.
5993         * tests/uninorm/test-composition.c: Likewise.
5994         * tests/uninorm/test-decomposing-form.c: Likewise.
5995         * tests/uninorm/test-decomposition.c: Likewise.
5996         * tests/uninorm/test-u8-nfc.c: Likewise.
5997         * tests/uninorm/test-u8-nfd.c: Likewise.
5998         * tests/uninorm/test-u8-nfkc.c: Likewise.
5999         * tests/uninorm/test-u8-nfkd.c: Likewise.
6000         * tests/uninorm/test-u8-normcmp.c: Likewise.
6001         * tests/uninorm/test-u8-normcoll.c: Likewise.
6002         * tests/uninorm/test-u16-nfc.c: Likewise.
6003         * tests/uninorm/test-u16-nfd.c: Likewise.
6004         * tests/uninorm/test-u16-nfkc.c: Likewise.
6005         * tests/uninorm/test-u16-nfkd.c: Likewise.
6006         * tests/uninorm/test-u16-normcmp.c: Likewise.
6007         * tests/uninorm/test-u16-normcoll.c: Likewise.
6008         * tests/uninorm/test-u32-nfc.c: Likewise.
6009         * tests/uninorm/test-u32-nfd.c: Likewise.
6010         * tests/uninorm/test-u32-nfkc.c: Likewise.
6011         * tests/uninorm/test-u32-nfkd.c: Likewise.
6012         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6013         * tests/uninorm/test-u32-normcmp.c: Likewise.
6014         * tests/uninorm/test-u32-normcoll.c: Likewise.
6015         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6016         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6017         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6018         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6019         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6020         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6021         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6022         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6023         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6024         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6025         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6026         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6027         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6028         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6029         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6030         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6031         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6032         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6033         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6034         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6035         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6036         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6037         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6038         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6039         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6040         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6041         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6042         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6043         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6044         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6045         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6046         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6047         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6048         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6049         * tests/uniwidth/test-u8-width.c: Likewise.
6050         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6051         * tests/uniwidth/test-u16-width.c: Likewise.
6052         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6053         * tests/uniwidth/test-u32-width.c: Likewise.
6054         * tests/uniwidth/test-uc_width.c: Likewise.
6055         * tests/uniwidth/test-uc_width2.c: Likewise.
6056         * modules/acl-tests (Files): Add tests/macros.h.
6057         * modules/areadlink-tests (Files): Likewise.
6058         * modules/areadlink-with-size-tests (Files): Likewise.
6059         * modules/areadlinkat-tests (Files): Likewise.
6060         * modules/areadlinkat-with-size-tests (Files): Likewise.
6061         * modules/argmatch-tests (Files): Likewise.
6062         * modules/argv-iter-tests (Files): Likewise.
6063         * modules/array-list-tests (Files): Likewise.
6064         * modules/array-mergesort-tests (Files): Likewise.
6065         * modules/array-oset-tests (Files): Likewise.
6066         * modules/avltree-list-tests (Files): Likewise.
6067         * modules/avltree-oset-tests (Files): Likewise.
6068         * modules/avltreehash-list-tests (Files): Likewise.
6069         * modules/base64-tests (Files): Likewise.
6070         * modules/binary-io-tests (Files): Likewise.
6071         * modules/bitrotate-tests (Files): Likewise.
6072         * modules/btowc-tests (Files): Likewise.
6073         * modules/byteswap-tests (Files): Likewise.
6074         * modules/c-ctype-tests (Files): Likewise.
6075         * modules/c-stack-tests (Files): Likewise.
6076         * modules/c-strcase-tests (Files): Likewise.
6077         * modules/c-strcasestr-tests (Files): Likewise.
6078         * modules/c-strstr-tests (Files): Likewise.
6079         * modules/canonicalize-lgpl-tests (Files): Likewise.
6080         * modules/canonicalize-tests (Files): Likewise.
6081         * modules/carray-list-tests (Files): Likewise.
6082         * modules/ceilf-tests (Files): Likewise.
6083         * modules/ceill-tests (Files): Likewise.
6084         * modules/chown-tests (Files): Likewise.
6085         * modules/cloexec-tests (Files): Likewise.
6086         * modules/copy-file-tests (Files): Likewise.
6087         * modules/count-one-bits-tests (Files): Likewise.
6088         * modules/dprintf-posix-tests (Files): Likewise.
6089         * modules/dup2-tests (Files): Likewise.
6090         * modules/dup3-tests (Files): Likewise.
6091         * modules/duplocale-tests (Files): Likewise.
6092         * modules/fbufmode-tests (Files): Likewise.
6093         * modules/fchdir-tests (Files): Likewise.
6094         * modules/fcntl-safer-tests (Files): Likewise.
6095         * modules/fcntl-tests (Files): Likewise.
6096         * modules/fdopendir-tests (Files): Likewise.
6097         * modules/fdutimensat-tests (Files): Likewise.
6098         * modules/fflush-tests (Files): Likewise.
6099         * modules/filevercmp-tests (Files): Likewise.
6100         * modules/flock-tests (Files): Likewise.
6101         * modules/floorf-tests (Files): Likewise.
6102         * modules/floorl-tests (Files): Likewise.
6103         * modules/fnmatch-tests (Files): Likewise.
6104         * modules/fopen-safer-tests (Files): Likewise.
6105         * modules/fopen-tests (Files): Likewise.
6106         * modules/fpending-tests (Files): Likewise.
6107         * modules/fprintf-posix-tests (Files): Likewise.
6108         * modules/fpurge-tests (Files): Likewise.
6109         * modules/freadable-tests (Files): Likewise.
6110         * modules/freadahead-tests (Files): Likewise.
6111         * modules/freading-tests (Files): Likewise.
6112         * modules/freadptr-tests (Files): Likewise.
6113         * modules/freadseek-tests (Files): Likewise.
6114         * modules/freopen-tests (Files): Likewise.
6115         * modules/frexp-nolibm-tests (Files): Likewise.
6116         * modules/frexp-tests (Files): Likewise.
6117         * modules/frexpl-nolibm-tests (Files): Likewise.
6118         * modules/frexpl-tests (Files): Likewise.
6119         * modules/fseek-tests (Files): Likewise.
6120         * modules/fseeko-tests (Files): Likewise.
6121         * modules/fstrcmp-tests (Files): Likewise.
6122         * modules/fsync-tests (Files): Likewise.
6123         * modules/ftell-tests (Files): Likewise.
6124         * modules/ftello-tests (Files): Likewise.
6125         * modules/func-tests (Files): Likewise.
6126         * modules/futimens-tests (Files): Likewise.
6127         * modules/fwritable-tests (Files): Likewise.
6128         * modules/fwriting-tests (Files): Likewise.
6129         * modules/getcwd-tests (Files): Likewise.
6130         * modules/getdate-tests (Files): Likewise.
6131         * modules/getdelim-tests (Files): Likewise.
6132         * modules/getdtablesize-tests (Files): Likewise.
6133         * modules/getgroups-tests (Files): Likewise.
6134         * modules/getline-tests (Files): Likewise.
6135         * modules/getndelim2-tests (Files): Likewise.
6136         * modules/glob-tests (Files): Likewise.
6137         * modules/hash-tests (Files): Likewise.
6138         * modules/i-ring-tests (Files): Likewise.
6139         * modules/iconv-tests (Files): Likewise.
6140         * modules/iconv_open-utf-tests (Files): Likewise.
6141         * modules/idpriv-drop-tests (Files): Likewise.
6142         * modules/idpriv-droptemp-tests (Files): Likewise.
6143         * modules/inet_ntop-tests (Files): Likewise.
6144         * modules/inet_pton-tests (Files): Likewise.
6145         * modules/isblank-tests (Files): Likewise.
6146         * modules/isfinite-tests (Files): Likewise.
6147         * modules/isinf-tests (Files): Likewise.
6148         * modules/isnan-tests (Files): Likewise.
6149         * modules/isnand-nolibm-tests (Files): Likewise.
6150         * modules/isnand-tests (Files): Likewise.
6151         * modules/isnanf-nolibm-tests (Files): Likewise.
6152         * modules/isnanf-tests (Files): Likewise.
6153         * modules/isnanl-nolibm-tests (Files): Likewise.
6154         * modules/isnanl-tests (Files): Likewise.
6155         * modules/lchown-tests (Files): Likewise.
6156         * modules/ldexpl-tests (Files): Likewise.
6157         * modules/link-tests (Files): Likewise.
6158         * modules/linkat-tests (Files): Likewise.
6159         * modules/linked-list-tests (Files): Likewise.
6160         * modules/linkedhash-list-tests (Files): Likewise.
6161         * modules/localename-tests (Files): Likewise.
6162         * modules/lseek-tests (Files): Likewise.
6163         * modules/lstat-tests (Files): Likewise.
6164         * modules/mbmemcasecmp-tests (Files): Likewise.
6165         * modules/mbmemcasecoll-tests (Files): Likewise.
6166         * modules/mbrtowc-tests (Files): Likewise.
6167         * modules/mbscasecmp-tests (Files): Likewise.
6168         * modules/mbscasestr-tests (Files): Likewise.
6169         * modules/mbschr-tests (Files): Likewise.
6170         * modules/mbscspn-tests (Files): Likewise.
6171         * modules/mbsinit-tests (Files): Likewise.
6172         * modules/mbsncasecmp-tests (Files): Likewise.
6173         * modules/mbsnrtowcs-tests (Files): Likewise.
6174         * modules/mbspbrk-tests (Files): Likewise.
6175         * modules/mbspcasecmp-tests (Files): Likewise.
6176         * modules/mbsrchr-tests (Files): Likewise.
6177         * modules/mbsrtowcs-tests (Files): Likewise.
6178         * modules/mbsspn-tests (Files): Likewise.
6179         * modules/mbsstr-tests (Files): Likewise.
6180         * modules/memchr-tests (Files): Likewise.
6181         * modules/memchr2-tests (Files): Likewise.
6182         * modules/memcmp-tests (Files): Likewise.
6183         * modules/memmem-tests (Files): Likewise.
6184         * modules/memrchr-tests (Files): Likewise.
6185         * modules/mkdir-tests (Files): Likewise.
6186         * modules/mkfifo-tests (Files): Likewise.
6187         * modules/mkfifoat-tests (Files): Likewise.
6188         * modules/mknod-tests (Files): Likewise.
6189         * modules/nanosleep-tests (Files): Likewise.
6190         * modules/nl_langinfo-tests (Files): Likewise.
6191         * modules/obstack-printf-tests (Files): Likewise.
6192         * modules/open-tests (Files): Likewise.
6193         * modules/openat-tests (Files): Likewise.
6194         * modules/pipe-filter-gi-tests (Files): Likewise.
6195         * modules/pipe-filter-ii-tests (Files): Likewise.
6196         * modules/pipe2-tests (Files): Likewise.
6197         * modules/popen-safer-tests (Files): Likewise.
6198         * modules/popen-tests (Files): Likewise.
6199         * modules/posixtm-tests (Files): Likewise.
6200         * modules/pread-tests (Files): Likewise.
6201         * modules/printf-frexp-tests (Files): Likewise.
6202         * modules/printf-frexpl-tests (Files): Likewise.
6203         * modules/printf-posix-tests (Files): Likewise.
6204         * modules/priv-set-tests (Files): Likewise.
6205         * modules/quotearg-tests (Files): Likewise.
6206         * modules/random_r-tests (Files): Likewise.
6207         * modules/rawmemchr-tests (Files): Likewise.
6208         * modules/rbtree-list-tests (Files): Likewise.
6209         * modules/rbtree-oset-tests (Files): Likewise.
6210         * modules/rbtreehash-list-tests (Files): Likewise.
6211         * modules/readlink-tests (Files): Likewise.
6212         * modules/remove-tests (Files): Likewise.
6213         * modules/rename-tests (Files): Likewise.
6214         * modules/renameat-tests (Files): Likewise.
6215         * modules/rmdir-tests (Files): Likewise.
6216         * modules/round-tests (Files): Likewise.
6217         * modules/roundf-tests (Files): Likewise.
6218         * modules/roundl-tests (Files): Likewise.
6219         * modules/safe-alloc-tests (Files): Likewise.
6220         * modules/setenv-tests (Files): Likewise.
6221         * modules/sigaction-tests (Files): Likewise.
6222         * modules/signbit-tests (Files): Likewise.
6223         * modules/sleep-tests (Files): Likewise.
6224         * modules/snprintf-posix-tests (Files): Likewise.
6225         * modules/snprintf-tests (Files): Likewise.
6226         * modules/sprintf-posix-tests (Files): Likewise.
6227         * modules/stat-tests (Files): Likewise.
6228         * modules/stat-time-tests (Files): Likewise.
6229         * modules/strcasestr-tests (Files): Likewise.
6230         * modules/strchrnul-tests (Files): Likewise.
6231         * modules/strerror-tests (Files): Likewise.
6232         * modules/striconv-tests (Files): Likewise.
6233         * modules/striconveh-tests (Files): Likewise.
6234         * modules/striconveha-tests (Files): Likewise.
6235         * modules/strsignal-tests (Files): Likewise.
6236         * modules/strstr-tests (Files): Likewise.
6237         * modules/strtod-tests (Files): Likewise.
6238         * modules/strverscmp-tests (Files): Likewise.
6239         * modules/symlink-tests (Files): Likewise.
6240         * modules/symlinkat-tests (Files): Likewise.
6241         * modules/trunc-tests (Files): Likewise.
6242         * modules/truncf-tests (Files): Likewise.
6243         * modules/truncl-tests (Files): Likewise.
6244         * modules/uname-tests (Files): Likewise.
6245         * modules/unicase/cased-tests (Files): Likewise.
6246         * modules/unicase/ignorable-tests (Files): Likewise.
6247         * modules/unicase/locale-language-tests (Files): Likewise.
6248         * modules/unicase/tolower-tests (Files): Likewise.
6249         * modules/unicase/totitle-tests (Files): Likewise.
6250         * modules/unicase/toupper-tests (Files): Likewise.
6251         * modules/unicase/u8-casecmp-tests (Files): Likewise.
6252         * modules/unicase/u8-casecoll-tests (Files): Likewise.
6253         * modules/unicase/u8-casefold-tests (Files): Likewise.
6254         * modules/unicase/u8-is-cased-tests (Files): Likewise.
6255         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
6256         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
6257         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
6258         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
6259         * modules/unicase/u8-tolower-tests (Files): Likewise.
6260         * modules/unicase/u8-totitle-tests (Files): Likewise.
6261         * modules/unicase/u8-toupper-tests (Files): Likewise.
6262         * modules/unicase/u16-casecmp-tests (Files): Likewise.
6263         * modules/unicase/u16-casecoll-tests (Files): Likewise.
6264         * modules/unicase/u16-casefold-tests (Files): Likewise.
6265         * modules/unicase/u16-is-cased-tests (Files): Likewise.
6266         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
6267         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
6268         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
6269         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
6270         * modules/unicase/u16-tolower-tests (Files): Likewise.
6271         * modules/unicase/u16-totitle-tests (Files): Likewise.
6272         * modules/unicase/u16-toupper-tests (Files): Likewise.
6273         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6274         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6275         * modules/unicase/u32-casefold-tests (Files): Likewise.
6276         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6277         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6278         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6279         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6280         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6281         * modules/unicase/u32-tolower-tests (Files): Likewise.
6282         * modules/unicase/u32-totitle-tests (Files): Likewise.
6283         * modules/unicase/u32-toupper-tests (Files): Likewise.
6284         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6285         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6286         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6287         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6288         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6289         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6290         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6291         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6292         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6293         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6294         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6295         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6296         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6297         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6298         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6299         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6300         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6301         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6302         * modules/unictype/block-list-tests (Files): Likewise.
6303         * modules/unictype/block-of-tests (Files): Likewise.
6304         * modules/unictype/block-test-tests (Files): Likewise.
6305         * modules/unictype/category-C-tests (Files): Likewise.
6306         * modules/unictype/category-Cc-tests (Files): Likewise.
6307         * modules/unictype/category-Cf-tests (Files): Likewise.
6308         * modules/unictype/category-Cn-tests (Files): Likewise.
6309         * modules/unictype/category-Co-tests (Files): Likewise.
6310         * modules/unictype/category-Cs-tests (Files): Likewise.
6311         * modules/unictype/category-L-tests (Files): Likewise.
6312         * modules/unictype/category-Ll-tests (Files): Likewise.
6313         * modules/unictype/category-Lm-tests (Files): Likewise.
6314         * modules/unictype/category-Lo-tests (Files): Likewise.
6315         * modules/unictype/category-Lt-tests (Files): Likewise.
6316         * modules/unictype/category-Lu-tests (Files): Likewise.
6317         * modules/unictype/category-M-tests (Files): Likewise.
6318         * modules/unictype/category-Mc-tests (Files): Likewise.
6319         * modules/unictype/category-Me-tests (Files): Likewise.
6320         * modules/unictype/category-Mn-tests (Files): Likewise.
6321         * modules/unictype/category-N-tests (Files): Likewise.
6322         * modules/unictype/category-Nd-tests (Files): Likewise.
6323         * modules/unictype/category-Nl-tests (Files): Likewise.
6324         * modules/unictype/category-No-tests (Files): Likewise.
6325         * modules/unictype/category-P-tests (Files): Likewise.
6326         * modules/unictype/category-Pc-tests (Files): Likewise.
6327         * modules/unictype/category-Pd-tests (Files): Likewise.
6328         * modules/unictype/category-Pe-tests (Files): Likewise.
6329         * modules/unictype/category-Pf-tests (Files): Likewise.
6330         * modules/unictype/category-Pi-tests (Files): Likewise.
6331         * modules/unictype/category-Po-tests (Files): Likewise.
6332         * modules/unictype/category-Ps-tests (Files): Likewise.
6333         * modules/unictype/category-S-tests (Files): Likewise.
6334         * modules/unictype/category-Sc-tests (Files): Likewise.
6335         * modules/unictype/category-Sk-tests (Files): Likewise.
6336         * modules/unictype/category-Sm-tests (Files): Likewise.
6337         * modules/unictype/category-So-tests (Files): Likewise.
6338         * modules/unictype/category-Z-tests (Files): Likewise.
6339         * modules/unictype/category-Zl-tests (Files): Likewise.
6340         * modules/unictype/category-Zp-tests (Files): Likewise.
6341         * modules/unictype/category-Zs-tests (Files): Likewise.
6342         * modules/unictype/category-and-not-tests (Files): Likewise.
6343         * modules/unictype/category-and-tests (Files): Likewise.
6344         * modules/unictype/category-byname-tests (Files): Likewise.
6345         * modules/unictype/category-name-tests (Files): Likewise.
6346         * modules/unictype/category-none-tests (Files): Likewise.
6347         * modules/unictype/category-of-tests (Files): Likewise.
6348         * modules/unictype/category-or-tests (Files): Likewise.
6349         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6350         * modules/unictype/combining-class-tests (Files): Likewise.
6351         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6352         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6353         * modules/unictype/ctype-blank-tests (Files): Likewise.
6354         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6355         * modules/unictype/ctype-digit-tests (Files): Likewise.
6356         * modules/unictype/ctype-graph-tests (Files): Likewise.
6357         * modules/unictype/ctype-lower-tests (Files): Likewise.
6358         * modules/unictype/ctype-print-tests (Files): Likewise.
6359         * modules/unictype/ctype-punct-tests (Files): Likewise.
6360         * modules/unictype/ctype-space-tests (Files): Likewise.
6361         * modules/unictype/ctype-upper-tests (Files): Likewise.
6362         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6363         * modules/unictype/decimal-digit-tests (Files): Likewise.
6364         * modules/unictype/digit-tests (Files): Likewise.
6365         * modules/unictype/mirror-tests (Files): Likewise.
6366         * modules/unictype/numeric-tests (Files): Likewise.
6367         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6368         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6369         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6370         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6371         Likewise.
6372         * modules/unictype/property-bidi-block-separator-tests (Files):
6373         Likewise.
6374         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6375         Likewise.
6376         * modules/unictype/property-bidi-common-separator-tests (Files):
6377         Likewise.
6378         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6379         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6380         Likewise.
6381         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6382         Likewise.
6383         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6384         Likewise.
6385         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6386         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6387         Likewise.
6388         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6389         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6390         Likewise.
6391         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6392         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6393         * modules/unictype/property-bidi-segment-separator-tests (Files):
6394         Likewise.
6395         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6396         * modules/unictype/property-byname-tests (Files): Likewise.
6397         * modules/unictype/property-combining-tests (Files): Likewise.
6398         * modules/unictype/property-composite-tests (Files): Likewise.
6399         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6400         * modules/unictype/property-dash-tests (Files): Likewise.
6401         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6402         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6403         Likewise.
6404         * modules/unictype/property-deprecated-tests (Files): Likewise.
6405         * modules/unictype/property-diacritic-tests (Files): Likewise.
6406         * modules/unictype/property-extender-tests (Files): Likewise.
6407         * modules/unictype/property-format-control-tests (Files): Likewise.
6408         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6409         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6410         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6411         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6412         * modules/unictype/property-hyphen-tests (Files): Likewise.
6413         * modules/unictype/property-id-continue-tests (Files): Likewise.
6414         * modules/unictype/property-id-start-tests (Files): Likewise.
6415         * modules/unictype/property-ideographic-tests (Files): Likewise.
6416         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6417         * modules/unictype/property-ids-trinary-operator-tests (Files):
6418         Likewise.
6419         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6420         * modules/unictype/property-iso-control-tests (Files): Likewise.
6421         * modules/unictype/property-join-control-tests (Files): Likewise.
6422         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6423         * modules/unictype/property-line-separator-tests (Files): Likewise.
6424         * modules/unictype/property-logical-order-exception-tests (Files):
6425         Likewise.
6426         * modules/unictype/property-lowercase-tests (Files): Likewise.
6427         * modules/unictype/property-math-tests (Files): Likewise.
6428         * modules/unictype/property-non-break-tests (Files): Likewise.
6429         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6430         * modules/unictype/property-numeric-tests (Files): Likewise.
6431         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6432         * modules/unictype/property-other-default-ignorable-code-point-tests
6433         (Files): Likewise.
6434         * modules/unictype/property-other-grapheme-extend-tests (Files):
6435         Likewise.
6436         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6437         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6438         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6439         * modules/unictype/property-other-math-tests (Files): Likewise.
6440         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6441         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6442         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6443         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6444         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6445         * modules/unictype/property-private-use-tests (Files): Likewise.
6446         * modules/unictype/property-punctuation-tests (Files): Likewise.
6447         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6448         * modules/unictype/property-radical-tests (Files): Likewise.
6449         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6450         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6451         * modules/unictype/property-space-tests (Files): Likewise.
6452         * modules/unictype/property-terminal-punctuation-tests (Files):
6453         Likewise.
6454         * modules/unictype/property-test-tests (Files): Likewise.
6455         * modules/unictype/property-titlecase-tests (Files): Likewise.
6456         * modules/unictype/property-unassigned-code-value-tests (Files):
6457         Likewise.
6458         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6459         * modules/unictype/property-uppercase-tests (Files): Likewise.
6460         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6461         * modules/unictype/property-white-space-tests (Files): Likewise.
6462         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6463         * modules/unictype/property-xid-start-tests (Files): Likewise.
6464         * modules/unictype/property-zero-width-tests (Files): Likewise.
6465         * modules/unictype/scripts-tests (Files): Likewise.
6466         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6467         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6468         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6469         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6470         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6471         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6472         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6473         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6474         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6475         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6476         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6477         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6478         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6479         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6480         * modules/uninorm/composition-tests (Files): Likewise.
6481         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6482         * modules/uninorm/decomposition-tests (Files): Likewise.
6483         * modules/uninorm/filter-tests (Files): Likewise.
6484         * modules/uninorm/nfc-tests (Files): Likewise.
6485         * modules/uninorm/nfd-tests (Files): Likewise.
6486         * modules/uninorm/nfkc-tests (Files): Likewise.
6487         * modules/uninorm/nfkd-tests (Files): Likewise.
6488         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6489         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6490         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6491         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6492         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6493         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6494         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6495         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6496         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6497         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6498         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6499         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6500         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6501         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6502         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6503         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6504         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6505         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6506         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6507         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6508         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6509         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6510         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6511         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6512         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6513         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6514         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6515         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6516         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6517         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6518         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6519         * modules/uniwidth/u8-width-tests (Files): Likewise.
6520         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6521         * modules/uniwidth/u16-width-tests (Files): Likewise.
6522         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6523         * modules/uniwidth/u32-width-tests (Files): Likewise.
6524         * modules/uniwidth/width-tests (Files): Likewise.
6525         * modules/unlink-tests (Files): Likewise.
6526         * modules/unsetenv-tests (Files): Likewise.
6527         * modules/usleep-tests (Files): Likewise.
6528         * modules/utimens-tests (Files): Likewise.
6529         * modules/utimensat-tests (Files): Likewise.
6530         * modules/vasnprintf-posix-tests (Files): Likewise.
6531         * modules/vasnprintf-tests (Files): Likewise.
6532         * modules/vasprintf-posix-tests (Files): Likewise.
6533         * modules/vasprintf-tests (Files): Likewise.
6534         * modules/vdprintf-posix-tests (Files): Likewise.
6535         * modules/vfprintf-posix-tests (Files): Likewise.
6536         * modules/vprintf-posix-tests (Files): Likewise.
6537         * modules/vsnprintf-posix-tests (Files): Likewise.
6538         * modules/vsnprintf-tests (Files): Likewise.
6539         * modules/vsprintf-posix-tests (Files): Likewise.
6540         * modules/wcrtomb-tests (Files): Likewise.
6541         * modules/wcsnrtombs-tests (Files): Likewise.
6542         * modules/wcsrtombs-tests (Files): Likewise.
6543         * modules/wctype-tests (Files): Likewise.
6544         * modules/wcwidth-tests (Files): Likewise.
6545         * modules/xmemdup0-tests (Files): Likewise.
6546         * modules/xprintf-posix-tests (Files): Likewise.
6547         * modules/xvasprintf-tests (Files): Likewise.
6548
6549 2009-12-24  Eric Blake  <ebb9@byu.net>
6550
6551         test-nanosleep: fix typo
6552         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6553         patch.
6554         Reported by Bruno Haible.
6555
6556 2009-12-24  Bruno Haible  <bruno@clisp.org>
6557
6558         Reduce namespace pollution on glibc systems.
6559         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6560         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6561         systems.
6562         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6563         <getopt.h> on glibc systems.
6564         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6565         systems.
6566         * lib/fcntl.c: Include <unistd.h> here instead.
6567
6568 2009-12-24  Bruno Haible  <bruno@clisp.org>
6569
6570         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6571
6572 2009-12-24  Eric Blake  <ebb9@byu.net>
6573
6574         tests: add signature checks
6575         * tests/signature.h (SIGNATURE_CHECK): New file.
6576         * modules/atexit-tests (Files): Use it.
6577         * modules/btowc-tests (Files): Likewise.
6578         * modules/canonicalize-lgpl-tests (Files): Likewise.
6579         * modules/ceilf-tests (Files): Likewise.
6580         * modules/ceill-tests (Files): Likewise.
6581         * modules/chown-tests (Files): Likewise.
6582         * modules/dprintf-posix-tests (Files): Likewise.
6583         * modules/dup2-tests (Files): Likewise.
6584         * modules/dup3-tests (Files): Likewise.
6585         * modules/duplocale-tests (Files): Likewise.
6586         * modules/fchdir-tests (Files): Likewise.
6587         * modules/fcntl-tests (Files): Likewise.
6588         * modules/fdopendir-tests (Files): Likewise.
6589         * modules/fflush-tests (Files): Likewise.
6590         * modules/flock-tests (Files): Likewise.
6591         * modules/floorf-tests (Files): Likewise.
6592         * modules/floorl-tests (Files): Likewise.
6593         * modules/fnmatch-tests (Files): Likewise.
6594         * modules/fopen-tests (Files): Likewise.
6595         * modules/fprintf-posix-tests (Files): Likewise.
6596         * modules/freopen-tests (Files): Likewise.
6597         * modules/frexp-nolibm-tests (Files): Likewise.
6598         * modules/frexp-tests (Files): Likewise.
6599         * modules/frexpl-nolibm-tests (Files): Likewise.
6600         * modules/frexpl-tests (Files): Likewise.
6601         * modules/fseek-tests (Files): Likewise.
6602         * modules/fseeko-tests (Files): Likewise.
6603         * modules/fsync-tests (Files): Likewise.
6604         * modules/ftell-tests (Files): Likewise.
6605         * modules/ftello-tests (Files): Likewise.
6606         * modules/futimens-tests (Files): Likewise.
6607         * modules/getaddrinfo-tests (Files): Likewise.
6608         * modules/getcwd-tests (Files): Likewise.
6609         * modules/getdelim-tests (Files): Likewise.
6610         * modules/getdtablesize-tests (Files): Likewise.
6611         * modules/getgroups-tests (Files): Likewise.
6612         * modules/gethostname-tests (Files): Likewise.
6613         * modules/getline-tests (Files): Likewise.
6614         * modules/getopt-posix-tests (Files): Likewise.
6615         * modules/gettimeofday-tests (Files): Likewise.
6616         * modules/glob-tests (Files): Likewise.
6617         * modules/iconv-tests (Files): Likewise.
6618         * modules/inet_ntop-tests (Files): Likewise.
6619         * modules/inet_pton-tests (Files): Likewise.
6620         * modules/isblank-tests (Files): Likewise.
6621         * modules/lchown-tests (Files): Likewise.
6622         * modules/ldexpl-tests (Files): Likewise.
6623         * modules/link-tests (Files): Likewise.
6624         * modules/linkat-tests (Files): Likewise.
6625         * modules/lseek-tests (Files): Likewise.
6626         * modules/lstat-tests (Files): Likewise.
6627         * modules/mbrtowc-tests (Files): Likewise.
6628         * modules/mbsinit-tests (Files): Likewise.
6629         * modules/mbsnrtowcs-tests (Files): Likewise.
6630         * modules/mbsrtowcs-tests (Files): Likewise.
6631         * modules/memchr-tests (Files): Likewise.
6632         * modules/memcmp-tests (Files): Likewise.
6633         * modules/memmem-tests (Files): Likewise.
6634         * modules/memrchr-tests (Files): Likewise.
6635         * modules/mkdir-tests (Files): Likewise.
6636         * modules/mkfifo-tests (Files): Likewise.
6637         * modules/mkfifoat-tests (Files): Likewise.
6638         * modules/mknod-tests (Files): Likewise.
6639         * modules/nanosleep-tests (Files): Likewise.
6640         * modules/nl_langinfo-tests (Files): Likewise.
6641         * modules/obstack-printf-tests (Files): Likewise.
6642         * modules/open-tests (Files): Likewise.
6643         * modules/openat-tests (Files): Likewise.
6644         * modules/perror-tests (Files): Likewise.
6645         * modules/pipe2-tests (Files): Likewise.
6646         * modules/poll-tests (Files): Likewise.
6647         * modules/popen-tests (Files): Likewise.
6648         * modules/posix_spawn-tests (Files): Likewise.
6649         * modules/posix_spawnp-tests (Files): Likewise.
6650         * modules/pread-tests (Files): Likewise.
6651         * modules/printf-posix-tests (Files): Likewise.
6652         * modules/pty-tests (Files): Likewise.
6653         * modules/random_r-tests (Files): Likewise.
6654         * modules/rawmemchr-tests (Files): Likewise.
6655         * modules/readlink-tests (Files): Likewise.
6656         * modules/remove-tests (Files): Likewise.
6657         * modules/rename-tests (Files): Likewise.
6658         * modules/renameat-tests (Files): Likewise.
6659         * modules/rmdir-tests (Files): Likewise.
6660         * modules/round-tests (Files): Likewise.
6661         * modules/roundf-tests (Files): Likewise.
6662         * modules/roundl-tests (Files): Likewise.
6663         * modules/select-tests (Files): Likewise.
6664         * modules/setenv-tests (Files): Likewise.
6665         * modules/sigaction-tests (Files): Likewise.
6666         * modules/sleep-tests (Files): Likewise.
6667         * modules/snprintf-posix-tests (Files): Likewise.
6668         * modules/snprintf-tests (Files): Likewise.
6669         * modules/sprintf-posix-tests (Files): Likewise.
6670         * modules/stat-tests (Files): Likewise.
6671         * modules/strcasestr-tests (Files): Likewise.
6672         * modules/strchrnul-tests (Files): Likewise.
6673         * modules/strerror-tests (Files): Likewise.
6674         * modules/strsignal-tests (Files): Likewise.
6675         * modules/strstr-tests (Files): Likewise.
6676         * modules/strtod-tests (Files): Likewise.
6677         * modules/strverscmp-tests (Files): Likewise.
6678         * modules/symlink-tests (Files): Likewise.
6679         * modules/symlinkat-tests (Files): Likewise.
6680         * modules/times-tests (Files): Likewise.
6681         * modules/trunc-tests (Files): Likewise.
6682         * modules/truncf-tests (Files): Likewise.
6683         * modules/truncl-tests (Files): Likewise.
6684         * modules/tsearch-tests (Files): Likewise.
6685         * modules/uname-tests (Files): Likewise.
6686         * modules/unlink-tests (Files): Likewise.
6687         * modules/unsetenv-tests (Files): Likewise.
6688         * modules/usleep-tests (Files): Likewise.
6689         * modules/utimensat-tests (Files): Likewise.
6690         * modules/vasprintf-tests (Files): Likewise.
6691         * modules/vdprintf-posix-tests (Files): Likewise.
6692         * modules/vfprintf-posix-tests (Files): Likewise.
6693         * modules/vprintf-posix-tests (Files): Likewise.
6694         * modules/vsnprintf-posix-tests (Files): Likewise.
6695         * modules/vsnprintf-tests (Files): Likewise.
6696         * modules/vsprintf-posix-tests (Files): Likewise.
6697         * modules/wcrtomb-tests (Files): Likewise.
6698         * modules/wcsnrtombs-tests (Files): Likewise.
6699         * modules/wcsrtombs-tests (Files): Likewise.
6700         * modules/wcwidth-tests (Files): Likewise.
6701         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6702         * tests/test-isinf.c (isinf): Likewise.
6703         * tests/test-isnan.c (isnan): Likewise.
6704         * tests/test-signbit.c (signbit): Likewise.
6705         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6706         declaration, either as macro or with correct signature.
6707         (select): Ensure function under test is declared with correct
6708         signature in correct header.
6709         * tests/test-atexit.c (atexit): Likewise.
6710         * tests/test-btowc.c (btowc): Likewise.
6711         * tests/test-canonicalize-lgpl.c (realpath)
6712         (canonicalize_file_name): Likewise.
6713         * tests/test-ceilf1.c (ceilf): Likewise.
6714         * tests/test-ceill.c (ceill): Likewise.
6715         * tests/test-chown.c (chown): Likewise.
6716         * tests/test-dprintf-posix.c (dprintf): Likewise.
6717         * tests/test-dup2.c (dup2): Likewise.
6718         * tests/test-dup3.c (dup3): Likewise.
6719         * tests/test-duplocale.c (duplocale): Likewise.
6720         * tests/test-fchdir.c (fchdir): Likewise.
6721         * tests/test-fchownat.c (fchownat): Likewise.
6722         * tests/test-fcntl.c (fcntl): Likewise.
6723         * tests/test-fdopendir.c (fdopendir): Likewise.
6724         * tests/test-fflush.c (fflush): Likewise.
6725         * tests/test-flock.c (flock): Likewise.
6726         * tests/test-floorf1.c (floorf): Likewise.
6727         * tests/test-floorl.c (floorl): Likewise.
6728         * tests/test-fnmatch.c (fnmatch): Likewise.
6729         * tests/test-fopen.c (fopen): Likewise.
6730         * tests/test-fprintf-posix.c (fprintf): Likewise.
6731         * tests/test-freopen.c (freopen): Likewise.
6732         * tests/test-frexp.c (frexp): Likewise.
6733         * tests/test-frexpl.c (frexpl): Likewise.
6734         * tests/test-fseek.c (fseek): Likewise.
6735         * tests/test-fseeko.c (fseeko): Likewise.
6736         * tests/test-fstatat.c (fstatat): Likewise.
6737         * tests/test-fsync.c (fsync): Likewise.
6738         * tests/test-ftell.c (ftell): Likewise.
6739         * tests/test-ftello.c (ftello): Likewise.
6740         * tests/test-futimens.c (futimens): Likewise.
6741         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6742         (gai_strerror): Likewise.
6743         * tests/test-getcwd.c (getcwd): Likewise.
6744         * tests/test-getdelim.c (getdelim): Likewise.
6745         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6746         * tests/test-getgroups.c (getgroups): Likewise.
6747         * tests/test-gethostname.c (gethostname): Likewise.
6748         * tests/test-getline.c (getline): Likewise.
6749         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6750         Likewise.
6751         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6752         * tests/test-glob.c (glob, globfree): Likewise.
6753         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6754         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6755         * tests/test-inet_pton.c (inet_pton): Likewise.
6756         * tests/test-isblank.c (isblank): Likewise.
6757         * tests/test-lchown.c (lchown): Likewise.
6758         * tests/test-ldexpl.c (ldexpl): Likewise.
6759         * tests/test-link.c (link): Likewise.
6760         * tests/test-linkat.c (linkat): Likewise.
6761         * tests/test-lseek.c (lseek): Likewise.
6762         * tests/test-lstat.c (lstat): Likewise.
6763         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6764         * tests/test-mbsinit.c (mbsinit): Likewise.
6765         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6766         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6767         * tests/test-memchr.c (memchr): Likewise.
6768         * tests/test-memcmp.c (memcmp): Likewise.
6769         * tests/test-memmem.c (memmem): Likewise.
6770         * tests/test-memrchr.c (memrchr): Likewise.
6771         * tests/test-mkdir.c (mkdir): Likewise.
6772         * tests/test-mkdirat.c (mkdirat): Likewise.
6773         * tests/test-mkfifo.c (mkfifo): Likewise.
6774         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6775         * tests/test-mknod.c (mknod): Likewise.
6776         * tests/test-nanosleep.c (nanosleep): Likewise.
6777         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6778         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6779         Likewise.
6780         * tests/test-open.c (open): Likewise.
6781         * tests/test-openat.c (openat): Likewise.
6782         * tests/test-perror.c (perror): Likewise.
6783         * tests/test-pipe2.c (pipe2): Likewise.
6784         * tests/test-poll.c (poll): Likewise.
6785         * tests/test-popen.c (popen, pclose): Likewise.
6786         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6787         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6788         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6789         (posix_spawn_file_actions_destroy)
6790         (posix_spawn_file_actions_addclose)
6791         (posix_spawn_file_actions_addopen)
6792         (posix_spawn_file_actions_adddup2): Likewise.
6793         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6794         * tests/test-pread.c (pread): Likewise.
6795         * tests/test-printf-posix.c (printf): Likewise.
6796         * tests/test-pty.c (openpty, forkpty): Likewise.
6797         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6798         (random_r): Likewise.
6799         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6800         * tests/test-readlink.c (readlink): Likewise.
6801         * tests/test-remove.c (remove): Likewise.
6802         * tests/test-rename.c (rename): Likewise.
6803         * tests/test-renameat.c (renameat): Likewise.
6804         * tests/test-rmdir.c (rmdir): Likewise.
6805         * tests/test-round1.c (round): Likewise.
6806         * tests/test-roundf1.c (roundf): Likewise.
6807         * tests/test-roundl.c (roundl): Likewise.
6808         * tests/test-setenv.c (setenv): Likewise.
6809         * tests/test-sigaction.c (sigaction): Likewise.
6810         * tests/test-sleep.c (sleep): Likewise.
6811         * tests/test-snprintf.c (snprintf): Likewise.
6812         * tests/test-sprintf-posix.c (sprintf): Likewise.
6813         * tests/test-stat.c (stat): Likewise.
6814         * tests/test-stpncpy.c (stpncpy): Likewise.
6815         * tests/test-strcasestr.c (strcasestr): Likewise.
6816         * tests/test-strchrnul.c (strchrnul): Likewise.
6817         * tests/test-strerror.c (strerror): Likewise.
6818         * tests/test-strsignal.c (strsignal): Likewise.
6819         * tests/test-strstr.c (strstr): Likewise.
6820         * tests/test-strtod.c (strtod): Likewise.
6821         * tests/test-strverscmp.c (strverscmp): Likewise.
6822         * tests/test-symlink.c (symlink): Likewise.
6823         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6824         * tests/test-times.c (times): Likewise.
6825         * tests/test-trunc1.c (trunc): Likewise.
6826         * tests/test-truncf1.c (truncf): Likewise.
6827         * tests/test-truncl.c (truncl): Likewise.
6828         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6829         Likewise.
6830         * tests/test-uname.c (uname): Likewise.
6831         * tests/test-unlink.c (unlink): Likewise.
6832         * tests/test-unlinkat.c (unlinkat): Likewise.
6833         * tests/test-unsetenv.c (unsetenv): Likewise.
6834         * tests/test-usleep.c (usleep): Likewise.
6835         * tests/test-utimensat.c (utimensat): Likewise.
6836         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6837         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6838         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6839         * tests/test-vprintf-posix.c (vprintf): Likewise.
6840         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6841         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6842         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6843         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6844         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6845         * tests/test-wcwidth.c (wcwidth): Likewise.
6846
6847         build: pull in conditional headers during GNULIB_POSIXCHECK
6848         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6849         definitions from any conditionally-included headers.
6850         * lib/stdlib.in.h (includes): Likewise.
6851         * lib/unistd.in.h (includes): Likewise.
6852
6853 2009-12-24  Bruno Haible  <bruno@clisp.org>
6854
6855         * tests/test-argv-iter.c: Include header file being tested immediately
6856         after config.h.
6857         * tests/test-base64.c: Likewise.
6858         * tests/test-flock.c: Likewise.
6859         * tests/test-fsync.c: Likewise.
6860         * tests/test-getdate.c: Likewise.
6861         * tests/test-getndelim2.c: Likewise.
6862         * tests/test-isfinite.c: Likewise.
6863         * tests/test-isinf.c: Likewise.
6864         * tests/test-strerror.c: Likewise.
6865         * tests/test-strsignal.c: Likewise.
6866
6867 2009-12-23  Eric Blake  <ebb9@byu.net>
6868
6869         unistd: work around cygwin bug
6870         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6871         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6872         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6873
6874 2009-12-23  Bruno Haible  <bruno@clisp.org>
6875
6876         localename: More tests.
6877         * tests/test-localename.c (SIZEOF): New macro.
6878         (categories): New variable.
6879         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6880         test_locale_name_default): Add test w.r.t. thread locale.
6881         (test_locale_name_thread): New function.
6882         (main): Invoke it.
6883
6884         localename: Make aware of thread locale.
6885         * lib/localename.h (gl_locale_name_thread): New declaration.
6886         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6887         behaviour with respect to thread locale.
6888         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6889         <langinfo.h>, glthread/lock.h.
6890         (SIZE_BITS): New macro.
6891         (string_hash): New function.
6892         (struct hash_node): New type.
6893         (HASH_TABLE_SIZE): New macro.
6894         (struniq_hash_table, struniq_lock): New variables.
6895         (struniq): New function.
6896         (gl_locale_name_thread): New function.
6897         (gl_locale_name): Invoke it.
6898         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6899         * modules/localename (Depends-on): Add lock.
6900         Reported by Mike Gran <spk121@yahoo.com>.
6901
6902 2009-12-23  Eric Blake  <ebb9@byu.net>
6903
6904         va-args: new module
6905         * modules/va-args: New file.
6906         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6907         * MODULES.html.sh (Core language properties): Mention it.
6908
6909         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6910         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6911         named alias for __attribute__((__unused__)).
6912         * lib/chown.c: Update client.
6913         * lib/fchmodat.c: Likewise.
6914         * lib/fts.c: Likewise.
6915         * lib/getdate.y: Likewise.
6916         * lib/getgroups.c: Likewise.
6917         * lib/getopt.c: Likewise.
6918         * lib/getugroups.c: Likewise.
6919         * lib/mkdir.c: Likewise.
6920         * lib/mkfifo.c: Likewise.
6921         * lib/mkfifoat.c: Likewise.
6922         * lib/mknod.c: Likewise.
6923         * lib/mknodat.c: Likewise.
6924         * lib/readlink.c: Likewise.
6925         * lib/se-context.in.h: Likewise.
6926         * lib/se-selinux.in.h: Likewise.
6927         * lib/sockets.c: Likewise.
6928         * lib/symlink.c: Likewise.
6929         * lib/symlinkat.c: Likewise.
6930         * lib/unicodeio.c: Likewise.
6931         * lib/unistr.h: Likewise.
6932         * tests/test-areadlink.c: Likewise.
6933         * tests/test-areadlinkat.c: Likewise.
6934         * tests/test-filenamecat.c: Likewise.
6935         * tests/test-fseeko.c: Likewise.
6936         * tests/test-ftello.c: Likewise.
6937         * tests/test-getdate.c: Likewise.
6938         * tests/test-getgroups.c: Likewise.
6939         * tests/test-gethostname.c: Likewise.
6940         * tests/test-quotearg.c: Likewise.
6941         * tests/test-version-etc.c: Likewise.
6942         * tests/test-xalloc-die.c: Likewise.
6943         * tests/test-xfprintf-posix.c: Likewise.
6944         * tests/test-xprintf-posix.c: Likewise.
6945         * tests/test-xvasprintf.c: Likewise.
6946
6947         tests: avoid compiler warnings
6948         * tests/test-fcntl.c (main): Delete unused parameters.
6949         * tests/test-freopen-safer.c (main): Likewise.
6950         * tests/test-xalloc-die.c (main): Mark unused parameters.
6951         * tests/test-fseeko.c (main): Likewise.
6952         * tests/test-ftello.c (main): Likewise.
6953         * tests/test-nanosleep.c (main): Avoid declaration warning.
6954         * tests/test-sleep.c (main): Likewise.
6955         * tests/test-unsetenv.c (main): Silence warning about string
6956         literal.
6957         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6958
6959 2009-12-23  Bruno Haible  <bruno@clisp.org>
6960
6961         * tests/test-localename.c (test_locale_name): New function, extracted
6962         from main. Also test mixed situations.
6963         (test_locale_name_posix, test_locale_name_environ,
6964         test_locale_name_default): New functions.
6965         (main): Invoke them all.
6966         * modules/localename-tests (configure.ac): Test for newlocale.
6967
6968 2009-12-23  Bruno Haible  <bruno@clisp.org>
6969
6970         unistd: Ensure getcwd gets declared before being overridden.
6971         * lib/unistd.in.h: Conditionally include <io.h>.
6972
6973 2009-12-22  Bruno Haible  <bruno@clisp.org>
6974
6975         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6976         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6977         (gl_WCHAR_H): Invoke it.
6978         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6979         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6980         Reported by Karl Berry <karl@freefriends.org>.
6981
6982 2009-12-22  Eric Blake  <ebb9@byu.net>
6983
6984         math, unistd: avoid redundant includes
6985         * lib/math.in.h (isnan): No need to re-include <math.h>.
6986         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6987
6988         getsubopt: work around cygwin bug
6989         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6990         avoid conflicting with system getsubopt.
6991         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6992         bug.
6993
6994         getopt: synchronize from glibc
6995         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6996         parameter order.  Adjust all callers.
6997         (_getopt_internal_r, main): Adjust quoting in error messages.
6998         Drop considerations for outdated POSIX 1003.2 error message.
6999         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7000         callers.
7001         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7002
7003         test-getopt: test stderr behavior
7004         * modules/getopt-posix-tests (Depends-on): Add dup2.
7005         * tests/test-getopt.c (ASSERT): Avoid stderr.
7006         (main): Move stderr to a temporary file.
7007         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7008         Instead, add parameter to inform caller if output occurred.
7009         (test_getopt): Adjust all existing tests to expect silence, and
7010         add new tests of leading ":".
7011         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7012         glibc shortcomings with leading "-:" or "+:" in optstring.
7013         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7014         Likewise.
7015         * doc/posix-functions/getopt.texi (getopt): Likewise.
7016
7017         test-getopt: enhance test
7018         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7019         supports optind=0.
7020         * tests/test-getopt.c (OPTIND_MIN): Move...
7021         * tests/test-getopt.h (OPTIND_MIN): ...here.
7022         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7023         Require that optind=0 works, since modern BSD supports it in
7024         addition to optreset, and since coreutils expects it.
7025         (test_getopt_long_only): New test.
7026         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7027         glibc shortcomings with 'W;', and enforcement of optind=0.
7028         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7029         Likewise.
7030
7031 2009-12-21  Bruno Haible  <bruno@clisp.org>
7032
7033         localename: Improvements for MacOS X and Cygwin.
7034         * lib/localename.h (gl_locale_name_environ): New declaration.
7035         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7036         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7037         (gl_locale_name_posix): Invoke it.
7038         (gl_locale_name_default): Add comments. Use Windows native API also on
7039         Cygwin.
7040
7041 2009-12-21  Bruno Haible  <bruno@clisp.org>
7042
7043         Update list of Win32 locale ids.
7044         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7045         (LANG_SAMI): Renamed from LANG_SAAMI.
7046         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7047         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7048         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7049         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7050         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7051         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7052         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7053         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7054         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7055         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7056         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7057         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7058         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7059         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7060         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7061         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7062         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7063         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7064         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7065         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7066         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7067         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7068         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7069         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7070         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7071         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7072         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7073         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7074         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7075         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7076         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7077         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7078         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7079         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7080         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7081         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7082         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7083         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7084         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7085         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7086         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7087         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7088         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7089         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7090         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7091         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7092         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7093         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7094         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7095         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7096         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7097         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7098         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7099         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7100         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7101         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7102         Add more languages and countries for Sami, Sorbian. Add more countries
7103         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7104         for Pashto. Change country for Syriac, Tswana.
7105
7106 2009-12-21  Eric Blake  <ebb9@byu.net>
7107
7108         test-utimens: avoid spurious failure
7109         * tests/test-chown.h (nap): Factor...
7110         * tests/nap.h: ...into new file.
7111         * tests/test-lchown.h (nap): Avoid duplication.
7112         * tests/test-utimens-common.h (nap): Use shared implementation,
7113         necessary on file systems with 1-second resolution.
7114         * modules/chown-tests (Files): Include new file.
7115         * modules/fdutimensat-tests (Files): Likewise.
7116         * modules/futimens-tests (Files): Likewise.
7117         * modules/lchown-tests (Files): Likewise.
7118         * modules/openat-tests (Files): Likewise.
7119         * modules/utimens-tests (Files): Likewise.
7120         * modules/utimensat-tests (Files): Likewise.
7121
7122 2009-12-19  Eric Blake  <ebb9@byu.net>
7123
7124         futimens, utimensat: work around Linux bug
7125         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
7126         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7127         * lib/utimensat.c (rpl_utimensat): Work around it.
7128         * lib/futimens.c (rpl_futimens): Adjust comment.
7129
7130         utimens: work around Linux ctime bug
7131         * lib/utimens.c (detect_ctime_bug): New helper function.
7132         (update_timespec): Differentiate between workaround needed for
7133         this bug vs. what is needed for systems that lack utimensat.
7134         (fdutimens, lutimens): Work around bug.
7135
7136         utimens: check for ctime update
7137         * tests/test-utimens-common.h (check_ctime): Define.
7138         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
7139         * tests/test-futimens.h (test_futimens): Likewise.
7140         * tests/test-lutimens.h (test_lutimens): Likewise.
7141         * doc/posix-functions/futimens.texi (futimens): Document the bug.
7142         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7143
7144 2009-12-19  Bruno Haible  <bruno@clisp.org>
7145
7146         dprintf-posix: Check against memory leak fixed on 2009-12-15.
7147         * tests/test-dprintf-posix2.sh: New file.
7148         * tests/test-dprintf-posix2.c: New file.
7149         * modules/dprintf-posix-tests (Files): Add them.
7150         (configure.ac): Check for getrlimit and setrlimit.
7151         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7152
7153 2009-12-19  Bruno Haible  <bruno@clisp.org>
7154
7155         fprintf-posix: Check against memory leak fixed on 2009-12-15.
7156         * tests/test-fprintf-posix3.sh: New file.
7157         * tests/test-fprintf-posix3.c: New file.
7158         * modules/fprintf-posix-tests (Files): Add them.
7159         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7160
7161 2009-12-19  Eric Blake  <ebb9@byu.net>
7162
7163         dirfd: fix prototype
7164         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
7165         * lib/dirfd.c (dirfd): Likewise.
7166
7167         canonicalize: reduce memory usage
7168         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
7169         allocation to size.
7170         Reported by Solar Designer <solar@openwall.com>.
7171
7172 2009-12-19  Bruno Haible  <bruno@clisp.org>
7173
7174         New module attribute 'Applicability'.
7175         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
7176         * gnulib-tool: New option --extract-applicability.
7177         (func_usage): Document it.
7178         (sed_extract_prog): Recognize it.
7179         (func_get_applicability): New function.
7180         (func_import): Generalize handling of 'link-warning' module.
7181         * modules/link-warning (Applicability): New section.
7182         * modules/arg-nonnull (Applicability): New section.
7183         Repoted by Simon Josefsson <simon@josefsson.org>.
7184
7185 2009-12-19  Bruno Haible  <bruno@clisp.org>
7186
7187         fflush: tweak
7188         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
7189         * lib/fseeko.c (rpl_fseeko): Likewise.
7190
7191 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
7192
7193         * lib/gl_list.h: Fix typo in comment.
7194
7195 2009-12-16  Eric Blake  <ebb9@byu.net>
7196
7197         fcntl: use to simplify other modules
7198         * modules/cloexec (Depends-on): Add fcntl.
7199         * modules/fchdir (Depends-on): Likewise.
7200         * modules/fd-safer-flag (Depends-on): Likewise.
7201         * modules/unistd-safer (Depends-on): Likewise.
7202         * modules/dup3 (configure.ac): Set module indicator.
7203         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
7204         missing.
7205         * lib/fchdir.c (_gl_register_dup): Fix comment.
7206         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
7207         * lib/dup-safer.c (dup_safer): Likewise.
7208         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
7209         * lib/dup3.c (dup3): Likewise.
7210         * tests/test-fchdir.c (main): Enhance test.
7211         Fixes a dup_cloexec bug reported by Ondřej Vašík.
7212
7213         fcntl: port portions of fcntl to mingw
7214         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
7215         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
7216         replacement for mingw.
7217         * modules/fcntl (Description): Update.
7218         (Depends-on): Add dup2.
7219         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
7220         * modules/fcntl-h (Makefile.am): Substitute it.
7221         * lib/fcntl.in.h (fcntl): Update declaration.
7222         (F_DUPFD, F_GETFD): New macros, when needed.
7223         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7224         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
7225         * tests/test-fcntl.c (check_flags, main): Enhance test for items
7226         we now guarantee.
7227
7228         fcntl: work around cygwin bug in F_DUPFD
7229         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
7230         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
7231         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
7232         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
7233         * doc/posix-functions/fcntl.texi (fcntl): Document it.
7234
7235         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
7236         * modules/fcntl (Files): List new files.
7237         (configure.ac): Run a test.
7238         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
7239         * lib/fcntl.c (rpl_fcntl): Likewise.
7240         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
7241         (gl_FCNTL_H): Always replace fcntl.h.
7242         * modules/fcntl-h (Makefile.am): Substitute witnesses.
7243         * lib/fcntl.in.h (fcntl): Declare replacement.
7244         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
7245         needed, plus a witness.
7246         * doc/posix-functions/fcntl.texi (fcntl): Document this.
7247         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7248         * tests/test-fcntl.c: New file.
7249         * modules/fcntl-tests: Likewise.
7250
7251         binary-io: avoid potential compilation warning
7252         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
7253         directives.
7254
7255         fflush: avoid compilation error on NetBSD
7256         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
7257         between off_t and fpos_t, since the latter is sometimes a struct.
7258         * lib/fseeko.c (rpl_fseeko): Likewise.
7259         Reported by Alexander Nasonov <alnsn@yandex.ru>.
7260
7261 2009-12-15  Eric Blake  <ebb9@byu.net>
7262
7263         fcntl-h, stdio, sys_ioctl: fix declarations
7264         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
7265         function must not take arguments.
7266         * lib/sys_ioctl.in.h (ioctl): Likewise.
7267         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
7268         (open): Add a link warning.
7269
7270 2009-12-15  Jim Meyering  <meyering@redhat.com>
7271
7272         areadlink, areadlink-with-size: relax license to LGPLv2+
7273         * modules/areadlink (License): Relax to LGPLv2+.
7274         * modules/areadlink-with-size (License): Likewise.
7275
7276 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7277             Bruno Haible  <bruno@clisp.org>
7278
7279         *printf: Fix memory leak.
7280         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7281         * lib/vfprintf.c (vfprintf): Likewise.
7282         * lib/dprintf.c (dprintf): Likewise.
7283         * lib/vdprintf.c (vdprintf): Likewise.
7284
7285 2009-12-14  Eric Blake  <ebb9@byu.net>
7286
7287         accept4: adjust module dependencies
7288         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7289
7290         utimens: one more try at avoiding compiler warning
7291         * lib/utimens.c (lutimens): Lower scope of result.
7292
7293 2009-12-13  Bruno Haible  <bruno@clisp.org>
7294
7295         Move the malloc checking from module 'list' to new module 'xlist'.
7296         * modules/xlist: New file.
7297         * lib/gl_xlist.h: New file.
7298         * lib/gl_xlist.c: New file.
7299         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7300         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7301         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7302         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7303         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7304         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7305         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7306         gl_sortedlist_nx_add): New declarations.
7307         (struct gl_list_implementation): Rename and change methods accordingly.
7308         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7309         (gl_list_nx_create): Renamed from gl_list_create.
7310         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7311         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7312         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7313         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7314         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7315         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7316         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7317         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7318         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7319         gl_list_create_empty.
7320         (gl_list_nx_create): Renamed from gl_list_create.
7321         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7322         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7323         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7324         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7325         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7326         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7327         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7328         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7329         * lib/gl_array_list.c: Don't include xalloc.h.
7330         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7331         NULL upon out-of-memory.
7332         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7333         out-of-memory.
7334         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7335         Change return type to 'int'.
7336         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7337         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7338         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7339         upon out-of-memory.
7340         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7341         upon out-of-memory.
7342         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7343         upon out-of-memory.
7344         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7345         upon out-of-memory.
7346         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7347         out-of-memory.
7348         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7349         Update.
7350         (gl_array_list_implementation): Update.
7351         * lib/gl_carray_list.c: Don't include xalloc.h.
7352         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7353         Return NULL upon out-of-memory.
7354         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7355         out-of-memory.
7356         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7357         Change return type to 'int'.
7358         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7359         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7360         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7361         upon out-of-memory.
7362         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7363         upon out-of-memory.
7364         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7365         out-of-memory.
7366         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7367         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7368         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7369         Update.
7370         (gl_carray_list_implementation): Update.
7371         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7372         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7373         gl_linked_create_empty. Return NULL upon out-of-memory.
7374         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7375         out-of-memory.
7376         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7377         Change return type to 'int'. Return -1 upon out-of-memory.
7378         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7379         out-of-memory.
7380         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7381         upon out-of-memory.
7382         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7383         upon out-of-memory.
7384         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7385         NULL upon out-of-memory.
7386         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7387         upon out-of-memory.
7388         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7389         out-of-memory.
7390         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7391         Update.
7392         * lib/gl_linked_list.c: Don't include xalloc.h.
7393         (gl_linked_list_implementation): Update.
7394         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7395         (add_to_bucket): Change return type to 'int'.
7396         (gl_linkedhash_list_implementation): Update.
7397         * lib/gl_anytree_list1.h (free_subtree): New function.
7398         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7399         gl_tree_create_empty. Return NULL upon out-of-memory.
7400         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7401         Change return type to 'int'. Return -1 upon out-of-memory.
7402         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7403         out-of-memory.
7404         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7405         (gl_tree_remove_node): New function, moved here from
7406         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7407         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7408         Update.
7409         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7410         malloc, not xmalloc. Return NULL upon out-of-memory.
7411         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7412         out-of-memory.
7413         (gl_tree_remove_node_from_tree): New function, extracted from
7414         gl_tree_remove_node.
7415         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7416         upon out-of-memory.
7417         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7418         out-of-memory.
7419         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7420         upon out-of-memory.
7421         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7422         upon out-of-memory.
7423         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7424         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7425         not xmalloc. Return NULL upon out-of-memory.
7426         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7427         out-of-memory.
7428         (gl_tree_remove_node_from_tree): New function, extracted from
7429         gl_tree_remove_node.
7430         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7431         upon out-of-memory.
7432         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7433         out-of-memory.
7434         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7435         upon out-of-memory.
7436         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7437         upon out-of-memory.
7438         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7439         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7440         gl_anytree_list1.h before gl_anyavltree_list2.h.
7441         (gl_avltree_list_implementation): Update.
7442         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7443         gl_anytree_list1.h before gl_anyavltree_list2.h.
7444         (gl_rbtree_list_implementation): Update.
7445         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7446         Change return type to 'int'. Return -1 upon out-of-memory. Use
7447         __builtin_expect.
7448         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7449         (gl_avltreehash_list_implementation): Update.
7450         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7451         (gl_rbtreehash_list_implementation): Update.
7452         * modules/array-list (Depends-on): Remove xalloc.
7453         * modules/carray-list (Depends-on): Likewise.
7454         * modules/linked-list (Depends-on): Likewise.
7455         * modules/linkedhash-list (Depends-on): Likewise.
7456         * modules/avltree-list (Depends-on): Likewise.
7457         * modules/rbtree-list (Depends-on): Likewise.
7458         * modules/avltreehash-list (Depends-on): Likewise.
7459         * modules/rbtreehash-list (Depends-on): Likewise.
7460
7461         * modules/xsublist: New file.
7462         * lib/gl_xsublist.h: New file.
7463         * lib/gl_xsublist.c: New file.
7464         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7465         (gl_sublist_nx_create): New declaration.
7466         * lib/gl_sublist.c: Don't include xalloc.h.
7467         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7468         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7469         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7470         Change return type to 'int'. Return -1 upon out-of-memory.
7471         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7472         upon out-of-memory.
7473         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7474         NULL upon out-of-memory.
7475         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7476         upon out-of-memory.
7477         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7478         NULL upon out-of-memory.
7479         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7480         NULL upon out-of-memory.
7481         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7482         upon out-of-memory.
7483         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7484         (gl_sublist_list_implementation): Update.
7485         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7486         upon out-of-memory.
7487         * modules/sublist (Depends-on): Remove xalloc.
7488
7489         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7490         * tests/test-carray_list.c: Likewise.
7491         * tests/test-linked_list.c: Likewise.
7492         * tests/test-linkedhash_list.c: Likewise.
7493         * tests/test-avltree_list.c: Likewise.
7494         * tests/test-rbtree_list.c: Likewise.
7495         * tests/test-avltreehash_list.c: Likewise.
7496         * tests/test-rbtreehash_list.c: Likewise.
7497         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7498         * modules/carray-list-tests (Makefile.am): Likewise.
7499         * modules/linked-list-tests (Makefile.am): Likewise.
7500         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7501         * modules/avltree-list-tests (Makefile.am): Likewise.
7502         * modules/rbtree-list-tests (Makefile.am): Likewise.
7503         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7504         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7505
7506         * NEWS: Mention the changes.
7507
7508         * lib/clean-temp.c: Include gl_xlist.h.
7509         * modules/clean-temp (Depends-on): Add xlist.
7510
7511         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7512         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7513
7514         * tests/test-array_oset.c: Include gl_xlist.h.
7515         * modules/array-oset-tests (Depends-on): Add xlist.
7516
7517         Reported by José E. Marchesi <jemarch@gnu.org>.
7518
7519 2009-12-13  Bruno Haible  <bruno@clisp.org>
7520
7521         Move the malloc checking from module 'oset' to new module 'xoset'.
7522         * modules/xoset: New file.
7523         * lib/gl_xoset.h: New file.
7524         * lib/gl_xoset.c: New file.
7525         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7526         declarations.
7527         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7528         (struct gl_oset_implementation): Rename and change methods accordingly.
7529         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7530         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7531         'int'. Mark as __warn_unused_result__.
7532         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7533         gl_oset_create_empty.
7534         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7535         'int'.
7536         * lib/gl_array_oset.c: Don't include xalloc.h.
7537         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7538         malloc, not xmalloc.
7539         (grow): Change return type to 'int'. Don't call xalloc_die.
7540         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7541         to 'int'.
7542         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7543         'int'.
7544         (gl_array_oset_implementation): Update.
7545         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7546         gl_tree_create_empty.
7547         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7548         'int'.
7549         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7550         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7551         xmalloc.
7552         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7553         not xmalloc.
7554         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7555         xmalloc.
7556         (gl_avltree_oset_implementation): Update.
7557         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7558         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7559         xmalloc.
7560         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7561         not xmalloc.
7562         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7563         xmalloc.
7564         (gl_rbtree_oset_implementation): Update.
7565         * modules/array-oset (Depends-on): Remove xalloc.
7566         * modules/avltree-oset (Depends-on): Likewise.
7567         * modules/rbtree-oset (Depends-on): Likewise.
7568         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7569         * tests/test-avltree_oset.c: Likewise.
7570         * tests/test-rbtree_oset.c: Likewise.
7571         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7572         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7573         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7574         * NEWS: Mention the change.
7575
7576 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7577
7578         maint.mk: allow a project to override release-prep commands
7579         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7580         commands into a new rule.
7581         (release-prep): New rule.
7582         (release-prep-hook): New overridable variable.
7583
7584 2009-12-13  Bruno Haible  <bruno@clisp.org>
7585
7586         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7587
7588 2009-12-13  Jim Meyering  <meyering@redhat.com>
7589
7590         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7591         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7592
7593 2009-12-12  Bruno Haible  <bruno@clisp.org>
7594
7595         duplocale: Tweak.
7596         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7597
7598 2009-12-12  Karl Berry  <karl@gnu.org>
7599
7600         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7601
7602 2009-12-12  Bruno Haible  <bruno@clisp.org>
7603
7604         * m4/po.m4: Undo incorrect untabification.
7605
7606 2009-12-12  Bruno Haible  <bruno@clisp.org>
7607
7608         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7609         * modules/c-strtod (Depends-on): Add locale.
7610         * modules/c-strtold (Depends-on): Likewise.
7611
7612 2009-12-12  Bruno Haible  <bruno@clisp.org>
7613
7614         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7615
7616 2009-12-11  Eric Blake  <ebb9@byu.net>
7617
7618         setenv: relax requirement in light of POSIX ruling
7619         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7620         not NULL.
7621         * tests/test-setenv.c (main): Relax test.
7622         * tests/test-unsetenv.c (main): Likewise.
7623         * doc/posix-functions/setenv.texi (setenv): Document this.
7624         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7625
7626 2009-12-11  Bruno Haible  <bruno@clisp.org>
7627
7628         New module 'fd-safer-flag'.
7629         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7630         * lib/dup-safer.c (dup_safer_flag): Remove function.
7631         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7632         * lib/fd-safer.c (fd_safer_flag): Remove function.
7633         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7634         * modules/cloexec (configure.ac): Drop indicator macro.
7635         * modules/fd-safer-flag: New file.
7636         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7637         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7638         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7639
7640 2009-12-11  Bruno Haible  <bruno@clisp.org>
7641
7642         Tests for module 'nl_langinfo'.
7643         * modules/nl_langinfo-tests: New file.
7644         * tests/test-nl_langinfo.sh: New file.
7645         * tests/test-nl_langinfo.c: New file.
7646
7647         New module 'nl_langinfo'.
7648         * lib/nl_langinfo.c: New file.
7649         * m4/nl_langinfo.m4: New file.
7650         * modules/nl_langinfo: New file.
7651         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7652
7653 2009-12-11  Bruno Haible  <bruno@clisp.org>
7654
7655         Tests for module 'langinfo'.
7656         * modules/langinfo-tests: New file.
7657         * tests/test-langinfo.c: New file.
7658
7659         New module 'langinfo'.
7660         * lib/langinfo.in.h: New file.
7661         * m4/langinfo_h.m4: New file.
7662         * modules/langinfo: New file.
7663         * doc/posix-headers/langinfo.texi: Mention the new module.
7664
7665 2009-12-11  Bruno Haible  <bruno@clisp.org>
7666
7667         * lib/config.charset: Untabify.
7668
7669 2009-12-11  Bruno Haible  <bruno@clisp.org>
7670
7671         * modules/unistd-safer (configure.ac): Drop indicator macro.
7672
7673 2009-12-11  Bruno Haible  <bruno@clisp.org>
7674
7675         Move pipe2-safer code to its own file.
7676         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7677         * lib/pipe-safer.c (pipe2_safer): Remove function.
7678         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7679         (Makefile.am): Add it to lib_SOURCES.
7680
7681 2009-12-10  Bruno Haible  <bruno@clisp.org>
7682
7683         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7684
7685 2009-12-10  Bruno Haible  <bruno@clisp.org>
7686
7687         Declare which arguments expect non-NULL values, for GCC and clang.
7688         * build-aux/arg-nonnull.h: New file.
7689         * modules/arg-nonnull: New file.
7690         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7691         (inet_ntop, inet_pton): Use it.
7692         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7693         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7694         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7695         (open, openat): Use it.
7696         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7697         (fnmatch): Use it.
7698         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7699         (getopt, getopt_long, getopt_long_only): Use it.
7700         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7701         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7702         Use it.
7703         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7704         (iconv_open): Use it.
7705         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7706         (strtoimax, strtoumax): Use it.
7707         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7708         (duplocale): Use it.
7709         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7710         (frexp, frexpl): Use it.
7711         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7712         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7713         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7714         (tsearch, tfind, tdelete, twalk): Use it.
7715         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7716         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7717         sigpending): Use it.
7718         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7719         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7720         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7721         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7722         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7723         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7724         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7725         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7726         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7727         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7728         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7729         Use it.
7730         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7731         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7732         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7733         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7734         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7735         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7736         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7737         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7738         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7739         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7740         strtoull, unsetenv): Use it.
7741         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7742         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7743         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7744         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7745         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7746         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7747         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7748         (strcasecmp, strncasecmp): Use it.
7749         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7750         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7751         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7752         rpl_setsockopt): Use it.
7753         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7754         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7755         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7756         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7757         (gettimeofday): Use it.
7758         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7759         (times): Use it.
7760         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7761         (uname): Use it.
7762         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7763         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7764         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7765         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7766         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7767         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7768         unlinkat, write): Use it.
7769         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7770         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7771         * lib/argv-iter.h: Include arg-nonnull.h.
7772         (_ATTRIBUTE_NONNULL_): Remove macro.
7773         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7774         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7775         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7776         optimization.
7777         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7778         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7779         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7780         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7781         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7782         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7783         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7784         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7785         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7786         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7787         * modules/dirent (Depends-on): Add arg-nonnull.
7788         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7789         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7790         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7791         * modules/fnmatch (Depends-on): Add arg-nonnull.
7792         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7793         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7794         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7795         * modules/glob (Depends-on): Add arg-nonnull.
7796         (Makefile.am): Insert arg-nonnull.h into glob.h.
7797         * modules/iconv_open (Depends-on): Add arg-nonnull.
7798         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7799         * modules/inttypes (Depends-on): Add arg-nonnull.
7800         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7801         * modules/locale (Depends-on): Add arg-nonnull.
7802         (Makefile.am): Insert arg-nonnull.h into locale.h.
7803         * modules/math (Depends-on): Add arg-nonnull.
7804         (Makefile.am): Insert arg-nonnull.h into math.h.
7805         * modules/netdb (Depends-on): Add arg-nonnull.
7806         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7807         * modules/search (Depends-on): Add arg-nonnull.
7808         (Makefile.am): Insert arg-nonnull.h into search.h.
7809         * modules/signal (Depends-on): Add arg-nonnull.
7810         (Makefile.am): Insert arg-nonnull.h into signal.h.
7811         * modules/spawn (Depends-on): Add arg-nonnull.
7812         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7813         * modules/stdio (Depends-on): Add arg-nonnull.
7814         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7815         * modules/stdlib (Depends-on): Add arg-nonnull.
7816         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7817         * modules/string (Depends-on): Add arg-nonnull.
7818         (Makefile.am): Insert arg-nonnull.h into string.h.
7819         * modules/strings (Depends-on): Add arg-nonnull.
7820         (Makefile.am): Insert arg-nonnull.h into strings.h.
7821         * modules/sys_socket (Depends-on): Add arg-nonnull.
7822         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7823         * modules/sys_stat (Depends-on): Add arg-nonnull.
7824         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7825         * modules/sys_time (Depends-on): Add arg-nonnull.
7826         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7827         * modules/sys_times (Depends-on): Add arg-nonnull.
7828         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7829         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7830         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7831         * modules/time (Depends-on): Add arg-nonnull.
7832         (Makefile.am): Insert arg-nonnull.h into time.h.
7833         * modules/unistd (Depends-on): Add arg-nonnull.
7834         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7835         * modules/wchar (Depends-on): Add arg-nonnull.
7836         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7837         * modules/argv-iter (Depends-on): Add arg-nonnull.
7838         * tests/test-canonicalize.c (null_ptr): New function.
7839         (main): Use it.
7840         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7841         (main): Use it.
7842         * tests/test-memmem.c (null_ptr): New function.
7843         (main): Use it.
7844         Reported by Jim Meyering.
7845
7846 2009-12-10  Bruno Haible  <bruno@clisp.org>
7847
7848         Use spaces for indentation, not tabs.
7849         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7850         * m4/*.m4: Untabify.
7851         * build-aux/*.h: Untabify.
7852         * tests/**/*.[hc]: Untabify.
7853         * README: New section "Indent with spaces, not TABs", based on
7854         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7855         * NEWS: Mention the change.
7856
7857 2009-12-10  Bruno Haible  <bruno@clisp.org>
7858
7859         pty test: Fix link error.
7860         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7861         test_pty_LDADD.
7862
7863 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7864
7865         * modules/pty: New file.
7866         * modules/pty-tests: New file.
7867         * m4/pty.m4: New file.
7868         * tests/test-pty.c: New file.
7869         * doc/glibc-headers/pty.texi: Modified.
7870         * doc/glibc-functions/forkpty.texi: Modified.
7871         * doc/glibc-functions/openpty.texi: Modified.
7872
7873 2009-12-10  Bruno Haible  <bruno@clisp.org>
7874
7875         Avoid syntax error in C++ mode.
7876         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7877
7878 2009-12-10  Bruno Haible  <bruno@clisp.org>
7879
7880         Use sed with option -e.
7881         * gnulib-tool (func_version, func_emit_copyright_notice,
7882         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7883         option -e to sed.
7884         * modules/link-warning (Makefile.am): Likewise.
7885
7886 2009-12-10  Jim Meyering  <meyering@redhat.com>
7887
7888         mgetgroups: do not write bytes beyond end of malloc'd buffer
7889         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7890         username, we call getgroups with a one-element-shorter buffer,
7891         but still told it the length was original, max_n_groups.
7892
7893 2009-12-09  Eric Blake  <ebb9@byu.net>
7894
7895         cloexec: relax license
7896         * modules/cloexec (Maintainer): Add myself.
7897         (License): Use LGPL, not GPL.
7898
7899         link-warning: optimize generation
7900         * modules/link-warning (Makefile.am): Reduce process usage.
7901
7902 2009-12-09  Bruno Haible  <bruno@clisp.org>
7903
7904         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7905         workaround was added on 2009-11-17.
7906
7907 2009-12-09  Jim Meyering  <meyering@redhat.com>
7908             Bruno Haible  <bruno@clisp.org>
7909
7910         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7911         * modules/link-warning (Makefile.am): Make the comment-removing sed
7912         command more robust in the face of bootstrap-prepended comment lines.
7913
7914 2009-12-09  Bruno Haible  <bruno@clisp.org>
7915
7916         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7917         most one group.
7918
7919 2009-12-09  Simon Josefsson <simon@josefsson.org>
7920             Bruno Haible  <bruno@clisp.org>
7921
7922         * build-aux/link-warning.h: Add copyright notice.
7923         * modules/link-warning (Makefile.am): Generate link-warning.h from
7924         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7925         * NEWS: Mention change in link-warning module.
7926         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7927         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7928         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7929         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7930         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7931         * modules/math (Makefile.am): Add dependency to math.h.
7932         * modules/search (Makefile.am): Add dependency to search.h.
7933         * modules/signal (Makefile.am): Add dependency to signal.h.
7934         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7935         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7936         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7937         * modules/string (Makefile.am): Add dependency to string.h.
7938         * modules/strings (Makefile.am): Add dependency to strings.h.
7939         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7940         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7941         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7942         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7943         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7944         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7945         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7946         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7947         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7948
7949 2009-12-09  Bruno Haible  <bruno@clisp.org>
7950
7951         fchdir: Optimize away rpl_fstat when possible.
7952         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7953         REPLACE_OPEN_DIRECTORY.
7954         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7955
7956 2009-12-09  Bruno Haible  <bruno@clisp.org>
7957
7958         * lib/fchdir.c: Update comment.
7959
7960 2009-12-09  Bruno Haible  <bruno@clisp.org>
7961
7962         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7963
7964 2009-12-08  Eric Blake  <ebb9@byu.net>
7965
7966         fchdir: avoid memory leak on re-registration.
7967         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7968
7969 2009-12-08  Jim Meyering  <meyering@redhat.com>
7970
7971         init.sh: avoid Solaris 10 /bin/sh portability problem
7972         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7973         sourced script:
7974           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7975           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7976           bar
7977         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7978         and two tests used that idiom.
7979         * tests/init.sh: Update suggested usage comments.
7980         (path_prepend_): New function, to be used in place
7981         of the --src-path=DIR option.
7982         (setup_): Move PATH-prepending code into path_prepend_.
7983         * tests/test-pread.sh: Adapt to new usage.
7984         * tests/test-xalloc-die.sh: Likewise.
7985
7986 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7987
7988         * doc/gnulib.texi (Glibc pty.h): Add.
7989         * doc/glibc-functions/forkpty.texi: Add.
7990         * doc/glibc-functions/openpty.texi: Add.
7991         Suggested by Bruno Haible.
7992
7993 2009-12-08  Eric Blake  <ebb9@byu.net>
7994
7995         fchdir: fix logic bugs
7996         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7997         * tests/test-fchdir.c (main): Enhance test.
7998         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7999         is in use.
8000
8001         dup2: fix logic bugs
8002         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8003         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8004         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8005         exists.
8006         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8007
8008 2009-12-07  Eric Blake  <ebb9@byu.net>
8009
8010         unlink: fix m4 detection
8011         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8012
8013         unistd-safer: add unit test
8014         * modules/unistd-safer-tests: New file.
8015         * tests/test-dup-safer.c: Likewise.
8016         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8017         * tests/test-dup2.c (setmode): Likewise.
8018         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8019
8020         cloexec: preserve text vs. binary across dup_cloexec
8021         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8022         mode.
8023         * modules/dup2-tests (Depends-on): Add binary-io.
8024         * modules/cloexec-tests (Depends-on): Likewise.
8025         * tests/test-dup2.c (setmode, is_mode): New helpers.
8026         (main): Add tests that translation mode is preserved.
8027         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8028         Reported by Bruno Haible.
8029
8030         mgetgroups: reduce duplicate listings
8031         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8032         resulting array.
8033         * tests/test-chown.h (test_chown): Simplify client.
8034         * tests/test-lchown.h (test_lchown): Likewise.
8035
8036 2009-12-06  Bruno Haible  <bruno@clisp.org>
8037
8038         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8039         value.
8040
8041 2009-12-06  Bruno Haible  <bruno@clisp.org>
8042
8043         * lib/progname.c: Include stdio.h, stdlib.h.
8044         (set_program_name): Reject a NULL argument.
8045
8046 2009-12-05  Eric Blake  <ebb9@byu.net>
8047
8048         pipe2-safer: new module
8049         * modules/pipe2-safer: New file.
8050         * lib/unistd-safer.h (pipe2_safer): New prototype.
8051         * lib/unistd--.h (pipe2): New wrapper.
8052         * lib/pipe-safer.c (pipe2_safer): New function.
8053         * modules/pipe (Depends-on): Add pipe2-safer.
8054         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8055
8056         stdlib-safer: preserve cloexec flag for mkostemp[s]
8057         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8058         fd_safer_flag.
8059
8060         unistd-safer: allow preservation of cloexec status via flag
8061         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8062         prototypes.
8063         * lib/dup-safer.c (dup_safer_flag): New function.
8064         * lib/fd-safer.c (fd_safer_flag): Likewise.
8065         * modules/cloexec (configure.ac): Set witness.
8066
8067         test-dup2: enhance test
8068         * modules/dup2-tests (Depends-on): Add cloexec.
8069         * tests/test-dup2.c (main): Enhance test.
8070
8071         cloexec: add dup_cloexec
8072         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8073         header and comments.
8074         * lib/cloexec.c (set_cloexec_flag): Add comments.
8075         (dup_cloexec): New function, with mingw implementation borrowed
8076         from...
8077         * lib/w32spawn.h (dup_noinherit): ...here.
8078         * modules/execute (Depends-on): Add cloexec.
8079         * modules/pipe (Depends-on): Likewise.
8080         * modules/cloexec (Depends-on): Add dup2.
8081         * modules/cloexec-tests (Files): New file.
8082         * tests/test-cloexec.c: Likewise.
8083
8084         test-xalloc-die: fix test for mingw
8085         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8086         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8087         directory and .exe suffix off argv[0] output.
8088
8089         test-fseeko: fix test for mingw
8090         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8091         than undefining fseek, so test will pass on mingw.
8092
8093 2009-12-05  Bruno Haible  <bruno@clisp.org>
8094
8095         * lib/progname.h (set_program_name): Clarify specification.
8096         * lib/progname.c (set_program_name): Likewise.
8097         Reported by Jim Meyering.
8098
8099 2009-12-05  Jim Meyering  <meyering@redhat.com>
8100
8101         maint.mk: backslash-escape parens in default regexp
8102         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8103         backslash-escape the literal parentheses.
8104
8105         maint.mk: news-date-check: use grep -E
8106         * top/maint.mk (today): Define a Make variable, not a...
8107         (news-date-check): ...shell variable.
8108         (news-date-regexp): Use the Make variable.
8109         Use grep's -E option.  Change the failing diagnostic to mention
8110         the variable, $(news-date-regexp).
8111
8112 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8113
8114         maintainer-makefile: allow customization of NEWS entry format
8115         * top/maint.mk (news-date-regexp): New overridable variable.
8116         (news-date-check): Use it.
8117
8118 2009-12-04  Eric Blake  <ebb9@byu.net>
8119
8120         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8121         * lib/mgetgroups.h (xgetgroups): New prototype.
8122         * lib/mgetgroups.c (xgetgroups): New wrapper.
8123         (mgetgroups): Handle ENOSYS.
8124         * modules/mgetgroups (Depends-on): Add realloc.
8125         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
8126
8127         mgetgroups: avoid argument promotion issues with -1
8128         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
8129         for invalid gid_t.
8130         * tests/test-chown.h (getegid, test_chown): Likewise.
8131         * tests/test-lchown.h (getegid, test_lchown): Likewise.
8132
8133 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
8134
8135         exclude: Fix header file problems.
8136         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
8137
8138 2009-12-01  Jim Meyering  <meyering@redhat.com>
8139
8140         fts: fts_open: do not let an empty string cause immediate failure
8141         This is required in support of GNU rm, for which the command
8142         "rm A '' B" must process and remove both A and B, in spite of
8143         the empty string argument.
8144         * lib/fts.c (fts_open): Do not let the presence of an empty string
8145         cause fts_open to fail immediately.  Most fts-using tools must be
8146         able to process all arguments, in order, and can be expected to
8147         diagnose such arguments themselves.
8148
8149 2009-11-30  Eric Blake  <ebb9@byu.net>
8150
8151         utimens: fix compilation error
8152         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
8153         Declare variable at right scope.
8154
8155 2009-11-29  Jim Meyering  <meyering@redhat.com>
8156
8157         bootstrap: handle perl-5.11's changed --version output
8158         * build-aux/bootstrap (get_version): Handle perl separately,
8159         since perl-5.11's --version output is different.
8160
8161 2009-11-28  Jim Meyering  <meyering@redhat.com>
8162
8163         userspec: depend on the inttostr module, too
8164         * modules/userspec (Depends-on): Add inttostr.
8165
8166         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
8167         * lib/userspec.c (parse_with_separator): Do not accept a user ID
8168         number of MAXUID when it evaluates to (uid_t) -1.
8169         Likewise for group ID.  Reported by Matt McCutchen in
8170         <http://savannah.gnu.org/bugs/?28113>
8171
8172         userspec: reformat to use spaces, not TABs
8173         * lib/userspec.c: Expand TABs to spaces.
8174         Add Emacs' "indent-tabs-mode: nil" hint.
8175
8176 2009-11-27  Eric Blake  <ebb9@byu.net>
8177
8178         getopt-gnu: flush out another BSD bug
8179         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
8180         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
8181         flush out BSD bug.
8182         * tests/test-getopt.h (test_getopt): End lists with NULL.
8183         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8184         (test_getopt_long_posix): Enhance test.
8185         * modules/getopt-posix-tests (Depends-on): Add stdbool.
8186         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
8187         getopt-gnu.
8188         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8189         Likewise.
8190
8191 2009-11-27  Simon Josefsson  <simon@josefsson.org>
8192
8193         * modules/idpriv-droptemp-tests (Notice): Fix text.
8194
8195 2009-11-27  Jim Meyering  <meyering@redhat.com>
8196
8197         test-xalloc-die: avoid spurious failure due to libtool argv difference
8198         In a libtool-enabled project, this test would fail due to a difference
8199         in the emitted program name, e.g.,
8200         -test-xalloc-die: memory exhausted
8201         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
8202         Use program to avoid that.
8203         * modules/xalloc-die-tests (Depends-on): Add progname.
8204         * tests/test-xalloc-die.c: Include progname.h".
8205         (program_name): Remove decl.
8206         (main): Call set_program_name.
8207         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
8208
8209 2009-11-26  Richard Jones  <rjones@redhat.com>
8210
8211         w32sock: leave win32 error in place.
8212         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
8213
8214 2009-11-26  Eric Blake  <ebb9@byu.net>
8215
8216         init.sh: suggest to use skip_ and fail_ functions in comments
8217         * tests/init.sh: Add a sentence.
8218
8219 2009-11-25  Bruno Haible  <bruno@clisp.org>
8220
8221         init.sh: add documentation in comments
8222         * tests/init.sh: Add some developer and user documentation.
8223
8224 2009-11-26  Jim Meyering  <meyering@redhat.com>
8225
8226         init.sh: accommodate even those who specify bogus srcdir manually
8227         * tests/init.sh: Normally, srcdir is guaranteed by automake and
8228         configure-time tests to be sanitized, so that there is no need to
8229         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
8230         (with no double quotes) suffices.  However, since tests may be
8231         invoked manually, and since you may explicitly set srcdir to the
8232         name of a directory containing spaces, do quote its uses here.
8233         * tests/test-pread.sh: Likewise.
8234         Suggested by Bruno Haible.
8235
8236         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
8237         * tests/test-pread.sh: Write no data into the pipe, because
8238         test-pread actually reads none.  This avoids a diagnostic,
8239         "bash: echo: write error: Broken pipe", that arises in the unusual
8240         event something is ignoring SIGPIPE, and might be interpreted
8241         as some sort of failure.  Reported by Bruno Haible.
8242
8243 2009-11-25  Jim Meyering  <meyering@redhat.com>
8244
8245         test-pread: cover failure with ESPIPE and EINVAL
8246         * tests/test-pread.c (main): Test for failure, too.
8247         * tests/test-pread.sh: Invoke with stdin on a pipe.
8248         Suggested by Eric Blake.
8249
8250         pread: improvement and fix
8251         * modules/pread (Depends-on): Depend on lseek, for portability to
8252         e.g., mingw.  Suggested by Eric Blake.
8253         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
8254
8255         unistd.in.h: correct declaration of pread
8256         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
8257         Reported by Richard W.M. Jones.
8258
8259         test-pread.sh: distribute the test script
8260         * modules/pread-tests (Files): Include test-pread.sh.
8261
8262         test-pread.sh: clean up
8263         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
8264         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
8265         That is unnecessary, since it's always ".".
8266         Suggestion from Eric Blake.
8267
8268         test-pread.sh: make executable
8269         * tests/test-pread.sh: Set executable bit.
8270         Reported by Eric Blake.
8271
8272         correct typo in test-pread.sh
8273         * tests/test-pread.sh: Add #! line.
8274
8275         test pread
8276         * tests/test-pread.c: New file.
8277         * tests/test-pread.sh: Likewise.
8278         * modules/pread-tests: Likewise.
8279
8280         pread: new module
8281         * modules/pread: New file.
8282         * lib/unistd.in.h (pread): Define/declare.
8283         * lib/pread.c (pread): New file.
8284         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8285         * modules/unistd (Makefile.am): Substitute witnesses.
8286         * doc/posix-functions/pread.texi (pread): Update.
8287         * MODULES.html.sh: Add pread.
8288
8289 2009-11-25  Jim Meyering  <meyering@redhat.com>
8290
8291         tests/init.sh: new file to be used via most *.sh tests
8292         * tests/init.sh: New file.
8293
8294 2009-11-25  Eric Blake  <ebb9@byu.net>
8295
8296         utimens: work around older Linux failure with symlinks
8297         * lib/utimens.c (lutimensat_works_really): New variable.
8298         (fdutimens, lutimens): Use it to manage kernels that support
8299         nanosecond times on files, but not on symlinks.
8300         Reported by Ondřej Vašík.
8301
8302         utimes: fix configure grammar
8303         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8304
8305 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8306
8307         regex: Fix fastmap for multibyte character ranges.
8308         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8309         characters when a multibyte character range is included.
8310
8311 2009-11-22  Andy Wingo  <wingo@pobox.com>
8312
8313         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8314         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8315
8316 2009-11-24  Bruno Haible  <bruno@clisp.org>
8317
8318         doc: Most *_l functions exist in MacOS X 10.5.
8319         * doc/posix-functions/duplocale.texi: Update platforms list.
8320         * doc/posix-functions/freelocale.texi: Likewise.
8321         * doc/posix-functions/newlocale.texi: Likewise.
8322         * doc/posix-functions/uselocale.texi: Likewise.
8323         * doc/posix-functions/isalnum_l.texi: Likewise.
8324         * doc/posix-functions/isalpha_l.texi: Likewise.
8325         * doc/posix-functions/isblank_l.texi: Likewise.
8326         * doc/posix-functions/iscntrl_l.texi: Likewise.
8327         * doc/posix-functions/isdigit_l.texi: Likewise.
8328         * doc/posix-functions/isgraph_l.texi: Likewise.
8329         * doc/posix-functions/islower_l.texi: Likewise.
8330         * doc/posix-functions/isprint_l.texi: Likewise.
8331         * doc/posix-functions/ispunct_l.texi: Likewise.
8332         * doc/posix-functions/isspace_l.texi: Likewise.
8333         * doc/posix-functions/isupper_l.texi: Likewise.
8334         * doc/posix-functions/iswalnum_l.texi: Likewise.
8335         * doc/posix-functions/iswalpha_l.texi: Likewise.
8336         * doc/posix-functions/iswblank_l.texi: Likewise.
8337         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8338         * doc/posix-functions/iswctype_l.texi: Likewise.
8339         * doc/posix-functions/iswdigit_l.texi: Likewise.
8340         * doc/posix-functions/iswgraph_l.texi: Likewise.
8341         * doc/posix-functions/iswlower_l.texi: Likewise.
8342         * doc/posix-functions/iswprint_l.texi: Likewise.
8343         * doc/posix-functions/iswpunct_l.texi: Likewise.
8344         * doc/posix-functions/iswspace_l.texi: Likewise.
8345         * doc/posix-functions/iswupper_l.texi: Likewise.
8346         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8347         * doc/posix-functions/isxdigit_l.texi: Likewise.
8348         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8349         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8350         * doc/posix-functions/strcoll_l.texi: Likewise.
8351         * doc/posix-functions/strfmon_l.texi: Likewise.
8352         * doc/posix-functions/strftime_l.texi: Likewise.
8353         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8354         * doc/posix-functions/strxfrm_l.texi: Likewise.
8355         * doc/posix-functions/tolower_l.texi: Likewise.
8356         * doc/posix-functions/toupper_l.texi: Likewise.
8357         * doc/posix-functions/towctrans_l.texi: Likewise.
8358         * doc/posix-functions/towlower_l.texi: Likewise.
8359         * doc/posix-functions/towupper_l.texi: Likewise.
8360         * doc/posix-functions/wcscoll_l.texi: Likewise.
8361         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8362         * doc/posix-functions/wctrans_l.texi: Likewise.
8363         * doc/posix-functions/wctype_l.texi: Likewise.
8364         * doc/glibc-functions/strptime_l.texi: Likewise.
8365         * doc/glibc-functions/strtod_l.texi: Likewise.
8366         * doc/glibc-functions/strtof_l.texi: Likewise.
8367         * doc/glibc-functions/strtol_l.texi: Likewise.
8368         * doc/glibc-functions/strtold_l.texi: Likewise.
8369         * doc/glibc-functions/strtoll_l.texi: Likewise.
8370         * doc/glibc-functions/strtoul_l.texi: Likewise.
8371         * doc/glibc-functions/strtoull_l.texi: Likewise.
8372         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8373         * doc/glibc-functions/wcstod_l.texi: Likewise.
8374         * doc/glibc-functions/wcstof_l.texi: Likewise.
8375         * doc/glibc-functions/wcstol_l.texi: Likewise.
8376         * doc/glibc-functions/wcstold_l.texi: Likewise.
8377         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8378         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8379         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8380
8381 2009-11-24  Bruno Haible  <bruno@clisp.org>
8382
8383         duplocale: Fix logic bug.
8384         * lib/duplocale.c: Don't include <langinfo.h>.
8385         (_NL_LOCALE_NAME): Remove macro.
8386         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8387         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8388
8389 2009-11-23  Jim Meyering  <meyering@redhat.com>
8390
8391         test-update-copyright: don't hard-code /usr/bin/perl
8392         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8393         perl to print the current year.  Gilles Espinasse reported that
8394         the replaced use of perl was hard-coded as /usr/bin/perl.
8395
8396 2009-11-23  Bruno Haible  <bruno@clisp.org>
8397
8398         duplocale: Add support for glibc 2.3.x.
8399         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8400
8401 2009-11-22  Bruno Haible  <bruno@clisp.org>
8402
8403         vasnprintf: Tiny optimization.
8404         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8405         MacOS X.
8406
8407 2009-11-22  Bruno Haible  <bruno@clisp.org>
8408
8409         Tests for module 'duplocale'.
8410         * modules/duplocale-tests: New file.
8411         * tests/test-duplocale.c: New file.
8412
8413         New module 'duplocale'.
8414         * m4/duplocale.m4: New file.
8415         * lib/locale.in.h (duplocale): New declaration.
8416         * lib/duplocale.c: New file.
8417         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8418         gl_LOCALE_H_DEFAULTS): New macros.
8419         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8420         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8421         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8422         REPLACE_DUPLOCALE.
8423         * modules/duplocale: New file.
8424         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8425
8426 2009-11-22  Bruno Haible  <bruno@clisp.org>
8427
8428         * modules/locale-tests (configure.ac): Test for newlocale function.
8429         * tests/test-locale.c: When the system has extended locale functions,
8430         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8431
8432         locale: Make locale_t available when possible.
8433         * lib/locale.in.h: Include <xlocale.h> when it exists.
8434         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8435         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8436         * modules/locale (Depends-on): Add extensions.
8437         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8438         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8439
8440 2009-11-22  Bruno Haible  <bruno@clisp.org>
8441
8442         Add comments.
8443         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8444         invocation.
8445         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8446         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8447         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8448
8449 2009-11-22  Bruno Haible  <bruno@clisp.org>
8450
8451         error: account for the possibility of freopen (stdout).
8452         * lib/error.c: Include <unistd.h>.
8453         (flush_stdout): New function, extracted from error and error_at_line.
8454         Determine stdout's fd dynamically.
8455         (error, error_at_line): Invoke flush_stdout.
8456         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8457         * modules/error (Depends-on): Add unistd.
8458
8459 2009-11-22  Bruno Haible  <bruno@clisp.org>
8460
8461         diffseq: Add comment.
8462         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8463
8464 2009-11-22  Jim Meyering  <meyering@redhat.com>
8465
8466         c-stack: avoid defining an unused static function
8467         * lib/c-stack.c (find_stack_direction): Do not define this function
8468         when it will not be used.
8469
8470         diffseq: avoid spurious gcc warnings
8471         * lib/diffseq.h (IF_LINT2): Define.
8472         (compareseq): Use it to initialize two members of "part".
8473         This avoids two used-uninitialized warnings.
8474
8475 2009-11-21  Jim Meyering  <meyering@redhat.com>
8476
8477         c-stack: avoid "ignoring return value of `write'" warning
8478         * lib/c-stack.c: Include "ignore-value.h".
8479         (die): Explicitly ignore each write return value.
8480         * modules/c-stack (Depends-on): Add ignore-value.
8481
8482 2009-11-21  Bruno Haible  <bruno@clisp.org>
8483
8484         diffseq: reduce scope of variable 'best'.
8485         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8486         variable, earlier used for two different purposes.
8487
8488 2009-11-21  Jim Meyering  <meyering@redhat.com>
8489
8490         diffseq: remove useless assignment to "best"
8491         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8492         assignment.  At that point "best" is already guaranteed to be zero.
8493
8494 2009-11-20  Eric Blake  <ebb9@byu.net>
8495
8496         build: mention ftp redirector in release announcements
8497         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8498         values that used to come from cfg.mk; mention FTP redirect URL.
8499         * build-aux/announce-gen: Mention the mirror list.
8500         Suggested by Karl Berry.
8501
8502         nanosleep: improve port to mingw
8503         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8504         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8505         LIB_NANOSLEEP, but only when needed.
8506         * modules/select (Link): Document LIBSOCKET.
8507         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8508         enough.
8509
8510         nanosleep: work around cygwin bug
8511         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8512         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8513         bug.
8514         (getnow): Delete, not needed.
8515         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8516         LIB_CLOCK_GETTIME.
8517         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8518         clock-time, gettime.
8519         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8520         bug.
8521         * modules/nanosleep-tests: New test.
8522         * tests/test-nanosleep.c: New file.
8523
8524         sleep: work around cygwin bug
8525         * lib/sleep.c (rpl_sleep): Work around the bug.
8526         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8527         (gl_PREREQ_SLEEP): Delete unused macro.
8528         * modules/sleep (Depends-on): Add verify.
8529         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8530         * modules/unistd (Makefile.am): Substitute witness.
8531         * lib/unistd.in.h (sleep): Update prototype.
8532         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8533         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8534         * modules/sleep-tests (Depends-on): Check for alarm.
8535
8536 2009-11-20  Jim Meyering  <meyering@redhat.com>
8537
8538         maint.mk: improve sc_prohibit_magic_number_exit
8539         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8540         so it does not match uses like System.exit(1).
8541         Add comments showing how to correct all offenders.
8542
8543 2009-11-19  Eric Blake  <ebb9@byu.net>
8544
8545         xalloc-die-tests: add missing library
8546         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8547
8548         test-xvasprintf: silence compiler warnings
8549         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8550         empty string from gcc.
8551
8552 2009-11-19  Jim Meyering  <meyering@redhat.com>
8553
8554         xfreopen: new module, from coreutils
8555         * modules/xfreopen: New module.
8556         * lib/xfreopen.c: New file.
8557         * lib/xfreopen.h: New file.
8558         * MODULES.html.sh (File stream based Input/Output"): Add it.
8559
8560 2009-11-19  Eric Blake  <ebb9@byu.net>
8561
8562         manywarnings: depend on warnings
8563         * modules/manywarnings (Depends-on): Add warnings.
8564
8565         build: avoid compiler warnings
8566         * lib/select.c (rpl_select): Delete unused variable.
8567         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8568
8569 2009-11-18  Eric Blake  <ebb9@byu.net>
8570
8571         tests: avoid false negative with --with-packager
8572         * tests/test-version-etc.sh: Discard packager information.
8573         * tests/test-argp-version-etc-1.sh: Likewise.
8574         Reported by Mike Frysinger.
8575
8576         utimens: fix regression on Solaris
8577         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8578         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8579         can only change fd timestamps via futimesat.  Instead, use an
8580         additional witness macro to avoid BSD bug.
8581         Reported by Jim Meyering.
8582
8583 2009-11-17  Eric Blake  <ebb9@byu.net>
8584
8585         usleep: use it to simplify tests
8586         * modules/stat-time-tests (Depends-on): Add usleep.
8587         (configure.ac): Drop usleep check.
8588         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8589         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8590         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8591         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8592         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8593         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8594         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8595         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8596         Likewise.
8597         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8598         * tests/test-lchown.h (nap): Likewise.
8599         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8600         * tests/test-stat-time.c (nap): Likewise.
8601         * tests/test-utimens-common.h (nap): Update comments.
8602
8603         usleep: new module
8604         * modules/usleep: New file.
8605         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8606         * lib/usleep.c (usleep): Likewise.
8607         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8608         * modules/unistd (Makefile.am): Substitute witnesses.
8609         * lib/unistd.in.h (usleep): Add declaration.
8610         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8611         * MODULES.html.sh (Date and time): Likewise.
8612         * modules/usleep-tests (Depends-on): New test.
8613         * tests/test-usleep.c: New file.
8614
8615         chown: work around OpenBSD bug
8616         * lib/chown.c (rpl_chown): Work around the bug.
8617         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8618         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8619         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8620         * modules/chown (Depends-on): Add stdbool.
8621         * modules/lchown (Depends-on): Likewise.
8622         * doc/posix-functions/chown.texi (chown): Document the bug.
8623         * doc/posix-functions/lchown.texi (lchown): Likewise.
8624         * tests/test-lchown.h (test_chown): Relax test.
8625
8626         mkstemp: avoid conflict with C++ keyword template
8627         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8628         * lib/mkostemp.c (mkostemp): Likewise.
8629         * lib/mkostemps.c (mkostemps): Likewise.
8630         * lib/mkstemp.c (mkstemp): Likewise.
8631         * lib/mkstemps.c (mkstemps): Likewise.
8632
8633         xalloc-die-tests: optimize
8634         * tests/test-xalloc-die.sh: Reduce number of processes.
8635
8636 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8637
8638         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8639         patch from ludo@gnu.org (Ludovic Courtès).
8640
8641 2009-11-17  Jim Meyering  <meyering@redhat.com>
8642
8643         version-etc: use proper license string
8644         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8645         * modules/version-etc-fsf: Likewise.
8646
8647 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8648
8649         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8650         printed to stdout.  Deal with EOL differences.
8651
8652 2009-11-17  Eric Blake  <ebb9@byu.net>
8653
8654         unsetenv: work around Solaris bug
8655         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8656         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8657         Reported by Jim Meyering.
8658
8659         vasnprintf: avoid compiler warnings
8660         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8661         variables.
8662         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8663
8664 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8665
8666         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8667         settings since xalloc-die is no longer the self test,
8668         xalloc-die.sh is.
8669
8670 2009-11-17  Jim Meyering  <meyering@redhat.com>
8671
8672         test-xalloc-die.sh: make the code agree with the commit log
8673         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8674         at the end, just in case you happen to have a test-xalloc-die
8675         program in some other PATH directory.
8676
8677         test-xalloc-die.sh: fix a portability bug
8678         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8679         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8680         Otherwise, argv[0] (as often seen in diagnostics) would be too
8681         system-dependent, sometimes with, and sometimes without the leading "./".
8682
8683         version-etc-fsf: relax license to LGPLv3+
8684         * modules/version-etc-fsf (License): Relax license.
8685
8686 2009-11-16  Eric Blake  <ebb9@byu.net>
8687
8688         xalloc-die-tests: avoid printing null pointer
8689         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8690         shell script.
8691         * tests/test-xalloc-die.c (program_name): Declare.
8692         * tests/test-xalloc-die.sh (tmpfiles): New file.
8693
8694         setenv, unsetenv: work around various bugs
8695         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8696         (setenv) [HAVE_SETENV]: Work around bugs.
8697         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8698         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8699         for bugs.
8700         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8701         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8702         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8703         * modules/stdlib (Makefile.am): Update substitutions.
8704         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8705         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8706         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8707         * modules/setenv-tests: New test.
8708         * modules/unsetenv-tests: Likewise.
8709         * tests/test-setenv.c: New file.
8710         * tests/test-unsetenv.c: Likewise.
8711
8712 2009-11-16  Jim Meyering  <meyering@redhat.com>
8713
8714         version-etc: relax license to LGPLv3+
8715         * modules/version-etc (License): Relax license.
8716
8717         better AC_REQUIRE expanded-before-required-warning avoidance
8718         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8719         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8720         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8721         which is no longer needed.
8722
8723 2009-11-16  Eric Blake  <ebb9@byu.net>
8724
8725         test-freading: clean up temporary file
8726         * tests/test-freading.c (main): Remove file on success, and use
8727         ASSERT more liberally.
8728         Reported by Jim Meyering.
8729
8730 2009-11-16  Jim Meyering  <meyering@redhat.com>
8731
8732         avoid new AC_REQUIRE expanded-before-required warnings
8733         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8734         merely using it.
8735         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8736         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8737
8738 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8739
8740         * tests/test-xalloc-die.c: New file.
8741         * modules/xalloc-die-tests: New file.
8742         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8743         XFAIL_TESTS so it can be appended by modules.
8744
8745 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8746
8747         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8748         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8749
8750 2009-11-14  Eric Blake  <ebb9@byu.net>
8751
8752         fnmatch: avoid compiler warning
8753         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8754         to silence compiler warning about mismatch signedness in ?:.
8755         Reported by Robert Millan.
8756
8757         intprops: add double-inclusion guard
8758         * lib/intprops.h: Allow idempotent includes.
8759         Suggested by Bruce Korb.
8760
8761         openat: detect Solaris fchownat bug
8762         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8763         penalizing glibc chownat when only lchownat is broken.
8764         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8765         trailing slash bugs.
8766         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8767         * modules/openat-tests (Files): Include more files.
8768         (Depends-on): Add mgetgroups, sleep, stat-time.
8769         (configure.ac): Add additional checks.
8770         (Makefile.am): Build new test.
8771         * tests/test-fchownat.c: New file.
8772
8773         lchown: detect Solaris and FreeBSD bug
8774         * lib/lchown.c (rpl_lchown): Work around bug.
8775         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8776         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8777         * modules/unistd (Makefile.am): Populate it.
8778         * lib/unistd.in.h (lchown): Update declaration.
8779         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8780         * modules/lchown-tests: New file.
8781         * tests/test-lchown.h (test_lchown): Likewise.
8782         * tests/test-lchown.c (main): Likewise.
8783
8784         chown: detect Solaris and FreeBSD bug
8785         * lib/chown.c (rpl_chown): Work around bug.
8786         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8787         (gl_PREREQ_CHOWN): Delete.
8788         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8789         * modules/unistd (Makefile.am): Populate it.
8790         * lib/unistd.in.h (chown): Update declaration.
8791         * lib/lchown.c (chown): Update client.
8792         * modules/lchown (Depends-on): Add lstat.
8793         * doc/posix-functions/chown.texi (chown): Document the bug.
8794         * doc/posix-functions/getgroups.texi (getgroups): Document
8795         getgroups pitfall.
8796         * modules/chown-tests: New file.
8797         * tests/test-chown.h (test_chown): Likewise.
8798         * tests/test-chown.c (main): Likewise.
8799
8800 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8801
8802         gnulib-tool: correctly detect absence of m4 directories
8803         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8804
8805 2009-11-14  Jim Meyering  <meyering@redhat.com>
8806
8807         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8808         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8809
8810 2009-11-14  John W. Eaton  <jwe@gnu.org>
8811
8812         strftime.h: wrap funtion declaration in extern "C" block
8813         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8814
8815 2009-11-13  Eric Blake  <ebb9@byu.net>
8816
8817         getgroups: avoid compiler warning
8818         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8819
8820         getgroups: work around FreeBSD bug
8821         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8822         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8823         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8824         * tests/test-getgroups.c (main): Fix buffer overrun.
8825
8826         getgroups: avoid compilation failure
8827         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8828         * modules/getgroups (Depends-on): Add stdint.
8829
8830 2009-11-13  Jim Meyering  <meyering@redhat.com>
8831
8832         test-getgroups: avoid compilation failure
8833         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8834
8835 2009-11-13  Eric Blake  <ebb9@byu.net>
8836
8837         mgetgroups: new module, taken from coreutils
8838         * modules/mgetgroups: New file.
8839         * lib/mgetgroups.h: Likewise.
8840         * lib/mgetgroups.c (mgetgroups): Likewise.
8841         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8842         * MODULES.html.sh (Users and groups): Mention it.
8843
8844         getgroups: don't expose GETGROUPS_T to user
8845         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8846         an element at a time if GETGROUPS_T is wrong size.
8847         * lib/getugroups.h (getugroups): Change signature.
8848         * lib/unistd.in.h (getgroups): Likewise.
8849         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8850         signature needs fixing.
8851         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8852         AC_TYPE_GETGROUPS.
8853         * modules/group-member (Depends-on): Add getgroups.
8854         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8855         (group_member): Rely on getgroups replacement.
8856         * lib/getugroups.c (getugroups): Use gid_t.
8857         * tests/test-getgroups.c (main): Likewise.
8858         * NEWS: Mention the signature change.
8859         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8860         problem with signature.
8861         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8862         GETGROUPS_T is still useful for setgroups.
8863
8864         getgroups, getugroups: provide stubs for mingw
8865         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8866         * lib/getugroups.c (getugroups): Likewise.
8867         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8868         function.  Modernize replacement scheme.
8869         (gl_PREREQ_GETGROUPS): Delete.
8870         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8871         * modules/getgroups (configure.ac): Declare witness.
8872         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8873         * modules/unistd (Depends-on): Substitute witness.
8874         * lib/unistd.in.h (getgroups): Declare replacement.
8875
8876         getgroups: avoid calling exit
8877         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8878         drop xalloc.
8879         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8880         dependencies.
8881         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8882         exiting, in the rare case of malloc failure.
8883
8884         getgroups: fix logic error
8885         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8886         has more than 20 groups.
8887         * modules/getgroups-tests: New test.
8888         * tests/test-getgroups.c: New file.
8889
8890 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8891
8892         * tests/test-base64.c: Improve.
8893
8894 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8895
8896         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8897         Blake <ebb9@byu.net>.
8898
8899 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8900
8901         * tests/test-xvasprintf.c: Add %s%s related checks.
8902
8903 2009-11-12  Eric Blake  <ebb9@byu.net>
8904
8905         version-etc: match standards.texi style
8906         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8907         and use <> only for URLs.
8908
8909 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8910
8911         fts: do not fail on a submount during traversal
8912         * lib/fts.c (fts_build): Read the stat info again after opening
8913         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8914         Original report at http://bugzilla.redhat.com/501848.
8915
8916 2009-11-12  Jim Meyering  <meyering@redhat.com>
8917
8918         bootstrap: sync from coreutils
8919         * build-aux/bootstrap (bootstrap_epilogue): New function.
8920         Use git_modules_config in one more place.  This make bootstrap's
8921         --gnulib-srcdir option more useful for testing.
8922
8923         bootstrap: generalize autoheader check
8924         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8925         AC_CONFIG_HEADERS.
8926
8927 2009-11-11  Eric Blake  <ebb9@byu.net>
8928
8929         mkfifoat: use new modules for Solaris and BSD bugs
8930         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8931         * lib/mkfifoat.c (mknodat): Split...
8932         * lib/mknodat.c (mknodat): ...into new file.
8933         * modules/mkfifoat (Files): Ship new file.
8934         (Depends-on): Add mkfifo, mknod.
8935         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8936         (Depends-on): Add symlink.
8937         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8938         redundant with test_mkfifo.h.
8939         (do_mkfifoat, do_mknodat): New helpers.
8940
8941         mknod: new module
8942         * modules/mknod: New file.
8943         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8944         * lib/mknod.c (mknod): Likewise.
8945         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8946         defaults.
8947         * modules/sys_stat (Makefile.am): Substitute them.
8948         * lib/sys_stat.in.h (mknod): Declare replacement.
8949         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8950         Document it.
8951         * doc/posix-functions/mknod.texi (mknod): Likewise.
8952         * modules/mknod-tests: New test.
8953         * tests/test-mknod.c: Likewise.
8954
8955         mkfifo: new module
8956         * modules/mkfifo: New file.
8957         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8958         * lib/mkfifo.c (mkfifo): Likewise.
8959         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8960         defaults.
8961         * modules/sys_stat (Makefile.am): Substitute them.
8962         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8963         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8964         Document it.
8965         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8966         * modules/mkfifo-tests: New test.
8967         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8968         from test-mkfifoat.c.
8969         * tests/test-mkfifo.c: New file.
8970
8971         readlink: detect FreeBSD bug
8972         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8973         slash on symlink.
8974         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8975         * tests/test-readlink.h (test_readlink): Enhance test.
8976
8977         symlink: detect FreeBSD bug
8978         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8979         slash on symlink.
8980         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8981         * tests/test-symlink.h (test_symlink): Enhance test.
8982
8983 2009-11-10  Eric Blake  <ebb9@byu.net>
8984
8985         link: detect FreeBSD bug
8986         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8987         symlink.
8988         * doc/posix-functions/link.texi (link): Document the bug.
8989         * tests/test-link.h (test_link): Enhance test.
8990         * tests/test-linkat.c (main): Update caller.
8991
8992         unlink, remove: detect FreeBSD bug
8993         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8994         slash on symlink.
8995         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8996         * doc/posix-functions/remove.texi (remove): Likewise.
8997         * tests/test-unlink.h (test_unlink): Enhance test.
8998         * tests/test-remove.c (main): Likewise.
8999
9000 2009-11-09  Eric Blake  <ebb9@byu.net>
9001
9002         rename: detect FreeBSD bug
9003         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9004         slash on symlink.
9005         * modules/renameat-tests (Depends-on): Add filenamecat.
9006         * tests/test-rename.h (test_rename): Allow one more errno.
9007         * tests/test-renameat.c (main): Likewise.
9008         * doc/posix-functions/rename.texi (rename): Document the bug.
9009
9010         open: detect FreeBSD bug
9011         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9012         symlink.
9013         * doc/posix-functions/open.texi (open): Document the bug.
9014         * doc/posix-functions/utimes.texi (utimes): Likewise.
9015         * tests/test-open.h (test_open): Add parameters, and test symlink
9016         handling.
9017         * tests/test-open.c (main): Adjust caller.
9018         * tests/test-fcntl-safer.c (main): Likewise.
9019         * modules/open-tests (Depends-on): Add stdbool, symlink.
9020         * modules/fcntl-safer-tests (Depends-on): Likewise.
9021         * tests/test-openat.c (main): Add test-open tests.
9022
9023         stat: detect FreeBSD bug
9024         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9025         symlink.
9026         * doc/posix-functions/stat.texi (stat): Document the bug.
9027         * tests/test-stat.h (test_stat_func): Add argument.
9028         * tests/test-stat.c (main): Adjust caller.
9029         * tests/test-fstatat.c (main): Likewise.
9030         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9031         Reported by Jim Meyering.
9032
9033 2009-11-09  James Youngman  <jay@gnu.org>
9034
9035         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9036         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9037
9038 2009-11-08  Jim Meyering  <meyering@redhat.com>
9039
9040         utimens: remove invalid futimesat call
9041         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9042         It used the file descriptor of the target file as the DIR_FD
9043         parameter and NULL as the file name.  That caused failure with
9044         errno == EFAULT on FreeBSD-8.0-rc2
9045
9046 2009-11-07  Eric Blake  <ebb9@byu.net>
9047
9048         fflush, freadseek: use fseeko, not fseek
9049         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9050         (clear_ungetc_buffer): Avoid potential problems on large files.
9051         * lib/freadseek.c (freadseek): Likewise.
9052         * modules/freadseek (Depends-on): Add fseeko.
9053         * modules/fseek (configure.ac): Set a witness.
9054         * tests/test-fflush.c (main): Use fseeko.
9055         * tests/test-fpurge.c (fseek): Disable link warning.
9056         * tests/test-freadable.c (fseek): Likewise.
9057         * tests/test-freading.c (fseek): Likewise.
9058         * tests/test-fseeko.c (fseek): Likewise.
9059         * tests/test-ftell.c (fseek): Likewise.
9060         * tests/test-ftello.c (fseek): Likewise.
9061         * tests/test-fwritable.c (fseek): Likewise.
9062         * tests/test-fwriting.c (fseek): Likewise.
9063
9064 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9065
9066         * modules/memchr (Depends-on): Drop getpagesize dependency.
9067
9068 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9069
9070         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9071         Reported by Ludovic Courtès.
9072         * build-aux/pmccabe2html: Improve example usage.
9073         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9074
9075 2009-11-06  Jim Meyering  <meyering@redhat.com>
9076
9077         do-release-commit-and-tag: New module.
9078         Automate the release-commit and tag process.
9079         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9080         * modules/do-release-commit-and-tag: New file.
9081         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9082
9083 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9084
9085         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9086         because test-select.c uses inet_pton.
9087
9088 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9089
9090         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9091         GETADDRINFO_LIB.  Bump serial number.
9092         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9093         Suggested by Eric Blake <ebb9@byu.net>.
9094
9095 2009-11-05  Eric Blake  <ebb9@byu.net>
9096
9097         strtod: detect darwin bug
9098         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9099         Reported by Leo Davis.
9100
9101         freopen-safer: new module
9102         * modules/freopen-safer: New module.
9103         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9104         * lib/freopen-safer.c (freopen_safer): New file.
9105         * lib/stdio-safer.h (freopen_safer): New declaration.
9106         * lib/stdio--.h (freopen): New override.
9107         * MODULES.html.sh (File stream based Input/Output): Mention it.
9108         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9109         freopen-safer module.
9110         * doc/posix-functions/stderr.texi (stderr): Likewise.
9111         * doc/posix-functions/stdin.texi (stdin): Likewise.
9112         * doc/posix-functions/stdout.texi (stdout): Likewise.
9113         * modules/freopen-safer-tests: New test.
9114         * tests/test-reopen-safer.c: New file.
9115
9116 2009-11-05  Jim Meyering  <meyering@redhat.com>
9117
9118         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9119         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9120
9121 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9122
9123         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
9124
9125 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9126
9127         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
9128
9129 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9130
9131         Fix link error.
9132         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9133         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9134
9135 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9136
9137         * tests/test-func.c: Also test value of __func__.
9138
9139 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9140
9141         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
9142         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
9143
9144 2009-11-05  Bruno Haible  <bruno@clisp.org>
9145
9146         Fix link error.
9147         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9148         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9149         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
9150
9151 2009-11-05  Bruno Haible  <bruno@clisp.org>
9152
9153         Tests for module 'inet_pton'.
9154         * modules/inet_pton-tests: New file.
9155         * tests/test-inet_pton.c: New file.
9156
9157 2009-11-05  Bruno Haible  <bruno@clisp.org>
9158
9159         Tests for module 'inet_ntop'.
9160         * modules/inet_ntop-tests: New file.
9161         * tests/test-inet_ntop.c: New file.
9162
9163 2009-11-04  Eric Blake  <ebb9@byu.net>
9164
9165         stdlib-safer: wrap all mkstemp variants
9166         * modules/mkostemp (configure.ac): Set witness.
9167         * modules/mkostemps (configure.ac): Likewise.
9168         * modules/mkstemps (configure.ac): Likewise.
9169         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
9170         (mkstemps_safer): Wrap more functions.
9171         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
9172         wrapping.
9173         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
9174         (mkstemps_safer): Implement the wrappers.
9175
9176         mkstemps, mkostemps: new modules
9177         * modules/mkostemps: New module.
9178         * modules/mkstemps: Likewise.
9179         * lib/mkostemps.c (mkostemps): New file.
9180         * lib/mkstemps.c (mkstemps): Likewise.
9181         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
9182         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
9183         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
9184         * modules/stdlib (Makefile.am): Substitute them.
9185         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
9186         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
9187         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
9188         * doc/gnulib.texi (Glibc stdlib.h): Include them.
9189         * MODULES.html.sh (File system functions): Mention them.
9190
9191         tempname: resync from glibc
9192         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
9193         same values for __GT_FILE as glibc.  Abort even when assertions
9194         are disabled.
9195         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
9196         match its value otherwise.  Allow idempotent inclusion.
9197         * lib/mkdtemp.c (mkdtemp): Adjust caller.
9198         * lib/mkostemp.c (mkostemp): Likewise.
9199         * lib/mkstemp.c (mkstemp): Likewise.
9200         * lib/tmpfile.c (tmpfile): Likewise.
9201         * NEWS: Document this.
9202
9203         utimens: fix use of futimens on older Linux
9204         * lib/utimens.c (fdutimens): Use updated, rather than original,
9205         timespec to avoid bug in older Linux kernel.
9206         Reported by Simon Josefsson.
9207
9208 2009-11-04  Bruno Haible  <bruno@clisp.org>
9209
9210         Make num_processors more flexible and consistent.
9211         * lib/nproc.h (enum nproc_query): New type.
9212         (num_processors): Add a 'query' argument.
9213         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
9214         (num_processors): Add a 'query' argument. Test the value of the
9215         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
9216         mingw, count the number of CPUs available for the current process.
9217         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
9218         Check for sched_getaffinity and sched_getaffinity_np.
9219         * modules/nproc (Depends-on): Add c-ctype, extensions.
9220         * NEWS: Mention the change.
9221
9222 2009-11-03  Bruno Haible  <bruno@clisp.org>
9223
9224         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
9225
9226 2009-11-03  Jim Meyering  <meyering@redhat.com>
9227
9228         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
9229         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
9230         if it is defined.
9231
9232 2009-11-02  Eric Blake  <ebb9@byu.net>
9233
9234         mktime, timegm: share common declaration
9235         * lib/mktime-internal.h: New file.
9236         * lib/mktime.c: Use it rather than open-coding a declaration.
9237         * lib/timegm.c: Likewise.
9238         * modules/mktime (Files): Ship it.
9239         * modules/timegm (Files): Likewise.
9240         Suggested by Bruno Haible.
9241
9242         test-update-copyright: update test to match script changes
9243         * tests/test-update-copyright.sh: Avoid hard-coding perl
9244         location.  Don't update *.bak created by earlier runs.
9245
9246 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
9247             Simon Josefsson  <simon@josefsson.org>
9248             Bruno Haible  <bruno@clisp.org>
9249
9250         Fix link error on Solaris 8.
9251         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
9252         also in libnsl. Define also INET_PTON_LIB.
9253         * modules/inet_pton (Link): New section.
9254
9255 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9256             Bruno Haible  <bruno@clisp.org>
9257
9258         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
9259         * modules/inet_ntop (Link): New section.
9260         Reported by Boyan Kasarov <bkasarov@gmail.com>.
9261
9262 2009-11-02  Eric Blake  <ebb9@byu.net>
9263
9264         maint: avoid compiler warnings in m4 macros
9265         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
9266         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
9267
9268 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9269
9270         * m4/pmccabe2html.m4: Remove file.
9271         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
9272         function.  Change maintainer.
9273         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9274         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9275         Courtès).
9276
9277 2009-10-31  Eric Blake  <ebb9@byu.net>
9278
9279         fseeko: fix m4 regression
9280         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9281         regression from 2009-10-27.
9282         Reported by Ralf Wildenhues.
9283
9284 2009-10-31  Jim Meyering  <meyering@redhat.com>
9285
9286         inttostr: aesthetics and improved (compile-time) safety
9287         Define inttype_is_signed rather than inttype_is_unsigned,
9288         since the sole use is via "#if inttype_is_signed".
9289         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9290         inttype_is_unsigned.
9291         * lib/offtostr.c (inttype_is_signed): Likewise.
9292         * lib/uinttostr.c (inttype_is_signed): Likewise.
9293         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9294         * lib/inttostr.c (inttostr): Use verify to cross-check the
9295         inttype_is_signed value and the signedness of the actual type.
9296         * modules/inttostr (Depends-on): Add verify.
9297
9298 2009-10-30  Eric Blake  <ebb9@byu.net>
9299
9300         build: avoid compiler warnings
9301         * lib/fchmodat.c (lchmod): Mark unused variables.
9302         * lib/getopt.c (_getopt_initialize): Likewise.
9303         * lib/mktime.c (__mktime_internal): Provide prototype.
9304         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9305         older gcc that do not understand #pragma GCC diagnostic.
9306         * lib/uinttostr.c (inttype_is_unsigned): Define.
9307         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9308
9309 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9310
9311         stat: fix compilation on AIX
9312         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9313         only see struct stat64.
9314
9315 2009-10-30  Eric Blake  <ebb9@byu.net>
9316
9317         exclude: make more robust
9318         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9319         rather than masking a coding bug.
9320         Suggested by Bruno Haible.
9321
9322 2009-10-30  Jim Meyering  <meyering@redhat.com>
9323
9324         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9325         Rather than putting #!/usr/bin/perl on the first line,
9326         start with a variant of what's recommended by "man perlrun" that
9327         invokes the first "perl" program from your shell's search path.
9328         * build-aux/gitlog-to-changelog: Replace #!... as above.
9329         Add a "Local Variables" perl mode setting.
9330         Prompted by a patch from Ludovic Courtès.
9331         Improved by Eric Blake.
9332         * build-aux/useless-if-before-free: Likewise.
9333         * build-aux/announce-gen: Likewise.
9334         * build-aux/update-copyright: Likewise.
9335
9336 2009-10-29  Eric Blake  <ebb9@byu.net>
9337
9338         filenamecat-lgpl: adjust clients
9339         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9340         filenamecat.
9341         * modules/renameat (Depends-on): Likewise.
9342
9343         filenamecat: split into filenamecat-lgpl
9344         * modules/filenamecat-lgpl: New module.
9345         * modules/filenamecat (Files): Move library-safe files into
9346         filenamecat-lgpl.
9347         (Depends-on): Add filenamecat-lgpl.
9348         (configure.ac): Declare witness.
9349         * lib/filenamecat.h (file_name_concat): Only declare when using
9350         GPL module.
9351         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9352         Move...
9353         * lib/filenamecat-lgpl.c: ...into new file.
9354         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9355         (gl_FILE_NAME_CONCAT): Use it.
9356         * MODULES.html.sh (File system functions): Mention new module.
9357
9358         argp: avoid memory leak
9359         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9360         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9361         base_name, since the latter malloc()s and can call exit().
9362         Leak introduced 2006-07-03.
9363
9364         dirname-lgpl: adjust clients that don't need full dirname
9365         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9366         * modules/filenamecat (Depends-on): Likewise.
9367         * modules/linkat (Depends-on): Likewise.
9368         * modules/mkancesdirs (Depends-on): Likewise.
9369         * modules/mkdir (Depends-on): Likewise.
9370         * modules/openat (Depends-on): Likewise.
9371         * modules/savewd (Depends-on): Likewise.
9372         * modules/rename (Depends-on): Likewise.
9373         (License): Relax license.
9374         * modules/mkdir-tests (Depends-on): Drop progname.
9375         (Makefile.am): Delete unneeded LDADD.
9376         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9377
9378         dirname: split into dirname-lgpl
9379         * modules/dirname-lgpl: New module.
9380         * modules/dirname (Files): Move library-safe files into
9381         dirname-lgpl.
9382         (Depends-on): Add dirname-lgpl.
9383         (configure.ac): Declare witness.
9384         * modules/double-slash-root (License): Relax license.
9385         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9386         module.
9387         * lib/dirname.c (dir_len, mdir_name): Move...
9388         * lib/dirname-lgpl.c: ...into new file.
9389         * lib/basename.c (last_component, base_len): Move...
9390         * lib/basename-lgpl.c: ...into new file.
9391         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9392         (gl_DIRNAME): Use it.
9393         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9394         Mention new module.
9395         * modules/dirname-tests (Depends-on): Add progname.
9396         * tests/test-dirname.c (program_name): Delete.
9397
9398         mkdir: make safe for libraries
9399         * modules/mkdir (Depends-on): Drop xalloc.
9400         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9401         exit.
9402
9403         tests: avoid some compiler warnings
9404         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9405         literals.
9406         * tests/test-memchr.c (main): Avoid type mismatch.
9407         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9408         * tests/test-base64.c (main): Likewise.
9409         * tests/test-getdelim.c (main): Likewise.
9410         * tests/test-gethostname.c (main): Likewise.
9411         * tests/test-getline.c (main): Likewise.
9412         * tests/test-netinet_in.c (main): Likewise.
9413         * tests/test-select.c (open_server_socket, main): Likewise.
9414         * tests/test-select-stdin.c (main): Likewise.
9415         * tests/test-sockets.c (main): Likewise.
9416         * tests/test-strsignal.c (main): Likewise.
9417         * tests/test-sys_select.c (main): Likewise.
9418         * tests/test-sys_socket.c (main): Likewise.
9419         * tests/test-u64.c (main): Likewise.
9420         * tests/test-xfprintf-posix.c (main): Likewise.
9421         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9422
9423         sockets: avoid compiler warning
9424         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9425
9426         maint: detect usage(1) and other suspicious exits
9427         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9428
9429 2009-10-29  Jim Meyering  <meyering@redhat.com>
9430
9431         timespec: long-to-int truncation could make timespec_cmp malfunction
9432         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9433         a multiple of 2^32 nanoseconds as no difference.
9434
9435 2009-10-28  Jim Meyering  <meyering@redhat.com>
9436
9437         fprintftime: wrap macro code argument in "do {...} while(0)"
9438         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9439         cpy macro must be a statement that can be followed by a semicolon.
9440         Now that the else clause contains a comment and is hence longer
9441         than one line, I require curly braces.  That in turn requires
9442         that we wrap this code block in the standard do...while(0).
9443
9444         fprintftime: remove stray semicolon from previous change
9445         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9446
9447         fprintftime: avoid a warning about ignored fwrite return value
9448         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9449         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9450         that is unsafe.
9451         * modules/fprintftime (Depends-on): Add ignore-value.
9452
9453         exclude: avoid an unwarranted warning
9454         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9455
9456 2009-10-27  Eric Blake  <ebb9@byu.net>
9457
9458         fseek: avoid compilation failure when fflush is replaced
9459         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9460         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9461         module is in use.
9462         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9463         module is not in use; since REPLACE_FSEEK worked otherwise.
9464         (GNULIB_FTELLO): Likewise for ftell.
9465         Reported by Ian Beckwith and others.
9466
9467 2009-10-27  Bruno Haible  <bruno@clisp.org>
9468
9469         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9470         Reported by Jim Meyering.
9471
9472 2009-10-27  Jim Meyering  <jim@meyering.net>
9473             Bruno Haible  <bruno@clisp.org>
9474
9475         Avoid warning despite dropping the return value of fwrite.
9476         * lib/unicodeio.c: Include ignore-value.h.
9477         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9478         * modules/unicodeio (Depends-on): Add ignore-value.
9479
9480 2009-10-26  Eric Blake  <ebb9@byu.net>
9481
9482         areadlinkat: fix fallback path
9483         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9484         pointer and zero.
9485
9486 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9487
9488         Use a better IO block size for modern systems
9489         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9490         * lib/md2.c: Likewise.
9491         * lib/md4.c: Likewise.
9492         * lib/md5.c: Likewise.
9493         * lib/sha1.c: Likewise.
9494         * lib/sha256.c: Likewise.
9495         * lib/sha512.c: Likewise.
9496
9497 2009-10-22  Eric Blake  <ebb9@byu.net>
9498
9499         tests: avoid several compiler warnings
9500         * tests/test-getcwd.c (main): Avoid buffer underflow.
9501         * tests/test-getdate.c (main): String literals are not safe with
9502         putenv, so use setenv.  Declare unused argument.
9503         * modules/getdate-tests (Depends-on): Add setenv.
9504         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9505         problems with string literals in char *.
9506         * tests/test-hash.c (main): Avoid shadowing declaration.
9507         (insert_new): Treat string literals as char const *.
9508         * tests/test-getopt.h (test_getopt): Likewise.
9509         (getopt_loop): Alter types to minimize casting elsewhere.
9510         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9511         (test_getopt_long_posix): Likewise.
9512         (do_getopt_long): Add wrapper to minimize casting.
9513         * tests/test-atexit.c (clear_temp_file): Use void.
9514         * tests/test-areadlink-with-size.c (main): Declare unused
9515         arguments.
9516         * tests/test-areadlink.c (main): Likewise.
9517         * tests/test-areadlinkat-with-size.c (main): Likewise.
9518         * tests/test-areadlinkat.c (main): Likewise.
9519         * tests/test-canonicalize-lgpl.c (main): Likewise.
9520         * tests/test-canonicalize.c (main): Likewise.
9521         * tests/test-dirent-safer.c (main): Likewise.
9522         * tests/test-dirname.c (main): Likewise.
9523         * tests/test-dup2.c (main): Likewise.
9524         * tests/test-fchdir.c (main): Likewise.
9525         * tests/test-fcntl-h.c (main): Likewise.
9526         * tests/test-fcntl-safer.c (main): Likewise.
9527         * tests/test-fdopendir.c (main): Likewise.
9528         * tests/test-fdutimensat.c (main): Likewise.
9529         * tests/test-fflush.c (main): Likewise.
9530         * tests/test-filenamecat.c (main): Likewise.
9531         * tests/test-filevercmp.c (main): Likewise.
9532         * tests/test-fopen-safer.c (main): Likewise.
9533         * tests/test-fopen.c (main): Likewise.
9534         * tests/test-fpending.c (main): Likewise.
9535         * tests/test-fpurge.c (main): Likewise.
9536         * tests/test-freading.c (main): Likewise.
9537         * tests/test-fstatat.c (main): Likewise.
9538         * tests/test-fsync.c (main): Likewise.
9539         * tests/test-futimens.c (main): Likewise.
9540         * tests/test-getndelim2.c (main): Likewise.
9541         * tests/test-gettimeofday.c (main): Likewise.
9542         * tests/test-getopt.c (main): Likewise.
9543         * tests/test-i-ring.c (main): Likewise.
9544         * tests/test-inttypes.c (main): Likewise.
9545         * tests/test-link.c (main): Likewise.
9546         * tests/test-lstat.c (main): Likewise.
9547         * tests/test-math.c (main): Likewise.
9548         * tests/test-md5.c (main): Likewise.
9549         * tests/test-memchr2.c (main): Likewise.
9550         * tests/test-memrchr.c (main): Likewise.
9551         * tests/test-mkdir.c (main): Likewise.
9552         * tests/test-mkdirat.c (main): Likewise.
9553         * tests/test-mkfifoat.c (main): Likewise.
9554         * tests/test-open.c (main): Likewise.
9555         * tests/test-openat-safer.c (main): Likewise.
9556         * tests/test-openat.c (main): Likewise.
9557         * tests/test-quotearg.c (main): Likewise.
9558         * tests/test-rawmemchr.c (main): Likewise.
9559         * tests/test-readlink.c (main): Likewise.
9560         * tests/test-remove.c (main): Likewise.
9561         * tests/test-rename.c (main): Likewise.
9562         * tests/test-renameat.c (main): Likewise.
9563         * tests/test-rmdir.c (main): Likewise.
9564         * tests/test-sha1.c (main): Likewise.
9565         * tests/test-signal.c (main): Likewise.
9566         * tests/test-sigaction.c (main): Likewise.
9567         * tests/test-stat.c (main): Likewise.
9568         * tests/test-stat-time.c (main): Likewise.
9569         * tests/test-stddef.c (main): Likewise.
9570         * tests/test-stdint.c (main): Likewise.
9571         * tests/test-stdio.c (main): Likewise.
9572         * tests/test-stdlib.c (main): Likewise.
9573         * tests/test-strchrnul.c (main): Likewise.
9574         * tests/test-strerror.c (main): Likewise.
9575         * tests/test-string.c (main): Likewise.
9576         * tests/test-strtod.c (main): Likewise.
9577         * tests/test-strverscmp.c (main): Likewise.
9578         * tests/test-symlink.c (main): Likewise.
9579         * tests/test-symlinkat.c (main): Likewise.
9580         * tests/test-sys_stat.c (main): Likewise.
9581         * tests/test-sys_time.c (main): Likewise.
9582         * tests/test-time.c (main): Likewise.
9583         * tests/test-unistd.c (main): Likewise.
9584         * tests/test-unlink.c (main): Likewise.
9585         * tests/test-unlinkat.c (main): Likewise.
9586         * tests/test-utimens.c (main): Likewise.
9587         * tests/test-utimensat.c (main): Likewise.
9588         * tests/test-version-etc.c (main): Likewise.
9589         * tests/test-wchar.c (main): Likewise.
9590         * tests/test-wctype.c (main): Likewise.
9591         * tests/test-xprintf-posix.c (main): Likewise.
9592         * tests/test-posixtm.c (main): Likewise.
9593         (STREQ): Delete unused macro.
9594         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9595         shadowed variables.
9596         * tests/test-memchr.c (main): Likewise.
9597
9598 2009-10-21  Eric Blake  <ebb9@byu.net>
9599
9600         areadlinkat: avoid failure on older glibc
9601         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9602         rather than mis-comparing 0 against FUNC_RESULT of char*.
9603
9604 2009-10-21  Bruno Haible  <bruno@clisp.org>
9605
9606         * modules/stpncpy (License): Relicense under LGPLv2+.
9607         Reported by David Lutterkort <lutter@redhat.com>.
9608
9609 2009-10-20  Eric Blake  <ebb9@byu.net>
9610
9611         utimensat: work around Solaris 9 bug
9612         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9613         has trailing slash bugs.
9614         * tests/test-lutimens.h (test_lutimens): Enhance test.
9615         * tests/test-utimens.h (test_utimens): Likewise.
9616         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9617         * doc/posix-functions/utimes.texi (utimes): Likewise.
9618         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9619         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9620         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9621         * doc/posix-functions/futimens.texi (futimens): Likewise.
9622
9623         fdutimensat: new module
9624         * modules/fdutimensat: New file.
9625         * lib/fdutimensat.c (fdutimensat): Likewise.
9626         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9627         * MODULES.html.sh (File system functions): Mention module.
9628         * modules/fdutimensat-tests: New test.
9629         * tests/test-fdutimensat.c: Likewise.
9630
9631         doc: regenerate INSTALL
9632         * doc/INSTALL: Reflect recent autoconf update.
9633         * doc/INSTALL.ISO: Likewise.
9634         * doc/INSTALL.UTF-8: Likewise.
9635
9636 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9637
9638         acl: warn if ACL support is not detected
9639         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9640
9641 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9642
9643         * lib/nproc.h: Add extern "C" block for C++.
9644
9645 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9646             Bruno Haible  <bruno@clisp.org>
9647
9648         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9649         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9650         * doc/posix-functions/isalpha.texi: Likewise.
9651         * doc/posix-functions/isblank.texi: Likewise.
9652         * doc/posix-functions/iscntrl.texi: Likewise.
9653         * doc/posix-functions/isdigit.texi: Likewise.
9654         * doc/posix-functions/isgraph.texi: Likewise.
9655         * doc/posix-functions/islower.texi: Likewise.
9656         * doc/posix-functions/isprint.texi: Likewise.
9657         * doc/posix-functions/ispunct.texi: Likewise.
9658         * doc/posix-functions/isspace.texi: Likewise.
9659         * doc/posix-functions/isupper.texi: Likewise.
9660         * doc/posix-functions/isxdigit.texi: Likewise.
9661
9662 2009-10-18  Bruno Haible  <bruno@clisp.org>
9663
9664         Tests for module 'isblank'.
9665         * modules/isblank-tests: New file.
9666         * tests/test-isblank.c: New file.
9667
9668         New module 'isblank'.
9669         * lib/isblank.c: New file.
9670         * m4/isblank.m4: New file.
9671         * modules/isblank: New file.
9672         * doc/posix-functions/isblank.texi: Mention the new module.
9673
9674 2009-10-18  Bruno Haible  <bruno@clisp.org>
9675
9676         New module 'ctype'.
9677         * lib/ctype.in.h: New file.
9678         * m4/ctype.m4: New file.
9679         * modules/ctype: New file.
9680         * doc/posix-headers/ctype.texi: Mention the new module.
9681
9682 2009-10-18  Jim Meyering  <meyering@redhat.com>
9683
9684         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9685         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9686         right after its initialization, rather than farther down.
9687         Keeping these in close proximity makes it easier to ensure
9688         that each such variable is initialized.  E.g.,
9689
9690             LIB_CLOCK_GETTIME=
9691             AC_SUBST([LIB_CLOCK_GETTIME])
9692
9693         This change also increments these serial numbers.
9694         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9695         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9696         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9697
9698 2009-10-18  Bruno Haible  <bruno@clisp.org>
9699
9700         Don't let environment variables perturb build.
9701         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9702         (gl_PREREQ_GETHRXTIME): ... not here.
9703
9704 2009-10-18  Bruno Haible  <bruno@clisp.org>
9705
9706         Avoid symlink attack in localcharset module.
9707         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9708         (O_NOFOLLOW): Define fallback.
9709         (get_charset_aliases): Don't open the file if it is a symbolic link.
9710         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9711         gl_FCNTL_H.
9712         (gl_FCNTL_H): Require it.
9713         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9714         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9715         Reported by Fergal Glynn <fglynn@veracode.com>.
9716
9717 2009-10-18  Bruno Haible  <bruno@clisp.org>
9718
9719         Implement nproc for mingw.
9720         * lib/nproc.c: Include <windows.h>
9721         (num_processors): On native Windows platforms, try GetSystemInfo.
9722
9723 2009-10-18  Bruno Haible  <bruno@clisp.org>
9724
9725         Implement nproc for IRIX.
9726         * lib/nproc.c: Include <sys/sysmp.h>.
9727         (num_processors): On IRIX systems, try sysmp.
9728         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9729
9730 2009-10-18  Bruno Haible  <bruno@clisp.org>
9731
9732         Implement nproc for HP-UX.
9733         * lib/nproc.c: Include <sys/pstat.h>
9734         (num_processors): On HP-UX systems, try pstat_getdynamic.
9735         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9736         pstat_getdynamic.
9737
9738 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9739             Bruno Haible  <bruno@clisp.org>
9740
9741         Implement nproc for NetBSD, OpenBSD.
9742         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9743         (ARRAY_SIZE): New macro.
9744         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9745         * m4/nproc.m4: New file.
9746         * modules/nproc (Files): Add m4/nproc.m4.
9747         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9748         (Makefile.am): Instead, augment lib_SOURCES.
9749
9750 2009-10-18  Bruno Haible  <bruno@clisp.org>
9751
9752         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9753         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9754         sys/param.h.
9755
9756 2009-10-16  Eric Blake  <ebb9@byu.net>
9757
9758         utimensat: new module
9759         * modules/utimensat: New file.
9760         * lib/utimensat.c (utimensat): Likewise.
9761         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9762         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9763         so we can work around Linux bugs.
9764         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9765         * modules/sys_stat (Makefile.am): Substitute them.
9766         * lib/sys_stat.in.h (utimensat): Declare it.
9767         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9768         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9769         * modules/utimensat-tests: New test.
9770         * tests/test-utimensat.c: Likewise.
9771
9772         utimens: let lutimens work on non-symlinks
9773         * lib/utimens.c (lutimens): Fall back to utimens rather than
9774         failing with ENOSYS, when file is not a symlink.
9775         (utimens): Reduce redirection.
9776         * tests/test-lutimens.h (test_lutimens): Update test to cover
9777         non-symlinks.
9778         * tests/test-utimens.h (test_utimens): Update test to cover
9779         symlinks.
9780         * tests/test-utimens.c (main): Update caller.
9781
9782         utimens: cache whether utimensat syscall works
9783         * lib/utimens.c (utimensat_works_really): New cache variable.
9784         (fdutimens, lutimens): Use it to avoid failing syscall.
9785
9786         test-stat-time, test-utimens: improve portability
9787         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9788         ext4 on alpha, and for cygwin.
9789         * tests/test-utimens-common.h: New file.
9790         (nap): Factor delays into single function.
9791         * tests/test-lutimens.h (test_lutimens): Use new header.
9792         * tests/test-futimens.h (test_futimens): Likewise.
9793         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9794         timestamps to occur from same machine, as was done previously for
9795         test_utimens.
9796         * modules/utimens-tests (Files): Ship new file.
9797         * modules/futimens-tests (Files): Likewise.
9798         Reported in part by Jim Meyering.
9799
9800         sys_stat: sort replacement declarations
9801         * lib/sys_stat.in.h: Sort declarations.
9802         * lib/futimens.c (futimens): Fix typo.
9803
9804 2009-10-15  Jim Meyering  <meyering@redhat.com>
9805
9806         don't let environment settings perturb build
9807         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9808         could cause a configure-time and/or build-time malfunction.
9809         Typically, a configure-time function-in-library test is performed
9810         via code like this:
9811
9812           LIB_VAR=
9813           AC_SUBST([LIB_VAR])
9814           prefix_saved_LIBS=$LIBS
9815             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9816                        [test "$ac_cv_search_FUNC" = "none required" ||
9817                         LIB_VAR=$ac_cv_search_FUNC])
9818           LIBS=$prefix_saved_LIBS
9819
9820         However, in each of the files affected by this change, the LIB_VAR=
9821         initialization was omitted.  Thus, when set in the environment, its
9822         value would propagate into generated Makefiles when FUNC is not found
9823         in LIB_NAME.
9824         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9825         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9826         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9827
9828 2009-10-14  Eric Blake  <ebb9@byu.net>
9829
9830         fchdir: avoid infinite recursion in mingw
9831         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9832         recursing.
9833
9834         test-stat-time: port to mingw
9835         * tests/test-stat-time.c (force_unlink): Return a value.
9836         (test_ctime) [W32]: Fix compilation error.
9837         (nap): Don't call usleep with too large an argument.  Use
9838         force_unlink.
9839         * doc/pastposix-functions/usleep.texi (usleep): Document the
9840         portability issue.
9841
9842 2009-10-13  Jim Meyering  <meyering@redhat.com>
9843
9844         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9845         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9846         * modules/pipe-filter-ii: Likewise.
9847         * modules/sys_socket-tests: Likewise.
9848         * modules/tsearch-tests: Likewise.
9849         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9850         (check): Depend on it.
9851
9852 2009-10-12  Eric Blake  <ebb9@byu.net>
9853
9854         utimens-tests: port to NFS file systems
9855         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9856         comparisons to avoid spurious failures from timestamp drift
9857         between NFS machines.
9858
9859 2009-10-12  Eric Blake  <ebb9@byu.net>
9860
9861         stat-time-tests: minor cleanups
9862         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9863         * tests/test-stat-time.c (nap): Separate assignment from call.
9864         Suggested by Paolo Bonzini and Bruno Haible.
9865
9866         sys_stat: guarantee struct timespec
9867         * lib/sys_stat.in.h (includes): Always include <time.h>
9868         * modules/sys_stat (Depends-on): Add time.
9869         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9870         mode_t permission values.
9871         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9872         get at subsecond timestamps.
9873
9874 2009-10-10  Eric Blake  <ebb9@byu.net>
9875
9876         futimens: new module
9877         * modules/futimens: New file.
9878         * lib/futimens.c (futimens): Likewise.
9879         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9880         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9881         we can work around Linux bugs.
9882         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9883         * modules/sys_stat (Makefile.am): Substitute them.
9884         * lib/sys_stat.in.h (futimens): Declare it.
9885         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9886         * doc/posix-functions/futimens.texi (futimens): Likewise.
9887         * modules/futimens-tests: New test.
9888         * tests/test-futimens.c: Likewise.
9889
9890         utimens: introduce fdutimens
9891         * lib/utimens.h (fdutimens): New prototype.
9892         * lib/utimens.c (gl_futimens): Move guts...
9893         (fdutimens): ...to new interface.
9894         * tests/test-utimens.c (do_fdutimens): Use it.
9895
9896         utimens: add UTIME_NOW and UTIME_OMIT support
9897         * lib/utimens.c (validate_timespec, update_timespec): New helper
9898         functions.
9899         (gl_futimens, lutimens): Use them.
9900         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9901         stdbool, sys_stat.
9902         (Link): Mention resulting library dependency.
9903         * modules/utimecmp (Link): Likewise.
9904         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9905         (Makefile.am): Pick up library dependency.
9906         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9907         definition.
9908         * tests/test-sys_stat.c: Test the definitions.
9909         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9910         * NEWS: Document library dependency.
9911
9912         utimecmp: support symlink timestamps
9913         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9914         hashing when possible.  Use pathconf when available.
9915         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9916         * modules/utimecmp (Depends-on): Add lstat.
9917
9918         utimens: add lutimens interface
9919         * lib/utimens.c (lutimens): New function.
9920         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9921         * lib/utimens.h (lutimens): Declare new interface.
9922         * tests/test-utimens.c (main): Enhance test.
9923         * tests/test-lutimens.h (test_lutimens): New file.
9924         * modules/utimens-tests (Files): Distribute it.
9925         (Depends-on): Add symlink.
9926         (configure.ac): Check for usleep.
9927
9928         utimens: validate futimens usage
9929         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9930         fewer syscalls on failure later on.  Avoid compiler warning on
9931         mingw.
9932         * modules/utimens (Depends-on): Add dup2.
9933
9934         utimens: add test
9935         * modules/utimens-tests: New test.
9936         * tests/test-utimens.h: New file.
9937         * tests/test-futimens.h: Likewise.
9938         * tests/test-utimens.c: Likewise.
9939
9940         doc: mention timestamp portability issues
9941         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9942         instead.
9943         * doc/posix-functions/utime.texi (utime): Likewise.
9944         * doc/posix-functions/utimes.texi (utimes): Likewise.
9945         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9946         instead.
9947         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9948         module.
9949         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9950         Mention weakness with symlink timestamps.
9951         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9952         to utimensat/futimens instead.
9953         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9954
9955         test-dup2: enhance test
9956         * tests/test-dup2.c (main): Also check AT_FDCWD.
9957
9958         test-stat-time: avoid more spurious failures
9959         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9960         xfs; and avoid race if the two timestamps cross quantization edge.
9961
9962         relocatable: prefer 'file system' over 'filesystem'
9963         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9964         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9965         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9966         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9967         * lib/relocatable.c (compute_curr_prefix): Likewise.
9968
9969 2009-10-10  Jim Meyering  <meyering@redhat.com>
9970
9971         stat-time-tests: check for the usleep function
9972         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9973
9974 2009-10-10  Bruno Haible  <bruno@clisp.org>
9975
9976         * modules/xnanosleep: Put the Link section after the Include section.
9977
9978 2009-10-09  Eric Blake  <ebb9@byu.net>
9979
9980         dup2: work around FreeBSD 6.1 bug
9981         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9982         * doc/posix-functions/dup2.texi (dup2): Document it.
9983         Reported by Nelson H. F. Beebe and Jim Meyering.
9984
9985         test-stat-time: port to buggy NFS clients
9986         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9987         (test_ctime): Also skip test if mtime and ctime are skewed.
9988
9989         maint: prefer 'file system' over 'filesystem'
9990         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9991         * doc/posix-functions/lstat.texi (lstat): Likewise.
9992         * lib/file-has-acl.c (file_has_acl): Likewise.
9993         * lib/fwriteerror.c [TEST]: Likewise.
9994         * tests/test-areadlink.h (test_areadlink): Likewise.
9995         * tests/test-areadlinkat-with-size.c (main): Likewise.
9996         * tests/test-areadlinkat.c (main): Likewise.
9997         * tests/test-canonicalize-lgpl.c (main): Likewise.
9998         * tests/test-canonicalize.c (main): Likewise.
9999         * tests/test-fstatat.c (main): Likewise.
10000         * tests/test-linkat.c (main): Likewise.
10001         * tests/test-lstat.h (test_lstat_func): Likewise.
10002         * tests/test-mkdir.h (test_mkdir): Likewise.
10003         * tests/test-readlink.h (test_readlink): Likewise.
10004         * tests/test-remove.c (main): Likewise.
10005         * tests/test-rename.h (test_rename): Likewise.
10006         * tests/test-renameat.c (main): Likewise.
10007         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10008         * tests/test-symlink.h (test_symlink): Likewise.
10009         * tests/test-symlinkat.c (main): Likewise.
10010         * tests/test-unlink.h (test_unlink_func): Likewise.
10011         * tests/test-unlinkat.c (main): Likewise.
10012
10013         maint: make realtime library usage explicit
10014         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10015         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10016         * modules/settime (Link): Likewise.
10017         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10018
10019         test-stat-time: speed up execution
10020         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10021         warning on mingw.
10022         (nap): New helper function.
10023         (prepare_test): Use it to reduce sleep time.
10024         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10025         execution.
10026         * modules/stat-time-tests (configure.ac): Check for usleep.
10027
10028 2009-10-09  Jim Meyering  <meyering@redhat.com>
10029
10030         selinux-h: always use getfilecon wrappers
10031         * lib/getfilecon.c: New file.
10032         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10033         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10034         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10035         (fgetfilecon): Provide a stub.
10036         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10037         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10038         file unconditionally.
10039         When <selinux/selinux.h> is found, arrange to use wrappers.
10040         * modules/selinux-h (Files): Add getfilecon.c.
10041         (Makefile.am): Substitute include-next-related bits
10042         into the now-always-generated selinux/selinux.h file.
10043         * doc/glibc-functions/lgetfilecon.texi: New file.
10044         * doc/glibc-functions/fgetfilecon.texi: New file.
10045         * doc/glibc-functions/getfilecon.texi: New file.
10046         * doc/glibc-functions/getfilecon-desc.texi: New file.
10047         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10048         which to pull in the new files.
10049         * MODULES.html.sh (Misc): Add selinux-h.
10050
10051 2009-10-08  Jim Meyering  <meyering@redhat.com>
10052
10053         unistd: fix comment typo
10054         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10055
10056 2009-10-08  Eric Blake  <ebb9@byu.net>
10057
10058         areadlink: use SIZE_MAX consistently
10059         * modules/areadlink (Depends-on): Add stdint.
10060         * modules/areadlink-with-size (Depends-on): Likewise.
10061         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10062         gives NULL; drop sys/types, since unistd gives size_t; and add
10063         stdint for SIZE_MAX.
10064         (SIZE_MAX): Rely on headers.
10065         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10066         and add stdint.
10067         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10068         (SIZE_MAX): Likewise.
10069         (INITIAL_BUF_SIZE): Turn into enum.
10070         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10071
10072 2009-10-08  Jim Meyering  <meyering@redhat.com>
10073
10074         areadlinkat: avoid compilation failure
10075         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10076         Fix typo in comment.
10077
10078 2009-10-07  Eric Blake  <ebb9@byu.net>
10079
10080         areadlinkat-with-size: new module
10081         * modules/areadlinkat-with-size: New module.
10082         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10083         * lib/areadlink.h (areadlinkat): Declare it.
10084         * MODULES.html.sh (File system functions): Mention it.
10085         * modules/areadlinkat-with-size-tests: New test.
10086         * tests/test-areadlinkat-with-size.c: New file.
10087
10088         xreadlinkat: new module
10089         * modules/xreadlinkat: New module.
10090         * lib/xreadlinkat.c (xreadlinkat): New file.
10091         * lib/xreadlink.h (xreadlinkat): Declare it.
10092         * MODULES.html.sh (File system functions): Mention it.
10093
10094         areadlinkat: new module
10095         * lib/at-func.c (FUNC_FAIL): New define.
10096         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10097         * modules/areadlinkat: New module.
10098         * lib/linkat.c (areadlinkat): Move...
10099         * lib/areadlinkat.c (areadlinkat): ...to new file.
10100         * lib/areadlink.h (areadlinkat): Declare it.
10101         * modules/linkat (Depends-on): Add areadlinkat.
10102         * MODULES.html.sh (File system functions): Mention it.
10103         * modules/areadlinkat-tests: New test.
10104         * tests/test-areadlinkat.c: New file.
10105
10106         areadlink, areadlink-with-size: add tests
10107         * modules/areadlink-tests: New test.
10108         * modules/areadlink-with-size-tests: Likewise.
10109         * tests/test-areadlink.h: New file.
10110         * tests/test-areadlink.c: Likewise.
10111         * tests/test-areadlink-with-size.c: Likewise.
10112
10113         maint: minor cleanups
10114         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10115         _UNUSED_PARAMETER_ instead.
10116         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10117         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10118         * modules/linkat-tests (Files): Distribute test-link.h.
10119
10120         openat, utimens: whitespace cleanup
10121         * lib/openat.c: Prefer space throughout, rather than mix of 8
10122         spaces vs. tabs.
10123         * lib/at-func.c: Likewise.
10124         * lib/utimens.c: Likewise.
10125
10126         openat: avoid using wrong fd
10127         * lib/openat.c (openat_permissive): Reject user's fd if saving the
10128         working directory chooses same fd.
10129         * lib/at-func.c (AT_FUNC_NAME): Likewise.
10130
10131         mkdir, mkdirat: fix cygwin 1.5.x bug
10132         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
10133         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
10134         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
10135         bug.
10136         (gl_PREREQ_MKDIR): Delete unused macro.
10137         * modules/mkdir (Files): Track file rename.
10138         (configure.ac): Update macro name.
10139         * modules/openat (Depends-on): Add mkdir.
10140         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
10141
10142         mkdir, mkdirat: add tests
10143         * modules/mkdir-tests: New test.
10144         * tests/test-mkdir.h: New file.
10145         * tests/test-mkdir.c: Likewise.
10146         * tests/test-mkdirat.c: Likewise.
10147         * modules/openat-tests (Files): Add new files.
10148         (Makefile.am): Run new test.
10149
10150 2009-10-06  Eric Blake  <ebb9@byu.net>
10151
10152         doc: tweak *at function documentation
10153         * doc/posix-functions/faccessat.texi (faccessat): Mention
10154         known issue with replacement.
10155         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
10156         * doc/posix-functions/linkat.texi (linkat): Likewise.
10157         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10158         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10159         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10160         * doc/posix-functions/renameat.texi (renameat): Likewise.
10161         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10162
10163         openat: fix GNU/Hurd bug in unlinkat
10164         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
10165         broken.
10166         * doc/posix-functions/unlink.texi (unlink): Document this.
10167         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
10168
10169         fdopendir: fix GNU/Hurd bug
10170         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
10171         allowing non-directory fds.
10172         * lib/fdopendir.c (rpl_fdopendir): Work around it.
10173         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10174         * modules/dirent (Makefile.am): Substitute it.
10175         * lib/dirent.in.h (fdopendir): Declare replacement.
10176         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
10177         * tests/test-fdopendir.c (main): Test something other than
10178         /dev/null, since on Hurd that behaves like a directory.
10179
10180         test-symlink: port to GNU/Hurd
10181         * tests/test-symlink.h (test_symlink): Relax expected errno.
10182
10183         doc: tweak more cygwin information
10184         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
10185         now compatible with glibc.
10186         * doc/posix-functions/getopt.texi (getopt): Likewise.
10187
10188         getopt-gnu: add another test
10189         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
10190         guarantee behavior relied on by m4.
10191         * tests/test-getopt.c (main): Use it.
10192         * modules/getopt-posix-tests (Depends-on): Add setenv.
10193         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
10194
10195         getopt: fix compilation on darwin
10196         * lib/getopt.in.h (includes): Leave breadcrumbs during system
10197         include.
10198         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
10199         Reported by Ludovic Courtès.
10200
10201 2009-10-06  Bruno Haible  <bruno@clisp.org>
10202
10203         * modules/size_max (Description): Discourage its use.
10204         Reported by Simon Josefsson.
10205
10206 2009-10-06  Jim Meyering  <meyering@redhat.com>
10207
10208         linkat: avoid compilation failure
10209         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
10210
10211 2009-10-05  Eric Blake  <ebb9@byu.net>
10212
10213         linkat: support Linux 2.6.17
10214         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
10215         linkat on Linux, but allow cache variable override.
10216         * lib/linkat.c (rpl_linkat): Define override.
10217         * modules/linkat (Depends-on): Add symlinkat.
10218         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
10219         * modules/unistd (Makefile.am): Substitute it.
10220         * lib/unistd.in.h (linkat): Declare replacement.
10221         Reported by Pádraig Brady.
10222
10223         quotearg: port test to systems with C.UTF-8 locale
10224         * tests/test-quotearg.c (struct result_strings): Add another
10225         member, differentiating between C.ASCII and C.UTF-8 handling.
10226         (compare_strings): Add parameter.
10227         (main): Adjust all callers.
10228
10229         getopt: avoid clash with FreeBSD _getopt_internal
10230         * lib/getopt.in.h (_getopt_internal): Override the name.
10231         * lib/getopt_int.h (includes): Pick up any overrides.
10232         Reported by Reuben Thomas.
10233
10234         hash: allow C89 compilation
10235         * lib/hash.c (check_tuning): Move declaration before statement.
10236         Reported by Reuben Thomas.
10237
10238 2009-10-05  Karl Berry  <karl@gnu.org>
10239
10240         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
10241
10242 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
10243             Bruno Haible  <bruno@clisp.org>
10244
10245         * lib/uname.c (uname): Use a table-driven algorithm to compute
10246         Windows NT versions.
10247
10248 2009-10-04  Bruno Haible  <bruno@clisp.org>
10249
10250         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
10251         program_invocation_short_name.
10252         * modules/progname (configure.ac): Test for presence of
10253         program_invocation_short_name.
10254         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10255
10256 2009-10-04  Bruno Haible  <bruno@clisp.org>
10257
10258         * lib/progname.c (set_program_name): Fix comment.
10259         Reported by Jim Meyering.
10260
10261 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10262             Bruno Haible  <bruno@clisp.org>
10263
10264         * lib/uname.c: Include <string.h>.
10265         (uname): Do only one call to GetVersionEx in the common case.
10266
10267 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10268             Bruno Haible  <bruno@clisp.org>
10269
10270         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
10271         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
10272         (uname): Add support for Windows CE and various non-x86 CPU types.
10273
10274 2009-10-03  Bruno Haible  <bruno@clisp.org>
10275
10276         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10277         invocation to tests/configure.ac.
10278         Reported by Ian Beckwith <ianb@erislabs.net>.
10279
10280 2009-10-02  Eric Blake  <ebb9@byu.net>
10281
10282         fchdir: avoid compiler warning
10283         * lib/fchdir.c (canonicalize_file_name)
10284         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10285
10286         test-open: support mingw errno values
10287         * tests/test-open.h (test_open): Relax test.
10288         * tests/test-fopen.h (test_fopen): Likewise.
10289         * tests/test-openat-safer.c (main): Likewise.
10290
10291         open: fix opening directory on mingw
10292         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10293
10294         test-open: on GNU/Hurd, /dev/null is a directory
10295         * tests/test-fopen.h (main): Rename...
10296         (test_fopen): ...to this.  Use a guaranteed non-directory when
10297         confirming open behavior on trailing slash.
10298         * tests/test-openat-safer.c (main): Likewise.
10299         * tests/test-open.h (main): Likewise....
10300         (test_open): ...to this.
10301         * tests/test-fopen.c (main): Adjust caller.
10302         * tests/test-fopen-safer.c (main): Likewise.
10303         * tests/test-open.c (main): Likewise.
10304         * tests/test-fcntl-safer.c (main): Likewise.
10305         Reported by Samuel Thibault.
10306
10307         rename, fchdir: don't ignore chdir failure
10308         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10309         * lib/rename.c (rpl_rename) [W32]: Likewise.
10310         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10311         an empty destination directory if source cannot be renamed,
10312         although there is still possibility for failure.
10313         * doc/posix-functions/rename.texi (rename): Document the race.
10314         Reported by Jim Meyering.
10315
10316         maint: cleanup whitespace in recent commits
10317         * lib/rename.c (rpl_rename): Remove tabs.
10318         * tests/test-link.h (test_link): Likewise.
10319         * lib/fchdir.c (get_name): Likewise.
10320         Reported by Jim Meyering.
10321
10322 2009-10-02  Ben Pfaff  <blp@gnu.org>
10323
10324         relocatable-prog-wrapper: Add missing dependency on
10325         double-slash-root.
10326         * modules/relocatable-prog-wrapper: Add dependency.
10327         Reported by Ian Beckwith <ianb@erislabs.net>.
10328
10329 2009-10-02  Eric Blake  <ebb9@byu.net>
10330
10331         renameat: fix Solaris bugs
10332         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10333         needed fixing.
10334         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10335         * modules/stdio (Makefile.am): Substitute it.
10336         * lib/stdio.in.h (renameat): Declare replacement.
10337         * lib/renameat.c (rpl_renameat): Implement fix.
10338
10339         renameat: new module
10340         * modules/renameat: New file.
10341         * lib/renameat.c (renameat): Likewise.
10342         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10343         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10344         * modules/stdio (Makefile.am): Substitute them.
10345         * lib/stdio.in.h (renameat): Declare it.
10346         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10347         * doc/posix-functions/renameat.texi (renameat): Likewise.
10348         * modules/renameat-tests: New test.
10349         * tests/test-renameat.c: Likewise.
10350
10351         rename: fix mingw bugs
10352         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10353         directory overwrite bugs.
10354
10355         rename: fix another cygwin 1.5 bug
10356         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10357         checks.
10358         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10359         unnecessary cygwin workarounds.  Also work around bug with moving
10360         full directory onto an empty one.
10361         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10362
10363         rename-dest-slash: merge into rename module
10364         * modules/rename-dest-slash (Status): Mark obsolete.
10365         (Depends-on): Add rename.
10366         (Files): Let rename do it all.
10367         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10368         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10369         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10370         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10371         * lib/rename.c (rpl_rename): Update comments.
10372
10373         rename: fix cygwin 1.5.x bugs
10374         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10375         * lib/rename.c (rpl_rename): Work around them.
10376         * modules/rename (Depends-on): Add same-inode.
10377
10378         rename: fix Solaris 10 bug
10379         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10380         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10381         was the only bug.
10382
10383         rename: fix Solaris 9 bug
10384         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10385         on non-directory.  Avoid calling exit.
10386         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10387         strdup.
10388         * modules/rename-tests (Depends-on): Drop lstat.
10389         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10390         (gl_PREREQ_RENAME): Delete unused macro.
10391
10392         rename-dest-slash: fix NetBSD bug
10393         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10394         links.
10395         * modules/rename-dest-slash (Depends-on): Add same-inode.
10396
10397         rename-tests: new test, exposes several platform bugs
10398         * modules/rename-tests: New file.
10399         * tests/test-rename.h: Likewise.
10400         * tests/test-rename.c: Likewise.
10401         * doc/posix-functions/rename.texi (rename): Improve documentation,
10402         including bugs that will eventually be fixed in gnulib.
10403
10404 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10405
10406         * lib/uname.c: Include <stdlib.h>
10407         (uname): Assume version info is available.
10408
10409 2009-10-02  Jim Meyering  <meyering@redhat.com>
10410
10411         gnu-web-doc-update: correct --help output
10412         * build-aux/gnu-web-doc-update: Make --help output relevant.
10413
10414         gnu-web-doc-update: add standard options
10415         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10416
10417         gnu-web-doc-update: New module.
10418         Use this script to automatically update the on-line web documentation
10419         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10420         * modules/gnu-web-doc-update: New file, from coreutils.
10421         * build-aux/gnu-web-doc-update: New script.
10422
10423 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10424
10425         link: LoadLibrary is not needed.
10426         * lib/link.c: Use GetModuleHandle.
10427
10428 2009-10-01  Eric Blake  <ebb9@byu.net>
10429
10430         getopt: bump serial number
10431         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10432         change.
10433
10434         tests: tighten link, rmdir, and remove tests
10435         * tests/test-link.h (includes): No need to use <config.h> here.
10436         Clean up if directory hard link was created, otherwise test for
10437         trailing '.'.
10438         * tests/test-linkat.c (main): Simplify.
10439         * tests/test-remove.c (main): Enhance test for trailing '.'.
10440         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10441
10442 2009-10-01  Jim Meyering  <meyering@redhat.com>
10443
10444         maint.mk: requiring "make major" was annoying, for a "minor" release.
10445         What is intended is "stable", to contrast with alpha and beta,
10446         so require "make stable", not "make major".
10447         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10448         (get_tool_versions): Likewise.
10449         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10450
10451 2009-09-30  Ben Pfaff  <blp@gnu.org>
10452
10453         Fix broken build of replacement for Windows tmpfile().
10454         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10455         flags argument added along with the 'mkostemp' module.
10456
10457 2009-09-28  Bruno Haible  <bruno@clisp.org>
10458
10459         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10460         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10461         to 'remove_elt'.
10462         (gl_list_remove): Update.
10463         * lib/gl_list.c (gl_list_remove): Update.
10464         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10465         to 'remove_elt'.
10466         (gl_oset_remove): Update.
10467         * lib/gl_list.c (gl_oset_remove): Update.
10468         Reported by Eric Blake.
10469
10470 2009-09-28  Eric Blake  <ebb9@byu.net>
10471
10472         doc: mention yet more cygwin 1.7 status
10473         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10474         cygwin.
10475         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10476         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10477
10478         argp: fix test failure
10479         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10480         that are not upper-case.  Pass correct range to tolower.
10481
10482 2009-09-27  Jim Meyering  <meyering@redhat.com>
10483
10484         test-yesno: work around sparc-dash here-document infelicity
10485         Without this change, the literal \177 byte in a here document
10486         would make dash 0.5.5.1-3 access uninitialized memory.
10487         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10488         Instead, use a marker, "@", and filter through tr to create the desired
10489         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10490
10491 2009-09-27  Bruno Haible  <bruno@clisp.org>
10492
10493         Disable untested support for new flavours of ACLs on AIX.
10494         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10495         progress.
10496         * lib/set-mode-acl.c (qset_acl): Likewise.
10497
10498 2008-12-07  Bruno Haible  <bruno@clisp.org>
10499
10500         Add support for new flavours of ACLs on AIX. (Untested.)
10501         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10502         (file_has_acl): Add support for newer AIX.
10503         * lib/set-mode-acl.c (qset_acl): Likewise.
10504         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10505         Rainer Tammer <tammer@tammer.net>.
10506
10507 2009-09-26  Eric Blake  <ebb9@byu.net>
10508
10509         argp: fix compilation of getopt
10510         * lib/getopt.in.h (includes): Use different guard than glibc.
10511         Reported by Sergey Poznyakoff.
10512
10513         doc: mention more cygwin 1.7 status
10514         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10515         bug.
10516         * doc/posix-functions/execl.texi (execl): Likewise.
10517         * doc/posix-functions/execle.texi (execle): Likewise.
10518         * doc/posix-functions/execlp.texi (execlp): Likewise.
10519         * doc/posix-functions/execv.texi (execv): Likewise.
10520         * doc/posix-functions/execve.texi (execve): Likewise.
10521         * doc/posix-functions/execvp.texi (execvp): Likewise.
10522         * doc/glibc-functions/canonicalize_file_name.texi
10523         (canonicalize_file_name): Cygwin 1.7 now provides this.
10524         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10525         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10526         on AT_SYMLINK_NOFOLLOW.
10527
10528 2009-09-24  Eric Blake  <ebb9@byu.net>
10529
10530         test-linkat: make test more robust
10531         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10532
10533         getopt: fix inclusion guards for cygwin
10534         * modules/getopt-posix (Depends-on): Add include-next.
10535         (Makefile.am): Substitute more items in replacement header.
10536         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10537         <getopt.h>.
10538         * lib/getopt.in.h (includes): Use split inclusion guard, and
10539         prefer <getopt.h> over include <unistd.h> when one is present.
10540         (option): Also override name of 'struct option'.
10541
10542         same-inode: revert prior change; it is not yet ready
10543         * NEWS: Undo mention of this change.
10544         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10545         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10546         * lib/cycle-check.c (cycle_check): Likewise.
10547         * lib/same.c (same_name): Likewise.
10548         * lib/at-func2.c (at_func2): Likewise.
10549
10550 2009-09-23  Eric Blake  <ebb9@byu.net>
10551
10552         linkat: new module
10553         * modules/linkat: New file.
10554         * lib/at-func2.c (at_func2): Likewise.
10555         * lib/linkat.c (linkat): Likewise.
10556         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10557         * lib/openat-priv.h (at_func2): Add declaration.
10558         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10559         * modules/unistd (Makefile.am): Substitute them.
10560         * lib/unistd.in.h (linkat): Declare it.
10561         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10562         * doc/posix-functions/linkat.texi (linkat): Likewise.
10563         * doc/posix-functions/link.texi (link): Tweak wording.
10564         * tests/test-link.c (main): Move guts...
10565         * tests/test-link.h (test_link): ...into new file.
10566         * modules/linkat-tests: New test.
10567         * tests/test-linkat.c: Likewise.
10568         * modules/link-tests (Files): Ship new file.
10569         (Depends-on): Add stdbool.
10570
10571         dirname: add library-safe mdir_name
10572         * lib/dirname.h (mdir_name): New prototype.
10573         * lib/dirname.c (dir_name): Move guts...
10574         (mdir_name): ...to new function that avoids xalloc_die.
10575
10576         fchdir: another mingw fix
10577         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10578         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10579         on mingw (where it has not yet been ported), and make it optional
10580         elsewhere.
10581         (_gl_register_fd): Use it.
10582
10583         same-inode: make SAME_INODE tri-state, to port to mingw
10584         * NEWS: Mention this change.
10585         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10586         st_ino always being 0.
10587         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10588         * lib/cycle-check.c (cycle_check): Likewise.
10589         * lib/same.c (same_name): Likewise.
10590
10591         lstat: avoid mingw compilation error
10592         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10593         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10594         lstat ourselves.
10595         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10596         was adequate.
10597         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10598         the checks for lstat.
10599         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10600
10601         link: fix test failure on Solaris 9
10602         * lib/link.c (rpl_link): Don't assume link will catch bogus
10603         trailing slash on source.
10604
10605         test-symlinkat: enhance test
10606         * tests/test-readlink.c (main): Move guts...
10607         * tests/test-readlink.h (test_readlink): ...into new file.
10608         * tests/test-symlink.c (main): Move guts...
10609         * tests/test-symlink.h (test_symlink): ...into new file.
10610         * tests/test-symlinkat.c (main): Use new files for further
10611         coverage.
10612         (do_symlink, do_readlink): New helper functions.
10613         * modules/symlink-tests (Files): Ship new file.
10614         (Depends-on): Add stdbool.
10615         * modules/readlink-tests (Files): Ship new file.
10616         (Depends-on): Add stdbool.
10617         * modules/symlinkat-tests (Files): Use new files.
10618
10619 2009-09-23  Eric Blake  <ebb9@byu.net>
10620
10621         readlink: document portability issue with symlink length
10622         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10623         systems have bogus st_size on symlinks, and mention the
10624         areadlink-with-size module.
10625         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10626         * doc/posix-functions/readlink.texi (readlink): Mention the
10627         areadlink module, and ERANGE failure.
10628         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10629         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10630
10631         readlink: fix Solaris 9 bug with trailing slash
10632         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10633         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10634         * doc/posix-functions/readlink.texi (readlink): Document this.
10635         * modules/readlink-tests: New test.
10636         * tests/test-readlink.c: Likewise.
10637
10638         readlink: fix cygwin 1.5.x bug with return type
10639         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10640         * lib/unistd.in.h (readlink): Use ssize_t.
10641         * lib/readlink.c (readlink): Likewise.
10642         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10643         * modules/unistd (Makefile.am): Substitute it.
10644         * lib/unistd.in.h (readlink): Declare replacement.
10645         * doc/posix-functions/readlink.texi (readlink): Document this.
10646
10647         symlink: use throughout gnulib
10648         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10649         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10650         symlink is not used.
10651         * modules/symlinkat (Depends-on): Add symlink.
10652         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10653         * modules/canonicalize-tests (Depends-on): Likewise.
10654         * modules/lstat-tests (Depends-on): Likewise.
10655         * modules/openat-tests (Depends-on): Likewise.
10656         * modules/remove-tests (Depends-on): Likewise.
10657         * modules/rmdir-tests (Depends-on): Likewise.
10658         * modules/unlink-tests (Depends-on): Likewise.
10659         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10660         * tests/test-canonicalize.c (symlink): Likewise.
10661         * tests/test-fstatat.c (symlink): Likewise.
10662         * tests/test-lstat.c (symlink): Likewise.
10663         * tests/test-remove.c (symlink): Likewise.
10664         * tests/test-rmdir.c (symlink): Likewise.
10665         * tests/test-unlink.c (symlink): Likewise.
10666         * tests/test-unlinkat.c (symlink): Likewise.
10667
10668         symlink: new module, for Solaris 9 bug
10669         * modules/symlink: New file.
10670         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10671         * lib/symlink.c: Likewise.
10672         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10673         * modules/unistd (Makefile.am): Substitute them.
10674         * lib/unistd.in.h (symlink): Declare replacement.
10675         * MODULES.html.sh (File system functions): Mention it.
10676         * doc/posix-functions/symlink.texi (symlink): Likewise.
10677         * modules/symlink-tests: New test.
10678         * tests/test-symlink.c: Likewise.
10679
10680 2009-09-23  Bruno Haible  <bruno@clisp.org>
10681
10682         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10683         when needed.
10684         Test case: gnulib-tool --import --with-tests atexit inttypes.
10685         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10686
10687 2009-09-23  Bruno Haible  <bruno@clisp.org>
10688
10689         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10690         subcommand, not in a subshell.
10691
10692 2009-09-22  Eric Blake  <ebb9@byu.net>
10693
10694         unistd: sort replacement declarations
10695         * lib/unistd.in.h: Sort declarations.
10696
10697         open, openat: minor optimization
10698         * lib/open.c (open): If open succeeded, len is non-zero.
10699         * lib/openat.c (rpl_openat): Likewise.
10700
10701         link-follow: ensure correct result
10702         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10703         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10704         distinguish between possible failures.
10705
10706 2009-09-21  Eric Blake  <ebb9@byu.net>
10707
10708         fts: avoid compiler warning
10709         * lib/fts.c (dirent_inode_sort_may_be_useful)
10710         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10711
10712 2009-09-19  Bruno Haible  <bruno@clisp.org>
10713
10714         * lib/progreloc.c (canonicalize_file_name): New declaration.
10715
10716 2009-09-19  Eric Blake  <ebb9@byu.net>
10717
10718         link: fix quoting
10719         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10720
10721         openat: fix openat bugs on Solaris 9
10722         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10723         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10724         * modules/openat (Depends-on): Add open.
10725         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10726         * modules/fcntl-h (Makefile.am): Substitute it.
10727         * lib/fcntl.in.h (openat): Declare replacement.
10728         * doc/posix-functions/openat.texi (openat): Document this.
10729
10730         openat: move fstatat and unlinkat into correct files
10731         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10732         compiled.
10733         * lib/openat.c (fstatat, unlinkat): Move...
10734         * lib/fstatat.c (fstatat): ...into correct files.
10735         * lib/unlinkat.c (unlinkat): Likewise.
10736
10737         openat: fix unlinkat bugs on Solaris 9
10738         * lib/unlinkat.c (unlinkat): New file.
10739         * modules/openat (Depends-on): Add unlink.
10740         (Files): Distribute it.
10741         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10742         trailing slash behavior is broken.
10743         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10744         * modules/unistd (Makefile.am): Substitute it.
10745         * lib/unistd.in.h (unlinkat): Declare replacement.
10746         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10747
10748         openat: fix fstatat bugs on Solaris 9
10749         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10750         stat.
10751         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10752
10753         test-unlinkat: enhance test, to expose Solaris 9 bug
10754         * tests/test-unlink.c (main): Factor guts...
10755         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10756         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10757         * tests/test-rmdir.c (main): Adjust caller.
10758         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10759         (unlinker): New helper function.
10760         (rmdirat): Enhance check.
10761         * modules/rmdir-tests (Depends-on): Add stdbool.
10762         * modules/unlink-tests (Depends-on): Likewise.
10763         (Files): Add test-unlink.h.
10764         * modules/openat-tests (Files): Likewise.
10765         (Depends-on): Add unlinkdir.
10766
10767         test-fstatat: new test, to expose Solaris 9 bugs
10768         * tests/test-stat.c (main): Factor guts...
10769         * tests/test-stat.h (test_stat_func): ...into new file.
10770         * tests/test-lstat.c (main): Factor guts...
10771         * tests/test-lstat.h (test_lstat_func): ...into new file.
10772         * tests/test-fstatat.c: New file.
10773         * modules/stat-tests (Files): Add test-stat.h.
10774         * modules/lstat-tests (Files): Add test-lstat.h.
10775         (Depends-on): Add stdbool.
10776         * modules/openat-tests (Depends-on): Add pathmax.
10777         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10778         (Makefile.am): Run new test.
10779
10780         remove: new module, for mingw and Solaris 9 bugs
10781         * modules/remove: New file.
10782         * lib/remove.c: Likewise.
10783         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10785         * modules/stdio (Makefile.am): Use them.
10786         * lib/stdio.in.h (remove): Declare replacement.
10787         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10788         * doc/posix-functions/remove.texi (remove): Likewise.
10789         * modules/remove-tests: New test.
10790         * tests/test-remove.c: Likewise.
10791
10792         unlink: new module, for Solaris 9 bug
10793         * modules/unlink: New file.
10794         * lib/unlink.c: Likewise.
10795         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10796         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10797         * modules/unistd (Makefile.am): Use them.
10798         * lib/unistd.in.h (stat): Declare replacement.
10799         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10800         * doc/posix-functions/unlink.texi (unlink): Likewise.
10801         * modules/unlink-tests: New test.
10802         * tests/test-unlink.c: Likewise.
10803
10804         lstat: fix Solaris 9 bug
10805         * lib/lstat.c (lstat): Also check for trailing slash on
10806         non-symlink, non-directories.  Use stat module to simplify logic.
10807         * doc/posix-functions/lstat.texi (lstat): Document it.
10808         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10809         (configure.ac): Check for symlink.
10810         * tests/test-lstat.c (main): Add more tests.
10811
10812         stat: add as dependency to other modules
10813         * modules/chown (Depends-on): Add stat.
10814         * modules/euidaccess (Depends-on): Likewise.
10815         * modules/fchdir (Depends-on): Likewise.
10816         * modules/isdir (Depends-on): Likewise.
10817         * modules/link (Depends-on): Likewise.
10818         * modules/lstat (Depends-on): Likewise.
10819         * modules/mkdir-p (Depends-on): Likewise.
10820         * modules/modechange (Depends-on): Likewise.
10821         * modules/open (Depends-on): Likewise.
10822         * modules/readlink (Depends-on): Likewise.
10823         * modules/same (Depends-on): Likewise.
10824
10825         stat: fix Solaris 9 bug
10826         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10827         slash.
10828         * lib/stat.c (rpl_stat): Work around it.
10829         * doc/posix-functions/stat.texi (stat): Update documentation.
10830
10831         stat: new module, for mingw bug
10832         * modules/stat: New file.
10833         * lib/stat.c: Likewise.
10834         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10835         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10836         * modules/sys_stat (Makefile.am): Use them.
10837         * lib/sys_stat.in.h (stat): Declare replacement.
10838         * lib/openat.c (fstatat): Deal with lstat and stat being function
10839         macros.
10840         * modules/openat (Depends-on): Add inline.
10841         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10842         * doc/posix-functions/stat.texi (stat): Likewise.
10843         * modules/stat-tests: New test.
10844         * tests/test-stat.c: Likewise.
10845
10846 2009-09-19  Jim Meyering  <meyering@redhat.com>
10847
10848         syntax-check: detect unnecessary inclusion of canonicalize.h
10849         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10850
10851 2009-09-19  Eric Blake  <ebb9@byu.net>
10852
10853         canonicalize-lgpl: adjust clients to use correct header
10854         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10855         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10856         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10857         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10858         * lib/progreloc.c (includes): Likewise.
10859
10860 2009-09-19  Jim Meyering  <meyering@redhat.com>
10861
10862         test-posixtm.c: correct a comment
10863         * tests/test-posixtm.c: Correct first-line comment.
10864         Spotted by Eric Blake.
10865
10866 2009-09-16  Jim Meyering  <meyering@redhat.com>
10867
10868         posixtm-tests: make T const-correct; add a test case
10869         * tests/test-posixtm.c (T): Declare const.
10870         Add a test for -(2^31+1).
10871         Remove useless can-succeed-only-in-2002 test.
10872
10873         posixtm-tests: adjust the sole failing test
10874         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10875         expected output matches what mktime now produces.  Cross-checked via
10876         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10877
10878         posixtm: move #ifdef'd tests into a new module
10879         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10880         * tests/test-posixtm.c: ... this new file.
10881         * modules/posixtm-tests: New module.
10882
10883 2009-09-19  Eric Blake  <ebb9@byu.net>
10884
10885         openat: simplify use of at-func.c
10886         * lib/at-func.c (includes): Include prerequisites here, to
10887         simplify requirements on client files.
10888         * lib/openat-priv.h: Add double-inclusion guard.
10889         * lib/faccessat.c (includes): Simplify.
10890         * lib/fchmodat.c (includes): Likewise.
10891         * lib/fchownat.c (includes): Likewise.
10892         * lib/mkdirat.c (includes): Likewise.
10893         * lib/mkfifoat.c (includes): Likewise.
10894         * lib/symlinkat.c (includes): Likewise.
10895
10896         openat: allow return of fd 0
10897         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10898         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10899         unistd-safer.
10900         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10901         <fcntl.h>; this module does not leak fds.
10902         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10903         must be allowed to return 0, leaving openat_safer to add the
10904         safety.
10905         (openat_permissive): Avoid writing to just-opened fd 2 if
10906         restoring the current directory fails.
10907         * lib/openat-die.c (openat_restore_fail): Add comment.
10908         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10909         (save_cwd): Guarantee safe fd, but without use of open_safer.
10910         * tests/test-openat.c: New test.
10911         * modules/openat-tests (Files, Makefile.am): Distribute and build
10912         new file.
10913
10914         relocatable-prog-wrapper: fix build
10915         * modules/relocatable-prog-wrapper (Files): Update name of
10916         canonicalize m4 file, broken on 2009-09-17.
10917         Reported by emad hajjar <aleppos@hotmail.com>.
10918
10919 2009-09-19  Bruno Haible  <bruno@clisp.org>
10920
10921         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10922         * lib/safe-alloc.c: Likewise.
10923         Reported by Ian Beckwith <ianb@erislabs.net>.
10924
10925 2009-09-18  Bruno Haible  <bruno@clisp.org>
10926
10927         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10928         Reported by <erobles@sensacd.com.mx>.
10929
10930 2009-09-17  Eric Blake  <ebb9@byu.net>
10931
10932         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10933         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10934         slashes when checking if last component is missing.
10935         * tests/test-canonicalize.c (main): Test this.
10936
10937         canonicalize, canonicalize-lgpl: honor // if distinct from /
10938         * modules/canonicalize (Files): Add double-slash-root.m4.
10939         * modules/canonicalize-lgpl (Files): Likewise.
10940         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10941         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10942         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10943         fallback definition.
10944         (canonicalize_filename_mode): Use it to protect //.
10945         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10946         (__realpath): Likewise.
10947         * tests/test-canonicalize.c (main): Test this.
10948         * tests/test-canonicalize-lgpl.c (main): Likewise.
10949         * modules/canonicalize-tests (Depends-on): Add same-inode.
10950         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10951
10952         canonicalize-lgpl: fix glibc bug with trailing slash
10953         * m4/canonicalize-lgpl.m4: Move contents...
10954         * m4/canonicalize.m4: ...here.
10955         (gl_CANONICALIZE_LGPL): Factor realpath check...
10956         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10957         glibc 2.3.5 bug, fixed 2005-04-27.
10958         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10959         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10960         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10961         * modules/canonicalize-lgpl (Files): Manage file rename.
10962         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10963         * modules/stdlib (Makefile.am): Substitute witness.
10964         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10965         is needed.
10966         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10967         replacement is required.
10968         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10969         * doc/glibc-functions/canonicalize_file_name.texi
10970         (canonicalize_file_name): Document this.
10971         * doc/posix-functions/realpath.texi (realpath): Likewise.
10972
10973         canonicalize-lgpl: reject non-directory with trailing slash
10974         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10975         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10976         catches failures in glibc 2.3.5.
10977         * tests/test-canonicalize.c (main): Likewise.
10978
10979         canonicalize-lgpl: use native realpath if it works
10980         * lib/canonicalize-lgpl.c (realpath): Guard with
10981         FUNC_REALPATH_WORKS.
10982         * lib/stdlib.in.h (realpath): Make declaration optional based on
10983         HAVE_REALPATH.
10984         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10985         native realpath works.
10986         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10987         * modules/stdlib (Makefile.am): Substitute witness.
10988
10989         canonicalize, canonicalize-lgpl: use <stdlib.h>
10990         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10991         (Include): Mention <stdlib.h>.
10992         (configure.ac): Mention functions we provide.
10993         * modules/canonicalize (configure.ac): Likewise.
10994         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10995         realpath if canonicalize_file_name is missing.
10996         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10997         * modules/stdlib (Makefile.am): Substitute witnesses.
10998         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10999         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11000         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11001         * NEWS: Document this.
11002         * doc/glibc-functions/canonicalize_file_name.texi
11003         (canonicalize_file_name): Likewise.
11004         * doc/posix-functions/realpath.texi (realpath): Likewise.
11005         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11006
11007         test-canonicalize: consolidate into single C program
11008         * tests/test-canonicalize.sh: Delete; move setup into...
11009         * tests/test-canonicalize.c (main): ...the program, making it
11010         easier to run in debugger.  Add some tests.
11011         * modules/canonicalize-tests (Files): Remove unused file.
11012         (Depends-on): Add progname.
11013         (configure.ac, Makefile.am): Simplify.
11014
11015         test-canonicalize-lgpl: consolidate into single C program
11016         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11017         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11018         easier to run in debugger.  Add some tests.
11019         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11020         (configure.ac, Makefile.am): Simplify.
11021
11022         canonicalize: avoid resolvepath
11023         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11024         unnecessary checks.
11025         * lib/canonicalize.c (includes): Simplify.
11026         (canonicalize_file_name): Drop resolvepath implementation.
11027         * modules/canonicalize (Depends-on): Drop filenamecat.
11028
11029         canonicalize: don't lose errno
11030         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11031         over calls to free.
11032
11033         canonicalize: simplify errno handling
11034         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11035         assignment.
11036
11037         canonicalize, canonicalize-lgpl: update module dependencies
11038         * modules/canonicalize (Depends-on): Add extensions, lstat,
11039         pathmax, stdlib.
11040         (Files): Drop pathmax.h.
11041         (configure.ac): Adjust macro name.
11042         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11043         lstat, stdlib, sys_stat.
11044         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11045         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11046         extensions.
11047         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11048         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11049         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11050         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11051         declaration, if available.
11052         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11053         we can rely on the readlink module.
11054         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11055         (includes): Use <unistd.h> unconditionally.
11056
11057 2009-09-17  Eric Blake  <ebb9@byu.net>
11058
11059         maint: make Include sections of modules consistent
11060         * modules/alloca: Use only header name; no need to list #include.
11061         * modules/alloca-opt: Likewise.
11062         * modules/arpa_inet: Likewise.
11063         * modules/canon-host: Likewise.
11064         * modules/configmake: Likewise.
11065         * modules/dirent: Likewise.
11066         * modules/eealloc: Likewise.
11067         * modules/environ: Likewise.
11068         * modules/fchdir: Likewise.
11069         * modules/fcntl: Likewise.
11070         * modules/fcntl-h: Likewise.
11071         * modules/gethrxtime: Likewise.
11072         * modules/gettime: Likewise.
11073         * modules/ignore-value: Likewise.
11074         * modules/inet_ntop: Likewise.
11075         * modules/inet_pton: Likewise.
11076         * modules/inttypes: Likewise.
11077         * modules/isnand-nolibm: Likewise.
11078         * modules/isnanf-nolibm: Likewise.
11079         * modules/mbchar: Likewise.
11080         * modules/mbfile: Likewise.
11081         * modules/mbiter: Likewise.
11082         * modules/mbuiter: Likewise.
11083         * modules/netdb: Likewise.
11084         * modules/netinet_in: Likewise.
11085         * modules/nproc: Likewise.
11086         * modules/pagealign_alloc: Likewise.
11087         * modules/poll: Likewise.
11088         * modules/printf-frexp: Likewise.
11089         * modules/pthread: Likewise.
11090         * modules/putenv: Likewise.
11091         * modules/random_r: Likewise.
11092         * modules/relocatable-prog: Likewise.
11093         * modules/search: Likewise.
11094         * modules/select: Likewise.
11095         * modules/selinux-h: Likewise.
11096         * modules/settime: Likewise.
11097         * modules/signal: Likewise.
11098         * modules/size_max: Likewise.
11099         * modules/socklen: Likewise.
11100         * modules/ssize_t: Likewise.
11101         * modules/stdarg: Likewise.
11102         * modules/stdbool: Likewise.
11103         * modules/stddef: Likewise.
11104         * modules/stdint: Likewise.
11105         * modules/stdio: Likewise.
11106         * modules/stdlib: Likewise.
11107         * modules/string: Likewise.
11108         * modules/strings: Likewise.
11109         * modules/sys_file: Likewise.
11110         * modules/sys_ioctl: Likewise.
11111         * modules/sys_select: Likewise.
11112         * modules/sys_socket: Likewise.
11113         * modules/sys_stat: Likewise.
11114         * modules/sys_time: Likewise.
11115         * modules/sys_times: Likewise.
11116         * modules/sys_utsname: Likewise.
11117         * modules/sys_wait: Likewise.
11118         * modules/sysexits: Likewise.
11119         * modules/time: Likewise.
11120         * modules/times: Likewise.
11121         * modules/tmpfile: Likewise.
11122         * modules/trim: Likewise.
11123         * modules/unistd: Likewise.
11124         * modules/wchar: Likewise.
11125         * modules/wctype: Likewise.
11126
11127 2009-09-17  Bruno Haible  <bruno@clisp.org>
11128
11129         Make getdate.y compile on QNX and NetBSD 5 / i386.
11130         * m4/getdate.m4 (gl_GETDATE): Conditionally define
11131         TIME_T_FITS_IN_LONG_INT.
11132         * lib/getdate.y (long_time_t): New type.
11133         (relative_time): Change type of 'seconds' field to long_time_t.
11134         (get_date): Update types of local variables. Check against overflow
11135         during conversion from long_time_t to time_t.
11136         Reported by Matt Kraai <kraai@ftbfs.org>
11137         and Hasso Tepper <hasso@netbsd.org>.
11138
11139 2009-09-17  Bruno Haible  <bruno@clisp.org>
11140
11141         * modules/COPYING: Update copyright years.
11142         * modules/README: Likeiwse.
11143         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
11144         Reported by Ian Beckwith <ianb@erislabs.net>.
11145
11146 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11147
11148         * users.txt: Update references for gnuit package.
11149
11150 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11151
11152         * m4/getdelim.m4: Fix typo in copyright line.
11153
11154 2009-09-17  Bruno Haible  <bruno@clisp.org>
11155
11156         * lib/atoll.c: Use the standard header with GPL copyright.
11157         * lib/argz.in.h: Likewise.
11158         * lib/glob.c: Likewise.
11159         * lib/glob-libc.h: Likewise.
11160         * lib/random_r.c: Likewise.
11161         * lib/siglist.h: Likewise.
11162         * lib/strsignal.c: Likewise.
11163         Reported by Ian Beckwith <ianb@erislabs.net>.
11164
11165 2009-09-17  Eric Blake  <ebb9@byu.net>
11166
11167         rmdir: ensure correct dependency order
11168         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
11169
11170 2009-09-17  Bruno Haible  <bruno@clisp.org>
11171
11172         Disable assertion that fails on NetBSD 5 / i386.
11173         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
11174         Reported by Sam Steingold <sds@gnu.org>
11175         and Hasso Tepper <hasso@netbsd.org>.
11176
11177 2009-09-16  Eric Blake  <ebb9@byu.net>
11178
11179         unlinkdir: port to mingw
11180         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
11181         on which no one can unlink a directory.
11182
11183         stdlib: sort witness names
11184         * modules/stdlib (Makefile.am): Sort replacements.
11185         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11186         * lib/stdlib.in.h: Likewise.
11187
11188         parse-duration-tests: avoid link failure
11189         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
11190         LIBINTL.
11191         Reported by Tom G. Christensen.
11192
11193         openat-tests: ensure unlinkat behaves like rmdir
11194         * tests/test-rmdir.c (main): Factor guts...
11195         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
11196         * modules/rmdir-tests (Files): Ship new file.
11197         * modules/openat-tests: New test.
11198         * tests/test-unlinkat.c: Likewise.
11199
11200         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
11201         * modules/rmdir-errno (Status, Notice): Now obsolete.
11202
11203         rmdir: work around cygwin 1.5.x and mingw bugs
11204         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
11205         * lib/rmdir.c (rmdir): Work around it.
11206         * modules/rmdir (Status, Notice): No longer obsolete.
11207         (Files): Add dos.m4.
11208         (Depends-on): Add unistd.
11209         (configure.ac): Set witnesses.
11210         (License): Relax to LGPLv2+.
11211         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
11212         * modules/unistd (Makefile.am): Substitute witnesses.
11213         * lib/unistd.in.h (rmdir): Declare replacement.
11214         * doc/posix-functions/rmdir.texi (rmdir): Document this.
11215         * modules/rmdir-tests: New tests.
11216         * tests/test-rmdir.c: Likewise.
11217
11218 2009-09-15  Eric Blake  <ebb9@byu.net>
11219
11220         fchdir: improve use of replacement functions
11221         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
11222         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
11223         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
11224         REPLACE_CLOSEDIR.
11225         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
11226         * modules/sys_stat (Makefile.am): Substitute correct witness.
11227         * modules/dirent (Makefile.am): Likewise.
11228         * modules/unistd (Makefile.am): Likewise.
11229         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
11230         * lib/unistd.in.h (dup): Likewise.
11231         * lib/sys_stat.in.h (fstat): Likewise.
11232
11233         maint: ignore gnulib-tool temp files
11234         * .gitignore: Ignore files created during gnulib-tool --test.
11235
11236 2009-09-13  Jim Meyering  <meyering@redhat.com>
11237
11238         posixtm: don't reject a time that specify "60" as the number of seconds
11239         * lib/posixtm.c (posixtime): The code to reject invalid dates
11240         would also reject a time specified with the .60 suffix.
11241         But POSIX allows that, in order to accommodate leap seconds.
11242         So don't reject it.
11243         (main): Adjust tests accordingly.
11244         * modules/posixtm (Depends-on): Add stpcpy.
11245
11246 2009-09-11  Jim Meyering  <meyering@redhat.com>
11247
11248         announce-gen: include [$release_type] in emitted Subject:
11249         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
11250         e.g., [stable] in the emitted Subject: line.
11251
11252 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11253
11254         Remove obsolete macros from several modules.
11255         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
11256         obsolete Autoconf macros with their modern counterparts.
11257         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
11258         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
11259         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
11260         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11261         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
11262         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11263         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11264         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11265         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
11266         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
11267         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
11268         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
11269         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
11270         * m4/sockets.m4 (gl_SOCKETS): Likewise.
11271         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
11272         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11273         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11274         * m4/time_r.m4 (gl_TIME_R): Likewise.
11275         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11276         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11277         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11278
11279         Fix copyright header in build-aux scripts.
11280         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11281         recommendation.
11282         * build-aux/ncftpput-ftp: Likewise.
11283         * build-aux/update-copyright: Likewise.
11284
11285 2009-09-09  Eric Blake  <ebb9@byu.net>
11286
11287         test-link: allow Linux choice of errno
11288         * tests/test-link.c (main): Relax test for alternate error.
11289
11290         strndup: fix improper m4 caching
11291         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11292         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11293         (gl_PREREQ_STRNDUP): Delete.
11294         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11295         * modules/string (Makefile.am): Substitute it.
11296         * lib/string.in.h (strndup): Modernize prototype.
11297
11298         getcwd: port to mingw
11299         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11300         different from the POSIX assumptions made throughout the getcwd
11301         module; fortunately, the mingw getcwd does not need replacement.
11302         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11303         * modules/getcwd-tests: New test.
11304         * tests/test-getcwd.c: Likewise.
11305
11306         link: fix platform bugs
11307         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11308         * lib/link.c (link): Work around them.  Fix related mingw bug.
11309         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11310         * modules/unistd (Makefile.am): Substitute it.
11311         * lib/unistd.in.h (link): Declare replacement.
11312         * doc/posix-functions/link.texi (link): Document this.
11313         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11314
11315         test-link: consolidate into single C program, test more cases
11316         * tests/test-link.sh: Delete.
11317         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11318         at least Cygwin and Solaris.
11319         * modules/link-tests (Files): Remove unused file.
11320         (Depends-on): Add errno, sys_stat.
11321         (Makefile.am): Simplify.
11322
11323 2009-09-08  Bruno Haible  <bruno@clisp.org>
11324
11325         Work around towlower, towupper bug on mingw.
11326         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11327         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11328         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11329         * doc/posix-functions/towupper.texi: Likewise.
11330         Reported by Eric Blake.
11331
11332 2009-09-08  Jim Meyering  <meyering@redhat.com>
11333
11334         build: don't try to run autoheader if we don't use it
11335         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11336         is not used in configure.ac.
11337
11338 2009-09-08  Eric Blake  <ebb9@byu.net>
11339
11340         euidaccess: fix compilation error
11341         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11342
11343         rawmemchr: relax license
11344         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11345         okay.
11346         Reported by Jim Meyering.
11347
11348         mkfifoat: new module
11349         * modules/mkfifoat: New file.
11350         * lib/mkfifoat.c: Likewise.
11351         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11352         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11353         * modules/sys_stat (Makefile.am): Use them.
11354         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11355         * MODULES.html.sh (File system functions): Mention module.
11356         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11357         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11358         * modules/mkfifoat-tests: New test.
11359         * tests/test-mkfifoat.c: Likewise.
11360
11361         strchrnul: relax license
11362         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11363         okay.
11364         Reported by Jim Meyering.
11365
11366 2009-09-08  Eric Blake  <ebb9@byu.net>
11367
11368         fstatat: fix compilation on Solaris
11369         * lib/fstatat.c (includes): Add fcntl.h.
11370         Reported by Pádraig Brady.
11371
11372 2009-09-07  Eric Blake  <ebb9@byu.net>
11373
11374         rename: modernize replacement
11375         * modules/rename (Depends-on): Add stdio.
11376         (configure.ac): Declare witness.
11377         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11378         stdio take care of replacement.
11379         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11380         * modules/stdio (Makefile.am): Substitute them.
11381         * lib/stdio.in.h (rename): Declare replacement.
11382         * lib/rename.c (includes): Allow cross-compilation to non-windows
11383         machines.
11384         * doc/posix-functions/rename.texi (rename): Improve
11385         documentation.
11386
11387         stdio: sort witness names
11388         * modules/stdio (Makefile.am): Sort replacements.
11389         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11390         * lib/stdio.in.h: Likewise.
11391
11392         getcwd: minor cleanups
11393         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11394         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11395
11396         openat: provide more convenience names
11397         * modules/faccessat (configure.ac): Add C witness.
11398         * lib/unistd.in.h (readlinkat): Fix typo.
11399         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11400         convenience wrappers.
11401         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11402         wrappers in syntax checks.
11403
11404 2009-09-06  Eric Blake  <ebb9@byu.net>
11405
11406         doc: fix comments in recent patches
11407         * lib/faccessat.c: Mention correct function.
11408         * lib/fchmodat.c: Likewise.
11409         * lib/fchownat.c: Likewise.
11410         * lib/symlinkat.c: Likewise.
11411         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11412         constants.
11413
11414         faccessat, symlinkat: continue cleanup of previous patch
11415         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11416         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11417         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11418         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11419         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11420         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11421         set.
11422
11423 2009-09-06  Bruno Haible  <bruno@clisp.org>
11424
11425         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11426         (fstatat): Declare if GNULIB_FSTATAT is set.
11427         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11428         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11429         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11430         * modules/fcntl-h (Files): Remove m4/openat.m4.
11431         * modules/sys_stat (Files): Remove m4/openat.m4.
11432         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11433         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11434         * modules/unistd (Files): Remove m4/openat.m4.
11435         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11436         GNULIB_OPENAT.
11437         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11438         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11439         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11440         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11441         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11442         gl_OPENAT_DEFAULTS.
11443         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11444         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11445         Don't require gl_OPENAT_DEFAULTS.
11446         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11447         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11448         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11449         (gl_OPENAT_DEFAULTS): Remove macro.
11450
11451 2009-09-06  Bruno Haible  <bruno@clisp.org>
11452
11453         * modules/openat (configure.ac): Remove unneeded witness.
11454
11455 2009-09-06  Bruno Haible  <bruno@clisp.org>
11456
11457         Set errno to ENOSYS when a function is entirely unsupported.
11458         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11459         EOPNOTSUPP.
11460         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11461         * modules/chown (Depends-on): Remove errno.
11462
11463 2009-09-06  Bruno Haible  <bruno@clisp.org>
11464
11465         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11466
11467 2009-09-06  Bruno Haible  <bruno@clisp.org>
11468
11469         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11470
11471 2009-09-06  Ben Pfaff  <blp@gnu.org>
11472             Bruno Haible  <bruno@clisp.org>
11473
11474         Work around a glibc bug in strtok_r.
11475         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11476         Undefine if UNDEFINE_STRTOK_R is set.
11477         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11478         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11479         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11480         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11481         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11482         UNDEFINE_STRTOK_R.
11483         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11484
11485 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11486
11487         exclude: minor fix
11488         * lib/exclude.c: Include wctype.h
11489
11490 2009-09-06  Akim Demaille  <demaille@gostai.com>
11491
11492         bootstrap: improve error message
11493         * build-aux/bootstrap (find_tool): Upon failure, report the list
11494         of candidates.
11495         Honor the initial value of the envvar.
11496
11497 2009-09-05  Eric Blake  <ebb9@byu.net>
11498
11499         symlinkat: new module
11500         * modules/symlinkat: New file.
11501         * lib/symlinkat.c: Likewise.
11502         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11503         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11504         * modules/unistd (Makefile.am): Use them.
11505         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11506         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11507         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11508         * MODULES.html.sh (File system functions): Mention module.
11509         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11510         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11511         * modules/symlinkat-tests: New test.
11512         * tests/test-symlinkat.c: Likewise.
11513
11514         test-openat-safer: add more checks
11515         * tests/test-openat-safer.c (main): Check more code paths.
11516
11517 2009-09-05  Jim Meyering  <meyering@redhat.com>
11518
11519         syntax-check: detect unnecessary inclusion of openat.h
11520         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11521
11522 2009-09-05  Bruno Haible  <bruno@clisp.org>
11523
11524         Support towlower, towupper.
11525         * doc/posix-functions/towlower.texi: Mention module wctype.
11526         * doc/posix-functions/towupper.texi: Likewise.
11527         * lib/wctype.in.h (towlower, towupper): New functions.
11528         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11529         (ASSERT): New macro.
11530         (e): New variable.
11531         (main): Test also towlower, towupper. Test WEOF argument.
11532         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11533
11534 2009-09-05  Bruno Haible  <bruno@clisp.org>
11535
11536         Fix conversion behaviour when the input is invalid.
11537         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11538         mark occurring in first pass of indirect conversion.
11539         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11540         input.
11541         Found by clang's static analyzer.
11542
11543 2009-09-05  Bruno Haible  <bruno@clisp.org>
11544
11545         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11546         where direct conversion is possible.
11547
11548 2009-09-04  Eric Blake  <ebb9@byu.net>
11549
11550         openat: fail with ENOENT on empty name
11551         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11552         buffer.
11553
11554         link-follow: fix logic bug in prior patch
11555         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11556         reversed sense of yes and no in prior patch.  Avoid confusing
11557         compilation failure with desired semantics.
11558
11559         link-follow: accomodate mingw and cross-compilation
11560         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11561         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11562         cross-compilation results to -1, to make linkat easier to
11563         implement when cross-compiling.  Trivially support mingw.
11564         * modules/link-follow (configure.ac): Call new name.
11565         * NEWS: Mention this.
11566
11567 2009-09-03  Eric Blake  <ebb9@byu.net>
11568
11569         faccessat: compile replacement
11570         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11571         needed.
11572
11573         fts: fix compilation error
11574         * lib/fts.c (includes): Re-add "openat.h", for
11575         openat_needs_fchdir.
11576
11577         faccessat: new module
11578         * modules/faccessat: New file.
11579         * lib/faccessat.c: Likewise.
11580         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11581         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11582         * modules/unistd (Makefile.am): Use it.
11583         * lib/unistd.in.h (faccessat): Declare it.
11584         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11585         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11586         * MODULES.html.sh (File system functions): Mention it.
11587         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11588         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11589
11590         euidaccess: prefer POSIX over non-standard implementation
11591         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11592         * lib/euidaccess.c (euidaccess): Use it if available.
11593
11594         openat: make template easier to use
11595         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11596         AT_FUNC_F2 to be undefined.
11597         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11598         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11599         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11600         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11601         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11602         Likewise.
11603         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11604         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11605         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11606         Likewise.
11607
11608         openat: declare in POSIX headers
11609         * NEWS: Mention this.
11610         * modules/openat (configure.ac): Declare witnesses.
11611         (Depends-on): Add fcntl-h, sys_stat, unistd.
11612         (Include): Mention correct headers.
11613         * modules/fcntl-h (Depends-on): Add link-warning.
11614         (Files): Add openat.m4.
11615         (Makefile.am): Substitute witnesses.
11616         * modules/sys_stat (Files, Makefile.am): Likewise.
11617         * modules/unistd (Files, Makefile.am): Likewise.
11618         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11619         (gl_OPENAT_DEFAULTS): New macro.
11620         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11621         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11622         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11623         (SYS_STAT_H): Remove unused variable.
11624         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11625         * lib/fcntl--.h (includes): Remove unneeded header.
11626         * lib/openat-safer.c (includes): Likewise.
11627         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11628         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11629         appropriate headers.
11630         (__OPENAT_PREFIX): Delete.
11631         * lib/fcntl.in.h (openat): Provide declaration.
11632         (AT_FDCWD): Fix Solaris bug.
11633         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11634         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11635         * lib/fchmodat.c (includes):  Adjust to find declaration.
11636         * lib/fchownat.c (includes): Likewise.
11637         * lib/mkdirat.c (includes): Likewise.
11638         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11639         still visible.
11640
11641 2009-09-02  Eric Blake  <ebb9@byu.net>
11642
11643         errno: use consistently
11644         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11645         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11646         * lib/canonicalize.c (ELOOP): Likewise.
11647         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11648         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11649         * lib/lchown.c (EOPNOTSUPP): Likewise.
11650         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11651         * lib/savewd.c (ESTALE): Likewise.
11652         * lib/settime.c (ENOSYS): Likewise.
11653         * lib/utimens.c (ENOSYS): Likewise.
11654         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11655         * lib/chdir-safer.c (ELOOP): Likewise.
11656         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11657         * modules/c-stack (Depends-on): Add errno.
11658         * modules/canonicalize (Depends-on): Likewise.
11659         * modules/chdir-safer (Depends-on): Likewise.
11660         * modules/fdopendir (Depends-on): Likewise.
11661         * modules/inet_ntop (Depends-on): Likewise.
11662         * modules/inet_pton (Depends-on): Likewise.
11663         * modules/lchown (Depends-on): Likewise.
11664         * modules/openat (Depends-on): Likewise.
11665         * modules/savewd (Depends-on): Likewise.
11666         * modules/settime (Depends-on): Likewise.
11667         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11668
11669         fts: avoid leaking fds
11670         * modules/fts (Depends-on): Add cloexec.
11671         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11672         flag.
11673
11674         fts: make directory fds more robust
11675         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11676         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11677
11678         backupfile, chdir-long, fts, savedir: make safer
11679         * lib/backupfile.c (includes): Use "dirent--.h", since
11680         numbered_backup can write to stderr during readdir.
11681         * lib/savedir.c (includes): Likewise.
11682         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11683         emulation can write to stderr on failure.
11684         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11685         * lib/getcwd.c: Document why opendir_safer is unused.
11686         * lib/glob.c: Likewise.
11687         * lib/scandir.c: Likewise.
11688         * lib/openat-proc.c: Likewise, for open_safer.
11689         * modules/backupfile (Depends-on): Add dirent-safer.
11690         * modules/savedir (Depends-on): Likewise.
11691         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11692         * modules/chdir-long (Depends-on): Add openat-safer.
11693
11694         openat-safer: new module
11695         * modules/openat-safer: New file.
11696         * lib/openat-safer.c: Likewise.
11697         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11698         * lib/fcntl-safer.h (openat_safer): Declare.
11699         * lib/fcntl--.h (openat): Override.
11700         * MODULES.html.sh (File descriptor based I/O): Mention it.
11701         * lib/openat.h: Add double-inclusion guards.
11702         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11703         "fcntl--.h", so we can implement openat.
11704         * modules/openat-safer-tests: New test.
11705         * tests/test-openat-safer.c: New file.
11706
11707         dirent-safer: new module
11708         * modules/dirent-safer: New file.
11709         * lib/dirent--.h: Likewise.
11710         * lib/dirent-safer.h: Likewise.
11711         * lib/opendir-safer.c: Likewise.
11712         * m4/dirent-safer.m4: Likewise.
11713         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11714         * modules/dirent-safer-tests: New test.
11715         * tests/test-dirent-safer.c: New file.
11716         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11717
11718         fdopendir: optimize on mingw
11719         * lib/unistd.in.h (_gl_directory_name): New prototype.
11720         * lib/fchdir.c (_gl_directory_name): Implement it.
11721         (fchdir): Use it to simplify implementation.
11722         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11723         fchdir, when available, to avoid calling [f]chdir().
11724
11725         fdopendir: split into its own module
11726         * lib/openat.c (fdopendir): Move...
11727         * lib/fdopendir.c: ...into new file.
11728         * modules/fdopendir: New module.
11729         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11730         * modules/openat (Depends-on): Add fdopendir.
11731         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11732         fdopendir here.
11733         * modules/savedir (Depends-on): Only need fdopendir, not full
11734         openat.
11735         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11736         * lib/openat.h (fdopendir): Drop prototype.
11737         * lib/dirent.in.h (fdopendir): Provide prototype.
11738         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11739         * modules/dirent (Makefile.am): Substitute them.
11740         * MODULES.html.sh (File system functions): Mention it.
11741         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11742         * modules/fdopendir-tests: New file.
11743         * tests/test-fdopendir.c: Likewise.
11744
11745         fchdir: use more consistent macro convention
11746         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11747         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11748         REPLACE_FCHDIR, rather than relying on config.h macros.
11749         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11750         inside a single make-time REPLACE_FCHDIR block, rather than using
11751         the config.h FCHDIR_REPLACEMENT.
11752         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11753         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11754         Manage fstat replacement.
11755         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11756         REPLACE_FCHDIR.
11757         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11758         (Makefile.am): Substitute REPLACE_FCHDIR.
11759         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11760         FCHDIR_REPLACEMENT.
11761         * lib/dup-safer.c (dup_safer): Likewise.
11762         * lib/dup2.c (rpl_dup2): Likewise.
11763         * lib/dup3.c (rpl_dup3): Likewise.
11764         * lib/open.c (rpl_open): Likewise.
11765
11766         fchdir: simplify error handling, and support dup3
11767         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11768         stdbool, malloc-posix, realloc-posix.
11769         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11770         (ensure_dirs_slot): Return false on allocation failure.
11771         (rpl_dup2): Delete.
11772         (_gl_register_dup): New function.
11773         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11774         (_gl_register_fd): Close fd on allocation failure.
11775         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11776         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11777         prototype.
11778         (rpl_dup2_fchdir): Delete prototype.
11779         * lib/open.c (open): Update caller.
11780         * lib/dup2.c (dup2): Track fchdir metadata.
11781         * lib/dup3.c (dup3): Likewise.
11782         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11783         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11784
11785 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11786
11787         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11788         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11789         don't pass arguments to AC_OUTPUT.
11790
11791 2009-09-02  Bruno Haible  <bruno@clisp.org>
11792
11793         * modules/mkdtemp (License): Relicense under LGPLv2+.
11794         Reported by Paolo Bonzini.
11795
11796 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11797
11798         Replace uses of obsolete autoconf macros in Jim's modules.
11799         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11800         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11801         can evoke a warning from autoconf when run with -Wobsolete
11802         enabled.  They were declared obsolete for good reasons (see
11803         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11804         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11805         should not continue using the deprecated macros.
11806         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11807         obsolete Autoconf macros with modern counterparts.
11808         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11809         * m4/dos.m4 (gl_AC_DOS): Likewise.
11810         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11811         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11812         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11813         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11814         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11815         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11816         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11817         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11818         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11819         Likewise.
11820         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11821         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11822         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11823         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11824         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11825         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11826
11827 2009-09-01  Eric Blake  <ebb9@byu.net>
11828
11829         fchdir: fix off-by-one bug in previous patch
11830         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11831         (_gl_unregister_fd): Delete useless if.
11832
11833 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11834
11835         maint.mk: sort the list of syntax-check rules
11836         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11837         easier to get a sense of progress when the rules are run sequentially
11838         and take a long time.
11839
11840 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11841
11842         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11843         * modules/netinet_in: Likewise.
11844         * modules/sys_file: Likewise.
11845         * modules/sys_ioctl: Likewise.
11846         * modules/sys_select: Likewise.
11847         * modules/sys_socket: Likewise.
11848         * modules/sys_stat: Likewise.
11849         * modules/sys_time: Likewise.
11850         * modules/sys_times: Likewise.
11851         * modules/sys_utsname: Likewise.
11852         * modules/sys_wait: Likewise.
11853
11854 2009-09-01  Jim Meyering  <meyering@redhat.com>
11855
11856         fts: help ensure that return values are not ignored
11857         * lib/fts_.h (__GNUC_PREREQ): Define.
11858         (__attribute_warn_unused_result__): Define.
11859         (fts_children, fts_close, fts_open, fts_read): Declare with
11860         __attribute_warn_unused_result__.
11861
11862         fts: fts_close now fails also when closing a dir file descriptor fails
11863         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11864         and propagate to caller, along with errno.
11865
11866         announce-gen: correct formatting in --help output
11867         * build-aux/announce-gen (usage): Move the one-line description in
11868         --help output "up", to where it belongs, just after Usage:.
11869
11870 2009-08-31  Eric Blake  <ebb9@byu.net>
11871
11872         fchdir: port to mingw
11873         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11874         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11875         opened, then use a substitute.
11876         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11877         replacement.
11878         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11879         (_gl_register_fd): No need to check stat if open already filters
11880         all directories.
11881         (fchdir): Fix error condition to match POSIX.
11882         * modules/fchdir (Depends-on): Add sys_stat.
11883         * doc/posix-functions/open.texi (open): Document the limitation.
11884         * modules/fchdir-tests: New file.
11885         * tests/test-fchdir.c: Likewise.
11886
11887         canonicalize: allow cross-testing from cygwin to mingw
11888         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11889         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11890         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11891         Likewise.
11892         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11893         target does not support symlinks.
11894         * tests/test-canonicalize-lgpl.sh: Likewise.
11895
11896         chown: avoid compilation warning on mingw
11897         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11898         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11899         mingw.
11900         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11901         * modules/chown (Depends-on): Add errno.
11902
11903 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11904
11905         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11906         command.
11907
11908 2009-08-31  Jim Meyering  <meyering@redhat.com>
11909
11910         canonicalize: remove useless initialization
11911         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11912         initialization of local, "end".
11913
11914 2009-08-30  Bruno Haible  <bruno@clisp.org>
11915
11916         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11917         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11918         ENOSYS.
11919
11920 2009-08-30  Bruno Haible  <bruno@clisp.org>
11921
11922         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11923         /usr/xpg4/bin/tr when it exists.
11924         * tests/test-pipe-filter-gi1.sh: Likewise.
11925
11926 2009-08-30  Bruno Haible  <bruno@clisp.org>
11927
11928         Work around deficient /usr/bin/id program on Solaris.
11929         * tests/test-file-has-acl.sh (ID): New variable.
11930         * tests/test-set-mode-acl.sh (ID): Likewise.
11931         * tests/test-copy-acl.sh (ID): Likewise.
11932         * tests/test-copy-file.sh (ID): Likewise.
11933
11934 2009-08-30  Bruno Haible  <bruno@clisp.org>
11935
11936         New module 'xstriconveh'.
11937         * lib/xstriconveh.h: New file.
11938         * lib/xstriconveh.c: New file.
11939         * modules/xstriconveh: New file.
11940
11941 2009-08-30  Bruno Haible  <bruno@clisp.org>
11942
11943         Make it easier to use mem_cd_iconveh.
11944         * lib/striconveh.h (iconveh_t): New type.
11945         (iconveh_open, iconveh_close): New declarations.
11946         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11947         with a single 'const iconveh_t *' argument.
11948         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11949         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11950         with a single 'const iconveh_t *' argument.
11951         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11952         * tests/test-striconveh.c (main): Update.
11953         * NEWS: Mention the change.
11954
11955 2009-08-30  Bruno Haible  <bruno@clisp.org>
11956
11957         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11958         problem.
11959
11960 2009-08-30  Bruno Haible  <bruno@clisp.org>
11961
11962         Work around iconv_open problem on Solaris.
11963         * lib/iconv_open-solaris.gperf: New file.
11964         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11965         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11966         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11967         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11968         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11969         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11970
11971 2009-08-29  Jim Meyering  <meyering@redhat.com>
11972
11973         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11974         * top/maint.mk (cvs-check): Remove target; it was just an alias
11975         to the better-named vc-diff-check.
11976         (maintainer-distcheck): Remove rule.  It was used only from
11977         the (alpha/beta/major) target, and all of its commands but one
11978         were coreutils-specific.
11979         (vc-dist): Remove rule.
11980         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11981         Run vc-diff-check, not vc-dist.
11982         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11983
11984 2009-08-27  Bruno Haible  <bruno@clisp.org>
11985
11986         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11987         of 0.
11988
11989 2009-08-27  Bruno Haible  <bruno@clisp.org>
11990
11991         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11992         compilers.
11993         * doc/func.texi: Document the SunPRO C bug.
11994
11995 2009-08-27  Bruno Haible  <bruno@clisp.org>
11996
11997         Fix link error on Solaris.
11998         * tests/test-parse-duration.c (xstrdup): Remove function.
11999
12000 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12001
12002         ignore-value: handle pointer types, too
12003         * lib/ignore-value.h (__attribute__): Remove definition.
12004         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12005         of a more concise and more-often effective "(void) i" statement.
12006         (ignore_ptr): New function to suppress warnings from functions that
12007         return pointers, and to make it explicit that one function doesn't
12008         handle all cases.
12009
12010 2009-08-25  Bruno Haible  <bruno@clisp.org>
12011
12012         dup2: work around a Linux bug.
12013         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12014         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12015         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12016         Reported by Simon Josefsson.
12017
12018 2009-08-25  Jim Meyering  <meyering@redhat.com>
12019
12020         libguestfs uses gnulib
12021         * users.txt: Add libguestfs.
12022
12023 2009-08-24  Eric Blake  <ebb9@byu.net>
12024
12025         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12026         * lib/pipe2.c (includes): Add binary-io.h.
12027         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12028
12029 2009-08-24  Bruno Haible  <bruno@clisp.org>
12030
12031         Tolerate declared but missing accept4 syscall.
12032         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12033         available.
12034         * lib/sys_socket.in.h (accept4): If the function is already present,
12035         override it.
12036         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12037         * modules/accept4 (Makefile.am): Compile accept4.c always.
12038         Reported by Paolo Bonzini and Eric Blake.
12039
12040 2009-08-23  Bruno Haible  <bruno@clisp.org>
12041
12042         New module 'accept4'.
12043         * lib/sys_socket.in.h (accept4): New declaration.
12044         * lib/accept4.c: New file.
12045         * m4/accept4.m4: New file.
12046         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12047         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12048         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12049         HAVE_ACCEPT4.
12050         * modules/accept4: New file.
12051         * doc/glibc-functions/accept4.texi: Mention the new module.
12052
12053 2009-08-24  Jim Meyering  <meyering@redhat.com>
12054
12055         progname: also set global program_invocation_name, when possible
12056         Before this change, a libtool-enabled program that calls glibc's
12057         error function would report the program name as
12058         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12059         * modules/progname (configure.ac): Check for a declaration of
12060         program_invocation_name.
12061         * lib/progname.c:  Include <errno.h>.
12062         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12063         Set program_invocation_name.
12064
12065 2009-08-23  Bruno Haible  <bruno@clisp.org>
12066
12067         * lib/dup3.c: Include <string.h>.
12068
12069 2009-08-23  Bruno Haible  <bruno@clisp.org>
12070
12071         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12072         * lib/pipe2.c (pipe2): Likewise.
12073         Suggested by Eric Blake.
12074
12075 2009-08-23  Bruno Haible  <bruno@clisp.org>
12076
12077         Tolerate declared but missing dup3 syscall.
12078         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12079         * lib/unistd.in.h (dup3): If the function is already present,
12080         override it.
12081         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12082         * modules/dup3 (Makefile.am): Compile dup3.c always.
12083         Reported by Paolo Bonzini.
12084
12085 2009-08-23  Bruno Haible  <bruno@clisp.org>
12086
12087         Tolerate declared but missing pipe2 syscall.
12088         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12089         available.
12090         * lib/unistd.in.h (pipe2): If the function is already present,
12091         override it.
12092         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12093         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12094         Reported by Paolo Bonzini.
12095
12096 2009-08-23  Bruno Haible  <bruno@clisp.org>
12097
12098         * lib/pipe2.c (pipe2): Move #ifs inside function.
12099
12100 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12101
12102         quotearg: document limitations of quote_these_too
12103         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12104         those limitations are created.
12105         * lib/quotearg.h (set_char_quoting): Document that digits and
12106         letters that are special after backslash are not permitted.
12107         (quotearg_char): Cross-reference set_char_quoting documentation.
12108
12109 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12110
12111         quotearg: implement custom_quoting_style
12112         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12113         right_quote fields.
12114         (set_custom_quoting): New public function.
12115         (quotearg_buffer_restyled): Add left_quote and right_quote
12116         arguments, handle them very much like locale quoting, and update
12117         all uses.
12118         (quotearg_n_custom): New public function.
12119         (quotearg_n_custom_mem): New public function.
12120         (quotearg_custom): New public function.
12121         (quotearg_custom_mem): New public function.
12122         * lib/quotearg.h: Prototype and document new public functions.
12123         (enum quoting_style): For escape_quoting_style and
12124         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
12125         ignored even though they're otherwise like c_quoting_style.
12126         Add custom_quoting_style member and document with comparison to
12127         clocale_quoting_style.
12128         * tests/test-quotearg.c (custom_quotes): New array.
12129         (custom_results): New array.
12130         (main): Extend to test custom quoting.
12131
12132 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12133
12134         quotearg: fix right quote escaping when it's in quote_these_too
12135         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
12136         quote, be sure to prepend only one backslash.
12137         * tests/test-quotearg.c (use_quote_double_quotes): New function.
12138         (main): Test it.
12139
12140 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12141
12142         quotearg-tests: test escaping of embedded locale quotes
12143         * tests/test-quotearg.c (struct result_strings): Add member for
12144         new input.
12145         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
12146         (inputs): Add new input.
12147         (results_g): Add expected results.
12148         (flag_results): Likewise.
12149         (locale_results): Likewise.
12150         (compare_strings): Check those.
12151
12152 2009-08-23  Bruno Haible  <bruno@clisp.org>
12153
12154         Tests for module 'dup3'.
12155         * modules/dup3-tests: New file.
12156         * tests/test-dup3.c: New file.
12157
12158         New module 'dup3'.
12159         * lib/unistd.in.h (dup3): New declaration.
12160         * lib/dup3.c: New file.
12161         * m4/dup3.m4: New file.
12162         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
12163         HAVE_DUP3.
12164         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
12165         * modules/dup3: New file.
12166         * doc/glibc-functions/dup3.texi: Mention the new module.
12167
12168 2009-08-23  Bruno Haible  <bruno@clisp.org>
12169
12170         Tweak the dup2 test.
12171         * tests/test-dup2.c (main): Create the test file empty. Verify that an
12172         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
12173         the test file is still empty. Fix argument order of lseek.
12174
12175 2009-08-23  Bruno Haible  <bruno@clisp.org>
12176
12177         Avoid test link errors when the modules getopt-gnu, gettext are used.
12178         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
12179         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12180
12181 2009-08-23  Bruno Haible  <bruno@clisp.org>
12182
12183         Fix getdtablesize() on mingw.
12184         * lib/getdtablesize.c (getdtablesize): Implement differently.
12185         * lib/unistd.in.h (getdtablesize): Improve comment.
12186
12187 2009-08-23  Bruno Haible  <bruno@clisp.org>
12188
12189         New module 'mkostemp'.
12190         Based on Ulrich Drepper's 2007-08-10 change in glibc.
12191         * lib/stdlib.in.h (mksotemp): New declaration.
12192         * lib/mkostemp.c: New file, from glibc with modifications.
12193         * lib/tempname.h (GT_FILE): Remove outdated comment.
12194         (gen_tempname): Add flags argument.
12195         * lib/tempname.c (__GT_BIGFILE): Remove macro.
12196         (__GT_FILE): Map to 1.
12197         (small_open, large_open): Remove macros.
12198         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
12199         * lib/mkstemp.c (mkstemp): Update.
12200         * lib/mkdtemp.c (mkdtemp): Likewise.
12201         * m4/mkostemp.m4: New file.
12202         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
12203         HAVE_MKOSTEMP.
12204         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
12205         HAVE_MKOSTEMP.
12206         * modules/mkostemp: New file, based on modules/mkstemp.
12207         * doc/glibc-functions/mkostemp.texi: Mention the new module.
12208         * NEWS: Mention the change.
12209
12210 2009-08-23  Bruno Haible  <bruno@clisp.org>
12211
12212         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
12213         Reported by Eric Blake.
12214
12215 2009-08-23  Bruno Haible  <bruno@clisp.org>
12216
12217         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
12218         Reported by Eric Blake.
12219
12220 2009-08-23  Bruno Haible  <bruno@clisp.org>
12221
12222         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
12223         * modules/pipe2 (Depends-on): Likewise.
12224
12225 2009-08-23  Eric Blake  <ebb9@byu.net>
12226
12227         fcntl-h: add O_TTY_INIT support
12228         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
12229         * tests/test-fcntl-h.c (o): Test it.
12230         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12231
12232         fcntl-h: rename from fcntl, in preparation for fcntl(2)
12233         * modules/fcntl: Move <fcntl.h> header replacement...
12234         * modules/fcntl-h: ...to new name, so as not to collide with
12235         like-named function.
12236         * tests/test-fcntl.c: Rename...
12237         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
12238         * modules/fcntl-tests: Rename...
12239         * modules/fcntl-h-tests: ...to this.  Update test file name.
12240         * modules/chdir-long (Depends-on): Update clients.
12241         * modules/chdir-safer (Depends-on): Likewise.
12242         * modules/fcntl-safer (Depends-on): Likewise.
12243         * modules/fts (Depends-on): Likewise.
12244         * modules/mkancesdirs (Depends-on): Likewise.
12245         * modules/mkdir-p (Depends-on): Likewise.
12246         * modules/open (Depends-on): Likewise.
12247         * modules/savewd (Depends-on): Likewise.
12248         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
12249         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12250
12251 2009-08-22  Bruno Haible  <bruno@clisp.org>
12252
12253         * modules/binary-io (License): Relicense under LGPL.
12254         * modules/pipe2 (License): Likewise.
12255
12256 2009-08-22  Bruno Haible  <bruno@clisp.org>
12257
12258         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
12259         return value.
12260         * lib/pipe-filter-gi.c (filter_init): Likewise.
12261         Reported by Eric Blake.
12262
12263 2009-08-22  Bruno Haible  <bruno@clisp.org>
12264
12265         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
12266         * modules/pipe (Depends-on): Add pipe2.
12267
12268 2009-08-22  Bruno Haible  <bruno@clisp.org>
12269
12270         Tests for module 'pipe2'.
12271         * modules/pipe2-tests: New file.
12272         * tests/test-pipe2.c: New file.
12273
12274         New module 'pipe2'.
12275         * lib/unistd.in.h (pipe2): New declaration.
12276         * lib/pipe2.c: New file.
12277         * m4/pipe2.m4: New file.
12278         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12279         HAVE_PIPE2.
12280         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12281         * modules/pipe2: New file.
12282         * doc/glibc-functions/pipe2.texi: Mention the new module.
12283
12284 2009-08-22  Bruno Haible  <bruno@clisp.org>
12285
12286         Reference some new glibc functions.
12287         * doc/glibc-functions/accept4.texi: New file.
12288         * doc/glibc-functions/dup3.texi: New file.
12289         * doc/glibc-functions/mkostemp.texi: New file.
12290         * doc/glibc-functions/pipe2.texi: New file.
12291         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12292         (Glibc sys/socket.h): Refer to accept4.
12293         (Glibc unistd.h): Refer to dup3, pipe2.
12294         Reported by Eric Blake.
12295
12296 2009-08-22  Jim Meyering  <meyering@redhat.com>
12297             Bruno Haible  <bruno@clisp.org>
12298
12299         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12300         This makes it so packages using automake-1.11's silent-rules option
12301         can print e.g., a single "GEN    configmake.h" line, rather than
12302         the 30+ statements that perform the job.  If you want to see the
12303         actual commands, you can still run "make V=1".
12304         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12305         so that make output is abbreviated when those variables are defined
12306         appropriately.
12307         * modules/argz: Likewise.
12308         * modules/arpa_inet: Likewise.
12309         * modules/byteswap: Likewise.
12310         * modules/configmake: Likewise.
12311         * modules/dirent: Likewise.
12312         * modules/errno: Likewise.
12313         * modules/fcntl: Likewise.
12314         * modules/float: Likewise.
12315         * modules/fnmatch: Likewise.
12316         * modules/getopt-posix: Likewise.
12317         * modules/glob: Likewise.
12318         * modules/iconv_open: Likewise.
12319         * modules/inttypes: Likewise.
12320         * modules/localcharset: Likewise.
12321         * modules/locale: Likewise.
12322         * modules/math: Likewise.
12323         * modules/netdb: Likewise.
12324         * modules/netinet_in: Likewise.
12325         * modules/poll: Likewise.
12326         * modules/posix_spawnp-tests: Likewise.
12327         * modules/sched: Likewise.
12328         * modules/search: Likewise.
12329         * modules/selinux-h: Likewise.
12330         * modules/signal: Likewise.
12331         * modules/spawn: Likewise.
12332         * modules/stdarg: Likewise.
12333         * modules/stdbool: Likewise.
12334         * modules/stddef: Likewise.
12335         * modules/stdint: Likewise.
12336         * modules/stdio: Likewise.
12337         * modules/stdlib: Likewise.
12338         * modules/string: Likewise.
12339         * modules/strings: Likewise.
12340         * modules/sys_file: Likewise.
12341         * modules/sys_ioctl: Likewise.
12342         * modules/sys_select: Likewise.
12343         * modules/sys_socket: Likewise.
12344         * modules/sys_stat: Likewise.
12345         * modules/sys_time: Likewise.
12346         * modules/sys_times: Likewise.
12347         * modules/sys_utsname: Likewise.
12348         * modules/sys_wait: Likewise.
12349         * modules/sysexits: Likewise.
12350         * modules/time: Likewise.
12351         * modules/unistd: Likewise.
12352         * modules/wchar: Likewise.
12353         * modules/wctype: Likewise.
12354
12355 2009-08-22  Jim Meyering  <meyering@redhat.com>
12356
12357         announce-gen: detect write failure
12358         * build-aux/announce-gen: Add Coda at end.
12359         Remove equivalent-but-more-verbose block at top.
12360
12361 2009-08-19  Akim Demaille  <demaille@gostai.com>
12362
12363         bootstrap: --help to stdout.
12364         * bootstrap (usage): Don't send --help to stderr.
12365         Use a here doc instead of a long string.
12366
12367 2009-08-21  Eric Blake  <ebb9@byu.net>
12368
12369         test-popen-safer: split from test-popen
12370         * tests/test-popen.c (main): Move...
12371         * tests/test-popen.h: ...into new file.
12372         * tests/test-popen-safer2.c: New file.
12373         * modules/popen-tests (Files): Add test-popen.h.
12374         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12375         Suggested by Bruno Haible.
12376
12377         test-fcntl-safer: split from test-open
12378         * tests/test-open.c (main): Move...
12379         * tests/test-open.h: ...into new file.
12380         * tests/test-fcntl-safer.c: New file.
12381         * modules/open-tests (Files): Add test-open.h.
12382         * modules/fcntl-safer-tests: New file.
12383         Suggested by Bruno Haible.
12384
12385         test-fopen-safer: split from test-fopen
12386         * tests/test-fopen.c (main): Move...
12387         * tests/test-fopen.h: ...into new file.
12388         * tests/test-fopen-safer.c: New file.
12389         * modules/fopen-tests (Files): Add test-fopen.h.
12390         * modules/fopen-safer-tests: New file.
12391         Suggested by Bruno Haible.
12392
12393 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12394
12395         popen-safer: test O_CLOEXEC at run-time.
12396         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12397
12398 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12399
12400         fcntl: move more flags to the header
12401         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12402         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12403         * lib/fcntl.in.h: Do both things here.
12404
12405 2009-08-21  Jim Meyering  <meyering@redhat.com>
12406
12407         consistently remove $@-t before redirecting to it
12408         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12409         * modules/alloca-opt: Likewise.
12410         * modules/byteswap: Likewise.
12411         * modules/fnmatch: Likewise.
12412         * modules/getopt-posix: Likewise.
12413         * modules/glob: Likewise.
12414         * modules/poll: Likewise.
12415         * modules/posix_spawnp-tests: Likewise.
12416         * modules/sys_socket: Likewise.
12417         * modules/sysexits: Likewise.
12418
12419 2009-08-21  Eric Blake  <ebb9@byu.net>
12420
12421         popen: simplify access to original popen
12422         * lib/popen.c (rpl_popen): No need to worry about popen being a
12423         macro.
12424         Reported by Bruno Haible.
12425
12426 2009-08-20  Eric Blake  <ebb9@byu.net>
12427
12428         build: avoid some compiler warnings
12429         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12430         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12431         type.
12432         (new_exclude_segment, excluded_file_pattern_p)
12433         (excluded_file_name_p): Reduce scope.
12434         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12435         old-style declaration.
12436
12437 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12438
12439         * tests/test-exclude1.sh: Handle Windows EOL.
12440         * tests/test-exclude2.sh: Likewise.
12441         * tests/test-exclude3.sh: Likewise.
12442         * tests/test-exclude4.sh: Likewise.
12443         * tests/test-exclude5.sh: Likewise.
12444         * tests/test-exclude6.sh: Likewise.
12445         * tests/test-exclude7.sh: Likewise.
12446
12447 2009-08-19  Akim Demaille  <demaille@gostai.com>
12448
12449         bootstrap: find sha1sum when named gsha1sum.
12450         * bootstrap (find_tool): New.
12451         ($SHA1SUM): New.
12452         Use it.
12453
12454 2009-08-20  Jim Meyering  <meyering@redhat.com>
12455
12456         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12457         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12458         expression that converts "." in a file name to "\." in the resulting
12459         regexp.  Start with a dummy statement, so that prior shell variable
12460         definitions are expanded portably.  Reported by Simon Josefsson.
12461
12462 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12463
12464         Fix polling for writeability of a screen buffer.
12465         * lib/poll.c: Distinguish input and screen buffers for the
12466         Win32 implementation.
12467         * lib/select.c: Likewise.
12468
12469 2009-08-19  Eric Blake  <ebb9@byu.net>
12470
12471         popen-safer: prevent popen from clobbering std descriptors
12472         * modules/popen-safer: New file.
12473         * lib/popen-safer.c: Likewise.
12474         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12475         * lib/stdio--.h (popen): Provide override.
12476         * lib/stdio-safer.h (popen_safer): Provide declaration.
12477         * tests/test-popen.c (includes): Partially test this.
12478         * modules/popen-safer-tests: New file, for more tests.
12479         * tests/test-popen-safer.c: Likewise.
12480         * MODULES.html.sh (file stream based Input/Output): Mention it.
12481
12482         tests: test some of the *-safer modules
12483         * modules/fopen-safer (Depends-on): Add fopen.
12484         * modules/fcntl-safer (Depends-on): Add fcntl.
12485         * modules/stdlib-safer (Depends-on): Add stdlib.
12486         (configure.ac): Set indicator.
12487         * modules/unistd-safer (configure.ac): Likewise.
12488         * modules/tmpfile-safer (configure.ac): Likewise.
12489         (Depends-on): Add tmpfile.
12490         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12491         active.
12492         * tests/test-fopen.c (includes): Test safer versions when they are
12493         in use.
12494         * tests/test-open.c (includes): Likewise.
12495
12496         popen: fix cygwin 1.5 bug when stdin closed
12497         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12498         * modules/popen: New file.
12499         * modules/popen-tests: Likewise.
12500         * tests/test-popen.c: Likewise.
12501         * m4/popen.m4: Likewise.
12502         * lib/popen.c: Likewise.
12503         * lib/stdio.in.h (popen): New declaration.
12504         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12505         * modules/stdio (Makefile.am): Likewise.
12506         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12507
12508 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12509
12510         maint.mk: give full control over update-copyright exclusions
12511         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12512         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12513         (update-copyright): Don't force inclusion of top-level
12514         ChangeLog.  Don't force exclusion of all COPYING files, but make
12515         them the default exclusion instead.
12516
12517 2009-08-16  Bruno Haible  <bruno@clisp.org>
12518
12519         Fix test failures on Solaris 10.
12520         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12521         tests when Solaris iconv() is used.
12522         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12523         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12524         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12525         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12526         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12527
12528 2009-08-16  Bruno Haible  <bruno@clisp.org>
12529
12530         Fix test failures on Solaris 10.
12531         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12532         'tr' program and pass it as first argument.
12533         * tests/test-pipe-filter-gi1.sh: Likewise.
12534         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12535         program as first argument.
12536         * tests/test-pipe-filter-gi1.c (main): Likewise.
12537
12538 2009-08-16  Eric Blake  <ebb9@byu.net>
12539
12540         fpurge: fix previous commits
12541         * modules/fpurge (Makefile.am): Make replacement conditional,
12542         partially reverting 2007-04-29 change; missed in previous
12543         attempt.
12544         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12545         is missing.
12546
12547 2009-08-16  Bruno Haible  <bruno@clisp.org>
12548
12549         Clarify fpurge's effect on the file position.
12550         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12551         * tests/test-fpurge.c (main): Make a second pass for checking the file
12552         position.
12553
12554 2009-08-16  Bruno Haible  <bruno@clisp.org>
12555
12556         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12557         declaration of fpurge is missing.
12558         * tests/test-fpurge.c (main): Check that the file has not more contents
12559         than expected. Close the file before removing it.
12560
12561 2009-08-15  Eric Blake  <ebb9@byu.net>
12562
12563         fpurge: don't wrap working cygwin implementation
12564         * lib/fpurge.c (fpurge): Fix comment typo.
12565         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12566         1.7 to avoid replacement.
12567         * tests/test-fpurge.c (main): Enhance test.
12568
12569 2009-08-15  Eric Blake  <ebb9@byu.net>
12570         and Jim Meyering  <meyering@redhat.com>
12571
12572         test-update-copyright: skip if perl is insufficient
12573         * tests/test-update-copyright.sh: Failure to run maintainer tool
12574         should not cause testsuite failure on cygwin 1.5.
12575
12576 2009-08-14  Eric Blake  <ebb9@byu.net>
12577
12578         doc: mention more functions added in cygwin 1.7.0
12579         * doc/posix-headers/limits.texi (limits.h): Update for recent
12580         cygwin additions.
12581         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12582         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12583         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12584         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12585         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12586
12587 2009-08-14  Eric Blake  <ebb9@byu.net>
12588
12589         maint.mk: simplify update-copyright rule
12590         * top/maint.mk (update-copyright-local): Delete, and document how
12591         to do it in cfg.mk instead.
12592         (update-copyright-exclude-regexp): Delete, and document how to do
12593         it in .x-update-copyright instead.
12594         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12595         exclude ChangeLog.
12596
12597 2009-08-14  Bruno Haible  <bruno@clisp.org>
12598
12599         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12600
12601 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12602
12603         maint.mk: support update-copyright-env
12604         * top/maint.mk (update-copyright-env): Define place-holder.
12605         (update-copyright): Expand $(update-copyright-env) before
12606         invoking update-copyright.
12607
12608 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12609
12610         update-copyright: implement forced reformatting
12611         * build-aux/update-copyright: Implement and document
12612         UPDATE_COPYRIGHT_FORCE.
12613         * tests/test-update-copyright.sh: Test it.
12614
12615 2009-08-14  Eric Blake  <ebb9@byu.net>
12616         and Bruno Haible  <bruno@clisp.org>
12617
12618         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12619         * tests/test-locale.c: Revert previous patch related to NULL.
12620         * tests/test-stdio.c: Likewise.
12621         * tests/test-stdlib.c: Likewise.
12622         * tests/test-string.c: Likewise.
12623         * tests/test-unistd.c: Likewise.
12624         * modules/time-tests (Depends-on): Add verify.
12625         * modules/wchar-tests (Depends-on): Likewise.
12626         * tests/test-time.c: Test for NULL compliance.
12627         * tests/test-wchar.c: Likewise.
12628         * modules/locale (Depends-on): Add stddef.
12629         * modules/stdio (Depends-on): Likewise.
12630         * modules/stdlib (Depends-on): Likewise.
12631         * modules/string (Depends-on): Likewise.
12632         * modules/time (Depends-on): Likewise.
12633         * modules/unistd (Depends-on): Likewise.
12634         * modules/wchar (Depends-on): Likewise.
12635         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12636         * lib/stdlib.in.h (includes): Likewise.
12637         * lib/string.in.h (includes): Likewise.
12638         * lib/time.in.h (includes): Likewise.
12639         * lib/unistd.in.h (includes): Likewise.
12640         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12641         replaced.
12642         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12643         * m4/stddef_h.m4: New file.
12644         * modules/stddef: Likewise.
12645         * lib/stddef.in.h: Likewise.
12646         * modules/stddef-tests: Likewise.
12647         * tests/test-stddef.c: Likewise.
12648         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12649         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12650         * doc/posix-headers/locale.texi (locale.h): Likewise.
12651         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12652         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12653         * doc/posix-headers/string.texi (string.h): Likewise.
12654         * doc/posix-headers/time.texi (time.h): Likewise.
12655         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12656         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12657
12658 2009-08-14  Eric Blake  <ebb9@byu.net>
12659
12660         doc: improve git diff of texinfo files
12661         * .gitattributes: Add rule for *.texi files, with hint on how to
12662         use it.
12663         Copied from m4, and based on a report by Bruno Haible.
12664
12665 2009-08-14  Bruno Haible  <bruno@clisp.org>
12666
12667         Disable multithread support by default on Cygwin 1.5.x for real.
12668         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12669
12670 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12671
12672         update-copyright: much ado about intervals
12673         * build-aux/update-copyright: Implement and document
12674         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12675         of copyright year intervals.
12676         Also, document UPDATE_COPYRIGHT_YEAR.
12677         * tests/test-update-copyright.sh: Test it.
12678
12679         update-copyright: convert 2-digit to 4-digit years
12680         * build-aux/update-copyright: Implement and document.
12681         * tests/test-update-copyright.sh: Update.
12682
12683 2009-08-14  Jim Meyering  <meyering@redhat.com>
12684
12685         test-exclude: avoid coreutils "make check" failure
12686         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12687         just as in test-argmatch.c.
12688
12689 2009-08-13  Eric Blake  <ebb9@byu.net>
12690
12691         test-dup2: fix bad assumption
12692         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12693         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12694
12695         test-version-etc: fix CRLF portability issue
12696         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12697         recognize \r.
12698         * tests/test-argp-version-etc-1.sh: Likewise.
12699
12700         getopt: update client modules
12701         * modules/argp (Depends-on): Use getopt-gnu.
12702         * modules/git-merge-changelog (Depends-on): Likewise.
12703         * modules/long-options (Depends-on): Likewise.
12704         * modules/xstrtol (Depends-on): Likewise.
12705
12706 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12707
12708         * tests/test-version-etc.sh: Don't fail on different
12709         project/version.  Don't fail on CRLF differences.  Rewrite to use
12710         multiple -e instead of multiple sed forks, suggested by Eric Blake
12711         <ebb9@byu.net>.
12712         * tests/test-argp-version-etc-1.sh: Likewise.
12713
12714 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12715
12716         * tests/test-version-etc.sh: Don't fail on different
12717         project/version.
12718
12719 2009-08-12  Bruno Haible  <bruno@clisp.org>
12720
12721         Tests for modules 'getopt-posix', 'getopt-gnu'.
12722         * modules/getopt-posix-tests: New file.
12723         * tests/test-getopt.c: New file.
12724         * tests/test-getopt.h: New file.
12725         * tests/test-getopt_long.h: New file.
12726
12727         New modules 'getopt-posix', 'getopt-gnu'.
12728         * modules/getopt-gnu: New file, renamed from modules/getopt.
12729         * modules/getopt-posix: New file.
12730         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12731         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12732         (gl_GETOPT): Remove macro.
12733         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12734         Disable the test against BSD systems that declare optreset. Test
12735         against mingw bug. Test against lack of support of optional arguments
12736         on many platforms.
12737         * doc/glibc-headers/getopt.texi: Update module name and list of
12738         relevant platforms.
12739         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12740         'getopt-gnu' and more portability problems.
12741         * NEWS: Mention the changes.
12742
12743 2009-08-12  Bruno Haible  <bruno@clisp.org>
12744
12745         Ensure that optarg etc. get declared by <unistd.h>.
12746         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12747         AC_USE_SYSTEM_EXTENSIONS.
12748         * modules/getopt (Depends-on): Add 'extensions'.
12749
12750 2009-08-12  Bruno Haible  <bruno@clisp.org>
12751
12752         Avoid test link errors.
12753         * modules/pipe-filter-ii-tests (Makefile.am): Define
12754         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12755         * modules/pipe-filter-gi-tests (Makefile.am): Define
12756         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12757         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12758
12759 2009-08-12  Bruno Haible  <bruno@clisp.org>
12760
12761         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12762         gl_GETOPT_SUBSTITUTE before.
12763         (gl_GETOPT): Use it.
12764         * m4/argp.m4 (gl_ARGP): Update.
12765         Reported by Sergey Poznyakoff.
12766
12767         * m4/getopt.m4: Reorder macros.
12768         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12769         (gl_GETOPT_SUBSTITUTE): Remove macro.
12770
12771 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12772
12773         Minor improvement in gitlog-to-changelog
12774
12775         * build-aux/gitlog-to-changelog: New option `--format' makes
12776         output format string configurable.
12777
12778 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12779
12780         Optimize exclude: use hash tables for non-wildcard patterns.
12781
12782         * lib/exclude.c: Include hash.h and mbuiter.h
12783         (struct exclude_pattern, exclude_segment): New data types.
12784         (struct exclude): Rewrite.
12785         (fnmatch_pattern_has_wildcards): New function.
12786         (new_exclude_segment, free_exclude_segment): New functions.
12787         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12788         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12789         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12790         * modules/exclude: Depend on hash and mbuiter.
12791
12792         * modules/exclude-tests: New file.
12793         * tests/test-exclude.c: New file.
12794         * tests/test-exclude1.sh: New file.
12795         * tests/test-exclude2.sh: New file.
12796         * tests/test-exclude3.sh: New file.
12797         * tests/test-exclude4.sh: New file.
12798         * tests/test-exclude5.sh: New file.
12799         * tests/test-exclude6.sh: New file.
12800         * tests/test-exclude7.sh: New file.
12801
12802 2009-08-12  Bruno Haible  <bruno@clisp.org>
12803
12804         Ensure that getopt() gets declared by <unistd.h>.
12805         * lib/unistd.in.h: Conditionally include getopt.h.
12806         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12807         Set GNULIB_UNISTD_H_GETOPT.
12808         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12809         GNULIB_UNISTD_H_GETOPT.
12810         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12811
12812 2009-08-12  Bruno Haible  <bruno@clisp.org>
12813
12814         Clarify logic.
12815         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12816         gl_replace_getopt instead of GETOPT_H.
12817
12818 2009-08-12  Bruno Haible  <bruno@clisp.org>
12819
12820         * m4/getopt.m4: Add comments.
12821
12822 2009-08-12  Bruno Haible  <bruno@clisp.org>
12823
12824         Disable multithread support by default on Cygwin 1.5.x.
12825         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12826         set gl_use_threads=no if not specified otherwise.
12827
12828 2009-08-11  Bruno Haible  <bruno@clisp.org>
12829
12830         Avoid compilation error on NetBSD 5.0.
12831         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12832         * tests/test-stdio.c: Likewise.
12833         * tests/test-stdlib.c: Likewise.
12834         * tests/test-string.c: Likewise.
12835         * tests/test-unistd.c: Likewise.
12836         Reported by Greg Troxel <gdt@ir.bbn.com>
12837         at <https://savannah.gnu.org/support/?106973>.
12838
12839 2009-08-11  Bruno Haible  <bruno@clisp.org>
12840
12841         * modules/dup2-tests (Depends-on): Remove close.
12842
12843         Undo 2009-07-19 commit.
12844         * modules/acl-tests (Depends-on): Remove close.
12845         * modules/binary-io-tests (Depends-on): Likewise.
12846         * modules/closein-tests (Depends-on): Likewise.
12847         * modules/flock-tests (Depends-on): Likewise.
12848         * modules/fsync-tests (Depends-on): Likewise.
12849         * modules/lseek-tests (Depends-on): Likewise.
12850         * modules/pipe-tests (Depends-on): Likewise.
12851         * modules/posix_spawn-tests (Depends-on): Likewise.
12852         * modules/posix_spawnp-tests (Depends-on): Likewise.
12853         * modules/stat-time-tests (Depends-on): Likewise.
12854         * modules/yesno-tests (Depends-on): Likewise.
12855
12856 2009-08-10  Bruno Haible  <bruno@clisp.org>
12857
12858         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12859
12860 2009-08-10  Bruno Haible  <bruno@clisp.org>
12861
12862         Fix a gcc warning.
12863         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12864
12865 2009-08-10  Bruno Haible  <bruno@clisp.org>
12866
12867         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12868         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12869         not only the first time.
12870         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12871         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12872         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12873         is 1, not only the the first time.
12874
12875 2009-08-10  Bruno Haible  <bruno@clisp.org>
12876
12877         Make it possible to use module 'gethostname' without module 'close'.
12878         * lib/unistd.in.h (close): Evoke a link error only if
12879         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12880         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12881         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12882         * modules/unistd (Makefile.am): Substitute
12883         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12884         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12885         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12886         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12887         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12888         * modules/sys_ioctl (Makefile.am): Substitute
12889         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12890         * modules/socket (configure.ac): On native Windows, set
12891         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12892         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12893         Reported by Sam Steingold <sds@gnu.org>.
12894
12895 2009-08-10  Bruno Haible  <bruno@clisp.org>
12896
12897         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12898         * modules/ioctl (configure.ac): Likewise.
12899
12900 2009-08-10  Bruno Haible  <bruno@clisp.org>
12901
12902         Avoid collision between gnulib wrapper and libintl wrapper.
12903         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12904         already defined in intl/printf.c.
12905         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12906         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12907
12908 2009-08-09  Bruno Haible  <bruno@clisp.org>
12909
12910         Make <sys/select.h> really self-contained, also on Solaris 10.
12911         * lib/sys_select.in.h: Include <string.h>.
12912         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12913         Solaris 10 problem.
12914         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12915         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12916         Reported by Jim Meyering.
12917
12918 2009-08-09  Bruno Haible  <bruno@clisp.org>
12919
12920         Avoid warnings from 'aclocal' that are due to a use of macro name
12921         AM_XGETTEXT_OPTION that is not defined in automake.
12922         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12923         automake.
12924         * modules/error (configure.ac): Likewise.
12925         * modules/propername (configure.ac): Likewise.
12926         * modules/vasprintf (configure.ac): Likewise.
12927         * modules/verror (configure.ac): Likewise.
12928         * modules/xprintf (configure.ac): Likewise.
12929         * modules/xvasprintf (configure.ac): Likewise.
12930
12931 2009-08-08  Bruno Haible  <bruno@clisp.org>
12932
12933         Avoid compilation error in C++ mode.
12934         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12935         Reported by Sam Steingold <sds@gnu.org>.
12936
12937 2009-08-08  Bruno Haible  <bruno@clisp.org>
12938
12939         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12940         for the various Unix platforms.
12941         * doc/posix-headers/limits.texi: Update platforms list regarding
12942         HOST_NAME_MAX.
12943         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12944
12945 2009-08-07  Jim Meyering  <meyering@redhat.com>
12946
12947         selinux-at: fix typo in a comment
12948         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12949         Spotted by Paolo Bonzini.
12950
12951         selinux-at: remove redundant m4 code, add documentation
12952         * modules/selinux-at (configure.ac): Remove redundant code.
12953         LIB_SELINUX is already set via the dependent module, selinux-h.
12954         (Include): Add quotes around selinux-at.h.
12955         * lib/selinux-at.h: Add documentation.
12956         Reported by Bruno Haible in
12957         http://marc.info/?l=gnulib-bug&m=124958988300749
12958
12959 2009-08-07  Bruno Haible  <bruno@clisp.org>
12960
12961         Avoid link error on MacOS X 10.3 and 10.4.
12962         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12963         on non-ELF systems.
12964         * lib/argp-pv.c (argp_program_version): Likewise.
12965         Reported by Simon Josefsson.
12966
12967 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12968
12969         * tests/test-version-etc.sh: Use $EXEEXT.
12970
12971 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12972
12973         update-copyright: update documentation to point to maint.mk
12974         * build-aux/update-copyright: Here.
12975
12976 2009-08-06  Jim Meyering  <meyering@redhat.com>
12977
12978         maint.mk: support update-copyright-local
12979         * top/maint.mk (update-copyright-local): Define place-holder.
12980         (update-copyright): Depend on $(update-copyright-local).
12981
12982 2009-08-06  Jim Meyering  <meyering@redhat.com>
12983
12984         selinux-at: new module
12985         Initially written for coreutils, this module will soon be
12986         used by findutils, too.
12987         * MODULES.html.sh [Misc]: Add selinux-at.
12988         * lib/selinux-at.h: New file, from coreutils.
12989         * lib/selinux-at.c: Likewise.
12990         * modules/selinux-at: Likewise.
12991         (License): Change from LGPL to GPL, since it depends
12992         on the GPL'd openat module.
12993
12994         doc: update README
12995         * README: Remove references to cogito.
12996         Remove cvs-repo-updating instructions from 2007.
12997         Don't imply that CVS is better if you have limited disk space.
12998
12999 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13000
13001         update-copyright: support C-style comments
13002         * build-aux/update-copyright: Implement and document.
13003         * tests/test-update-copyright.sh: Test.
13004
13005 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13006
13007         update-copyright: support omitted "(C)"
13008         * build-aux/update-copyright: Implement and document.  Also,
13009         allow variable whitespace before "(C)".
13010         * tests/test-update-copyright.sh: Test.
13011
13012 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13013
13014         update-copyright: don't trip on non-FSF copyright statements
13015         * build-aux/update-copyright: Fix so that the first correctly
13016         formatted FSF copyright statement is recognized no matter what
13017         appears before it.  Update documentation.
13018         * tests/test-update-copyright.sh: Test that.
13019
13020 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13021
13022         update-copyright: clean up code a little
13023         * build-aux/update-copyright: Append "_re" to the name of any
13024         variable holding a regular expression.
13025         Replace "old" and "new" with "stmt" in variable names.
13026         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13027         handled correctly.
13028         Format code more consistently.
13029
13030 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13031
13032         update-copyright-tests: improve portability
13033         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13034         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13035
13036 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13037
13038         update-copyright: support @copyright{} and &copy;
13039         * build-aux/update-copyright: Implement and document.
13040         * tests/test-update-copyright.sh: Test.
13041
13042 2009-08-04  Jim Meyering  <meyering@redhat.com>
13043
13044         update-copyright-tests: correctly test EOL=\r\n handling
13045         * tests/test-update-copyright.sh: Put \r at the end of some lines
13046         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13047
13048         maint.mk: make update-copyright exclusion list more configurable
13049         * top/maint.mk (update-copyright): Default to excluding COPYING,
13050         but allow an override, in case someone does want to update that file.
13051
13052         maint.mk: don't update copyright date in COPYING
13053         * top/maint.mk (update-copyright): Exclude COPYING.
13054
13055         maint.mk: add a copyright-updating rule
13056         * top/maint.mk (update-copyright): New rule.
13057         Derived from coreutils/Makefile.am.
13058
13059         update-copyright: rename some variables
13060         * build-aux/update-copyright: Rename a few variables for clarity.
13061         Tweak syntax.  List Joel E. Denny as coauthor.
13062
13063 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13064
13065         update-copyright: fix bug for 2-digit last year and add tests
13066         * build-aux/update-copyright: Fix bug.
13067         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13068         specified.
13069         * modules/update-copyright-tests: New
13070         * tests/test-update-copyright.sh: New.
13071
13072 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13073
13074         update-copyright: handle leading tabs in line prefix
13075         * build-aux/update-copyright: Count leading tabs as 8 spaces
13076         when computing margin.  This helps with the formatting of
13077         ChangeLogs, for example.
13078         Fix documentation a little.
13079
13080 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13081
13082         update-copyright: support EOL=\r\n
13083         * build-aux/update-copyright: Implement that.
13084
13085 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13086
13087         update-copyright: automatically format copyright statements
13088         * build-aux/update-copyright: Implement that.
13089         Also, be a little more predictable and safer by always failing
13090         when the full copyright format is not perfectly recognized as an
13091         unbroken whole.  Discussed at
13092         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13093         Rewrite documentation.
13094
13095 2009-08-03  Bruno Haible  <bruno@clisp.org>
13096
13097         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13098
13099 2009-08-02  Bruno Haible  <bruno@clisp.org>
13100
13101         Tests for module 'uname'.
13102         * modules/uname-tests: New file.
13103         * tests/test-uname.c: New file.
13104
13105         New module 'uname'.
13106         * lib/uname.c: New file.
13107         * m4/uname.m4: New file.
13108         * modules/uname: New file.
13109         * doc/posix-functions/uname.texi: Mention the new module.
13110
13111 2009-08-02  Bruno Haible  <bruno@clisp.org>
13112
13113         Tests for module 'sys_utsname'.
13114         * modules/sys_utsname-tests: New file.
13115         * tests/test-sys_utsname.c: New file.
13116
13117         New module 'sys_utsname'.
13118         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13119         * m4/sys_utsname_h.m4: New file.
13120         * modules/sys_utsname: New file.
13121         * doc/posix-headers/sys_utsname.texi: Mention the new module.
13122
13123 2009-08-02  Bruno Haible  <bruno@clisp.org>
13124
13125         Implicitly initialize the sockets library.
13126         * lib/gethostname.c: Include sockets.h.
13127         (rpl_gethostname): Invoke gl_sockets_startup.
13128         * lib/socket.c: Include sockets.h.
13129         (rpl_socket): Invoke gl_sockets_startup.
13130         * modules/gethostname (Depends-on): Add sockets.
13131         * modules/socket (Depends-on): Likewise.
13132         * tests/test-poll.c: Don't include sockets.h.
13133         (main): Don't invoke gl_sockets_startup.
13134         * tests/test-select.c: Don't include sockets.h.
13135         (main): Don't invoke gl_sockets_startup.
13136
13137 2009-08-02  Bruno Haible  <bruno@clisp.org>
13138
13139         Allow multiple calls to gl_sockets_startup.
13140         * lib/sockets.c (initialized_sockets_version): New variable.
13141         (gl_sockets_startup): Do nothing if already called for this or a higher
13142         version.
13143         (gl_sockets_cleanup): Reset initialized_sockets_version.
13144
13145 2009-08-03  Simon Josefsson  <simon@josefsson.org>
13146
13147         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
13148         different project/version.
13149
13150 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
13151             Bruno Haible  <bruno@clisp.org>
13152
13153         Tests for module 'pipe-filter-gi'.
13154         * modules/pipe-filter-gi-tests: New file.
13155         * tests/test-pipe-filter-gi1.sh: New file.
13156         * tests/test-pipe-filter-gi1.c: New file.
13157         * tests/test-pipe-filter-gi2.sh: New file.
13158         * tests/test-pipe-filter-gi2-main.c: New file.
13159         * tests/test-pipe-filter-gi2-child.c: New file.
13160
13161         New module 'pipe-filter-gi'.
13162         * lib/pipe-filter-gi.c: New file.
13163         * modules/pipe-filter-gi: New file.
13164
13165 2009-08-02  Bruno Haible  <bruno@clisp.org>
13166             Paolo Bonzini  <bonzini@gnu.org>
13167
13168         Tests for module 'pipe-filter-ii'.
13169         * modules/pipe-filter-ii-tests: New file.
13170         * tests/test-pipe-filter-ii1.sh: New file.
13171         * tests/test-pipe-filter-ii1.c: New file.
13172         * tests/test-pipe-filter-ii2.sh: New file.
13173         * tests/test-pipe-filter-ii2-main.c: New file.
13174         * tests/test-pipe-filter-ii2-child.c: New file.
13175
13176         New module 'pipe-filter-ii'.
13177         * lib/pipe-filter.h: New file.
13178         * lib/pipe-filter-ii.c: New file.
13179         * lib/pipe-filter-aux.h: New file.
13180         * modules/pipe-filter-ii: New file.
13181
13182 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13183
13184         * lib/gc-libgcrypt.c: Change copyright to FSF.
13185         * lib/gc-gnulib.c: Likewise.
13186
13187 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
13188
13189         * lib/gethostname.c: Include limits.h.
13190
13191 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13192             Bruno Haible  <bruno@clisp.org>
13193
13194         Ensure HOST_NAME_MAX as part of the gethostname module.
13195         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
13196         define also HOST_NAME_MAX.
13197         * tests/test-gethostname.c: Include <limits.h>.
13198         (main): Check also HOST_NAME_MAX.
13199         * doc/posix-headers/limits.texi: Document the mingw problem.
13200
13201 2009-08-02  Bruno Haible  <bruno@clisp.org>
13202
13203         * lib/gethostname.c (gethostname): Fix handling of large len argument.
13204         Add comments.
13205
13206 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13207
13208         * lib/gethostname.c: Add Windows wrapper.
13209         * m4/gethostname.m4: Look for gethostname in -lws2_32.
13210         * modules/gethostname: Depend on sys_socket & errno, for also
13211         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
13212         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
13213
13214 2009-07-31  Jim Meyering  <meyering@redhat.com>
13215
13216         getloadavg: fix symbol name in comment
13217         * lib/getloadavg.c: Correct a typo I introduced when adding
13218         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
13219         Matt Kraai spotted the problem.
13220
13221 2009-07-29  Matt Kraai  <mkraai@beckman.com>
13222
13223         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
13224         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
13225         code also if ! defined N_NAME_POINTER.
13226         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
13227         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
13228         but the n_name member is a 12-byte array.
13229
13230 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
13231
13232         update-copyright: generalize comment handling
13233         * build-aux/update-copyright: Handle copyright statements
13234         within more comment styles.
13235         Document usage.
13236         Report any file with an external copyright holder or parse failure.
13237
13238 2009-07-29  Jim Meyering  <meyering@redhat.com>
13239
13240         mktime: correct setting of REPLACE_MKTIME
13241         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
13242
13243         update-copyright: new module
13244         * modules/update-copyright: New file.
13245         * build-aux/update-copyright: New file.
13246         * MODULES.html.sh (maint+release support): Add update-copyright.
13247
13248 2009-07-27  Bruno Haible  <bruno@clisp.org>
13249
13250         Fix compilation error when <ctime> is used and mktime is replaced.
13251         * lib/time.in.h (mktime): New declaration.
13252         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
13253         REPLACE_MKTIME instead of defining mktime in config.h.
13254         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
13255         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
13256         Reported by Ross McFarland <rwmcfa1@neces.com>.
13257
13258 2009-07-27  Bruno Haible  <bruno@clisp.org>
13259
13260         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
13261         Reported by Matt Kraai <mkraai@beckman.com>.
13262
13263 2009-07-25  Jim Meyering  <meyering@redhat.com>
13264
13265         maint.mk: avoid warnings about missing files
13266         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
13267         diagnostic when .prev-version does not exist.
13268         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
13269         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
13270         nonexistent cfg.mk.
13271         Suggestions from Simon Josefsson.
13272
13273 2009-07-25  Bruno Haible  <bruno@clisp.org>
13274
13275         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13276         defined as macros. Needed on QNX 6.4.1.
13277         Reported by Matt Kraai <mkraai@beckman.com>.
13278
13279 2009-07-23  Jim Meyering  <meyering@redhat.com>
13280
13281         maint.mk: invoke "make dist" with a working value of XZ_OPT
13282         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13283
13284 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13285
13286         Make fseeko.c compile on QNX.
13287         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13288
13289 2009-07-22  Peter Simons  <simons@cryp.to>
13290
13291         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13292         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13293         * lib/md4.h: Likewise.
13294         * lib/md5.h: Likewise.
13295         * lib/sha1.h: Likewise.
13296         * lib/sha256.h: Likewise.
13297         * lib/sha512.h: Likewise.
13298
13299         tests-sha1: don't assign literal string to 'char *' variable
13300         * tests/test-sha1.c (main): Declare locals with "const" to match
13301         attributes of the right hand side.
13302
13303 2009-07-21  Eric Blake  <ebb9@byu.net>
13304
13305         dup2: fix more mingw problems
13306         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13307         fd to itself.
13308         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13309         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13310         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13311         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13312         care of mingw bugs.
13313
13314 2009-07-21  Jim Meyering  <meyering@redhat.com>
13315
13316         vc-list-files: avoid failure when /bin/sh is dash
13317         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13318         On some Debian based systems, /bin/sh is a symlink to dash, and running
13319         this command would omit the "/" following each 'tests' prefix:
13320           dash -x build-aux/vc-list-files -C . tests
13321         That is because bash and dash work differently:
13322           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13323           bash ok
13324           dash odd
13325
13326 2009-07-21  Eric Blake  <ebb9@byu.net>
13327
13328         dup2-tests: test previous patch
13329         * modules/dup2-tests: New file.
13330         * tests/test-dup2.c: Likewise.
13331         * tests/test-open.c (main): Avoid unspecified behavior.
13332         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13333         test.
13334
13335         dup2: work around mingw and cygwin 1.5 bug
13336         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13338         * modules/unistd (Makefile.am): Substitute it.
13339         * lib/unistd.in.h (dup2): Declare the replacement.
13340         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13341         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13342         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13343         * modules/execute (Depends-on): Add dup2.
13344         * modules/fseterr (Depends-on): Likewise.
13345         * modules/pipe (Depends-on): Likewise.
13346         * modules/posix_spawn-internal (Depends-on): Likewise.
13347
13348 2009-07-21  Bruno Haible  <bruno@clisp.org>
13349
13350         * modules/.gitattributes: New file.
13351
13352 2009-07-20  Bruno Haible  <bruno@clisp.org>
13353
13354         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13355         (main): Use it.
13356
13357 2009-07-20  Eric Blake  <ebb9@byu.net>
13358
13359         test-pipe: make a bit more robust.
13360         * tests/test-pipe.c (myerr): Allow error messages regardless of
13361         what we do to stderr.
13362         (test_pipe): Rearrange to avoid deadlock.
13363         (child_main): Try a larger read, to ensure we avoided deadlock.
13364         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13365         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13366         if misused.
13367
13368 2009-07-19  Jim Meyering  <meyering@redhat.com>
13369
13370         fts: avoid false-positive cycle-detection
13371         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13372         for each new command line argument.
13373
13374 2009-07-19  Bruno Haible  <bruno@clisp.org>
13375
13376         Fix build error on mingw with the modules sys_select and unistd.
13377         * modules/acl-tests (Depends-on): Add close.
13378         * modules/binary-io-tests (Depends-on): Likewise.
13379         * modules/closein-tests (Depends-on): Likewise.
13380         * modules/flock-tests (Depends-on): Likewise.
13381         * modules/fsync-tests (Depends-on): Likewise.
13382         * modules/lseek-tests (Depends-on): Likewise.
13383         * modules/pipe-tests (Depends-on): Likewise.
13384         * modules/posix_spawn-tests (Depends-on): Likewise.
13385         * modules/posix_spawnp-tests (Depends-on): Likewise.
13386         * modules/stat-time-tests (Depends-on): Likewise.
13387         * modules/yesno-tests (Depends-on): Likewise.
13388
13389 2009-07-19  Bruno Haible  <bruno@clisp.org>
13390
13391         Unify conditionals.
13392         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13393         macros, not at the compiler macros.
13394         * lib/pipe.c: Likewise.
13395         * lib/execute.c: Likewise.
13396         * lib/spawni.c: Likewise.
13397
13398 2009-07-19  Bruno Haible  <bruno@clisp.org>
13399
13400         Fix handling of closed stdin/stdout/stderr on mingw.
13401         * lib/w32spawn.h: Include unistd.h.
13402         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13403         file descriptor with O_NOINHERIT flag.
13404         (fd_safer_noinherit): New function, based on fd-safer.c.
13405         (dup_safer_noinherit): New function, based on dup-safer.c.
13406         (undup_safer_noinherit): New function.
13407         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13408         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13409         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13410         instead of fd_safer.
13411         * tests/test-pipe.c: Include <windows.h>.
13412         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13413
13414         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13415         from main.
13416         (test_pipe): Pass an extra argument for disambiguation.
13417         (main): Invoke parent_main or child_main.
13418
13419         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13420         consistently.
13421
13422 2009-07-18  Eric Blake  <ebb9@byu.net>
13423
13424         test-pipe: fix mingw build
13425         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13426
13427 2009-07-18  Bruno Haible  <bruno@clisp.org>
13428
13429         * modules/pipe-tests (Makefile.am): Fix typo.
13430
13431 2009-07-18  Eric Blake  <ebb9@byu.net>
13432
13433         error: fix mingw build
13434         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13435         Reported by Bruno Haible.
13436
13437         error: avoid undefined use of stdout
13438         * lib/error.c (error, error_at_line): Check that fd 1 is open
13439         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13440         is handling faults and the close_stdout module wants to report the
13441         detection of closed stdout as an error.
13442
13443 2009-07-17  Eric Blake  <ebb9@byu.net>
13444
13445         pipe: be robust in face of closed fds
13446         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13447         should cause child to misbehave.
13448         * modules/pipe-tests: New module.
13449         * tests/test-pipe.c: New file.
13450         * tests/test-pipe.sh: New file.
13451         Reported by Akim Demaille.
13452
13453 2009-07-14  Bruno Haible  <bruno@clisp.org>
13454
13455         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13456         Reported by anonymous kc.
13457
13458 2009-07-07  Jim Meyering  <meyering@redhat.com>
13459
13460         maint.mk: don't look for translatable strings in *.m4 or *.mk
13461         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13462         when searching for translatable strings.
13463
13464 2009-07-05  Jim Meyering  <meyering@redhat.com>
13465
13466         remove superfluous parentheses in STREQ definition
13467         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13468         * lib/getugroups.c (STREQ): Likewise.
13469         * lib/fnmatch.c (STREQ): Likewise.
13470         Spotted by Bruno Haible.
13471
13472 2009-07-04  Jim Meyering  <meyering@redhat.com>
13473
13474         argv-iter: new module
13475         * MODULES.html.sh: Add argv-iter.
13476         * lib/argv-iter.c, lib/argv-iter.h: New files.
13477         * modules/argv-iter: New file.
13478         * modules/argv-iter-tests: New file.
13479         * tests/test-argv-iter.c: Test it.
13480
13481 2009-07-04  Bruno Haible  <bruno@clisp.org>
13482
13483         Fix assertion.
13484         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13485         contains more exact copies of a given entry than file2, leave the extra
13486         copies unpaired rather than aborting.
13487         Reported by Eric Blake.
13488
13489 2009-07-02  Bruno Haible  <bruno@clisp.org>
13490
13491         Speedup git-merge-changelog for git cherry-pick.
13492         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13493         (entries_mapping_get): New function, extracted from compute_mapping.
13494         (entries_mapping_reverse_get): New function.
13495         (compute_mapping): Add a 'full' argument. Return the result in a
13496         'struct entries_mapping'.
13497         (main): Update. Access the mappings through entries_mapping_get.
13498         Reported by Eric Blake.
13499
13500 2009-07-02  Bruno Haible  <bruno@clisp.org>
13501
13502         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13503         best_i.
13504
13505 2009-07-02  Bruno Haible  <bruno@clisp.org>
13506
13507         Speed up approximate search for matching ChangeLog entries.
13508         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13509         argument. Call fstrcmp_bounded instead of fstrcmp.
13510         (compute_mapping, try_split_merged_entry, main): Update callers.
13511
13512 2009-07-02  Bruno Haible  <bruno@clisp.org>
13513
13514         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13515
13516 2009-06-30  Bruno Haible  <bruno@clisp.org>
13517
13518         Reduce the number of uc_is_cased calls.
13519         * lib/unicase.h (casing_suffix_context_t): Add
13520         'first_char_except_ignorable' field.
13521         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13522         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13523         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13524         Update initializer.
13525         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13526         case-ignorable characters.
13527         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13528         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13529         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13530         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13531         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13532
13533 2009-06-30  Bruno Haible  <bruno@clisp.org>
13534
13535         Tests for module 'unicase/ignorable'.
13536         * modules/unicase/ignorable-tests: New file.
13537         * tests/unicase/test-ignorable.c: New file, generated by
13538         gen-uni-tables.
13539
13540         Tests for module 'unicase/cased'.
13541         * modules/unicase/cased-tests: New file.
13542         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13543         * tests/unicase/test-predicate-part1.h: New file, derived from
13544         tests/unictype/test-predicate-part1.h.
13545         * tests/unicase/test-predicate-part2.h: New file, same as
13546         tests/unictype/test-predicate-part2.h.
13547
13548         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13549         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13550         (output_casing_properties): New function.
13551         (main): Call it.
13552         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13553         * lib/unicase/cased.c: Include unictype/bitmap.h.
13554         (uc_is_cased): Define through a bitmap lookup.
13555         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13556         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13557         (uc_is_case_ignorable): Define through a bitmap lookup.
13558         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13559         lib/unictype/bitmap.h.
13560         (Depends-on): Add inline. Clean up.
13561         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13562         lib/unictype/bitmap.h.
13563         (Depends-on): Add inline. Clean up.
13564         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13565         recognition.
13566         * tests/unicase/test-u16-tolower.c (main): Likewise.
13567         * tests/unicase/test-u32-tolower.c (main): Likewise.
13568
13569 2009-06-30  Bruno Haible  <bruno@clisp.org>
13570
13571         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13572         * lib/unicase/u16-casemap.c: Likewise.
13573         * lib/unicase/u32-casemap.c: Likewise.
13574
13575 2009-06-29  Bruno Haible  <bruno@clisp.org>
13576
13577         Define u32_casefold as a wrapper around u32_ct_casefold.
13578         * lib/unicase/u32-casefold.c: Update.
13579         * modules/unicase/u32-casefold (Depends-on): Add
13580         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13581         unicase/empty-suffix-context. Clean up.
13582
13583         Define u16_casefold as a wrapper around u16_ct_casefold.
13584         * lib/unicase/u16-casefold.c: Update.
13585         * modules/unicase/u16-casefold (Depends-on): Add
13586         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13587         unicase/empty-suffix-context. Clean up.
13588
13589         Define u8_casefold as a wrapper around u8_ct_casefold.
13590         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13591         * lib/unicase/u8-casefold.c: Update.
13592         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13593         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13594
13595         Define u32_totitle as a wrapper around u32_ct_totitle.
13596         * lib/unicase/u32-totitle.c: Update.
13597         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13598         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13599
13600         Define u16_totitle as a wrapper around u16_ct_totitle.
13601         * lib/unicase/u16-totitle.c: Update.
13602         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13603         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13604
13605         Define u8_totitle as a wrapper around u8_ct_totitle.
13606         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13607         functions.
13608         (FUNC): Delegate to U_CT_TOTITLE.
13609         * lib/unicase/u8-totitle.c: Update.
13610         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13611         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13612
13613         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13614         invocation.
13615         * modules/unicase/u32-tolower (Depends-on): Add
13616         unicase/empty-prefix-context, unicase/empty-suffix-context.
13617
13618         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13619         invocation.
13620         * modules/unicase/u16-tolower (Depends-on): Add
13621         unicase/empty-prefix-context, unicase/empty-suffix-context.
13622
13623         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13624         * modules/unicase/u8-tolower (Depends-on): Add
13625         unicase/empty-prefix-context, unicase/empty-suffix-context.
13626
13627         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13628         invocation.
13629         * modules/unicase/u32-toupper (Depends-on): Add
13630         unicase/empty-prefix-context, unicase/empty-suffix-context.
13631
13632         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13633         invocation.
13634         * modules/unicase/u16-toupper (Depends-on): Add
13635         unicase/empty-prefix-context, unicase/empty-suffix-context.
13636
13637         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13638         * modules/unicase/u8-toupper (Depends-on): Add
13639         unicase/empty-prefix-context, unicase/empty-suffix-context.
13640
13641         New module 'unicase/u32-ct-casefold'.
13642         * lib/unicase/u32-ct-casefold.c: New file.
13643         * modules/unicase/u32-ct-casefold: New file.
13644
13645         New module 'unicase/u16-ct-casefold'.
13646         * lib/unicase/u16-ct-casefold.c: New file.
13647         * modules/unicase/u16-ct-casefold: New file.
13648
13649         New module 'unicase/u8-ct-casefold'.
13650         * lib/unicase/u8-ct-casefold.c: New file.
13651         * lib/unicase/u-ct-casefold.h: New file, derived from
13652         lib/unicase/u-casefold.h.
13653         * modules/unicase/u8-ct-casefold: New file.
13654
13655         New module 'unicase/u32-ct-totitle'.
13656         * lib/unicase/u32-ct-totitle.c: New file.
13657         * modules/unicase/u32-ct-totitle: New file.
13658
13659         New module 'unicase/u16-ct-totitle'.
13660         * lib/unicase/u16-ct-totitle.c: New file.
13661         * modules/unicase/u16-ct-totitle: New file.
13662
13663         New module 'unicase/u8-ct-totitle'.
13664         * lib/unicase/u8-ct-totitle.c: New file.
13665         * lib/unicase/u-ct-totitle.h: New file, derived from
13666         lib/unicase/u-totitle.h.
13667         * modules/unicase/u8-ct-totitle: New file.
13668
13669         New module 'unicase/u32-ct-tolower'.
13670         * lib/unicase/u32-ct-tolower.c: New file.
13671         * modules/unicase/u32-ct-tolower: New file.
13672
13673         New module 'unicase/u16-ct-tolower'.
13674         * lib/unicase/u16-ct-tolower.c: New file.
13675         * modules/unicase/u16-ct-tolower: New file.
13676
13677         New module 'unicase/u8-ct-tolower'.
13678         * lib/unicase/u8-ct-tolower.c: New file.
13679         * modules/unicase/u8-ct-tolower: New file.
13680
13681         New module 'unicase/u32-ct-toupper'.
13682         * lib/unicase/u32-ct-toupper.c: New file.
13683         * modules/unicase/u32-ct-toupper: New file.
13684
13685         New module 'unicase/u16-ct-toupper'.
13686         * lib/unicase/u16-ct-toupper.c: New file.
13687         * modules/unicase/u16-ct-toupper: New file.
13688
13689         New module 'unicase/u8-ct-toupper'.
13690         * lib/unicase/u8-ct-toupper.c: New file.
13691         * modules/unicase/u8-ct-toupper: New file.
13692
13693         Add context arguments to u*_casemap functions.
13694         * lib/unicase/unicasemap.h: Include unicase.h.
13695         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13696         suffix_context arguments.
13697         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13698         functions.
13699         (FUNC): Add prefix_context and suffix_context arguments. Use
13700         uc_is_cased and uc_is_case_ignorable.
13701         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13702         * lib/unicase/u16-casemap.c: Likewise.
13703         * lib/unicase/u32-casemap.c: Likewise.
13704         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13705         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13706         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13707         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13708         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13709         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13710
13711         New module 'unicase/u32-suffix-context'.
13712         * lib/unicase/u32-suffix-context.c: New file.
13713         * modules/unicase/u32-suffix-context: New file.
13714
13715         New module 'unicase/u16-suffix-context'.
13716         * lib/unicase/u16-suffix-context.c: New file.
13717         * modules/unicase/u16-suffix-context: New file.
13718
13719         New module 'unicase/u8-suffix-context'.
13720         * lib/unicase/u8-suffix-context.c: New file.
13721         * lib/unicase/u-suffix-context.h: New file.
13722         * modules/unicase/u8-suffix-context: New file.
13723
13724         New module 'unicase/empty-suffix-context'.
13725         * lib/unicase/empty-suffix-context.c: New file.
13726         * modules/unicase/empty-suffix-context: New file.
13727
13728         New module 'unicase/u32-prefix-context'.
13729         * lib/unicase/u32-prefix-context.c: New file.
13730         * modules/unicase/u32-prefix-context: New file.
13731
13732         New module 'unicase/u16-prefix-context'.
13733         * lib/unicase/u16-prefix-context.c: New file.
13734         * modules/unicase/u16-prefix-context: New file.
13735
13736         New module 'unicase/u8-prefix-context'.
13737         * lib/unicase/u8-prefix-context.c: New file.
13738         * lib/unicase/u-prefix-context.h: New file.
13739         * lib/unicase/context.h: New file.
13740         * modules/unicase/u8-prefix-context: New file.
13741
13742         New module 'unicase/empty-prefix-context'.
13743         * lib/unicase/empty-prefix-context.c: New file.
13744         * modules/unicase/empty-prefix-context: New file.
13745
13746         New module 'unicase/ignorable'.
13747         * lib/unicase/ignorable.c: New file.
13748         * modules/unicase/ignorable: New file.
13749
13750         New module 'unicase/cased'.
13751         * lib/unicase/caseprop.h: New file.
13752         * lib/unicase/cased.c: New file.
13753         * modules/unicase/cased: New file.
13754
13755         New functions for case mapping of substrings.
13756         * lib/unicase.h (casing_prefix_context_t): New type.
13757         (unicase_empty_prefix_context): New variable.
13758         (u8_casing_prefix_context, u16_casing_prefix_context,
13759         u32_casing_prefix_context, u8_casing_prefixes_context,
13760         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13761         declarations.
13762         (casing_suffix_context_t): New type.
13763         (unicase_empty_suffix_context): New variable.
13764         (u8_casing_suffix_context, u16_casing_suffix_context,
13765         u32_casing_suffix_context, u8_casing_suffixes_context,
13766         u16_casing_suffixes_context, u32_casing_suffixes_context,
13767         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13768         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13769         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13770         declarations.
13771
13772 2009-06-28  Jim Meyering  <meyering@redhat.com>
13773
13774         boostrap: indent only with spaces
13775         * build-aux/bootstrap: Indent only with spaces, never TABs.
13776
13777         bootstrap: split long lines
13778         * build-aux/bootstrap: Keep line length < 80.
13779
13780         bootstrap: sync from coreutils
13781         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13782         just as autoreconf does.  Verify a list of prerequisite
13783         package-name,version-number pairs if defined in bootstrap.conf.
13784         Refer to README-prereq, if prerequisites are not satisfied.
13785
13786 2009-06-27  Eric Blake  <ebb9@byu.net>
13787
13788         tests: add test for bogus NULL definition
13789         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13790         * tests/test-stdlib.c: Likewise.
13791         * tests/test-string.c: Likewise.
13792         * tests/test-locale.c: Likewise.
13793         * tests/test-unistd.c: Likewise.
13794         * modules/stdio-tests (Depends-on): Add verify.
13795         * modules/stdlib-tests (Depends-on): Likewise.
13796         * modules/string-tests (Depends-on): Likewise.
13797         * modules/locale-tests (Depends-on): Likewise.
13798         * modules/unistd-tests (Depends-on): Likewise.
13799
13800 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13801
13802         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13803         self-explaining comment.
13804         * m4/selinux-selinux-h: Update serial.
13805         (gl_LIBSELINUX): New macro, adding a warning for missing development
13806         packages to code extracted from...
13807         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13808         Add warning for missing development packages here, too.
13809
13810 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13811
13812         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13813
13814 2009-06-25  Eric Blake  <ebb9@byu.net>
13815
13816         version-etc: fix regression
13817         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13818         gcc.
13819         (version_etc): Use it, to catch bugs with trailing NULL.
13820         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13821         (version_etc_va): Fix logic bug.
13822         * modules/version-etc-tests: Add test.
13823         * tests/test-version-etc.c: New file.
13824         * tests/test-version-etc.sh: Likewise.
13825
13826 2009-06-25  Sam Steingold  <sds@gnu.org>
13827
13828         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13829         mbtowc declaration.
13830
13831 2009-06-25  Eric Blake  <ebb9@byu.net>
13832
13833         fpurge: migrate into <stdio.h>
13834         * lib/fpurge.h: Delete...
13835         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13836         * lib/fpurge.c (fpurge): Change declaring header.
13837         * modules/fpurge (Files): Drop deleted file.
13838         (Depends-on): Add stdio.
13839         (configure.ac): Set witness.
13840         * modules/stdio (Makefile.am): Support fpurge macros.
13841         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13842         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13843         * lib/fflush.c: Update client.
13844         * tests/test-fpurge.c: Likewise.
13845         * NEWS: Mention the change.
13846
13847 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13848
13849         * lib/argp-version-etc.c (program_authors): Add const
13850         qualifier.
13851         * lib/version-etc.c: Fix typos in the comments.
13852         * modules/argp-version-etc: Depends on version-etc.
13853
13854 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13855
13856         argp-version-etc: new module.
13857
13858         * lib/argp-version-etc.c: New file.
13859         * lib/argp-version-etc.h: New file.
13860         * modules/argp-version-etc: New file.
13861         * modules/argp-version-etc-tests: New file.
13862         * tests/test-argp-version-etc.c: New test.
13863         * tests/test-argp-version-etc-1.sh: New test.
13864
13865 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13866
13867         Provide additional interfaces and documentation for version-etc
13868         module.
13869
13870         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13871         interfaces.
13872         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13873         prototypes.
13874
13875 2009-06-24  Bruno Haible  <bruno@clisp.org>
13876
13877         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13878         HAVE_LIB${NAME} macro.
13879         Reported by Sam Steingold <sds@gnu.org>.
13880
13881 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13882
13883         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13884         needed.
13885
13886 2009-06-21  Bruno Haible  <bruno@clisp.org>
13887
13888         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13889         work.
13890         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13891         together with LIB${NAME}, LTLIB${NAME}.
13892         Reported by Sam Steingold <sds@gnu.org>.
13893
13894 2009-06-20  Jim Meyering  <meyering@redhat.com>
13895
13896         tests: make sc_require_test_exit_idiom more generic
13897         * top/maint.mk (Exit_witness_file): New overridable variable.
13898         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13899         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13900
13901 2009-06-19  Jim Meyering  <meyering@redhat.com>
13902
13903         hash: reverse order of src/dst parameters in an internal interface
13904         * lib/hash.c (transfer_entries): Reverse order of parameters to
13905         put DST before SRC.  Adjust callers.
13906
13907         tests: test-hash: avoid wholesale duplication
13908         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13909         Instead, use a loop and add a single conditional.
13910
13911         tests: test-hash: allow seed selection via a command line argument
13912         * tests/test-hash.c (get_seed): New function.
13913         (main): Use it.
13914
13915 2009-06-19  Eric Blake  <ebb9@byu.net>
13916
13917         hash: avoid memory leak on allocation failure
13918         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13919         failure.  Factor repeated algorithm...
13920         (transfer_entries): ...into new helper routine.
13921         (hash_delete): React to hash_rehash return value.
13922
13923         hash: reduce memory pressure in hash_rehash no-op case
13924         * lib/hash.c (next_prime): Avoid overflow.
13925         (hash_initialize): Factor bucket size computation...
13926         (compute_bucket_size): ...into new helper function.
13927         (hash_rehash): Use new function and open coding to reduce memory
13928         pressure, and avoid a memory leak in USE_OBSTACK code.
13929         Reported by Jim Meyering.
13930
13931 2009-06-18  Eric Blake  <ebb9@byu.net>
13932
13933         hash: make rotation more obvious
13934         * modules/hash (Depends-on): Add bitrotate and stdint.
13935         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13936         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13937         (SIZE_MAX): Rely on headers for definition.
13938         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13939         (raw_hasher): Use rotr_sz.
13940         Suggested by Jim Meyering.
13941
13942         hash: fix memory leak in last patch
13943         * lib/hash.c (hash_rehash): Avoid memory leak.
13944
13945         hash: avoid no-op rehashing
13946         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13947
13948         hash: provide default callback functions
13949         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13950         (hash_initialize): Use them as defaults.
13951         * tests/test-hash.c (main): Test this.
13952
13953         hash: minor optimization
13954         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13955         when possible.
13956         (hash_initialize): Document this promise.
13957         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13958         * tests/test-hash.c (hash_compare_strings): Test this.
13959
13960 2009-06-18  Bruno Haible  <bruno@clisp.org>
13961
13962         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13963         going to be replaced anyway.
13964
13965 2009-06-18  Bruno Haible  <bruno@clisp.org>
13966
13967         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13968         in one place.
13969         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13970         be replaced anyway.
13971
13972 2009-06-18  Eric Blake  <ebb9@byu.net>
13973
13974         hash: check for resize before insertion
13975         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13976         threshold before insertion, so that a pathological hash_rehash
13977         that fills every bucket can still trigger another rehash.
13978
13979 2009-06-18  Jim Meyering  <meyering@redhat.com>
13980
13981         hash-tests: add a loop around the small tests
13982         * tests/test-hash.c (main): Repeat small tests with selected
13983         small initial table sizes.
13984
13985 2009-06-17  Eric Blake  <ebb9@byu.net>
13986
13987         hash: minor cleanups
13988         * lib/hash.h (hash_entry): Make opaque, by moving...
13989         * lib/hash.c (hash_entry): ...here.
13990         (hash_insert): Clarify restrictions on what can be inserted.
13991         (hash_get_next): Clarify when it is safe to remove an element
13992         during traversal.
13993         (check_tuning): Skip verification when tuning is known safe.
13994         (hash_initialize): Clarify restrictions on tuning.
13995
13996 2009-06-17  Jim Meyering  <jim@meyering.net>
13997         and Eric Blake  <ebb9@byu.net>
13998
13999         hash-tests: new module
14000         * modules/hash-tests: New file.
14001         * tests/test-hash.c: New file.
14002
14003 2009-06-17  Eric Blake  <ebb9@byu.net>
14004
14005         strstr-simple: document new module
14006         * MODULES.html.sh: Document new module.
14007
14008         strstr, strcasestr: replace on platforms with broken memchr
14009         * modules/strstr: Split into...
14010         * modules/strstr-simple: ...new module that does not care about
14011         performance, but does care about glibc bug.
14012         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14013         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14014         if platform memchr is broken, per Debian bug 521737.
14015         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14016         memchr.
14017         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14018         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14019         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14020         * modules/mountlist (Depends-on): Add strstr-simple.
14021         * modules/gen-uni-tables (Depends-on): Likewise.
14022         * modules/argz (Depends-on): Add strstr.
14023
14024 2009-06-17  Bruno Haible  <bruno@clisp.org>
14025
14026         * modules/posix_spawn-internal (Depends-on): Add errno.
14027
14028 2009-06-17  Bruno Haible  <bruno@clisp.org>
14029
14030         Define missing ESTALE on Interix 3.5.
14031         * lib/errno.in.h (ESTALE): Assign a value if missing.
14032         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14033         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14034         missing.
14035         * doc/posix-headers/errno.texi: Mention the Interix bug.
14036         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14037
14038 2009-06-15  Eric Blake  <ebb9@byu.net>
14039
14040         memchr, memchr2: add valgrind exception
14041         * lib/memchr.valgrind: New file.
14042         * lib/memchr2.valgrind: New file.
14043         * modules/memchr (Files): Distribute valgrind file.
14044         * modules/memchr2 (Files): Likewise.
14045
14046         docs: memchr is no longer obsolete
14047         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14048         * lib/string.in.h (memchr): Simplify logic.
14049
14050 2009-06-14  Jim Meyering  <meyering@redhat.com>
14051
14052         link-follow: fix the "checking..." message to not mention trailing slash
14053         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14054         never considered trailing slashes.
14055
14056 2009-06-14  Bruno Haible  <bruno@clisp.org>
14057
14058         * m4/memchr.m4: Mention also the bug on IA-64.
14059         * doc/posix-functions/memchr.texi: Likewise.
14060
14061 2009-06-12  Eric Blake  <ebb9@byu.net>
14062
14063         memchr: detect broken x86_64 and alpha implementations
14064         * modules/memchr-tests (Depends-on): Move mmap detection...
14065         * modules/memchr (Depends-on): ...here.
14066         (configure.ac): Set indicator.
14067         * lib/string.in.h (memchr): Declare replacement.
14068         * modules/string (Makefile.am): Trigger replacement.
14069         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14070         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14071         bugs.
14072         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14073         * modules/getpagesize (License): Relax license.
14074
14075 2009-06-11  Bruno Haible  <bruno@clisp.org>
14076
14077         * lib/idpriv.h: Add more references.
14078
14079 2009-06-08  Bruno Haible  <bruno@clisp.org>
14080
14081         Tests for module 'idpriv-droptemp'.
14082         * modules/idpriv-droptemp-tests: New file.
14083         * tests/test-idpriv-droptemp.sh: New file.
14084         * tests/test-idpriv-droptemp.su.sh: New file.
14085         * tests/test-idpriv-droptemp.c: New file.
14086
14087         New module 'idpriv-droptemp'.
14088         * lib/idpriv-droptemp.c: New file.
14089         * modules/idpriv-droptemp: New file.
14090
14091 2009-06-08  Bruno Haible  <bruno@clisp.org>
14092
14093         Tests for module 'idpriv-drop'.
14094         * modules/idpriv-drop-tests: New file.
14095         * tests/test-idpriv-drop.sh: New file.
14096         * tests/test-idpriv-drop.su.sh: New file.
14097         * tests/test-idpriv-drop.c: New file.
14098
14099         New module 'idpriv-drop'.
14100         * lib/idpriv.h: New file.
14101         * lib-idpriv-drop.c: New file.
14102         * m4/idpriv.m4: New file.
14103         * modules/idpriv-drop: New file.
14104
14105 2009-06-08  Bruno Haible  <bruno@clisp.org>
14106
14107         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14108         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14109         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14110         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14111         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14112         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14113         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14114
14115 2009-06-08  Eric Blake  <ebb9@byu.net>
14116
14117         test-strstr: use memory fence, when possible
14118         * tests/test-strstr.c (main): Use memory fence, in order to be
14119         more likely to trigger Debian bug 521737.
14120         * modules/strstr-tests (Files): Pull in additional files.
14121
14122         memchr: no longer obsolete, for wider field testing
14123         * modules/memchr (Status, Notice): Delete, this module is no
14124         longer obsolete.
14125         * modules/vasnprintf (Depends-on): Add memchr.
14126
14127 2009-06-07  Jim Meyering  <meyering@redhat.com>
14128
14129         hash: declare some functions with the warn_unused_result attribute
14130         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
14131
14132 2009-06-07  Bruno Haible  <bruno@clisp.org>
14133
14134         * tests/test-alignof.c: Don't test int64_t if it does not exist.
14135         Reported by Eric Blake.
14136
14137 2009-06-06  Eric Blake  <ebb9@byu.net>
14138
14139         test-alignof: fix typo with long double
14140         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
14141         compiler error.
14142
14143 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
14144
14145         Escape non-texinfo { and }s.
14146         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
14147         markup error.
14148
14149 2009-06-04  Jim Meyering  <meyering@redhat.com>
14150
14151         gitlog-to-changelog: don't infloop on an empty commit log
14152         * build-aux/gitlog-to-changelog: Warn about an empty log message.
14153         Reported by Boris Petersen <transacid@centerim.org>.
14154
14155 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
14156
14157         version-etc: extend for packagers
14158         Add three new configure options, intended for packagers:
14159           --with-packager="packager name"
14160           --with-packager-version="packager-specific version"
14161           --with-packager-bug-reports="packager bug reporting"
14162         An example with coreutils:
14163           $ ./configure \
14164             --with-packager=Gentoo \
14165             --with-packager-bug-report=http://bugs.gentoo.org/ \
14166             --with-packager-version="patchset 1.6"
14167           $ ./src/ls --version | head -n2
14168           ls (GNU coreutils) 7.1-dirty
14169           Packaged by Gentoo (patchset 1.6)
14170         Note that the bug reporting info via --help doesn't show up because
14171         coreutils uses its own custom emit_bug_reporting_address() implementation
14172         in src/system.h.  If it didn't, it'd look like:
14173           $ ./src/ls --help | tail -n4
14174           Report bugs to <bug-coreutils@gnu.org>.
14175           Report Gentoo bugs to <http://bugs.gentoo.org/>.
14176           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
14177           General help using GNU software: <http://www.gnu.org/gethelp/>.
14178         * lib/version-etc.c: Print new information, if provided.
14179         * m4/version-etc.m4: New file.
14180         * modules/version-etc (Files): Add m4/version-etc.m4.
14181         (configure.ac): Add gl_VERSION_ETC.
14182
14183 2009-05-31  Bruno Haible  <bruno@clisp.org>
14184
14185         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
14186         and 'int64_t'.
14187         * modules/alignof-tests (Dependencies): Add stdint.
14188         Reported by Eric Blake.
14189
14190 2009-05-31  Bruno Haible  <bruno@clisp.org>
14191
14192         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
14193         restriction due to compiler bugs.
14194         Reported by Eric Blake.
14195
14196 2009-05-31  Simon Josefsson  <simon@josefsson.org>
14197             Bruno Haible  <bruno@clisp.org>
14198
14199         Fix test-alignof failure.
14200         * lib/alignof.h (alignof_slot): New macro.
14201         (alignof_type): New macro, with the same semantics as the previous
14202         'alignof'.
14203         (alignof): Alias to alignof_slot.
14204         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
14205         check that the results are usable as constant expressions.
14206
14207 2009-05-31  Bruno Haible  <bruno@clisp.org>
14208
14209         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
14210         * tests/test-memchr.c (main): Check that memchr does not read past the
14211         first occurrence of the byte.
14212         * tests/test-strstr.c (main): Update comment.
14213         Suggested by Eric Blake.
14214
14215 2009-05-30  Bruno Haible  <bruno@clisp.org>
14216
14217         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
14218         detail how to use dumpbin.
14219         Reported by David Byron <dbyron@dbyron.com>.
14220
14221 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14222
14223         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
14224
14225 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14226
14227         * m4/manywarnings.m4: Add GCC 4.4 warnings.
14228
14229 2009-05-28  Bruno Haible  <bruno@clisp.org>
14230
14231         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
14232         build-aux/ files.
14233
14234 2009-05-28  Simon Josefsson  <simon@josefsson.org>
14235
14236         * gnulib-tool (func_import): Transform license on build-aux/ files too.
14237
14238 2009-05-27  Simon Josefsson  <simon@josefsson.org>
14239
14240         * gnulib-tool (sed_transform_main_lib_file)
14241         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
14242         regexps.
14243
14244 2009-05-26  Simon Josefsson  <simon@josefsson.org>
14245
14246         * tests/test-strstr.c: Add another self-test.
14247         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
14248         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
14249
14250 2009-05-23  Bruno Haible  <bruno@clisp.org>
14251
14252         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
14253         change.
14254
14255 2009-05-21  Bruno Haible  <bruno@clisp.org>
14256
14257         Simplify use of mode_t varargs.
14258         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
14259         uses 'mode_t' or 'int'.
14260         * lib/openat.c (openat): Likewise.
14261         * lib/open-safer.c (open_safer): Likewise.
14262         * m4/mode_t.m4: New file.
14263         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
14264         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
14265         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
14266         * modules/open (Files): Add m4/mode_t.m4.
14267         * modules/openat (Files): Likewise.
14268         * modules/fcntl-safer (Files): Likewise.
14269         Suggested by Eric Blake.
14270
14271 2009-05-21  Pádraig Brady  <P@draigbrady.com>
14272
14273         * doc/glibc-functions/fallocate.texi: New file.
14274         * doc/gnulib.texi: Include it.
14275
14276 2009-05-21  Eric Blake  <ebb9@byu.net>
14277             Bruno Haible  <bruno@clisp.org>
14278
14279         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14280         invocations.
14281         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14282
14283 2009-05-21  Eric Blake  <ebb9@byu.net>
14284             Bruno Haible  <bruno@clisp.org>
14285
14286         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14287         include_next. Fix of 2008-11-20 commit.
14288         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14289         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14290         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14291         NEXT_MATH_H.
14292         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14293         instead of NEXT_MATH_H.
14294
14295 2009-05-21  Bruno Haible  <bruno@clisp.org>
14296
14297         Avoid redefinition warnings for SIZE_MAX.
14298         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14299         Reported by Simon Josefsson.
14300
14301 2009-05-21  Bruno Haible  <bruno@clisp.org>
14302
14303         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14304         AC_CACHE_VAL.
14305
14306 2009-05-20  Bruno Haible  <bruno@clisp.org>
14307
14308         Make zeroptr.h work on mingw.
14309         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14310         mprotect.
14311         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14312         * modules/memchr2-tests (configure.ac): Likewise.
14313         * modules/memcmp-tests (configure.ac): Likewise.
14314         * modules/memmem-tests (configure.ac): Likewise.
14315         * modules/memrchr-tests (configure.ac): Likewise.
14316         Reported by Simon Josefsson.
14317
14318 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14319
14320         * tests/test-glob.c: Include string.h for strcmp prototype.
14321
14322 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14323
14324         * modules/getdelim (Depends-on): Add explicit stdint, although it
14325         was implicitly already pulled in via realloc-posix.
14326         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14327
14328 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14329
14330         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14331         G. Christensen" <tgc@jupiterrise.com>.
14332         * m4/sys_socket_h.m4: Check for sa_family_t.
14333         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14334         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14335         * tests/test-sys_socket.c: Check that sa_family_t works.
14336
14337 2009-05-18  Eric Blake  <ebb9@byu.net>
14338
14339         maint.mk: allow gnulib_dir in VPATH build
14340         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14341
14342 2009-05-15  Jim Meyering  <meyering@redhat.com>
14343
14344         maint.mk: Give gnulib_dir a default definition.
14345         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14346         Thus, most packages no longer need to specify this variable in cfg.mk
14347
14348 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14349
14350         rename.m4: fix typos that would make non-mingw cross-configure fail
14351         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14352
14353 2009-05-13  Eric Blake  <ebb9@byu.net>
14354
14355         mmap-anon: avoid out-of-order autoconf expansion
14356         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14357         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14358         * modules/memchr-tests (Depends-on): Add extensions.
14359         * modules/memchr2-tests (Depends-on): Add extensions.
14360         * modules/memcmp-tests (Depends-on): Add extensions.
14361         * modules/memmem-tests (Depends-on): Add extensions.
14362         * modules/memrchr-tests (Depends-on): Add extensions.
14363
14364 2009-05-13  Bruno Haible  <bruno@clisp.org>
14365
14366         Make some tests ISO C 99 compliant.
14367         * tests/zerosize-ptr.h: New file.
14368         * tests/test-memchr.c: Include zerosize-ptr.h.
14369         (main): Use a zero-size object pointer instead of NULL.
14370         * tests/test-memchr2.c: Include zerosize-ptr.h.
14371         (main): Use a zero-size object pointer instead of NULL.
14372         * tests/test-memcmp.c: Include zerosize-ptr.h.
14373         (main): Use a zero-size object pointer instead of NULL.
14374         * tests/test-memmem.c: Include zerosize-ptr.h.
14375         (main): Use a zero-size object pointer instead of NULL.
14376         * tests/test-memrchr.c: Include zerosize-ptr.h.
14377         (main): Use a zero-size object pointer instead of NULL.
14378         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14379         m4/mmap-anon.m4.
14380         (Depends-on): Add getpagesize.
14381         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14382         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14383         m4/mmap-anon.m4.
14384         (Depends-on): Add getpagesize.
14385         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14386         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14387         m4/mmap-anon.m4.
14388         (Depends-on): Add getpagesize.
14389         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14390         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14391         m4/mmap-anon.m4.
14392         (Depends-on): Add getpagesize.
14393         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14394         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14395         m4/mmap-anon.m4.
14396         (Depends-on): Add getpagesize.
14397         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14398
14399 2009-05-12  Bruno Haible  <bruno@clisp.org>
14400
14401         Tests for module 'alignof'.
14402         * modules/alignof-tests: New file.
14403         * tests/test-alignof.c: New file.
14404
14405 2009-05-12  Bruno Haible  <bruno@clisp.org>
14406
14407         Fix alignof macro.
14408         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14409         vendor compilers that are always correct.
14410
14411 2009-05-12  Bruno Haible  <bruno@clisp.org>
14412
14413         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14414         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14415         not whether its fully works.
14416
14417 2009-05-12  Bruno Haible  <bruno@clisp.org>
14418
14419         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14420
14421 2009-05-12  Jim Meyering  <meyering@redhat.com>
14422
14423         * top/maint.mk: Adjust backslash alignment.
14424
14425 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14426
14427         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14428
14429 2009-05-11  Eric Blake  <ebb9@byu.net>
14430
14431         argp: avoid undefined behavior
14432         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14433         macros.
14434
14435 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14436
14437         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14438         user.name to prevent git commit from complaining.
14439
14440 2009-05-10  Bruno Haible  <bruno@clisp.org>
14441
14442         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14443         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14444         it rewrites every file name only once.
14445         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14446
14447 2009-05-08  Bruno Haible  <bruno@clisp.org>
14448
14449         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14450         instead of 'max'.
14451
14452 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14453
14454         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14455         sockaddr_storage test.
14456
14457 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14458
14459         * modules/sys_socket (Makefile.am): Substitute
14460         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14461         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14462         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14463         * tests/test-sys_socket.c: Check sockaddr_storage.
14464
14465 2009-05-08  Bruno Haible  <bruno@clisp.org>
14466
14467         New module 'alignof'.
14468         * lib/alignof.h: New file.
14469         * modules/alignof: New file.
14470
14471 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14472             Bruno Haible  <bruno@clisp.org>
14473
14474         Fix test-file-has-acl on FreeBSD.
14475         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14476         mask is implicitly added.
14477         * tests/test-file-has-acl.c: Include <signal.h>.
14478         (main): Terminate the test after 5 seconds.
14479         * modules/acl-tests (configure.ac): Check for alarm function.
14480
14481 2009-05-04  Bruno Haible  <bruno@clisp.org>
14482
14483         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14484         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14485         * modules/errno (configure.ac): Drop AC_REQUIRE.
14486         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14487         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14488
14489 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14490
14491         * modules/glob-tests: New module.
14492         * tests/test-glob.c: Add.
14493
14494 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14495
14496         * modules/fnmatch-tests: New module.
14497         * tests/test-fnmatch.c: Add.
14498
14499 2009-05-04  Eric Blake  <ebb9@byu.net>
14500
14501         maint: make the new no-submodule-changes rule VPATH-safe
14502         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14503
14504 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14505             Bruno Haible  <bruno@clisp.org>
14506
14507         acl: Fix infinite loop on FreeBSD.
14508         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14509         of return value from acl_get_entry.
14510         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14511         Likewise.
14512
14513 2009-05-03  Bruno Haible  <bruno@clisp.org>
14514
14515         * lib/acl-internal.h (acl_entries): Clarify return value.
14516         * lib/acl_entries.c (acl_entries): Likewise.
14517
14518 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14519
14520         Bug fix in acl module.
14521         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14522
14523 2009-05-03  Bruno Haible  <bruno@clisp.org>
14524
14525         Create gperf-generated file in the source dir, not in the build dir.
14526         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14527         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14528         * modules/unicase/locale-language (unicase/locale-languages.h):
14529         Likewise.
14530         * modules/unicase/special-casing (unicase/special-casing-table.h):
14531         Likewise.
14532         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14533         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14534         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14535         Reported by Ralf Wildenhues.
14536
14537 2009-05-03  Bruno Haible  <bruno@clisp.org>
14538
14539         * modules/fnmatch (Description, configure.ac): Taken from
14540         fnmatch-posix.
14541         * modules/fnmatch-posix: Turn into a symbolic reference to the
14542         'fnmatch' module, and deprecate.
14543         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14544
14545 2009-05-03  Bruno Haible  <bruno@clisp.org>
14546
14547         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14548         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14549         Reported by Ralf Wildenhues.
14550
14551 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14552
14553         * m4/fnmatch.m4: Fix fnmatch re-define.
14554
14555 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14556
14557         priv-set: new module and tests; adapt write-any-file
14558         * lib/priv-set.c: New file.
14559         * lib/priv-set.h: New file.
14560         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14561         * lib/write-any-file.c: Simplify by using priv-set module.
14562         * m4/priv-set.m4: New file.
14563         * modules/priv-set: New file.
14564         * modules/unlinkdir: Add dependency on priv-set module.
14565         * modules/write-any-file: Likewise.
14566
14567         Tests for module 'priv-set'.
14568         * modules/priv-set-tests: New file.
14569         * tests/test-priv-set.c: New file.
14570
14571 2009-05-03  Jim Meyering  <meyering@redhat.com>
14572             Bruno Haible  <bruno@clisp.org>
14573
14574         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14575         use the converted UTF-8 variant of the name instead.
14576
14577 2009-05-03  Jim Meyering  <meyering@redhat.com>
14578
14579         tests: tighten some getdate tests
14580         * tests/test-getdate.c (main): Tighten tests: require equality,
14581         not just greater than.  Set TZ envvar to UTC0.
14582
14583 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14584
14585         getdate: correctly interpret "next monday" when run on a Monday
14586         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14587         that e.g., "next tues" (when run on a tuesday) results in a date
14588         that is one week in the future, and not today's date.
14589         I.e., add a week when the wday is the same as the current one.
14590         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14591         and earlier by Martin Bernreuther and Jan Minář.
14592         * tests/test-getdate.c (main): Check that "next DAY" is always in
14593         the future and that "last DAY" is always in the past.
14594
14595 2009-05-02  Jim Meyering  <meyering@redhat.com>
14596
14597         build: ensure that a release build fails when a submodule is unclean
14598         * top/maint.mk (no-submodule-changes): New rule.
14599         (alpha beta major): Depend on it.
14600
14601 2009-05-02  Bruno Haible  <bruno@clisp.org>
14602
14603         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14604         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14605         shell variable gl_fnmatch_required to detect which variant is
14606         requested.
14607         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14608         gl_FUNC_FNMATCH_POSIX.
14609         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14610         exclude fnmatch-posix.
14611
14612 2009-05-02  Bruno Haible  <bruno@clisp.org>
14613
14614         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14615         * modules/mbsrtowcs (License): Change to LGPLv2+.
14616         * modules/strnlen1 (License): Likewise.
14617         Reported by Simon Josefsson.
14618
14619 2009-05-02  Bruno Haible  <bruno@clisp.org>
14620
14621         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14622         "cross".
14623         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14624         gnulib-tool was called with option --source-base=lib.
14625
14626 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14627
14628         Use automake *-local hooks without commands, for extensibility.
14629         * modules/localcharset (Makefile.am): Rename install-exec-local
14630         rule to install-exec-localcharset, and make it a prerequisite of
14631         install-exec-local.  Likewise, rename the uninstall-local rule to
14632         uninstall-localcharset, and make it a prerequisite of the former.
14633
14634 2009-05-01  Bruno Haible  <bruno@clisp.org>
14635
14636         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14637         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14638         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14639         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14640         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14641         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14642         m4/locale-zh.m4, m4/codeset.m4.
14643
14644         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14645         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14646         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14647         m4/locale-zh.m4.
14648
14649         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14650         REPLACE_WCRTOMB if mbstate_t must be replaced.
14651         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14652         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14653
14654 2009-05-01  Bruno Haible  <bruno@clisp.org>
14655
14656         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14657         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14658         dngettext, dcngettext, textdomain, bindtextdomain,
14659         bind_textdomain_codeset): Undefine before redefining.
14660
14661 2009-04-30  Bruno Haible  <bruno@clisp.org>
14662
14663         Fix bug introduced on 2009-04-25.
14664         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14665         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14666         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14667         is defined.
14668         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14669         is defined.
14670         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14671         is defined.
14672         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14673
14674 2009-04-28  Bruno Haible  <bruno@clisp.org>
14675
14676         Comment tweaks.
14677         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14678         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14679         * lib/unicase.h (u*_casexfrm): Likewise.
14680         Reported by Paolo Bonzini.
14681
14682 2009-04-28  Bruno Haible  <bruno@clisp.org>
14683
14684         Fix a compilation error.
14685         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14686         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14687         Reported by Jim Meyering.
14688
14689 2009-04-27  Bruno Haible  <bruno@clisp.org>
14690
14691         New module 'libunistring'.
14692         * modules/libunistring: New file.
14693         * m4/libunistring.m4: New file.
14694         * MODULES.html.sh (Unicode string functions): Add it.
14695
14696 2009-04-27  Eric Blake  <ebb9@byu.net>
14697
14698         maint.mk: allow package-specific header to provide <config.h>
14699         * top/maint.mk (sc_require_config_h): New variable.
14700         (sc_require_config_h, sc_require_config_h_first): Use it.
14701
14702 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14703
14704         * top/maint.mk (sc_avoid_if_before_free): Except
14705         useless-if-before-free script.
14706
14707 2009-04-27  Eric Blake  <ebb9@byu.net>
14708
14709         maintainer-makefile: depend on all required helper scripts
14710         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14711         useless-if-before-free.
14712         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14713         version, rather than assuming gnulib checkout is available.
14714         Reported by Simen Josefsson.
14715
14716 2009-04-26  Bruno Haible  <bruno@clisp.org>
14717
14718         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14719         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14720         "../" or "..".
14721
14722 2009-04-26  Bruno Haible  <bruno@clisp.org>
14723
14724         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14725         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14726         AC_LIB_HAVE_LINKFLAGS.
14727
14728 2009-04-26  Bruno Haible  <bruno@clisp.org>
14729
14730         Simplify calling convention of u*_conv_from_encoding.
14731         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14732         u32_conv_from_encoding): Expect a resultbuf argument and return the
14733         result directly as a pointer.
14734         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14735         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14736         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14737         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14738         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14739         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14740         Update.
14741         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14742         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14743         * lib/vasnprintf.c (VASNPRINTF): Update.
14744         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14745         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14746         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14747         * NEWS: Mention the change.
14748
14749 2009-04-26  Bruno Haible  <bruno@clisp.org>
14750
14751         Simplify calling convention of u*_conv_to_encoding.
14752         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14753         u32_conv_to_encoding): Expect a resultbuf argument and return the
14754         result directly as a pointer.
14755         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14756         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14757         freeing scaled_offsets if mem_iconveha failed.
14758         * lib/unicase/u-casexfrm.h (FUNC): Update.
14759         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14760         * lib/vasnprintf.c (VASNPRINTF): Update.
14761         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14762         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14763         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14764         * NEWS: Mention the change.
14765
14766 2009-04-26  Bruno Haible  <bruno@clisp.org>
14767
14768         Avoid test failures on AIX and OSF/1.
14769         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14770         malloc(0).
14771         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14772         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14773         Likewise.
14774         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14775         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14776         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14777         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14778         * doc/posix-functions/malloc.texi: Document the portability problem
14779         related to malloc(0).
14780
14781 2009-04-26  Bruno Haible  <bruno@clisp.org>
14782
14783         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14784         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14785         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14786
14787 2009-04-25  Bruno Haible  <bruno@clisp.org>
14788
14789         Avoid link error when creating a namespace clean library.
14790         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14791         as macro with arguments if already defined as an alias.
14792         * lib/signbitf.c (gl_signbitf): Don't undefine.
14793         * lib/signbitd.c (gl_signbitd): Don't undefine.
14794         * lib/signbitl.c (gl_signbitl): Don't undefine.
14795
14796 2009-04-25  Jim Meyering  <meyering@redhat.com>
14797
14798         vc-list-files: fix another quoting bug
14799         * build-aux/vc-list-files: Avoid sed backslash expansion
14800         of pathological directory names.
14801
14802 2009-04-25  Eric Blake  <ebb9@byu.net>
14803
14804         vc-list-files: fix shell quoting error
14805         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14806         timestamp.
14807
14808 2009-04-25  Jim Meyering  <meyering@redhat.com>
14809
14810         vc-list-files: restore lost functionality with subdir argument
14811         * build-aux/vc-list-files: When given a non-"." sub-directory
14812         argument, substitute the $dir/ prefix back onto each resulting name.
14813         Otherwise, coreutils' root_tests check would fail.
14814
14815 2009-04-24  Eric Blake  <ebb9@byu.net>
14816
14817         vc-list-files: ignore git symlinks
14818         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14819         than ls-files, to ignore git symlinks.
14820
14821         maint.mk: import improvements from m4
14822         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14823         (move_if_change): Delete unused macro.
14824         (news-date-check, vc-diff-check): Support VPATH builds.
14825         (announcement): Likewise.  Split --bootstrap-tools list...
14826         (boostrap-tools): ...into separate list, which can be overridden
14827         in cfg.mk.
14828         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14829         requiring dependency on useless-if-before-free module.
14830         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14831         Support VPATH builds.
14832
14833 2009-04-24  Jim Meyering  <meyering@redhat.com>
14834
14835         maint.mk: remove coreutils-specific rules and variables
14836         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14837         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14838         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14839
14840         maint.mk: remove obsolete rule
14841         * top/maint.mk (rel-check): Remove rule.
14842         (WGET, WGETFLAGS): Remove now-unused variables.
14843
14844 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14845
14846         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14847         consistency.
14848
14849         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14850         '$(PATH_SEPARATOR)' instead of ':'.
14851
14852 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14853
14854         * lib/getopt1.c (main): Use 'const' for static array.
14855
14856 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14857
14858         * top/maint.mk: Sync with coreutils.
14859         * NEWS: Explain incompatibilities.
14860
14861 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14862             Bruno Haible  <bruno@clisp.org>
14863
14864         Fix cross-compilation results.
14865         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14866         statement, as third argument of AC_TRY_RUN.
14867         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14868         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14869         Likewise.
14870         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14871         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14872         Likewise.
14873         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14874         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14875         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14876
14877 2009-04-20  Bruno Haible  <bruno@clisp.org>
14878
14879         Avoid test failure on mingw.
14880         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14881
14882 2009-04-20  Bruno Haible  <bruno@clisp.org>
14883
14884         Avoid compilation error on mingw.
14885         * modules/localename-tests (Depends-on): Add locale.
14886
14887 2009-04-19  Bruno Haible  <bruno@clisp.org>
14888
14889         Support for building a shared library on Windows platforms.
14890         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14891         (main): Test the presence of UNINORM_NFC here.
14892         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14893         (main): Test the presence of UNINORM_NFD here.
14894         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14895         (main): Test the presence of UNINORM_NFKC here.
14896         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14897         (main): Test the presence of UNINORM_NFKD here.
14898
14899 2009-04-19  Bruno Haible  <bruno@clisp.org>
14900
14901         Avoid a compiler warning.
14902         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14903         Change type of variable 'sequence'.
14904
14905 2009-04-19  Bruno Haible  <bruno@clisp.org>
14906
14907         * modules/configmake (Makefile.am): When the contents of configmake.h
14908         does not change, arrange to preserve its modification time.
14909
14910 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14911
14912         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14913         gettext domain.
14914
14915 2009-04-16  Jim Meyering  <meyering@redhat.com>
14916
14917         useless-if-before-free: improve conversion code
14918         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14919         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14920
14921 2009-04-14  Bruno Haible  <bruno@clisp.org>
14922
14923         * modules/fcntl (Depends-on): Add extensions.
14924         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14925
14926 2009-04-12  Ben Pfaff  <blp@gnu.org>
14927
14928         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14929         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14930
14931 2009-03-20  Ben Pfaff  <blp@gnu.org>
14932
14933         Make rename replace existing destinations on Windows.
14934         * m4/rename.m4: Add test for Mingw.
14935         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14936         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14937         * doc/posix-functions/rename.texi: Document.
14938
14939 2009-04-10  Bruno Haible  <bruno@clisp.org>
14940
14941         New include file "iconveh.h".
14942         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14943         * lib/striconveh.h: Include it.
14944         (enum iconv_ilseq_handler): Remove definition.
14945         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14946         striconveh.h.
14947         * lib/striconveha.c: Include striconveh.h.
14948         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14949         * modules/striconveh (Files): Add lib/iconveh.h.
14950         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14951         lib/striconveh.h.
14952
14953 2009-04-10  Bruno Haible  <bruno@clisp.org>
14954
14955         * lib/uniconv.h: Update comment.
14956
14957 2009-04-10  Bruno Haible  <bruno@clisp.org>
14958
14959         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14960         always.
14961         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14962         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14963         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14964         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14965         "unistring-notinline.h", so that the function gets defined always.
14966         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14967         * lib/unistr/u8-uctomb.c: Likewise.
14968         * lib/unistr/u16-mbtouc.c: Likewise.
14969         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14970         * lib/unistr/u16-uctomb.c: Likewise.
14971         * lib/unistr/u32-mbtouc.c: Likewise.
14972         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14973         * lib/unistr/u32-uctomb.c: Likewise.
14974
14975 2009-04-10  Bruno Haible  <bruno@clisp.org>
14976
14977         Mark 'utime' obsolete.
14978         * modules/utime (Status, Notice): New sections.
14979         Suggested by Jim Meyering.
14980
14981         Fix cross-compile guess for utime test.
14982         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14983         autoconf.
14984         * doc/posix-functions/utime.texi: Give more precisions.
14985         Reported by Jan <ipif@ymail.com>.
14986
14987 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14988
14989         filevercmp: correct today's change
14990         * lib/filevercmp.c: Also handle coreutils' test inputs.
14991         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14992
14993         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14994         for reporting it.
14995         * lib/filevercmp.c: Special handle for "", "." and "..".
14996         * tests/test-filevercmp.c: Enlarge the set suite.
14997
14998 2009-04-07  Jim Meyering  <meyering@redhat.com>
14999
15000         useless-if-before-free: show how to remove braced useless free, too
15001         * build-aux/useless-if-before-free: still only in a comment, though.
15002
15003 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15004
15005         maint.mk: import changes to syntax-check macros from coreutils
15006         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15007         Use them in the relevant macros.
15008
15009 2009-04-06  Bruno Haible  <bruno@clisp.org>
15010
15011         Fix unportable use of bit-fields.
15012         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15013         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15014         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15015
15016 2009-04-06  Bruno Haible  <bruno@clisp.org>
15017
15018         Avoid test failures on AIX and OSF/1.
15019         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15020         that malloc(0) = NULL.
15021         * tests/unicase/test-u8-tolower.c (check): Likewise.
15022         * tests/unicase/test-u8-totitle.c (check): Likewise.
15023         * tests/unicase/test-u8-toupper.c (check): Likewise.
15024         * tests/unicase/test-u16-casefold.c (check): Likewise.
15025         * tests/unicase/test-u16-tolower.c (check): Likewise.
15026         * tests/unicase/test-u16-totitle.c (check): Likewise.
15027         * tests/unicase/test-u16-toupper.c (check): Likewise.
15028         * tests/unicase/test-u32-casefold.c (check): Likewise.
15029         * tests/unicase/test-u32-tolower.c (check): Likewise.
15030         * tests/unicase/test-u32-totitle.c (check): Likewise.
15031         * tests/unicase/test-u32-toupper.c (check): Likewise.
15032         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15033         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15034         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15035         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15036         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15037         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15038         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15039         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15040         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15041         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15042         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15043         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15044
15045 2009-04-05  Bruno Haible  <bruno@clisp.org>
15046
15047         Work around an autoconf limitation.
15048         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15049         comment line if it would be longer than 3 KB.
15050
15051 2009-04-05  Bruno Haible  <bruno@clisp.org>
15052
15053         Avoid test failure with libiconv-1.13.
15054         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15055         of the expected test results.
15056
15057 2009-04-05  Bruno Haible  <bruno@clisp.org>
15058
15059         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15060         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15061         that it should be installed.
15062
15063 2009-04-05  Bruno Haible  <bruno@clisp.org>
15064
15065         * gnulib-tool: New option --copy-file.
15066         (func_usage): Document it.
15067         (func_dest_tmpfilename): Moved out of func_import.
15068         (func_add_file, func_update_file): New functions, extracted from
15069         func_import.
15070         (func_import): Update.
15071
15072 2009-04-05  Karl Berry  <karl@gnu.org>
15073
15074         * README: prominently mention gnulib-tool.
15075         Rearrange sections so getting the code is near the top.
15076
15077 2009-04-05  Bruno Haible  <bruno@clisp.org>
15078
15079         * lib/unicase.h: Mention u*_cmp2.
15080         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15081         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15082         * lib/unicase/ulc-casecmp.c: Likewise.
15083         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15084         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15085         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15086         unistr/u8-cmp.
15087         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15088         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15089         unistr/u16-cmp.
15090         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15091         unistr/u32-cmp.
15092
15093         * lib/uninorm.h: Mention u*_cmp2.
15094         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15095         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15096         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15097         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15098         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15099         unistr/u8-cmp.
15100         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15101         unistr/u16-cmp.
15102         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15103         unistr/u32-cmp.
15104
15105         New module 'unistr/u32-cmp2'.
15106         * lib/unistr/u32-cmp2.c: New file.
15107         * modules/unistr/u32-cmp2: New file.
15108
15109         New module 'unistr/u16-cmp2'.
15110         * lib/unistr/u16-cmp2.c: New file.
15111         * modules/unistr/u16-cmp2: New file.
15112
15113         New module 'unistr/u8-cmp2'.
15114         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15115         * lib/unistr/u8-cmp2.c: New file.
15116         * lib/unistr/u-cmp2.h: New file.
15117         * modules/unistr/u8-cmp2: New file.
15118
15119 2009-04-05  Bruno Haible  <bruno@clisp.org>
15120
15121         * lib/unictype.h (uc_property_is_valid): New macro.
15122         * tests/unictype/test-pr_byname.c (main): Use it.
15123
15124         * lib/unistr.h: Doc fixes.
15125         * lib/uniconv.h: Doc fixes.
15126         * lib/unictype.h: Doc fixes.
15127
15128 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
15129
15130         Port coreutils 7.2 to Solaris 8.
15131
15132         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
15133         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
15134         for Solaris 8.  This is a bit of a hack, as it means it's the
15135         caller's responsibility to add -lnsl if needed, but most likely it
15136         won't be needed since only getaddrinfo uses this and getaddrinfo
15137         isn't needed on Solaris 8.
15138
15139         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
15140         problem to Solaris 8 encountered with coreutils 7.2, which
15141         resulted in a message "fnmatch.c:292: warning: passing argument 4
15142         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
15143         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
15144
15145 2009-04-03  Simon Josefsson  <simon@josefsson.org>
15146
15147         * m4/ld-version-script.m4: Add FIXME comment.
15148
15149 2009-04-02  Simon Josefsson  <simon@josefsson.org>
15150
15151         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
15152         SOVERSION variable.
15153
15154 2009-04-02  Bruno Haible  <bruno@clisp.org>
15155
15156         * Makefile (info, html, dvi, pdf): Combine the rules.
15157         Suggested by Jim Meyering.
15158
15159 2009-04-01  Bruno Haible  <bruno@clisp.org>
15160
15161         * Makefile (info, html, dvi, pdf): New targets.
15162         Reported by Reuben Thomas <rrt@sc3d.org>.
15163
15164 2009-04-01  Bruno Haible  <bruno@clisp.org>
15165
15166         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
15167         can be put into PATH.
15168         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
15169
15170 2009-04-01  Bruno Haible  <bruno@clisp.org>
15171
15172         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
15173
15174 2009-04-01  Bruno Haible  <bruno@clisp.org>
15175
15176         Rename module 'visibility'.
15177         * modules/lib-symbol-visibility: Renamed from modules/visibility.
15178         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
15179         * doc/gnulib.texi: Update.
15180         * MODULES.html.sh (Misc): Update.
15181         * NEWS: Mention the change.
15182
15183 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15184
15185         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
15186         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
15187         Eric Blake <ebb9@byu.net> for review.
15188         * MODULES.html.sh: Add lib-msvc-compat.
15189         * doc/gnulib.texi: Link to new section.
15190         * m4/ld-output-def.m4: New file.
15191         * doc/ld-output-def.texi: New file.
15192
15193 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15194
15195         Rename ld-version-script to lib-symbol-versions.  Suggested by
15196         Bruno Haible <bruno@clisp.org>.
15197         * modules/ld-version-script: Renamed to lib-symbol-versions.
15198         * doc/ld-version-script.texi: Fix module name.
15199         * MODULES.html.sh: Add lib-symbol-versions.
15200
15201 2009-03-31  Simon Josefsson  <simon@josefsson.org>
15202
15203         * modules/u64-tests: New file.
15204         * tests/test-u64.c: New file.
15205
15206 2009-03-04  Simon Josefsson  <simon@josefsson.org>
15207
15208         * MODULES.html.sh: Mention u64.
15209         * modules/u64: New module.
15210         * modules/crypto/sha512: Depend on u64 module instead of providing
15211         u64.h.
15212
15213 2009-03-27  Eric Blake  <ebb9@byu.net>
15214
15215         test-strerror: make debugging EAI_SYSTEM easier
15216         * modules/getaddrinfo-tests (Depends-on): Add strerror.
15217         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
15218         failure was EAI_SYSTEM.
15219
15220 2009-03-25  Bruno Haible  <bruno@clisp.org>
15221
15222         Fix a problem with --enable-relocatable on Solaris 7.
15223         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
15224         since 2008-02-24.
15225
15226 2009-03-25  Eric Blake  <ebb9@byu.net>
15227
15228         test-sockets: avoid gcc warning
15229         * tests/test-sockets.c (main): Silence compiler warning.
15230
15231 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15232
15233         New modules nproc, pthread, contributed by Glen Lenker.
15234
15235         * MODULES.html.sh: Add pthread, nproc.
15236         * lib/nproc.c: New file.
15237         * lib/nproc.h: New file.
15238         * lib/pthread.in.h: New file.
15239         * m4/pthread.m4: New file.
15240         * modules/nproc: New file.
15241         * modules/pthread: New file.
15242
15243 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15244
15245         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
15246         New variable.
15247
15248 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
15249
15250         filevercmp: handle simple~ and numbered.~3~ backup suffixes
15251         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
15252         * tests/test-filevercmp.c: Add tests for backup suffixes.
15253
15254 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15255
15256         * modules/stdlib (Depends-on): Add stdint, needed when defining
15257         struct random_data on, for example, HP-UX 10.20.  Reported by
15258         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15259
15260 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15261
15262         * lib/readline.c (readline): Call fflush on stdout after printing
15263         prompt.
15264
15265 2009-03-20  Bruno Haible  <bruno@clisp.org>
15266
15267         Remove dependency from 'close' module to -lws2_32 on native Windows.
15268         * lib/close-hook.h: New file.
15269         * lib/close-hook.c: New file.
15270         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
15271         w32sock.h.
15272         (_gl_close_fd_maybe_socket): Remove function.
15273         (rpl_close): Invoke execute_all_close_hooks instead of
15274         _gl_close_fd_maybe_socket.
15275         * lib/sockets.c: Include close-hook.h, w32sock.h.
15276         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15277         (close_sockets_hook): New variable.
15278         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15279         (gl_sockets_cleanup): Unregister it.
15280         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15281         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15282         * modules/close-hook: New file.
15283         * modules/close (Files): Remove lib/w32sock.h.
15284         (Depends-on): Add close-hook.
15285         (Link): Remove section.
15286         * modules/sockets (Files): Add lib/w32sock.h.
15287         (Depends-on): Add close-hook.
15288         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15289         invocation.
15290         * NEWS: Mention that LIB_CLOSE is gone.
15291
15292 2009-03-23  Eric Blake  <ebb9@byu.net>
15293
15294         signal-tests: test previous patch
15295         * tests/test-signal.c: New file.
15296         * modules/signal-tests: Likewise.
15297
15298         signal.h: always support 'volatile sig_atomic_t'
15299         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15300         (gl_SIGNAL_H_DEFAULTS): Add a default.
15301         * modules/signal (Makefile.am): Substitute if needed.
15302         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15303         users can blindly add volatile.
15304         * doc/posix-headers/signal.texi (signal.h): Document it.
15305         Reported by Matthew Woehlke.
15306
15307 2009-03-23  Jim Meyering  <meyering@redhat.com>
15308
15309         pathmax: PATH_MAX: use pathconf only when available
15310         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15311         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15312         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15313         This avoids a link failure in a PSP cross-compilation environment
15314         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15315
15316         * lib/vasnprintf.c (divide): Fix typo in comment.
15317
15318 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15319
15320         * gnulib-tool (func_filter_filelist): Fix comment.
15321
15322 2009-03-20  Bruno Haible  <bruno@clisp.org>
15323
15324         Make sockets.h self-contained.
15325         * lib/sockets.c: Include sockets.h first.
15326         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15327
15328 2009-03-19  Eric Blake  <ebb9@byu.net>
15329
15330         doc: mention more functions added in cygwin 1.7.0
15331         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15332         addition.
15333         * doc/posix-functions/log2f.texi: Likewise.
15334
15335 2009-03-19  Jim Meyering  <meyering@redhat.com>
15336
15337         fsusage: avoid syntax error due to statement-before-declaration
15338         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15339         after all declarations.  Reported by Matthew Woehlke in
15340         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15341
15342 2009-03-18  Eric Blake  <ebb9@byu.net>
15343
15344         build-aux/compile: sync from automake
15345         * build-aux/compile: New file, from automake.
15346         * config/srclist.txt: Mention build-aux/compile.
15347
15348 2009-03-17  Bruno Haible  <bruno@clisp.org>
15349
15350         * lib/git-merge-changelog.c: Fix typo in comment.
15351         Reported by Reuben Thomas <rrt@sc3d.org>.
15352
15353 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15354
15355         * m4/regex.m4: update and improve help for
15356         --without-included-regex.
15357
15358 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15359
15360         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15361         failure on missing include files.
15362
15363 2009-03-17  Eric Blake  <ebb9@byu.net>
15364
15365         doc: mention more functions added in cygwin 1.7.0
15366         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15367         addition.
15368         * doc/posix-functions/fwscanf.texi: Likewise.
15369         * doc/posix-functions/swprintf.texi: Likewise.
15370         * doc/posix-functions/swscanf.texi: Likewise.
15371         * doc/posix-functions/vfwprintf.texi: Likewise.
15372         * doc/posix-functions/vfwscanf.texi: Likewise.
15373         * doc/posix-functions/vswprintf.texi: Likewise.
15374         * doc/posix-functions/vswscanf.texi: Likewise.
15375         * doc/posix-functions/vwprintf.texi: Likewise.
15376         * doc/posix-functions/vwscanf.texi: Likewise.
15377         * doc/posix-functions/wcscasecmp.texi: Likewise.
15378         * doc/posix-functions/wcsdup.texi: Likewise.
15379         * doc/posix-functions/wcsftime.texi: Likewise.
15380         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15381         * doc/posix-functions/wprintf.texi: Likewise.
15382         * doc/posix-functions/wscanf.texi: Likewise.
15383         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15384
15385 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15386
15387         maint.mk: really add $(AM_MAKEFLAGS)
15388         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15389         was inadvertently omitted in the last commit.
15390         Spotted by Bruno Haible.
15391
15392         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15393         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15394         $(AM_MAKEFLAGS)' rather than plain `make'.
15395
15396         gnulib-tool: execute $MAKE not make
15397         * gnulib-tool: Default $MAKE to 'make'.
15398         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15399         than make.  Initialize $MAKE in the do-autobuild script.
15400
15401         gnulib-tool: use $MAKE not make in generated files
15402         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15403         make, in generated files.  Initialize $MAKE in the do-autobuild
15404         script.
15405
15406         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15407
15408         GNUmakefile: disable parallelism only for multiple, recursive targets
15409         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15410         additions in the Makefile.
15411         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15412         by Automake.
15413         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15414         are listed on the command line and at least one of them is
15415         listed in $(ALL_RECURSIVE_TARGETS).
15416
15417 2009-03-14  Bruno Haible  <bruno@clisp.org>
15418
15419         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15420         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15421         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15422         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15423         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15424         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15425         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15426         unistr/u8-uctomb.
15427         * modules/unistr/u8-strchr (Depends-on): Likewise.
15428         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15429         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15430         unistr/u16-uctomb.
15431         * modules/unistr/u16-strchr (Depends-on): Likewise.
15432         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15433
15434 2009-03-12  Bruno Haible  <bruno@clisp.org>
15435
15436         Work around select() bug on Interix 3.5.
15437         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15438         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15439         * m4/select.m4: New file.
15440         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15441         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15442         * modules/select (Files): Add m4/select.m4.
15443         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15444         * modules/nanosleep (Depends-on): Add select.
15445         * modules/poll (Depends-on): Likewise.
15446         * doc/posix-functions/select.texi: Mention the Interix bug.
15447         Reported by Markus Duft <mduft@gentoo.org>.
15448
15449         * lib/select.c: Renamed from lib/winsock-select.c.
15450         * modules/select (Files): Add lib/select.c, remove
15451         lib/winsock-select.c.
15452         (configure.ac): Update.
15453
15454 2009-03-12  Jim Meyering  <meyering@redhat.com>
15455
15456         avoid gcc warnings about unused macro definitions
15457         * lib/readtokens.c (STREQ): Remove unused definition.
15458         * lib/xmalloc.c (SIZE_MAX): Likewise.
15459         * lib/openat-die.c (N_): Likewise.
15460         * lib/mountlist.c (SIZE_MAX): Remove definition.
15461         Instead, include <stdint.h>.
15462         * lib/readutmp.c: Likewise.
15463         * modules/readutmp (Depends-on): Add stdint.
15464         * modules/mountlist (Depends-on): Add stdint.
15465         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15466
15467 2009-03-10  Bruno Haible  <bruno@clisp.org>
15468
15469         Tests for module 'mbmemcasecoll'.
15470         * modules/mbmemcasecoll-tests: New file.
15471         * tests/test-mbmemcasecoll1.sh: New file.
15472         * tests/test-mbmemcasecoll2.sh: New file.
15473         * tests/test-mbmemcasecoll3.sh: New file.
15474         * tests/test-mbmemcasecoll.c: New file.
15475
15476         New module 'mbmemcasecoll'.
15477         * lib/mbmemcasecoll.h: New file.
15478         * lib/mbmemcasecoll.c: New file.
15479         * modules/mbmemcasecoll: New file.
15480
15481         * tests/test-mbmemcasecmp.h: New file, extracted from
15482         tests/test-mbmemcasecmp.c.
15483         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15484         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15485         (main): Update.
15486         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15487
15488 2009-03-09  Bruno Haible  <bruno@clisp.org>
15489
15490         Tests for module 'mbmemcasecmp'.
15491         * modules/mbmemcasecmp-tests: New file.
15492         * tests/test-mbmemcasecmp1.sh: New file.
15493         * tests/test-mbmemcasecmp2.sh: New file.
15494         * tests/test-mbmemcasecmp3.sh: New file.
15495         * tests/test-mbmemcasecmp.c: New file.
15496
15497         New module 'mbmemcasecmp'.
15498         * lib/mbmemcasecmp.h: New file.
15499         * lib/mbmemcasecmp.c: New file.
15500         * modules/mbmemcasecmp: New file.
15501
15502 2009-03-09  Bruno Haible  <bruno@clisp.org>
15503
15504         Tests for module 'unicase/ulc-casecoll'.
15505         * modules/unicase/ulc-casecoll-tests: New file.
15506         * tests/unicase/test-ulc-casecoll1.sh: New file.
15507         * tests/unicase/test-ulc-casecoll2.sh: New file.
15508         * tests/unicase/test-ulc-casecoll.c: New file.
15509
15510         New module 'unicase/ulc-casecoll'.
15511         * lib/unicase.h (ulc_casecoll): New declaration.
15512         * lib/unicase/ulc-casecoll.c: New file.
15513         * modules/unicase/ulc-casecoll: New file.
15514
15515         New module 'unicase/ulc-casexfrm'.
15516         * lib/unicase.h (ulc_casexfrm): New declaration.
15517         * lib/unicase/ulc-casexfrm.c: New file.
15518         * modules/unicase/ulc-casexfrm: New file.
15519
15520 2009-03-09  Bruno Haible  <bruno@clisp.org>
15521
15522         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15523         invocations.
15524
15525         * m4/mbscasecmp.m4: Remove file.
15526         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15527         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15528
15529         * m4/mbscasestr.m4: Remove file.
15530         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15531         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15532
15533         * m4/mbschr.m4: Remove file.
15534         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15535         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15536
15537         * m4/mbscspn.m4: Remove file.
15538         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15539         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15540
15541         * m4/mbslen.m4: Remove file.
15542         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15543         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15544
15545         * m4/mbsncasecmp.m4: Remove file.
15546         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15547         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15548
15549         * m4/mbsnlen.m4: Remove file.
15550         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15551         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15552
15553         * m4/mbspbrk.m4: Remove file.
15554         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15555         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15556
15557         * m4/mbspcasecmp.m4: Remove file.
15558         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15559         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15560
15561         * m4/mbsrchr.m4: Remove file.
15562         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15563         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15564
15565         * m4/mbssep.m4: Remove file.
15566         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15567         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15568
15569         * m4/mbsspn.m4: Remove file.
15570         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15571         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15572
15573         * m4/mbsstr.m4: Remove file.
15574         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15575         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15576
15577         * m4/mbstok_r.m4: Remove file.
15578         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15579         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15580
15581         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15582
15583         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15584         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15585
15586         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15587
15588 2009-03-08  Bruno Haible  <bruno@clisp.org>
15589
15590         Tests for module 'unicase/ulc-casecmp'.
15591         * modules/unicase/ulc-casecmp-tests: New file.
15592         * tests/unicase/test-ulc-casecmp1.sh: New file.
15593         * tests/unicase/test-ulc-casecmp2.sh: New file.
15594         * tests/unicase/test-ulc-casecmp.c: New file.
15595
15596         New module 'unicase/ulc-casecmp'.
15597         * lib/unicase.h (ulc_casecmp): New declaration.
15598         * lib/unicase/ulc-casecmp.c: New file.
15599         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15600         'const SRC_UNIT *'.
15601         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15602         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15603         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15604         * modules/unicase/ulc-casecmp: New file.
15605
15606         Tests for module 'unicase/u32-is-cased'.
15607         * modules/unicase/u32-is-cased-tests: New file.
15608         * tests/unicase/test-u32-is-cased.c: New file.
15609
15610         Tests for module 'unicase/u16-is-cased'.
15611         * modules/unicase/u16-is-cased-tests: New file.
15612         * tests/unicase/test-u16-is-cased.c: New file.
15613
15614         Tests for module 'unicase/u8-is-cased'.
15615         * modules/unicase/u8-is-cased-tests: New file.
15616         * tests/unicase/test-u8-is-cased.c: New file.
15617         * tests/unicase/test-is-cased.h: New file.
15618
15619         New module 'unicase/u32-is-cased'.
15620         * lib/unicase/u32-is-cased.c: New file.
15621         * modules/unicase/u32-is-cased: New file.
15622
15623         New module 'unicase/u16-is-cased'.
15624         * lib/unicase/u16-is-cased.c: New file.
15625         * modules/unicase/u16-is-cased: New file.
15626
15627         New module 'unicase/u8-is-cased'.
15628         * lib/unicase/u8-is-cased.c: New file.
15629         * lib/unicase/u-is-cased.h: New file.
15630         * modules/unicase/u8-is-cased: New file.
15631
15632         Tests for module 'unicase/u32-is-casefolded'.
15633         * modules/unicase/u32-is-casefolded-tests: New file.
15634         * tests/unicase/test-u32-is-casefolded.c: New file.
15635
15636         Tests for module 'unicase/u16-is-casefolded'.
15637         * modules/unicase/u16-is-casefolded-tests: New file.
15638         * tests/unicase/test-u16-is-casefolded.c: New file.
15639
15640         Tests for module 'unicase/u8-is-casefolded'.
15641         * modules/unicase/u8-is-casefolded-tests: New file.
15642         * tests/unicase/test-u8-is-casefolded.c: New file.
15643         * tests/unicase/test-is-casefolded.h: New file.
15644
15645         New module 'unicase/u32-is-casefolded'.
15646         * lib/unicase/u32-is-casefolded.c: New file.
15647         * modules/unicase/u32-is-casefolded: New file.
15648
15649         New module 'unicase/u16-is-casefolded'.
15650         * lib/unicase/u16-is-casefolded.c: New file.
15651         * modules/unicase/u16-is-casefolded: New file.
15652
15653         New module 'unicase/u8-is-casefolded'.
15654         * lib/unicase/u8-is-casefolded.c: New file.
15655         * modules/unicase/u8-is-casefolded: New file.
15656
15657         Tests for module 'unicase/u32-is-titlecase'.
15658         * modules/unicase/u32-is-titlecase-tests: New file.
15659         * tests/unicase/test-u32-is-titlecase.c: New file.
15660
15661         Tests for module 'unicase/u16-is-titlecase'.
15662         * modules/unicase/u16-is-titlecase-tests: New file.
15663         * tests/unicase/test-u16-is-titlecase.c: New file.
15664
15665         Tests for module 'unicase/u8-is-titlecase'.
15666         * modules/unicase/u8-is-titlecase-tests: New file.
15667         * tests/unicase/test-u8-is-titlecase.c: New file.
15668         * tests/unicase/test-is-titlecase.h: New file.
15669
15670         New module 'unicase/u32-is-titlecase'.
15671         * lib/unicase/u32-is-titlecase.c: New file.
15672         * modules/unicase/u32-is-titlecase: New file.
15673
15674         New module 'unicase/u16-is-titlecase'.
15675         * lib/unicase/u16-is-titlecase.c: New file.
15676         * modules/unicase/u16-is-titlecase: New file.
15677
15678         New module 'unicase/u8-is-titlecase'.
15679         * lib/unicase/u8-is-titlecase.c: New file.
15680         * modules/unicase/u8-is-titlecase: New file.
15681
15682         Tests for module 'unicase/u32-is-lowercase'.
15683         * modules/unicase/u32-is-lowercase-tests: New file.
15684         * tests/unicase/test-u32-is-lowercase.c: New file.
15685
15686         Tests for module 'unicase/u16-is-lowercase'.
15687         * modules/unicase/u16-is-lowercase-tests: New file.
15688         * tests/unicase/test-u16-is-lowercase.c: New file.
15689
15690         Tests for module 'unicase/u8-is-lowercase'.
15691         * modules/unicase/u8-is-lowercase-tests: New file.
15692         * tests/unicase/test-u8-is-lowercase.c: New file.
15693         * tests/unicase/test-is-lowercase.h: New file.
15694
15695         New module 'unicase/u32-is-lowercase'.
15696         * lib/unicase/u32-is-lowercase.c: New file.
15697         * modules/unicase/u32-is-lowercase: New file.
15698
15699         New module 'unicase/u16-is-lowercase'.
15700         * lib/unicase/u16-is-lowercase.c: New file.
15701         * modules/unicase/u16-is-lowercase: New file.
15702
15703         New module 'unicase/u8-is-lowercase'.
15704         * lib/unicase/u8-is-lowercase.c: New file.
15705         * modules/unicase/u8-is-lowercase: New file.
15706
15707         Tests for module 'unicase/u32-is-uppercase'.
15708         * modules/unicase/u32-is-uppercase-tests: New file.
15709         * tests/unicase/test-u32-is-uppercase.c: New file.
15710
15711         Tests for module 'unicase/u16-is-uppercase'.
15712         * modules/unicase/u16-is-uppercase-tests: New file.
15713         * tests/unicase/test-u16-is-uppercase.c: New file.
15714
15715         Tests for module 'unicase/u8-is-uppercase'.
15716         * modules/unicase/u8-is-uppercase-tests: New file.
15717         * tests/unicase/test-u8-is-uppercase.c: New file.
15718         * tests/unicase/test-is-uppercase.h: New file.
15719
15720         New module 'unicase/u32-is-uppercase'.
15721         * lib/unicase/u32-is-uppercase.c: New file.
15722         * modules/unicase/u32-is-uppercase: New file.
15723
15724         New module 'unicase/u16-is-uppercase'.
15725         * lib/unicase/u16-is-uppercase.c: New file.
15726         * modules/unicase/u16-is-uppercase: New file.
15727
15728         New module 'unicase/u8-is-uppercase'.
15729         * lib/unicase/u8-is-uppercase.c: New file.
15730         * modules/unicase/u8-is-uppercase: New file.
15731
15732         New module 'unicase/u32-is-invariant'.
15733         * lib/unicase/u32-is-invariant.c: New file.
15734         * modules/unicase/u32-is-invariant: New file.
15735
15736         New module 'unicase/u16-is-invariant'.
15737         * lib/unicase/u16-is-invariant.c: New file.
15738         * modules/unicase/u16-is-invariant: New file.
15739
15740         New module 'unicase/u8-is-invariant'.
15741         * lib/unicase/u8-is-invariant.c: New file.
15742         * lib/unicase/invariant.h: New file.
15743         * lib/unicase/u-is-invariant.h: New file.
15744         * modules/unicase/u8-is-invariant: New file.
15745
15746         Tests for module 'unicase/u32-casecoll'.
15747         * modules/unicase/u32-casecoll-tests: New file.
15748         * tests/unicase/test-u32-casecoll.c: New file.
15749
15750         Tests for module 'unicase/u16-casecoll'.
15751         * modules/unicase/u16-casecoll-tests: New file.
15752         * tests/unicase/test-u16-casecoll.c: New file.
15753
15754         Tests for module 'unicase/u8-casecoll'.
15755         * modules/unicase/u8-casecoll-tests: New file.
15756         * tests/unicase/test-u8-casecoll.c: New file.
15757
15758         New module 'unicase/u32-casecoll'.
15759         * lib/unicase/u32-casecoll.c: New file.
15760         * modules/unicase/u32-casecoll: New file.
15761
15762         New module 'unicase/u16-casecoll'.
15763         * lib/unicase/u16-casecoll.c: New file.
15764         * modules/unicase/u16-casecoll: New file.
15765
15766         New module 'unicase/u8-casecoll'.
15767         * lib/unicase/u8-casecoll.c: New file.
15768         * lib/unicase/u-casecoll.h: New file.
15769         * modules/unicase/u8-casecoll: New file.
15770
15771         New module 'unicase/u32-casexfrm'.
15772         * lib/unicase/u32-casexfrm.c: New file.
15773         * modules/unicase/u32-casexfrm: New file.
15774
15775         New module 'unicase/u16-casexfrm'.
15776         * lib/unicase/u16-casexfrm.c: New file.
15777         * modules/unicase/u16-casexfrm: New file.
15778
15779         New module 'unicase/u8-casexfrm'.
15780         * lib/unicase/u8-casexfrm.c: New file.
15781         * lib/unicase/u-casexfrm.h: New file.
15782         * modules/unicase/u8-casexfrm: New file.
15783
15784         Tests for module 'unicase/u32-casecmp'.
15785         * modules/unicase/u32-casecmp-tests: New file.
15786         * tests/unicase/test-u32-casecmp.c: New file.
15787
15788         Tests for module 'unicase/u16-casecmp'.
15789         * modules/unicase/u16-casecmp-tests: New file.
15790         * tests/unicase/test-u16-casecmp.c: New file.
15791
15792         Tests for module 'unicase/u8-casecmp'.
15793         * modules/unicase/u8-casecmp-tests: New file.
15794         * tests/unicase/test-u8-casecmp.c: New file.
15795         * tests/unicase/test-casecmp.h: New file.
15796
15797         New module 'unicase/u32-casecmp'.
15798         * lib/unicase/u32-casecmp.c: New file.
15799         * modules/unicase/u32-casecmp: New file.
15800
15801         New module 'unicase/u16-casecmp'.
15802         * lib/unicase/u16-casecmp.c: New file.
15803         * modules/unicase/u16-casecmp: New file.
15804
15805         New module 'unicase/u8-casecmp'.
15806         * lib/unicase/u8-casecmp.c: New file.
15807         * lib/unicase/u-casecmp.h: New file.
15808         * modules/unicase/u8-casecmp: New file.
15809
15810         Tests for module 'unicase/u32-casefold'.
15811         * modules/unicase/u32-casefold-tests: New file.
15812         * tests/unicase/test-u32-casefold.c: New file.
15813
15814         Tests for module 'unicase/u16-casefold'.
15815         * modules/unicase/u16-casefold-tests: New file.
15816         * tests/unicase/test-u16-casefold.c: New file.
15817
15818         Tests for module 'unicase/u8-casefold'.
15819         * modules/unicase/u8-casefold-tests: New file.
15820         * tests/unicase/test-u8-casefold.c: New file.
15821
15822         New module 'unicase/u32-casefold'.
15823         * lib/unicase/u32-casefold.c: New file.
15824         * modules/unicase/u32-casefold: New file.
15825
15826         New module 'unicase/u16-casefold'.
15827         * lib/unicase/u16-casefold.c: New file.
15828         * modules/unicase/u16-casefold: New file.
15829
15830         New module 'unicase/u8-casefold'.
15831         * lib/unicase/u8-casefold.c: New file.
15832         * lib/unicase/u-casefold.h: New file.
15833         * modules/unicase/u8-casefold: New file.
15834
15835         New module 'unicase/tocasefold'.
15836         * lib/unicase/casefold.h: New file.
15837         * lib/unicase/tocasefold.c: New file.
15838         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15839         * modules/unicase/tocasefold: New file.
15840
15841         Tests for module 'unicase/u32-totitle'.
15842         * modules/unicase/u32-totitle-tests: New file.
15843         * tests/unicase/test-u32-totitle.c: New file.
15844
15845         Tests for module 'unicase/u16-totitle'.
15846         * modules/unicase/u16-totitle-tests: New file.
15847         * tests/unicase/test-u16-totitle.c: New file.
15848
15849         Tests for module 'unicase/u8-totitle'.
15850         * modules/unicase/u8-totitle-tests: New file.
15851         * tests/unicase/test-u8-totitle.c: New file.
15852
15853         New module 'unicase/u32-totitle'.
15854         * lib/unicase/u32-totitle.c: New file.
15855         * modules/unicase/u32-totitle: New file.
15856
15857         New module 'unicase/u16-totitle'.
15858         * lib/unicase/u16-totitle.c: New file.
15859         * modules/unicase/u16-totitle: New file.
15860
15861         New module 'unicase/u8-totitle'.
15862         * lib/unicase/u8-totitle.c: New file.
15863         * lib/unicase/u-totitle.h: New file.
15864         * modules/unicase/u8-totitle: New file.
15865
15866         Tests for module 'unicase/u32-tolower'.
15867         * modules/unicase/u32-tolower-tests: New file.
15868         * tests/unicase/test-u32-tolower.c: New file.
15869
15870         Tests for module 'unicase/u16-tolower'.
15871         * modules/unicase/u16-tolower-tests: New file.
15872         * tests/unicase/test-u16-tolower.c: New file.
15873
15874         Tests for module 'unicase/u8-tolower'.
15875         * modules/unicase/u8-tolower-tests: New file.
15876         * tests/unicase/test-u8-tolower.c: New file.
15877
15878         New module 'unicase/u32-tolower'.
15879         * lib/unicase/u32-tolower.c: New file.
15880         * modules/unicase/u32-tolower: New file.
15881
15882         New module 'unicase/u16-tolower'.
15883         * lib/unicase/u16-tolower.c: New file.
15884         * modules/unicase/u16-tolower: New file.
15885
15886         New module 'unicase/u8-tolower'.
15887         * lib/unicase/u8-tolower.c: New file.
15888         * modules/unicase/u8-tolower: New file.
15889
15890         Tests for module 'unicase/u32-toupper'.
15891         * modules/unicase/u32-toupper-tests: New file.
15892         * tests/unicase/test-u32-toupper.c: New file.
15893
15894         Tests for module 'unicase/u16-toupper'.
15895         * modules/unicase/u16-toupper-tests: New file.
15896         * tests/unicase/test-u16-toupper.c: New file.
15897
15898         Tests for module 'unicase/u8-toupper'.
15899         * modules/unicase/u8-toupper-tests: New file.
15900         * tests/unicase/test-u8-toupper.c: New file.
15901
15902         New module 'unicase/u32-toupper'.
15903         * lib/unicase/u32-toupper.c: New file.
15904         * modules/unicase/u32-toupper: New file.
15905
15906         New module 'unicase/u16-toupper'.
15907         * lib/unicase/u16-toupper.c: New file.
15908         * modules/unicase/u16-toupper: New file.
15909
15910         New module 'unicase/u8-toupper'.
15911         * lib/unicase/u8-toupper.c: New file.
15912         * modules/unicase/u8-toupper: New file.
15913
15914         New module 'unicase/u32-casemap'.
15915         * lib/unicase/u32-casemap.c: New file.
15916         * modules/unicase/u32-casemap: New file.
15917
15918         New module 'unicase/u16-casemap'.
15919         * lib/unicase/u16-casemap.c: New file.
15920         * modules/unicase/u16-casemap: New file.
15921
15922         New module 'unicase/u8-casemap'.
15923         * lib/unicase/unicasemap.h: New file.
15924         * lib/unicase/u8-casemap.c: New file.
15925         * lib/unicase/u-casemap.h: New file.
15926         * modules/unicase/u8-casemap: New file.
15927
15928         New module 'unicase/special-casing'.
15929         * lib/unicase/special-casing.h: New file.
15930         * lib/unicase/special-casing.c: New file.
15931         * lib/unicase/special-casing-table.gperf: New file, generated by
15932         gen-uni-tables.c.
15933         * modules/unicase/special-casing: New file.
15934
15935         Tests for module 'unicase/locale-language'.
15936         * modules/unicase/locale-language-tests: New file.
15937         * tests/unicase/test-locale-language.sh: New file.
15938         * tests/unicase/test-locale-language.c: New file.
15939
15940         New module 'unicase/locale-language'.
15941         * lib/unicase/locale-language.c: New file.
15942         * lib/unicase/locale-languages.gperf: New file.
15943         * modules/unicase/locale-language: New file.
15944
15945         Generate more tables for case conversion and case folding.
15946         * lib/gen-uni-tables.c (SCC_*): New enum items.
15947         (struct special_casing_rule): New type.
15948         (casing_rules, num_casing_rules, allocated_casing_rules): New
15949         variables.
15950         (add_casing_rule, fill_casing_rules): New functions.
15951         (struct casefold_rule): New type.
15952         (casefolding_rules, num_casefolding_rules,
15953         allocated_casefolding_rules): New variables.
15954         (fill_casefolding_rules): New function.
15955         (unicode_casefold): New variable.
15956         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15957         sort_casing_rules, output_casing_rules): New functions.
15958         (main): Accept to more arguments: SpecialCasing.txt and
15959         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15960         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15961         Output mapping for casefolding.
15962
15963         * lib/unicase.h: Include stdbool.h, uninorm.h.
15964         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15965         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15966         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15967         arguments.
15968         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15969         resultp arguments.
15970         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15971         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15972         resultp arguments.
15973         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15974         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15975         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15976         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15977         declarations.
15978         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15979
15980 2009-03-08  Bruno Haible  <bruno@clisp.org>
15981
15982         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15983         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15984         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15985         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15986
15987 2009-03-07  Bruno Haible  <bruno@clisp.org>
15988
15989         Adjust u*_normcmp, u*_normcoll API.
15990         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15991         u16_normcoll, u32_normcoll): Change failure conventions.
15992         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15993         errno and return -1.
15994         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15995
15996 2009-03-07  Bruno Haible  <bruno@clisp.org>
15997
15998         Tests for module 'uninorm/u32-normcoll'.
15999         * modules/uninorm/u32-normcoll-tests: New file.
16000         * tests/uninorm/test-u32-normcoll.c: New file.
16001
16002         Tests for module 'uninorm/u16-normcoll'.
16003         * modules/uninorm/u16-normcoll-tests: New file.
16004         * tests/uninorm/test-u16-normcoll.c: New file.
16005
16006         Tests for module 'uninorm/u8-normcoll'.
16007         * modules/uninorm/u8-normcoll-tests: New file.
16008         * tests/uninorm/test-u8-normcoll.c: New file.
16009
16010 2009-03-07  Bruno Haible  <bruno@clisp.org>
16011
16012         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16013         tests/uninorm/test-u32-normcmp.c.
16014         * tests/uninorm/test-u32-normcmp.c: Include it.
16015         (test_nonascii): New function, extracted from main. Add some more
16016         tests.
16017         (main): Invoke test_ascii and test_nonascii.
16018         * modules/uninorm/u32-normcmp-tests (Files): Add
16019         tests/uninorm/test-u32-normcmp.h.
16020         (Depends-on): Remove uninorm/u32-normcmp.
16021
16022         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16023         tests/uninorm/test-u16-normcmp.c.
16024         * tests/uninorm/test-u16-normcmp.c: Include it.
16025         (test_nonascii): New function, extracted from main. Add some more
16026         tests.
16027         (main): Invoke test_ascii and test_nonascii.
16028         * modules/uninorm/u16-normcmp-tests (Files): Add
16029         tests/uninorm/test-u16-normcmp.h.
16030         (Depends-on): Remove uninorm/u16-normcmp.
16031
16032         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16033         tests/uninorm/test-u8-normcmp.c.
16034         * tests/uninorm/test-u8-normcmp.c: Include it.
16035         (test_nonascii): New function, extracted from main. Add some more
16036         tests.
16037         (main): Invoke test_ascii and test_nonascii.
16038         * modules/uninorm/u8-normcmp-tests (Files): Add
16039         tests/uninorm/test-u8-normcmp.h.
16040         (Depends-on): Remove uninorm/u8-normcmp.
16041
16042 2009-03-07  Bruno Haible  <bruno@clisp.org>
16043
16044         New module 'uninorm/u32-normcoll'.
16045         * lib/uninorm/u32-normcoll.c: New file.
16046         * modules/uninorm/u32-normcoll: New file.
16047
16048         New module 'uninorm/u16-normcoll'.
16049         * lib/uninorm/u16-normcoll.c: New file.
16050         * modules/uninorm/u16-normcoll: New file.
16051
16052         New module 'uninorm/u8-normcoll'.
16053         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16054         declarations.
16055         * lib/uninorm/u8-normcoll.c: New file.
16056         * lib/uninorm/u-normcoll.h: New file.
16057         * modules/uninorm/u8-normcoll: New file.
16058
16059         New module 'uninorm/u32-normxfrm'.
16060         * lib/uninorm/u32-normxfrm.c: New file.
16061         * modules/uninorm/u32-normxfrm: New file.
16062
16063         New module 'uninorm/u16-normxfrm'.
16064         * lib/uninorm/u16-normxfrm.c: New file.
16065         * modules/uninorm/u16-normxfrm: New file.
16066
16067         New module 'uninorm/u8-normxfrm'.
16068         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16069         declarations.
16070         * lib/uninorm/u8-normxfrm.c: New file.
16071         * lib/uninorm/u-normxfrm.h: New file.
16072         * modules/uninorm/u8-normxfrm: New file.
16073
16074 2009-03-07  Bruno Haible  <bruno@clisp.org>
16075
16076         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16077         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16078         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16079
16080 2009-03-07  Bruno Haible  <bruno@clisp.org>
16081
16082         New module 'memxfrm'.
16083         * lib/memxfrm.h: New file.
16084         * lib/memxfrm.c: New file.
16085         * modules/memxfrm: New file.
16086
16087 2009-03-07  Bruno Haible  <bruno@clisp.org>
16088
16089         New module 'memcmp2'.
16090         * lib/memcmp2.h: New file.
16091         * lib/memcmp2.c: New file.
16092         * modules/memcmp2: New file.
16093
16094 2009-03-07  Bruno Haible  <bruno@clisp.org>
16095
16096         Tests for module 'uninorm/decomposing-form'.
16097         * modules/uninorm/decomposing-form-tests: New file.
16098         * tests/uninorm/test-decomposing-form.c: New file.
16099
16100         New module 'uninorm/decomposing-form'.
16101         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16102         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16103         Add 'decomposing_variant' field.
16104         * lib/uninorm/decomposing-form.c: New file.
16105         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16106         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16107         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16108         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16109         * modules/uninorm/decomposing-form: New file.
16110         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16111         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16112
16113 2009-03-07  Bruno Haible  <bruno@clisp.org>
16114
16115         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16116         strings.
16117
16118 2009-03-06  Bruno Haible  <bruno@clisp.org>
16119
16120         Tests for module 'uninorm/u32-normcmp'.
16121         * tests/uninorm/test-u32-normcmp.c: New file.
16122         * modules/uninorm/u32-normcmp-tests: New file.
16123
16124         Tests for module 'uninorm/u16-normcmp'.
16125         * tests/uninorm/test-u16-normcmp.c: New file.
16126         * modules/uninorm/u16-normcmp-tests: New file.
16127
16128         Tests for module 'uninorm/u8-normcmp'.
16129         * tests/uninorm/test-u8-normcmp.c: New file.
16130         * modules/uninorm/u8-normcmp-tests: New file.
16131
16132         New module 'uninorm/u32-normcmp'.
16133         * lib/uninorm/u32-normcmp.c: New file.
16134         * modules/uninorm/u32-normcmp: New file.
16135
16136         New module 'uninorm/u16-normcmp'.
16137         * lib/uninorm/u16-normcmp.c: New file.
16138         * modules/uninorm/u16-normcmp: New file.
16139
16140         New module 'uninorm/u8-normcmp'.
16141         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
16142         declarations.
16143         * lib/uninorm/u8-normcmp.c: New file.
16144         * lib/uninorm/u-normcmp.h: New file.
16145         * modules/uninorm/u8-normcmp: New file.
16146
16147 2009-03-06  Bruno Haible  <bruno@clisp.org>
16148
16149         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
16150         Reported by Eric Blake.
16151
16152 2009-03-06  Eric Blake  <ebb9@byu.net>
16153             Bruno Haible  <bruno@clisp.org>
16154
16155         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
16156         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
16157         condition.
16158         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16159         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
16160         condition.
16161         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16162
16163 2009-03-06  Eric Blake  <ebb9@byu.net>
16164
16165         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
16166         to avoid compiler warnings.
16167         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
16168
16169 2009-03-05  Bruno Haible  <bruno@clisp.org>
16170
16171         * tests/test-ftell.c (main): Disable test beyond end of file on
16172         FreeMiNT.
16173         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16174
16175 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
16176
16177         * lib/filevercmp.c: Move hidden files up in ordering.
16178         * tests/test-filevercmp.c: Add tests for hidden files.
16179
16180 2009-03-04  Bruno Haible  <bruno@clisp.org>
16181
16182         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
16183         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
16184         AM_CFLAGS.
16185         Reported by Simon Josefsson.
16186
16187 2009-03-03  Bruno Haible  <bruno@clisp.org>
16188
16189         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
16190         Reported by Simon Josefsson.
16191
16192         * doc/ld-version-script.texi: Update node reference.
16193
16194 2009-03-03  Bruno Haible  <bruno@clisp.org>
16195
16196         * modules/visibility (License): Change to 'unlimited'.
16197         Suggested by Simon Josefsson.
16198
16199 2009-03-03  Jim Meyering  <meyering@redhat.com>
16200
16201         unlinkdir: cannot_unlink_dir may modify process state
16202         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
16203         it's neither thread-safe nor appropriate for use in a library.
16204
16205 2009-03-03  Eric Blake  <ebb9@byu.net>
16206
16207         test-closein: silence test under Darwin
16208         * tests/test-closein.sh: Ignore stderr from cat, since we don't
16209         care if it dies from EPIPE or EBADF.
16210
16211 2009-03-03  Bruno Haible  <bruno@clisp.org>
16212
16213         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
16214         earlier.
16215         * doc/visibility.texi: Fix @node and @section.
16216
16217 2009-03-03  Simon Josefsson  <simon@josefsson.org>
16218
16219         * doc/gnulib.texi: Link to sections for ld version script and
16220         visibility.
16221         * doc/visibility.texi: Add @node and @section.
16222         * modules/ld-version-script: New module.
16223         * m4/ld-version-script.m4: New file.
16224         * doc/ld-version-script.texi: New file.
16225
16226 2009-03-02  David Lutterkort  <lutter@redhat.com>
16227
16228         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
16229         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16230
16231 2009-03-02  Bruno Haible  <bruno@clisp.org>
16232
16233         * doc/visibility.texi: Mention libtool's -export-symbols option.
16234
16235 2009-03-02  Jim Meyering  <meyering@redhat.com>
16236
16237         announce-gen: new option: --no-print-checksums
16238         * build-aux/announce-gen (usage): Describe it.
16239         (print_checksums): Print a newline here, not in the [*] footnote.
16240         (main): Honor it.
16241
16242 2009-03-01  Bruno Haible  <bruno@clisp.org>
16243
16244         Use socklen_t in the native Windows replacements prototypes.
16245         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
16246         instead of 'int'.
16247         * lib/getsockopt.c (rpl_getsockopt): Likewise.
16248         * lib/setsockopt.c (rpl_setsockopt): Likewise.
16249         * modules/getsockopt (Depends-on): Add socklen.
16250         * modules/setsockopt (Depends-on): Add socklen.
16251
16252 2009-03-01  Bruno Haible  <bruno@clisp.org>
16253
16254         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
16255         least 4.2.
16256
16257 2009-03-01  Eric Blake  <ebb9@byu.net>
16258             Bruno Haible  <bruno@clisp.org>
16259
16260         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
16261         error messages.
16262         * lib/wait-process.c (wait_subprocess): Omit error message about
16263         deadly signal sent to the child of termsigp != NULL.
16264
16265 2009-03-01  Eric Blake  <ebb9@byu.net>
16266
16267         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
16268
16269 2009-03-01  Bruno Haible  <bruno@clisp.org>
16270
16271         Avoid a gcc warning.
16272         * tests/test-sched.c (b): Make global.
16273         Reported by Eric Blake.
16274
16275 2009-01-19  Martin Lambers  <marlam@marlam.de>
16276
16277         Provide POSIX semantics for socket timeout options on W32.
16278         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16279         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16280         * modules/setsockopt: Depend on sys_time module for struct timeval.
16281         * modules/getsockopt: Depend on sys_time module for struct timeval.
16282
16283 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16284
16285         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16286         __USE_GNU, for consistency with netdb.in.h.
16287         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16288
16289 2009-03-01  Bruno Haible  <bruno@clisp.org>
16290
16291         More support for FreeMiNT.
16292         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16293         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16294
16295 2009-03-01  Bruno Haible  <bruno@clisp.org>
16296
16297         More support for FreeMiNT.
16298         * lib/fpurge.c (fpurge): Correct last commit.
16299         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16300
16301 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16302
16303         Fix unportable awk script in vc-list-files.
16304         * build-aux/vc-list-files: In the replacement awk script, use
16305         substr with a second argument of 1, not zero.
16306         Report by Simon Josefsson.
16307
16308 2009-02-28  Bruno Haible  <bruno@clisp.org>
16309
16310         More support for FreeMiNT.
16311         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16312         to FreeMiNT today.
16313         * lib/fwriting.c (fwriting): Likewise.
16314         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16315
16316 2009-02-28  Bruno Haible  <bruno@clisp.org>
16317
16318         * tests/test-freadseek.c (main): Disable test beyond end of file on
16319         FreeMiNT.
16320         * tests/test-ftello.c (main): Likewise.
16321         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16322
16323 2009-02-28  Bruno Haible  <bruno@clisp.org>
16324
16325         Add tentative support for FreeMiNT.
16326         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16327         * lib/fpurge.c (fpurge): Likewise.
16328         * lib/freadable.c (freadable): Likewise.
16329         * lib/freading.c (freading): Likewise.
16330         * lib/freadptr.c (freadptr): Likewise.
16331         * lib/freadseek.c (freadptrinc): Likewise.
16332         * lib/fseeko.c (rpl_fseeko): Likewise.
16333         * lib/fseterr.c (fseterr): Likewise.
16334         * lib/fwritable.c (fwritable): Likewise.
16335         * lib/fwriting.c (fwriting): Likewise.
16336         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16337         Hourihane.
16338         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16339
16340 2009-02-28  Bruno Haible  <bruno@clisp.org>
16341
16342         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16343         SIGCHLD.
16344         Reported by Jim Meyering.
16345
16346 2009-02-28  Bruno Haible  <bruno@clisp.org>
16347
16348         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16349         Mention the results of these tests on various platforms.
16350         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16351         order.
16352         * doc/posix-functions/printf.texi: Likewise.
16353         * doc/posix-functions/snprintf.texi: Likewise.
16354         * doc/posix-functions/sprintf.texi: Likewise.
16355         * doc/posix-functions/vfprintf.texi: Likewise.
16356         * doc/posix-functions/vprintf.texi: Likewise.
16357         * doc/posix-functions/vsnprintf.texi: Likewise.
16358         * doc/posix-functions/vsprintf.texi: Likewise.
16359         * doc/glibc-functions/obstack_printf.texi: Likewise.
16360         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16361
16362 2009-02-28  Bruno Haible  <bruno@clisp.org>
16363
16364         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16365         Reported by Loïc Minier <lool@dooz.org>.
16366
16367 2009-02-27  Bruno Haible  <bruno@clisp.org>
16368
16369         * gnulib-tool (func_import): Make the sed expression used to create the
16370         sed script for updating the .gitignore file POSIX compliant.
16371         Reported by Eric Blake.
16372
16373 2009-02-27  Bruno Haible  <bruno@clisp.org>
16374
16375         * gnulib-tool (sed): Don't alias as "sed --posix".
16376         Reported by Eric Blake.
16377
16378 2009-02-27  Bruno Haible  <bruno@clisp.org>
16379
16380         Avoid test link errors.
16381         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16382         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16383         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16384         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16385         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16386
16387 2009-02-27  Bruno Haible  <bruno@clisp.org>
16388
16389         Avoid spurious "(cached)" in configure output.
16390         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16391         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16392         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16393         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16394         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16395         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16396         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16397         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16398         Reported by Eric Blake.
16399
16400 2009-02-27  Eric Blake  <ebb9@byu.net>
16401
16402         printf: fix regression in previous patch
16403         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16404
16405 2009-02-27  Bruno Haible  <bruno@clisp.org>
16406
16407         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16408         value.
16409         * lib/stdint.in.h: Likewise.
16410         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16411
16412 2009-02-27  Eric Blake  <ebb9@byu.net>
16413
16414         doc: mention more functions added in cygwin 1.7.0
16415         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16416         addition.
16417         * doc/posix-functions/open_wmemstream.texi: Likewise.
16418         * doc/posix-functions/wcsnlen.texi: Likewise.
16419         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16420         * doc/posix-functions/wcstod.texi: Likewise.
16421         * doc/posix-functions/wcstof.texi: Likewise.
16422         * doc/posix-functions/wcstoimax.texi: Likewise.
16423         * doc/posix-functions/wcstok.texi: Likewise.
16424         * doc/posix-functions/wcstoumax.texi: Likewise.
16425
16426         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16427         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16428         * doc/posix-functions/fprintf.texi: Update.
16429         * doc/posix-functions/printf.texi: Update.
16430         * doc/posix-functions/snprintf.texi: Update.
16431         * doc/posix-functions/sprintf.texi: Update.
16432         * doc/posix-functions/vfprintf.texi: Update.
16433         * doc/posix-functions/vprintf.texi: Update.
16434         * doc/posix-functions/vsnprintf.texi: Update.
16435         * doc/posix-functions/vsprintf.texi: Update.
16436         * doc/glibc-functions/obstack_printf.texi: Update.
16437         * doc/glibc-functions/obstack_vprintf.texi: Update.
16438
16439 2009-02-26  Eric Blake  <ebb9@byu.net>
16440
16441         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16442         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16443         compilation bug by using runtime conversion.
16444         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16445         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16446         * modules/ceill-tests (Files): Use nan.h.
16447         * modules/floorl-tests (Files): Likewise.
16448         * modules/frexpl-tests (Files): Likewise.
16449         * modules/isnanl-tests (Files): Likewise.
16450         * modules/ldexpl-tests (Files): Likewise.
16451         * modules/roundl-tests (Files): Likewise.
16452         * modules/truncl-tests (Files): Likewise.
16453         * tests/test-ceill.c (main): Use a working NaN.
16454         * tests/test-floorl.c (main): Likewise.
16455         * tests/test-frexpl.c (main): Likewise.
16456         * tests/test-isnan.c (test_long_double): Likewise.
16457         * tests/test-isnanl.h (main): Likewise.
16458         * tests/test-ldexpl.h (main): Likewise.
16459         * tests/test-roundl.h (main): Likewise.
16460         * tests/test-truncl.h (main): Likewise.
16461         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16462
16463 2009-02-26  Eric Blake  <ebb9@byu.net>
16464             Bruno Haible  <bruno@clisp.org>
16465
16466         Work around a *printf bug with %ls on Solaris.
16467         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16468         precision is specified, sprintf stops converting the wide string
16469         argument when the number of bytes that have been produced by this
16470         conversion equals or exceeds the precision.
16471         * doc/posix-functions/fprintf.texi: Update.
16472         * doc/posix-functions/printf.texi: Update.
16473         * doc/posix-functions/snprintf.texi: Update.
16474         * doc/posix-functions/sprintf.texi: Update.
16475         * doc/posix-functions/vfprintf.texi: Update.
16476         * doc/posix-functions/vprintf.texi: Update.
16477         * doc/posix-functions/vsnprintf.texi: Update.
16478         * doc/posix-functions/vsprintf.texi: Update.
16479         * doc/glibc-functions/obstack_printf.texi: Update.
16480         * doc/glibc-functions/obstack_vprintf.texi: Update.
16481
16482 2009-02-26  Eric Blake  <ebb9@byu.net>
16483
16484         stdlib: favor compiler check of random.h
16485         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16486         to avoid an ObjC random.h installed by Swarm.
16487
16488 2009-02-26  Bruno Haible  <bruno@clisp.org>
16489
16490         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16491         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16492         Reported by Gary V. Vaughan <gary@gnu.org>.
16493
16494 2009-02-26  Bruno Haible  <bruno@clisp.org>
16495
16496         Fix *printf behaviour regarding the %ls directive.
16497         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16498         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16499         NEED_PRINTF_DIRECTIVE_LS.
16500         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16501         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16502         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16503         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16504         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16505         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16506         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16507         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16508         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16509         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16510         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16511         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16512         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16513         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16514         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16515         * doc/posix-functions/fprintf.texi: Update.
16516         * doc/posix-functions/printf.texi: Update.
16517         * doc/posix-functions/snprintf.texi: Update.
16518         * doc/posix-functions/sprintf.texi: Update.
16519         * doc/posix-functions/vfprintf.texi: Update.
16520         * doc/posix-functions/vprintf.texi: Update.
16521         * doc/posix-functions/vsnprintf.texi: Update.
16522         * doc/posix-functions/vsprintf.texi: Update.
16523         * doc/glibc-functions/obstack_printf.texi: Update.
16524         * doc/glibc-functions/obstack_vprintf.texi: Update.
16525         Reported by Eric Blake.
16526
16527 2009-02-25  Bruno Haible  <bruno@clisp.org>
16528
16529         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16530         with known value.
16531         Reported by Gary V. Vaughan <gary@gnu.org>.
16532
16533 2009-02-25  Bruno Haible  <bruno@clisp.org>
16534
16535         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16536         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16537         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16538         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16539         Reported by Gary V. Vaughan <gary@gnu.org>.
16540
16541 2009-02-25  Bruno Haible  <bruno@clisp.org>
16542
16543         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16544         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16545         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16546         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16547         Reported by Gary V. Vaughan <gary@gnu.org>.
16548
16549 2009-02-25  Eric Blake  <ebb9@byu.net>
16550
16551         tests: skip fseek/ftell tests if ungetc is broken
16552         * m4/ungetc.m4: New file.
16553         * modules/fseek-tests: Split test, so ungetc dependency is
16554         separate from rest of test.
16555         * modules/fseeko-tests: Likewise.
16556         * modules/ftell-tests: Likewise.
16557         * modules/ftello-tests: Likewise.
16558         * tests/test-fseek.c (main): Isolate ungetc dependency.
16559         * tests/test-fseeko.c (main): Likewise.
16560         * tests/test-ftell.c (main): Likewise.
16561         * tests/test-ftello.c (main): Likewise.
16562         * tests/test-fseek2.sh: New file.
16563         * tests/test-fseeko2.sh: Likewise.
16564         * tests/test-ftell2.sh: Likewise.
16565         * tests/test-ftello2.sh: Likewise.
16566
16567 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
16568
16569         test-getaddrinfo: fix usage of skip return code 77
16570         * tests/test-gettaddrinfo.c: Return skip code 77 only
16571         for first occurance of skip (4x77 is not 77)
16572
16573 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16574
16575         strtod: avoid C99 decl-after-statement
16576         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16577
16578 2009-02-24  Eric Blake  <ebb9@byu.net>
16579
16580         strtod: detect HP-UX 11.31 bug
16581         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16582         Reported by Gary V. Vaughan.
16583
16584 2009-02-23  Bruno Haible  <bruno@clisp.org>
16585
16586         Fix invalid read past end of memory block.
16587         * lib/vasnprintf.c (DCHAR_SET): Define.
16588         (local_wcslen): Define only when needed.
16589         (local_strnlen, local_wcsnlen): New functions.
16590         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16591         directives that involve a conversion ourselves.
16592         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16593         wcsnlen, mbrtowc, wcrtomb.
16594         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16595         * tests/test-vasprintf-posix.c (test_function): Likewise.
16596         * tests/test-snprintf-posix.h (test_function): Likewise.
16597         * tests/test-sprintf-posix.h (test_function): Likewise.
16598         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16599
16600 2009-02-22  Bruno Haible  <bruno@clisp.org>
16601
16602         Implement new clarified decomposition of Hangul syllables.
16603         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16604         of type LTV, return only a pairwise decomposition.
16605         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16606         Likewise.
16607         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16608         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16609         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16610
16611 2009-02-22  Bruno Haible  <bruno@clisp.org>
16612
16613         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16614         zero-length results and shrink excess allocated memory.
16615         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16616         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16617         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16618         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16619         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16620         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16621         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16622         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16623         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16624         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16625         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16626         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16627
16628 2009-02-21  Bruno Haible  <bruno@clisp.org>
16629
16630         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16631         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16632         spaces after a period. Put a space between a macro name and its
16633         argument list. Trivial rewordings.
16634         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16635         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16636         (main): Return 0 explicitly.
16637
16638 2009-02-21  Bruno Haible  <bruno@clisp.org>
16639
16640         Tests for module 'uninorm/filter'.
16641         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16642         * modules/uninorm/filter-tests: New file.
16643
16644         New module 'uninorm/filter'.
16645         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16646         uninorm_filter_flush, uninorm_filter_free): New declarations.
16647         * lib/uninorm/uninorm-filter.c: New file.
16648         * modules/uninorm/filter: New file.
16649
16650 2009-02-21  Bruno Haible  <bruno@clisp.org>
16651
16652         Tests for module 'uninorm/nfkc'.
16653         * tests/uninorm/test-nfkc.c: New file.
16654         * tests/uninorm/test-u8-nfkc.c: New file.
16655         * tests/uninorm/test-u16-nfkc.c: New file.
16656         * tests/uninorm/test-u32-nfkc.c: New file.
16657         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16658         * tests/uninorm/test-u32-nfkc-big.c: New file.
16659         * modules/uninorm/nfkc-tests: New file.
16660
16661         New module 'uninorm/nfkc'.
16662         * lib/uninorm/nfkc.c: New file.
16663         * modules/uninorm/nfkc: New file.
16664
16665         Tests for module 'uninorm/nfkd'.
16666         * tests/uninorm/test-nfkd.c: New file.
16667         * tests/uninorm/test-u8-nfkd.c: New file.
16668         * tests/uninorm/test-u16-nfkd.c: New file.
16669         * tests/uninorm/test-u32-nfkd.c: New file.
16670         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16671         * tests/uninorm/test-u32-nfkd-big.c: New file.
16672         * modules/uninorm/nfkd-tests: New file.
16673
16674         New module 'uninorm/nfkd'.
16675         * lib/uninorm/nfkd.c: New file.
16676         * modules/uninorm/nfkd: New file.
16677
16678         Tests for module 'uninorm/nfc'.
16679         * tests/uninorm/test-nfc.c: New file.
16680         * tests/uninorm/test-u8-nfc.c: New file.
16681         * tests/uninorm/test-u16-nfc.c: New file.
16682         * tests/uninorm/test-u32-nfc.c: New file.
16683         * tests/uninorm/test-u32-nfc-big.sh: New file.
16684         * tests/uninorm/test-u32-nfc-big.c: New file.
16685         * modules/uninorm/nfc-tests: New file.
16686
16687         New module 'uninorm/nfc'.
16688         * lib/uninorm/nfc.c: New file.
16689         * modules/uninorm/nfc: New file.
16690
16691         Tests for module 'uninorm/nfd'.
16692         * tests/uninorm/test-nfd.c: New file.
16693         * tests/uninorm/test-u8-nfd.c: New file.
16694         * tests/uninorm/test-u16-nfd.c: New file.
16695         * tests/uninorm/test-u32-nfd.c: New file.
16696         * tests/uninorm/test-u32-nfd-big.sh: New file.
16697         * tests/uninorm/test-u32-nfd-big.c: New file.
16698         * tests/uninorm/test-u32-normalize-big.h: New file.
16699         * tests/uninorm/test-u32-normalize-big.c: New file.
16700         * tests/uninorm/NormalizationTest.txt: New file, created from
16701         Unicode 5.1.0 NormalizationTest.txt.
16702         * modules/uninorm/nfd-tests: New file.
16703
16704         New module 'uninorm/nfd'.
16705         * lib/uninorm/nfd.c: New file.
16706         * modules/uninorm/nfd: New file.
16707
16708         New module 'uninorm/u32-normalize'.
16709         * lib/uninorm/u32-normalize.c: New file.
16710         * modules/uninorm/u32-normalize: New file.
16711
16712         New module 'uninorm/u16-normalize'.
16713         * lib/uninorm/u16-normalize.c: New file.
16714         * modules/uninorm/u16-normalize: New file.
16715
16716         New module 'uninorm/u8-normalize'.
16717         * lib/uninorm/u8-normalize.c: New file.
16718         * lib/uninorm/normalize-internal.h: New file.
16719         * lib/uninorm/u-normalize-internal.h: New file.
16720         * modules/uninorm/u8-normalize: New file.
16721
16722         New module 'uninorm/decompose-internal'.
16723         * lib/uninorm/decompose-internal.c: New file.
16724         * modules/uninorm/decompose-internal: New file.
16725
16726         Tests for module 'uninorm/composition'.
16727         * tests/uninorm/test-composition.c: New file.
16728         * modules/uninorm/composition-tests: New file.
16729
16730         New module 'uninorm/composition'.
16731         * lib/uninorm/composition.c: New file.
16732         * lib/uninorm/composition-table.gperf: New file, generated by
16733         gen-uni-tables.
16734         * modules/uninorm/composition: New file.
16735
16736         Tests for module 'uninorm/compat-decomposition'.
16737         * tests/uninorm/test-compat-decomposition.c: New file.
16738         * modules/uninorm/compat-decomposition-tests: New file.
16739
16740         New module 'uninorm/compat-decomposition'.
16741         * lib/uninorm/decompose-internal.h: New file.
16742         * lib/uninorm/compat-decomposition.c: New file.
16743         * modules/uninorm/compat-decomposition: New file.
16744
16745         Tests for module 'uninorm/canonical-decomposition'.
16746         * tests/uninorm/test-canonical-decomposition.c: New file.
16747         * modules/uninorm/canonical-decomposition-tests: New file.
16748
16749         New module 'uninorm/canonical-decomposition'.
16750         * lib/uninorm/canonical-decomposition.c: New file.
16751         * modules/uninorm/canonical-decomposition: New file.
16752
16753         Tests for module 'uninorm/decomposition'.
16754         * tests/uninorm/test-decomposition.c: New file.
16755         * modules/uninorm/decomposition-tests: New file.
16756
16757         New module 'uninorm/decomposition'.
16758         * lib/uninorm/decomposition.c: New file.
16759         * modules/uninorm/decomposition: New file.
16760
16761         New module 'uninorm/decomposition-table'.
16762         * lib/uninorm/decomposition-table.h: New file.
16763         * lib/uninorm/decomposition-table.c: New file.
16764         * lib/uninorm/decomposition-table1.h: New file, generated by
16765         gen-uni-tables.
16766         * lib/uninorm/decomposition-table2.h: New file, generated by
16767         gen-uni-tables.
16768         * modules/uninorm/decomposition-table: New file.
16769
16770         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16771         (UC_DECOMP_*): New enumeration items.
16772         (get_decomposition): New function.
16773         (struct decomp_table): New type.
16774         (output_decomposition, output_decomposition_tables): New functions.
16775         (unicode_composition_exclusions): New variable.
16776         (fill_composition_exclusions, debug_output_composition_tables): New
16777         functions.
16778         (main): Accept one more argument. Invoke fill_composition_exclusions.
16779         Output decomposition and composition tables.
16780
16781         New module 'uninorm/base'.
16782         * lib/uninorm.h: New file.
16783         * lib/unictype.h: Update comment.
16784         * modules/uninorm/base: New file.
16785
16786 2009-02-21  David Lutterkort  <lutter@redhat.com>
16787
16788         Tests for module 'safe-alloc'.
16789         * tests/test-safe-alloc.c: New file.
16790         * modules/safe-alloc-tests: New file.
16791
16792         New module 'safe-alloc'.
16793         * lib/safe-alloc.h: New file.
16794         * lib/safe-alloc.c: New file.
16795         * m4/safe-alloc.m4: New file.
16796         * modules/safe-alloc: New file.
16797         * doc/safe-alloc.texi: New file.
16798         * doc/gnulib.texi: Include it.
16799         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16800         safe-alloc.
16801
16802 2009-02-18  Bruno Haible  <bruno@clisp.org>
16803
16804         Fix link error on non-glibc systems.
16805         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16806         variable.
16807         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16808
16809 2009-02-18  Jim Meyering  <meyering@redhat.com>
16810
16811         fts: avoid used-uninitialized error due to recent change
16812         * lib/fts.c (fts_read): Guard uses of the new member,
16813         parent->fts_n_dirs_remaining, since it's not relevant for
16814         the parent of a directory specified on the command-line.
16815
16816 2009-02-17  James Youngman  <jay@gnu.org>
16817             Bruno Haible  <bruno@clisp.org>
16818
16819         * m4/include_next.m4: Reformulate comment.
16820
16821 2009-02-16  Jim Meyering  <meyering@redhat.com>
16822
16823         fts: add #if guards so that the fts_lgpl module still builds
16824         * lib/fts.c: Guard just-added hash-table-using parts with
16825         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16826         Reported by Simon Josefsson.
16827
16828 2009-02-15  Bruno Haible  <bruno@clisp.org>
16829
16830         * modules/array-mergesort-tests: New file.
16831         * tests/test-array-mergesort.c: New file.
16832
16833         New module 'array-mergesort'.
16834         * modules/array-mergesort: New file.
16835         * lib/array-mergesort.h: New file.
16836
16837 2009-02-15  Bruno Haible  <bruno@clisp.org>
16838
16839         Fix 2009-02-07 commit.
16840         * lib/gen-uni-tables.c (output_predicate, output_category,
16841         output_combclass, output_bidi_category, output_decimal_digit,
16842         output_digit, output_numeric, output_mirror, output_scripts,
16843         output_ident_category, output_simple_mapping): Fix format directives.
16844         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16845
16846 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16847
16848         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16849         fixes are available from IBM.
16850
16851 2009-02-13  Jim Meyering  <meyering@redhat.com>
16852
16853         fts: arrange not to stat non-directories in more cases
16854         This makes GNU find (when it doesn't need to stat each file)
16855         *much* more efficient at traversing reiserfs file systems.
16856         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16857         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16858         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16859         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16860         (leaf_optimization_applies): New function.
16861         (LCO_hash, LCO_compare): New helper functions.
16862         (link_count_optimize_ok): New function.
16863         (fts_stat): Initialize new member (if dir).
16864         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16865         we've just stat'ed a directory.  Skip the stat call when possible.
16866         ---
16867         Note this AFS-related exchange:
16868         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16869         and note find's pioctl call in find/fstype.c.
16870         But that is necessary only if you want to enable the
16871         optimization for AFS, and for now, I don't.
16872
16873         fts: move a function definition "up" (no semantic change)
16874         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16875         "up" to precede upcoming use of a related function.
16876
16877 2009-02-11  Jim Meyering  <meyering@redhat.com>
16878
16879         fts: correct internal computation of nlinks (optimization-related)
16880         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16881         whether the current entry is a directory, so don't test it.
16882
16883 2009-02-10  Bruno Haible  <bruno@clisp.org>
16884
16885         Tests for module 'uniwbrk/ulc-wordbreaks'.
16886         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16887         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16888         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16889
16890         Tests for module 'uniwbrk/u32-wordbreaks'.
16891         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16892         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16893
16894         Tests for module 'uniwbrk/u16-wordbreaks'.
16895         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16896         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16897
16898         Tests for module 'uniwbrk/u8-wordbreaks'.
16899         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16900         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16901
16902 2009-02-10  Bruno Haible  <bruno@clisp.org>
16903
16904         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16905         property.
16906         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16907         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16908         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16909
16910 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16911
16912         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16913         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16914
16915 2009-02-10  Bruno Haible  <bruno@clisp.org>
16916
16917         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16918         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16919         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16920         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16921         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16922         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16923
16924 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16925
16926         * lib/sockets.h (gl_fd_to_handle): New function.
16927
16928         * tests/test-sockets.c: Call gl_fd_to_handle.
16929
16930 2009-02-09  Bruno Haible  <bruno@clisp.org>
16931
16932         * doc/havelib.texi: Document the conventions on bi-arch systems.
16933
16934 2009-02-08  Bruno Haible  <bruno@clisp.org>
16935
16936         Document the AC_LIB_LINKFLAGS macro.
16937         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16938         * doc/gnulib.texi: Include it.
16939
16940 2009-02-08  Bruno Haible  <bruno@clisp.org>
16941
16942         Fix wrong order of sections, compared to TOC.
16943         * doc/gnulib.texi: Include relocatable-maint.texi after the
16944         "Regular expressions" node, not before.
16945
16946 2009-02-08  Bruno Haible  <bruno@clisp.org>
16947
16948         Tests for module 'unicase/totitle'.
16949         * modules/unicase/totitle-tests: New file.
16950
16951         Tests for module 'unicase/tolower'.
16952         * modules/unicase/tolower-tests: New file.
16953
16954         Tests for module 'unicase/toupper'.
16955         * modules/unicase/toupper-tests: New file.
16956         * tests/unicase/test-mapping-part1.h: New file.
16957         * tests/unicase/test-mapping-part2.h: New file.
16958
16959         New module 'unicase/totitle'.
16960         * modules/unicase/totitle: New file.
16961         * lib/unicase/totitle.c: New file.
16962
16963         New module 'unicase/tolower'.
16964         * modules/unicase/tolower: New file.
16965         * lib/unicase/tolower.c: New file.
16966
16967         New module 'unicase/toupper'.
16968         * modules/unicase/toupper: New file.
16969         * lib/unicase/toupper.c: New file.
16970         * lib/unicase/simple-mapping.h: New file.
16971
16972         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16973         (mapping_table): New structure.
16974         (output_simple_mapping): New function.
16975         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16976         * modules/gen-uni-tables (Description): Update.
16977         * lib/unicase/toupper.h: New file, automatically generated by
16978         gen-uni-tables.
16979         * lib/unicase/tolower.h: New file, automatically generated by
16980         gen-uni-tables.
16981         * lib/unicase/totitle.h: New file, automatically generated by
16982         gen-uni-tables.
16983         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16984         gen-uni-tables.
16985         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16986         gen-uni-tables.
16987         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16988         gen-uni-tables.
16989
16990         New module 'unicase/base'.
16991         * modules/unicase/base: New file.
16992         * lib/unicase.h: New file.
16993
16994 2009-02-08  Bruno Haible  <bruno@clisp.org>
16995
16996         New module 'uniwbrk/ulc-wordbreaks'.
16997         * modules/uniwbrk/ulc-wordbreaks: New file.
16998         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16999
17000         New module 'uniwbrk/u32-wordbreaks'.
17001         * modules/uniwbrk/u32-wordbreaks: New file.
17002         * lib/uniwbrk/u32-wordbreaks.c: New file.
17003
17004         New module 'uniwbrk/u16-wordbreaks'.
17005         * modules/uniwbrk/u16-wordbreaks: New file.
17006         * lib/uniwbrk/u16-wordbreaks.c: New file.
17007
17008         New module 'uniwbrk/u8-wordbreaks'.
17009         * modules/uniwbrk/u8-wordbreaks: New file.
17010         * lib/uniwbrk/u8-wordbreaks.c: New file.
17011         * lib/uniwbrk/u-wordbreaks.h: New file.
17012
17013         New module 'uniwbrk/table'.
17014         * modules/uniwbrk/table: New file.
17015         * lib/uniwbrk/wbrktable.h: New file.
17016         * lib/uniwbrk/wbrktable.c: New file.
17017
17018         New module 'uniwbrk/wordbreak-property'.
17019         * modules/uniwbrk/wordbreak-property: New file.
17020         * lib/uniwbrk/wordbreak-property.c: New file.
17021
17022         * lib/gen-uni-tables.c (WBP_*): New enum items.
17023         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17024         (unicode_org_wbp): New variable.
17025         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17026         New functions.
17027         (wbp_table): New structure.
17028         (output_wbp, output_wbrk_tables): New functions.
17029         (main): Accept additional argument. Invoke fill_org_wbp,
17030         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17031         output_wbrk_tables.
17032         * modules/gen-uni-tables (Description): Update.
17033         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17034         gen-uni-tables.
17035
17036         New module 'uniwbrk/base'.
17037         * modules/uniwbrk/base: New file.
17038         * lib/uniwbrk.h: New file.
17039
17040 2009-02-08  Bruno Haible  <bruno@clisp.org>
17041
17042         Update to Unicode 5.1.0.
17043         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17044         U+2185..U+2188.
17045         (is_property_default_ignorable_code_point): Don't include characters
17046         of category Cc or Cs and not-a-characters.
17047         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17048         U+0D79, U+109E, U+109F, U+A60C.
17049         * lib/unictype/bidi_of.h: Regenerated.
17050         * lib/unictype/blocks.h: Regenerated.
17051         * lib/unictype/categ_C.h: Regenerated.
17052         * lib/unictype/categ_Cf.h: Regenerated.
17053         * lib/unictype/categ_Cn.h: Regenerated.
17054         * lib/unictype/categ_L.h: Regenerated.
17055         * lib/unictype/categ_Ll.h: Regenerated.
17056         * lib/unictype/categ_Lm.h: Regenerated.
17057         * lib/unictype/categ_Lo.h: Regenerated.
17058         * lib/unictype/categ_Lu.h: Regenerated.
17059         * lib/unictype/categ_M.h: Regenerated.
17060         * lib/unictype/categ_Mc.h: Regenerated.
17061         * lib/unictype/categ_Me.h: Regenerated.
17062         * lib/unictype/categ_Mn.h: Regenerated.
17063         * lib/unictype/categ_N.h: Regenerated.
17064         * lib/unictype/categ_Nd.h: Regenerated.
17065         * lib/unictype/categ_Nl.h: Regenerated.
17066         * lib/unictype/categ_No.h: Regenerated.
17067         * lib/unictype/categ_P.h: Regenerated.
17068         * lib/unictype/categ_Pd.h: Regenerated.
17069         * lib/unictype/categ_Pe.h: Regenerated.
17070         * lib/unictype/categ_Pf.h: Regenerated.
17071         * lib/unictype/categ_Pi.h: Regenerated.
17072         * lib/unictype/categ_Po.h: Regenerated.
17073         * lib/unictype/categ_Ps.h: Regenerated.
17074         * lib/unictype/categ_S.h: Regenerated.
17075         * lib/unictype/categ_Sk.h: Regenerated.
17076         * lib/unictype/categ_Sm.h: Regenerated.
17077         * lib/unictype/categ_So.h: Regenerated.
17078         * lib/unictype/categ_of.h: Regenerated.
17079         * lib/unictype/combining.h: Regenerated.
17080         * lib/unictype/ctype_alnum.h: Regenerated.
17081         * lib/unictype/ctype_alpha.h: Regenerated.
17082         * lib/unictype/ctype_graph.h: Regenerated.
17083         * lib/unictype/ctype_lower.h: Regenerated.
17084         * lib/unictype/ctype_print.h: Regenerated.
17085         * lib/unictype/ctype_punct.h: Regenerated.
17086         * lib/unictype/ctype_upper.h: Regenerated.
17087         * lib/unictype/decdigit.h: Regenerated.
17088         * lib/unictype/digit.h: Regenerated.
17089         * lib/unictype/mirror.h: Regenerated.
17090         * lib/unictype/numeric.h: Regenerated.
17091         * lib/unictype/pr_alphabetic.h: Regenerated.
17092         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17093         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17094         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17095         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17096         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17097         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17098         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17099         * lib/unictype/pr_combining.h: Regenerated.
17100         * lib/unictype/pr_dash.h: Regenerated.
17101         * lib/unictype/pr_decimal_digit.h: Regenerated.
17102         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17103         * lib/unictype/pr_deprecated.h: Regenerated.
17104         * lib/unictype/pr_diacritic.h: Regenerated.
17105         * lib/unictype/pr_extender.h: Regenerated.
17106         * lib/unictype/pr_format_control.h: Regenerated.
17107         * lib/unictype/pr_grapheme_base.h: Regenerated.
17108         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17109         * lib/unictype/pr_grapheme_link.h: Regenerated.
17110         * lib/unictype/pr_id_continue.h: Regenerated.
17111         * lib/unictype/pr_id_start.h: Regenerated.
17112         * lib/unictype/pr_ideographic.h: Regenerated.
17113         * lib/unictype/pr_ignorable_control.h: Regenerated.
17114         * lib/unictype/pr_lowercase.h: Regenerated.
17115         * lib/unictype/pr_math.h: Regenerated.
17116         * lib/unictype/pr_numeric.h: Regenerated.
17117         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17118         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17119         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17120         * lib/unictype/pr_other_id_continue.h: Regenerated.
17121         * lib/unictype/pr_other_lowercase.h: Regenerated.
17122         * lib/unictype/pr_other_math.h: Regenerated.
17123         * lib/unictype/pr_punctuation.h: Regenerated.
17124         * lib/unictype/pr_sentence_terminal.h: Regenerated.
17125         * lib/unictype/pr_soft_dotted.h: Regenerated.
17126         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
17127         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
17128         * lib/unictype/pr_unified_ideograph.h: Regenerated.
17129         * lib/unictype/pr_uppercase.h: Regenerated.
17130         * lib/unictype/pr_xid_continue.h: Regenerated.
17131         * lib/unictype/pr_xid_start.h: Regenerated.
17132         * lib/unictype/pr_zero_width.h: Regenerated.
17133         * lib/unictype/scripts.h: Regenerated.
17134         * lib/unictype/scripts_byname.gperf: Regenerated.
17135         * lib/unictype/sy_java_ident.h: Regenerated.
17136         * lib/unilbrk/lbrkprop1.h: Regenerated.
17137         * lib/unilbrk/lbrkprop2.h: Regenerated.
17138         * tests/unictype/test-categ_C.c: Regenerated.
17139         * tests/unictype/test-categ_Cf.c: Regenerated.
17140         * tests/unictype/test-categ_Cn.c: Regenerated.
17141         * tests/unictype/test-categ_L.c: Regenerated.
17142         * tests/unictype/test-categ_Ll.c: Regenerated.
17143         * tests/unictype/test-categ_Lm.c: Regenerated.
17144         * tests/unictype/test-categ_Lo.c: Regenerated.
17145         * tests/unictype/test-categ_Lu.c: Regenerated.
17146         * tests/unictype/test-categ_M.c: Regenerated.
17147         * tests/unictype/test-categ_Mc.c: Regenerated.
17148         * tests/unictype/test-categ_Me.c: Regenerated.
17149         * tests/unictype/test-categ_Mn.c: Regenerated.
17150         * tests/unictype/test-categ_N.c: Regenerated.
17151         * tests/unictype/test-categ_Nd.c: Regenerated.
17152         * tests/unictype/test-categ_Nl.c: Regenerated.
17153         * tests/unictype/test-categ_No.c: Regenerated.
17154         * tests/unictype/test-categ_P.c: Regenerated.
17155         * tests/unictype/test-categ_Pd.c: Regenerated.
17156         * tests/unictype/test-categ_Pe.c: Regenerated.
17157         * tests/unictype/test-categ_Pf.c: Regenerated.
17158         * tests/unictype/test-categ_Pi.c: Regenerated.
17159         * tests/unictype/test-categ_Po.c: Regenerated.
17160         * tests/unictype/test-categ_Ps.c: Regenerated.
17161         * tests/unictype/test-categ_S.c: Regenerated.
17162         * tests/unictype/test-categ_Sk.c: Regenerated.
17163         * tests/unictype/test-categ_Sm.c: Regenerated.
17164         * tests/unictype/test-categ_So.c: Regenerated.
17165         * tests/unictype/test-ctype_alnum.c: Regenerated.
17166         * tests/unictype/test-ctype_alpha.c: Regenerated.
17167         * tests/unictype/test-ctype_graph.c: Regenerated.
17168         * tests/unictype/test-ctype_lower.c: Regenerated.
17169         * tests/unictype/test-ctype_print.c: Regenerated.
17170         * tests/unictype/test-ctype_punct.c: Regenerated.
17171         * tests/unictype/test-ctype_upper.c: Regenerated.
17172         * tests/unictype/test-decdigit.h: Regenerated.
17173         * tests/unictype/test-digit.h: Regenerated.
17174         * tests/unictype/test-numeric.h: Regenerated.
17175         * tests/unictype/test-pr_alphabetic.c: Regenerated.
17176         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
17177         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
17178         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
17179         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
17180         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
17181         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
17182         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
17183         * tests/unictype/test-pr_combining.c: Regenerated.
17184         * tests/unictype/test-pr_dash.c: Regenerated.
17185         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
17186         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
17187         * tests/unictype/test-pr_deprecated.c: Regenerated.
17188         * tests/unictype/test-pr_diacritic.c: Regenerated.
17189         * tests/unictype/test-pr_extender.c: Regenerated.
17190         * tests/unictype/test-pr_format_control.c: Regenerated.
17191         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
17192         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
17193         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
17194         * tests/unictype/test-pr_id_continue.c: Regenerated.
17195         * tests/unictype/test-pr_id_start.c: Regenerated.
17196         * tests/unictype/test-pr_ideographic.c: Regenerated.
17197         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
17198         * tests/unictype/test-pr_lowercase.c: Regenerated.
17199         * tests/unictype/test-pr_math.c: Regenerated.
17200         * tests/unictype/test-pr_numeric.c: Regenerated.
17201         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
17202         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
17203         Regenerated.
17204         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
17205         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
17206         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
17207         * tests/unictype/test-pr_other_math.c: Regenerated.
17208         * tests/unictype/test-pr_punctuation.c: Regenerated.
17209         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
17210         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
17211         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
17212         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
17213         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
17214         * tests/unictype/test-pr_uppercase.c: Regenerated.
17215         * tests/unictype/test-pr_xid_continue.c: Regenerated.
17216         * tests/unictype/test-pr_xid_start.c: Regenerated.
17217         * tests/unictype/test-pr_zero_width.c: Regenerated.
17218
17219         Update to Unicode 5.1.0.
17220         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
17221         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
17222         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
17223         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
17224         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
17225         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
17226         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
17227         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
17228         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
17229         (nonspacing_table_ind): Update.
17230         * tests/uniwidth/test-uc_width2.sh: Update expected result.
17231
17232         Update to Unicode 5.1.0.
17233         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
17234         code transform.
17235         * lib/uniname/uniname.c (unicode_character_name,
17236         unicode_name_character): Add the range 0x1Fxxx to the code transform.
17237         * lib/uniname/uninames.h: Regenerated.
17238         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
17239
17240 2009-02-07  Bruno Haible  <bruno@clisp.org>
17241
17242         Merge gen-ctype and gen-lbrk into a single program.
17243         * lib/gen-uni-tables.c: New file, incorporating
17244         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
17245         Add directory prefixes to the names of the generated files.
17246         * lib/unictype/gen-ctype.c: Remove file.
17247         * lib/unilbrk/gen-lbrk.c: Remove file.
17248         * modules/gen-uni-tables: New file.
17249         * modules/unictype/gen-ctype: Remove file.
17250         * modules/unilbrk/gen-lbrk: Remove file.
17251
17252 2009-02-07  Bruno Haible  <bruno@clisp.org>
17253
17254         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
17255
17256         New module 'unistr/u32-strcoll'.
17257         * modules/unistr/u32-strcoll: New file.
17258         * lib/unistr/u32-strcoll.c: New file.
17259
17260         New module 'unistr/u16-strcoll'.
17261         * modules/unistr/u16-strcoll: New file.
17262         * lib/unistr/u16-strcoll.c: New file.
17263
17264         New module 'unistr/u8-strcoll'.
17265         * modules/unistr/u8-strcoll: New file.
17266         * lib/unistr/u8-strcoll.c: New file.
17267         * lib/unistr/u-strcoll.h: New file.
17268
17269 2009-02-07  Bruno Haible  <bruno@clisp.org>
17270
17271         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
17272         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17273         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17274         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17275         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17276         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17277
17278 2009-02-07  Bruno Haible  <bruno@clisp.org>
17279
17280         Make 64-bit clean.
17281         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17282         output_combclass, output_bidi_category, output_decimal_digit,
17283         output_digit, output_numeric, output_mirror, output_scripts,
17284         output_ident_category): Use proper width specifier in format strings.
17285
17286 2009-02-07  Bruno Haible  <bruno@clisp.org>
17287
17288         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17289         failure behaviour.
17290
17291 2009-02-07  Jim Meyering  <meyering@redhat.com>
17292
17293         regex: avoid compilation failure with upcoming gcc-4.4
17294         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17295         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17296         "... error: integer overflow in preprocessor expression".
17297
17298 2009-02-05  Ben Pfaff  <blp@gnu.org>
17299
17300         Fix link errors on Windows when close module is used.
17301         * modules/close: Add $(LIB_CLOSE) to Link section.
17302         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17303         $(LIB_CLOSE) on Windows.
17304
17305 2009-02-05  Jim Meyering  <meyering@redhat.com>
17306
17307         still avoid unused-parameter warnings, but do it cleanly
17308         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17309         (get_fs_usage): Cast to void instead.
17310         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17311         (dev_from_mount_options, read_file_system_list): Cast to void.
17312         Prompted by Bruno Haible.
17313
17314 2009-02-04  Jim Meyering  <meyering@redhat.com>
17315
17316         fsusage.c: correct copyright year
17317         * lib/fsusage.c: Reflect year in which the change is pushed into
17318
17319         avoid misc. warnings
17320         * lib/fsusage.c (UNUSED_PARAM): Define.
17321         (get_fs_usage): Mark parameter "disk" as unused.
17322         * lib/getugroups.c (getgrent): Use "void" in prototype.
17323         * lib/mountlist.c: Mark unused parameters.
17324         (read_file_system_list): Declare a local with "const".
17325         * lib/nanosleep.c (getnow): Declare static.
17326         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17327
17328         dirfd: set errno upon failure
17329         * lib/dirfd.c: Include <errno.h>.
17330         Set errno to ENOTSUP when returning -1.
17331         * modules/dirfd (Depends-on): Add errno.
17332         Suggested by John Kodis <kodis@comcast.net>.
17333
17334 2009-02-01  Bruno Haible  <bruno@clisp.org>
17335
17336         Don't assume sizeof (long) >= sizeof (void *).
17337         * lib/memcmp.c: Include stdint.h.
17338         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17339         srcp2 to 'const byte *'.
17340         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17341         types to uintptr_t.
17342         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17343         * modules/memcmp (Depends-on): Add stdint.
17344         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17345
17346 2009-01-30  Eric Blake  <ebb9@byu.net>
17347
17348         fix more require-before-expand issues
17349         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17350         expand, AC_PROG_AWK.
17351         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17352
17353 2009-01-28  Eric Blake  <ebb9@byu.net>
17354
17355         version-etc: use consistent URL formatting
17356         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17357         Improve formatting.  Use fputs for string without %.
17358
17359 2009-01-28  Jim Meyering  <meyering@redhat.com>
17360
17361         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17362         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17363         "underquoted definition of NAME" from autoconf-2.59.
17364
17365 2009-01-28  Bruno Haible  <bruno@clisp.org>
17366
17367         * doc/gnulib.texi: Add "Obsolete modules" to index.
17368
17369 2009-01-28  Jim Meyering  <meyering@redhat.com>
17370
17371         useless-if-before-free: recognize more variants
17372         * build-aux/useless-if-before-free: Also recognize e.g.,
17373         if (NULL != p) free (p);
17374
17375 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17376
17377         test-getaddrinfo: skip (don't fail) this test when there's no network
17378         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17379         on the presumption that it means you lack network access.
17380
17381 2009-01-26  Jim Meyering  <meyering@redhat.com>
17382
17383         fflush: avoid warnings on modern systems
17384         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17385         pos and result, into scopes where they're used.
17386
17387 2009-01-26  Eric Blake  <ebb9@byu.net>
17388
17389         Silence warning reintroduced by recent extensions patch.
17390         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17391         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17392         autoconf.
17393
17394         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17395         * m4/00gnulib.m4: New file.
17396         * gnulib-tool (func_get_filelist): Always use it.
17397         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17398         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17399
17400 2009-01-25  Bruno Haible  <bruno@clisp.org>
17401
17402         Make test-quotearg work on MacOS X and AIX.
17403         * tests/test-quotearg.sh: New file.
17404         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17405         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17406         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17407         include <libintl.h>.
17408         (fake_locale): Remove variable.
17409         (gettext, dgettext, dcgettext): Remove functions.
17410         (main): Instead of setting a fake locale, set a real locale. Call
17411         textdomain and bindtextdomain.
17412         * modules/quotearg-tests (Files): Add the new files.
17413         (Depends-on): Add gettext, setenv, unsetenv.
17414         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17415         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17416         Augment TESTS_ENVIRONMENT.
17417
17418 2009-01-25  Bruno Haible  <bruno@clisp.org>
17419
17420         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17421         fr_FR.ISO8859-1 locale on MacOS X.
17422         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17423         ja_JP.eucJP locale on MacOS X.
17424         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17425         zh_CN.GB18030 locale on MacOS X.
17426
17427 2009-01-25  Bruno Haible  <bruno@clisp.org>
17428
17429         Avoid link errors on MacOS X 10.3.
17430         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17431         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17432
17433 2009-01-25  Bruno Haible  <bruno@clisp.org>
17434
17435         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17436         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17437         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17438         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17439         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17440         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17441         posix_spawnattr_init, posix_spawnattr_setsigmask,
17442         posix_spawnattr_setflags, posix_spawnattr_destroy.
17443
17444         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17445         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17446         * modules/execute (Files): Remove m4/posix_spawn.m4.
17447         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17448         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17449         posix_spawnattr_init, posix_spawnattr_setsigmask,
17450         posix_spawnattr_setflags, posix_spawnattr_destroy.
17451
17452 2009-01-25  Bruno Haible  <bruno@clisp.org>
17453
17454         * lib/glthread/threadlib.c: Include <stdlib.h>.
17455
17456 2009-01-25  Bruno Haible  <bruno@clisp.org>
17457
17458         * lib/glthread/threadlib.c (dummy): New declaration.
17459
17460 2009-01-25  Bruno Haible  <bruno@clisp.org>
17461
17462         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17463         multibyte characters also for the GB18030 encoding. Don't crash when
17464         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17465
17466 2009-01-25  Bruno Haible  <bruno@clisp.org>
17467
17468         Avoid redefining 'struct random_data' on OSF/1 5.1.
17469         * lib/stdlib.in.h: Include <random.h> if it exists.
17470         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17471         HAVE_RANDOM_H. Include <random.h> when testing whether
17472         'struct random_data' exists.
17473         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17474
17475 2009-01-25  Bruno Haible  <bruno@clisp.org>
17476
17477         Don't install charset.alias on MacOS X >= 10.3.
17478         * lib/localcharset.c (DARWIN7): New macro.
17479         (get_charset_aliases): Hardcode the result for Darwin7.
17480         * modules/localcharset (install-exec-local): Don't install
17481         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17482
17483 2009-01-25  Bruno Haible  <bruno@clisp.org>
17484
17485         Don't install charset.alias on mingw and Cygwin.
17486         * modules/localcharset (install-exec-local): Don't install
17487         charset.alias on mingw and Cygwin, if the file does not yet exist.
17488         The result for these platforms is hardcoded in localcharset.c.
17489
17490 2009-01-25  Bruno Haible  <bruno@clisp.org>
17491
17492         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17493         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17494         before requiring AC_USE_SYSTEM_EXTENSIONS.
17495
17496 2009-01-25  Jim Meyering  <meyering@redhat.com>
17497
17498         c-strtod: avoid warnings
17499         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17500         "assignment discards qualifiers from pointer target type" warnings.
17501
17502 2009-01-24  Bruno Haible  <bruno@clisp.org>
17503
17504         Add support for non-UTF-8 locales on MacOS X.
17505         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17506         canonical encodings. For Darwin 7 and newer, don't map traditional
17507         encodings to UTF-8.
17508         Reported by Vincent Lefevre <vincent@vinc17.org>
17509         at <http://savannah.gnu.org/bugs/?25235>.
17510
17511 2009-01-24  Bruno Haible  <bruno@clisp.org>
17512
17513         * doc/gnulib.texi (Obsolete modules): New section.
17514         Reported by Mike Frysinger <vapier@gentoo.org>.
17515
17516 2009-01-24  Bruno Haible  <bruno@clisp.org>
17517
17518         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17519         (%.dvi): New rule.
17520
17521 2009-01-24  Bruno Haible  <bruno@clisp.org>
17522
17523         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17524         Reported by Eric Blake.
17525
17526 2009-01-24  Bruno Haible  <bruno@clisp.org>
17527
17528         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17529         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17530         Reported by Gary V. Vaughan <gary@gnu.org>.
17531
17532 2009-01-24  Bruno Haible  <bruno@clisp.org>
17533
17534         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17535
17536 2009-01-23  Bruno Haible  <bruno@clisp.org>
17537
17538         Make c-strtod, c-strtold usable in libraries.
17539         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17540         (C_STRTOD): Call strdup instead of xstrdup.
17541         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17542         * modules/c-strtold (Depends-on): Likewise.
17543         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17544         * NEWS: Mention the change.
17545         Reported by Michael Gold <mgold@ncf.ca>.
17546
17547 2009-01-23  Jim Meyering  <meyering@redhat.com>
17548
17549         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17550         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17551         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17552
17553 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17554
17555         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17556         GNU CoreUtils.
17557         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17558         * modules/version-etc (Description): Update.
17559
17560 2009-01-22  Bruno Haible  <bruno@clisp.org>
17561
17562         Cache the C locale object.
17563         * lib/c-strtod.c (c_locale_cache): New variable.
17564         (c_locale): New function.
17565         (C_STRTOD): Use it, and don't call freelocale.
17566         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17567         Suggested by Paolo Bonzini.
17568
17569 2009-01-21  Bruno Haible  <bruno@clisp.org>
17570
17571         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17572         conditions other than overflow.
17573
17574 2009-01-21  Bruno Haible  <bruno@clisp.org>
17575
17576         * lib/c-strtod.c: Include errno.h.
17577         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17578         value from STRTOD_L and STRTOD.
17579
17580 2009-01-21  Bruno Haible  <bruno@clisp.org>
17581         and Jim Meyering  <meyering@redhat.com>
17582
17583         nanosleep: skip configure test (fail it) for apple universal builds
17584         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17585         universal builds, assume that nanosleep does not work.
17586         * modules/nanosleep (Depends-on): Add multiarch.
17587
17588         mktime: skip configure test (fail it) for apple universal builds
17589         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17590         universal builds, assume that mktime does not work.
17591         * modules/mktime (Depends-on): Add multiarch.
17592
17593 2009-01-21  Eric Blake  <ebb9@byu.net>
17594
17595         multiarch: avoid expand-before-require warning
17596         * modules/multiarch (configure.ac): Require, rather than expand,
17597         gl_MULTIARCH.
17598         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17599         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17600         enforce that all clients require it.  Partial reversion of
17601         2008-12-29 patch.
17602
17603         error: avoid expand-before-require warning
17604         * modules/errno (configure.ac): Require, rather than expand,
17605         gl_HEADER_ERRNO_H.
17606         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17607         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17608         enforce that all clients require it.
17609
17610         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17611         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17612         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17613         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17614
17615 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17616
17617         Revert:
17618         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17619
17620         regex: do not depend on obsolete modules.
17621         * modules/regex: Remove memcmp and memmove.
17622
17623 2009-01-20  Bruno Haible  <bruno@clisp.org>
17624
17625         Make the 'link' module link on Windows NT 4.
17626         * lib/link.c (_WIN32_WINNT): Don't define.
17627         (CreateHardLinkFuncType): New type.
17628         (CreateHardLinkFunc, initialized): New variables.
17629         (initialize): New function.
17630         (link): Invoke CreateHardLink indirectly through the function pointer.
17631
17632 2009-01-20  Bruno Haible  <bruno@clisp.org>
17633
17634         Fix compilation failure on mingw.
17635         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17636
17637 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17638
17639         * doc/c-strtod.texi: Mention a couple of restrictions.
17640
17641 2009-01-20  Jim Meyering  <meyering@redhat.com>
17642
17643         gettimeofday: move more declarations out of functions
17644         * lib/gettimeofday.c: Move extern declarations of tzset and
17645         gmtime out of containing functions.  Prompted by Bruno Haible.
17646
17647 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17648
17649         regex: do not depend on obsolete modules.
17650         * modules/regex: Remove memcmp and memmove.
17651
17652 2009-01-19  Bruno Haible  <bruno@clisp.org>
17653
17654         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17655         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17656         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17657         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17658         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17659
17660 2009-01-19  Bruno Haible  <bruno@clisp.org>
17661
17662         * tests/test-link.c: Include <errno.h>.
17663         (main): Exit with code 77 when a hard link cannot be created due to
17664         the file system.
17665         * tests/test-link.sh: Skip test when a hard link cannot be created due
17666         to the file system.
17667         Suggested by Eric Blake.
17668
17669 2009-01-19  Martin Lambers  <marlam@marlam.de>
17670
17671         * modules/link-tests: New file.
17672         * tests/test-link.sh: New file.
17673         * tests/test-link.c: New file.
17674
17675 2009-01-19  Eric Blake  <ebb9@byu.net>
17676
17677         doc: mention another function added in cygwin 1.7.0
17678         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17679         Another new function in cygwin 1.7.
17680
17681 2009-01-19  Bruno Haible  <bruno@clisp.org>
17682
17683         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17684         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17685         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17686         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17687         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17688         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17689         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17690         * m4/md4.m4 (gl_MD4): Likewise.
17691         * m4/md5.m4 (gl_MD5): Likewise.
17692         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17693         * m4/sha1.m4 (gl_SHA1): Likewise.
17694         * m4/sha256.m4 (gl_SHA256): Likewise.
17695         * m4/sha512.m4 (gl_SHA512): Likewise.
17696
17697 2009-01-19  Bruno Haible  <bruno@clisp.org>
17698
17699         * modules/uniname/uniname-tests (Depends-on): Add progname.
17700         * tests/uniname/test-uninames.c: Include progname.h.
17701         (main): Call set_program_name.
17702
17703         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17704         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17705         (main): Call set_program_name.
17706
17707         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17708         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17709         (main): Call set_program_name.
17710
17711         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17712         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17713         (main): Call set_program_name.
17714
17715         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17716         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17717         (main): Call set_program_name.
17718
17719         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17720         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17721         (main): Call set_program_name.
17722
17723         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17724         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17725         (main): Call set_program_name.
17726
17727         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17728         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17729         (main): Call set_program_name.
17730
17731         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17732         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17733         (main): Call set_program_name.
17734
17735 2009-01-19  Eric Blake  <ebb9@byu.net>
17736
17737         test-unistd: test previous patch
17738         * tests/test-unistd.c: Test *_FILENO macros.
17739
17740         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17741         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17742         Guarantee a definition.
17743         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17744         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17745         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17746         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17747         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17748         Likewise.
17749         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17750         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17751         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17752         Likewise.
17753         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17754         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17755         (STDERR_FILENO): Likewise.
17756         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17757         (STDERR_FILENO): Likewise.
17758         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17759         (STDERR_FILENO): Likewise.
17760         Reported by Elbert Pol.
17761
17762 2009-01-19  Eric Blake  <ebb9@byu.net>
17763
17764         doc: mention more functions added in cygwin 1.7.0
17765         * doc/posix-functions/abort.texi (abort): Update wording related
17766         to cygwin.
17767         * doc/posix-functions/daylight.texi (daylight): Likewise.
17768         * doc/posix-functions/optarg.texi (optarg): Likewise.
17769         * doc/posix-functions/optarg.texi (opterr): Likewise.
17770         * doc/posix-functions/optarg.texi (optind): Likewise.
17771         * doc/posix-functions/optarg.texi (optopt): Likewise.
17772         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17773         worked in 1.5.x, and was withdrawn in 1.7.
17774         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17775         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17776         cygwin versions.
17777         * doc/posix-functions/perror.texi (perror): Likewise.
17778         * doc/posix-functions/printf.texi (printf): Likewise.
17779         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17780         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17781         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17782         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17783         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17784         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17785         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17786         Likewise.
17787         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17788         Likewise.
17789         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17790         this function.
17791         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17792         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17793         Likewise.
17794         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17795         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17796         * doc/posix-functions/confstr.texi (confstr): Likewise.
17797         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17798         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17799         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17800         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17801         * doc/posix-functions/fputws.texi (fputws): Likewise.
17802         * doc/posix-functions/fwide.texi (fwide): Likewise.
17803         * doc/posix-functions/getwc.texi (getwc): Likewise.
17804         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17805         * doc/posix-functions/putwc.texi (putwc): Likewise.
17806         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17807         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17808         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17809         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17810         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17811         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17812         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17813         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17814         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17815         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17816         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17817
17818 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17819
17820         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17821         * lib/ioctl.c: Include <sys/ioctl.h>.
17822
17823 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17824
17825         * modules/getdate-tests (Depends-on): Add progname.
17826         * tests/test-getdate.c: Use progname module, to avoid link errors
17827         on non-glibc systems.
17828
17829 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17830
17831         * modules/filenamecat-tests (Depends-on): Add progname.
17832         * modules/fstrcmp-tests (Depends-on): Likewise.
17833
17834         * tests/test-filenamecat.c: Use progname module, to avoid link
17835         errors on non-glibc systems.
17836         * tests/test-fstrcmp.c: Likewise.
17837
17838 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17839
17840         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17841         * lib/gettimeofday.c: Move extern declaration out of function.
17842
17843 2009-01-18  Bruno Haible  <bruno@clisp.org>
17844
17845         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17846         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17847         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17848
17849 2009-01-18  Bruno Haible  <bruno@clisp.org>
17850
17851         * lib/strftime.c (MEMPCPY): Remove unused macro.
17852         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17853
17854 2009-01-18  Martin Lambers  <marlam@marlam.de>
17855
17856         New module 'link'.
17857         * lib/unistd.in.h (link): New declaration.
17858         * lib/link.c: New file.
17859         * m4/link.m4: New file.
17860         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17861         HAVE_LINK.
17862         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17863         * modules/link: New file.
17864         * doc/posix-functions/link.texi: Mention the new module.
17865
17866 2009-01-18  Bruno Haible  <bruno@clisp.org>
17867
17868         * tests/test-avltree_list.c (main): Call set_program_name.
17869         * tests/test-avltree_oset.c (main): Likewise.
17870         * tests/test-obstack-printf.c: Include progname.h.
17871         (main): Call set_program_name.
17872         * tests/test-quotearg.c: Include progname.h.
17873         (main): Call set_program_name.
17874         * tests/test-xmemdup0.c: Include progname.h.
17875         (main): Call set_program_name.
17876
17877 2009-01-18  Bruno Haible  <bruno@clisp.org>
17878
17879         New module 'alphasort'.
17880         * lib/dirent.in.h (alphasort): New declaration.
17881         * lib/alphasort.c: New file, from glibc with modifications.
17882         * m4/alphasort.m4: New file.
17883         * modules/alphasort: New file.
17884         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17885         HAVE_ALPHASORT.
17886         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17887         HAVE_ALPHASORT.
17888         * doc/posix-functions/alphasort.texi: Mention the new module and the
17889         portability problems.
17890
17891 2009-01-18  Bruno Haible  <bruno@clisp.org>
17892
17893         New module 'scandir'.
17894         * lib/dirent.in.h (scandir): New declaration.
17895         * lib/scandir.c: New file, from glibc with modifications.
17896         * m4/scandir.m4: New file.
17897         * modules/scandir: New file.
17898         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17899         HAVE_SCANDIR.
17900         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17901         HAVE_SCANDIR.
17902         * doc/posix-functions/scandir.texi: Mention the new module and the
17903         portability problems.
17904
17905 2009-01-17  Bruno Haible  <bruno@clisp.org>
17906
17907         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17908         Update documentation.
17909         (func_remove_suffix): Escape all dots in the suffix. Update
17910         documentation.
17911         (func_filter_filelist): Update documentation.
17912         Reported by Ralf Wildenhues.
17913
17914 2009-01-17  Bruno Haible  <bruno@clisp.org>
17915
17916         * modules/dprintf-posix-tests: New file.
17917         * tests/test-dprintf-posix.sh: New file.
17918         * tests/test-dprintf-posix.c: New file.
17919
17920         New modules 'dprintf', 'dprintf-posix'.
17921         * lib/stdio.in.h (dprintf): New declaration.
17922         * lib/dprintf.c: New file.
17923         * m4/dprintf.m4: New file.
17924         * m4/dprintf-posix.m4: New file.
17925         * modules/dprintf: New file.
17926         * modules/dprintf-posix: New file.
17927         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17928         HAVE_DPRINTF, REPLACE_DPRINTF.
17929         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17930         HAVE_DPRINTF, REPLACE_DPRINTF.
17931         * doc/posix-functions/dprintf.texi: Mention the new modules.
17932
17933 2009-01-17  Bruno Haible  <bruno@clisp.org>
17934
17935         * modules/vdprintf-posix-tests: New file.
17936         * tests/test-vdprintf-posix.sh: New file.
17937         * tests/test-vdprintf-posix.c: New file.
17938
17939         New modules 'vdprintf', 'vdprintf-posix'.
17940         * lib/stdio.in.h (vdprintf): New declaration.
17941         * lib/vdprintf.c: New file.
17942         * m4/vdprintf.m4: New file.
17943         * m4/vdprintf-posix.m4: New file.
17944         * modules/vdprintf: New file.
17945         * modules/vdprintf-posix: New file.
17946         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17947         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17948         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17949         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17950         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17951
17952 2009-01-17  Bruno Haible  <bruno@clisp.org>
17953
17954         Fix replacement of fopen on mingw.
17955         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17956         mingw.
17957
17958 2009-01-17  Bruno Haible  <bruno@clisp.org>
17959
17960         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17961         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17962
17963 2009-01-17  Bruno Haible  <bruno@clisp.org>
17964
17965         Avoid test-fflush2.sh failure on mingw.
17966         * tests/test-fflush2.c: Include binary-io.h.
17967         (main): Put standard input into binary mode.
17968         * modules/fflush-tests (Depends-on): Add binary-io.
17969
17970 2009-01-17  Bruno Haible  <bruno@clisp.org>
17971
17972         * lib/wchar.in.h: In another particular situation, include only the
17973         system's <wchar.h> file.
17974         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17975         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17976         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17977
17978 2009-01-17  Bruno Haible  <bruno@clisp.org>
17979
17980         Support for stripping executables in --enable-relocatable.
17981         * build-aux/install-reloc: Expect one more argument, or an environment
17982         variable RELOC_STRIP_PROG. If set, strip the destination program and
17983         its wrapper.
17984         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17985         RELOC_STRIP_PROG.
17986         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17987         to set RELOCATABLE_STRIP.
17988         * NEWS: Mention the new Makefile requirement.
17989
17990 2009-01-17  Bruno Haible  <bruno@clisp.org>
17991
17992         * build-aux/install-reloc: Remove debugging information left over by
17993         C compiler on MacOS X.
17994
17995 2009-01-17  Bruno Haible  <bruno@clisp.org>
17996
17997         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17998         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17999         _NSGetExecutablePath.
18000
18001 2009-01-16  Jim Meyering  <meyering@redhat.com>
18002
18003         strerror: avoid warnings about discarding "const"
18004         * lib/strerror.c (rpl_strerror): Instead of returning a const
18005         string from each and every "case", use a variable, and add a single
18006         cast after the switch.
18007
18008 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18009
18010         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18011
18012 2009-01-16  Bruno Haible  <bruno@clisp.org>
18013
18014         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18015         array initializer syntax that also works in C++ mode.
18016         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18017
18018 2009-01-16  Jim Meyering  <meyering@redhat.com>
18019
18020         poll: suppress a warning
18021         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18022         to ignore "...unsigned expression < 0 is always false" warnings.
18023
18024 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18025
18026         poll: remove declarations of unused variables
18027         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18028         sockbuf and optlen.
18029
18030 2009-01-15  Bruno Haible  <bruno@clisp.org>
18031
18032         Make fflush-after-ungetc POSIX compliant on BSD systems.
18033         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18034         (clear_ungetc_buffer): Implement also for other systems.
18035         (rpl_fflush): On glibc systems, invoke
18036         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18037         clear_ungetc_buffer after fetching the stream's position, not before.
18038
18039 2009-01-15  Bruno Haible  <bruno@clisp.org>
18040
18041         Make fflush-after-ungetc POSIX compliant on glibc systems.
18042         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18043         after ungetc.
18044         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18045         (rpl_fflush): On glibc systems, simply call the system's fflush
18046         function after clearing the ungetc buffer.
18047         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18048         Instead, lseek only to the end of file, then use the system's fseeko
18049         for the rest. On glibc systems, reset the EOF indicator bit.
18050
18051 2009-01-15  Jim Meyering  <meyering@redhat.com>
18052
18053         openmp.m4: revert quote-adding change, for portability to older autoconf
18054         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18055         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18056         Simon Josefsson noticed the problem when using autoconf-2.61.
18057
18058 2009-01-15  Bruno Haible  <bruno@clisp.org>
18059
18060         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18061         * tests/test-fflush2.c (ASSERT): Always fail.
18062         (main): Add two tests for fflush() after ungetc(), taking into account
18063         the Austin Group's clarification.
18064         Suggested by Eric Blake.
18065
18066 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18067
18068         mktime.m4: remove K&R-style function prototypes
18069         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18070         for the Sun C++ compiler.
18071
18072 2009-01-14  Bruno Haible  <bruno@clisp.org>
18073
18074         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18075         while including <wchar.h>.
18076         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18077         the system's <wchar.h> file.
18078         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18079
18080 2009-01-14  Bruno Haible  <bruno@clisp.org>
18081
18082         * m4/csharp.m4: Don't mention gettext on the serial number line.
18083         * m4/csharpexec.m4: Likewise.
18084         * m4/eaccess.m4: Likewise.
18085         * m4/javaexec.m4: Likewise.
18086         * m4/sig_atomic_t.m4: Likewise.
18087         * m4/tmpdir.m4: Likewise.
18088         * m4/intldir.m4: Bump gettext version.
18089         * m4/lib-ld.m4: Likewise.
18090
18091 2009-01-14  Bruno Haible  <bruno@clisp.org>
18092
18093         * lib/progname.c (set_program_name): Add more comments.
18094         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18095
18096 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18097
18098         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18099         were sys/stat.h does not define it.
18100
18101 2009-01-14  Jim Meyering  <meyering@redhat.com>
18102
18103         many *.m4 files: improve m4 quoting
18104         99% of this change was performed by running the following commands:
18105         git ls-files | grep '\.m4$' | xargs perl -pi \
18106           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18107           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18108           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18109           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18110         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18111         The remainder were to add Copyright dates, increment serial numbers,
18112         undo some changes in comments, exclude m4/intl.m4, and add quotes
18113         around the "1" in ",1" where the unusual spacing prohibited the
18114         above regexps from doing the job.  For more details, see
18115         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18116         * m4/acl.m4: Modified.
18117         * m4/afs.m4: Likewise.
18118         * m4/alloca.m4: Likewise.
18119         * m4/argp.m4: Likewise.
18120         * m4/argz.m4: Likewise.
18121         * m4/atexit.m4: Likewise.
18122         * m4/bison-i18n.m4: Likewise.
18123         * m4/bison.m4: Likewise.
18124         * m4/byteswap.m4: Likewise.
18125         * m4/c-stack.m4: Likewise.
18126         * m4/c-strtod.m4: Likewise.
18127         * m4/calloc.m4: Likewise.
18128         * m4/canonicalize-lgpl.m4: Likewise.
18129         * m4/chown.m4: Likewise.
18130         * m4/clock_time.m4: Likewise.
18131         * m4/codeset.m4: Likewise.
18132         * m4/copy-file.m4: Likewise.
18133         * m4/csharp.m4: Likewise.
18134         * m4/csharpcomp.m4: Likewise.
18135         * m4/csharpexec.m4: Likewise.
18136         * m4/d-ino.m4: Likewise.
18137         * m4/d-type.m4: Likewise.
18138         * m4/dirfd.m4: Likewise.
18139         * m4/double-slash-root.m4: Likewise.
18140         * m4/eaccess.m4: Likewise.
18141         * m4/eealloc.m4: Likewise.
18142         * m4/environ.m4: Likewise.
18143         * m4/errno_h.m4: Likewise.
18144         * m4/euidaccess.m4: Likewise.
18145         * m4/execute.m4: Likewise.
18146         * m4/fatal-signal.m4: Likewise.
18147         * m4/fchdir.m4: Likewise.
18148         * m4/fcntl_h.m4: Likewise.
18149         * m4/fileblocks.m4: Likewise.
18150         * m4/filenamecat.m4: Likewise.
18151         * m4/findprog.m4: Likewise.
18152         * m4/flexmember.m4: Likewise.
18153         * m4/fnmatch.m4: Likewise.
18154         * m4/fopen.m4: Likewise.
18155         * m4/fpending.m4: Likewise.
18156         * m4/fprintf-posix.m4: Likewise.
18157         * m4/free.m4: Likewise.
18158         * m4/frexp.m4: Likewise.
18159         * m4/frexpl.m4: Likewise.
18160         * m4/fsusage.m4: Likewise.
18161         * m4/ftruncate.m4: Likewise.
18162         * m4/gc-camellia.m4: Likewise.
18163         * m4/gc-random.m4: Likewise.
18164         * m4/gc.m4: Likewise.
18165         * m4/getaddrinfo.m4: Likewise.
18166         * m4/getcwd-abort-bug.m4: Likewise.
18167         * m4/getcwd-path-max.m4: Likewise.
18168         * m4/getdate.m4: Likewise.
18169         * m4/getdomainname.m4: Likewise.
18170         * m4/getgroups.m4: Likewise.
18171         * m4/gethostname.m4: Likewise.
18172         * m4/gethrxtime.m4: Likewise.
18173         * m4/getline.m4: Likewise.
18174         * m4/getloadavg.m4: Likewise.
18175         * m4/getndelim2.m4: Likewise.
18176         * m4/getpass.m4: Likewise.
18177         * m4/gettext.m4: Likewise.
18178         * m4/gettime.m4: Likewise.
18179         * m4/gettimeofday.m4: Likewise.
18180         * m4/gnulib-common.m4: Likewise.
18181         * m4/group-member.m4: Likewise.
18182         * m4/host-os.m4: Likewise.
18183         * m4/iconv.m4: Likewise.
18184         * m4/iconv_open.m4: Likewise.
18185         * m4/inet_ntop.m4: Likewise.
18186         * m4/inet_pton.m4: Likewise.
18187         * m4/inline.m4: Likewise.
18188         * m4/intldir.m4: Likewise.
18189         * m4/intlmacosx.m4: Likewise.
18190         * m4/intmax.m4: Likewise.
18191         * m4/intmax_t.m4: Likewise.
18192         * m4/inttypes.m4: Likewise.
18193         * m4/inttypes_h.m4: Likewise.
18194         * m4/inttypes-pri.m4: Likewise.
18195         * m4/isapipe.m4: Likewise.
18196         * m4/isnand.m4: Likewise.
18197         * m4/isnanf.m4: Likewise.
18198         * m4/isnanl.m4: Likewise.
18199         * m4/javacomp.m4: Likewise.
18200         * m4/javaexec.m4: Likewise.
18201         * m4/jm-winsz1.m4: Likewise.
18202         * m4/jm-winsz2.m4: Likewise.
18203         * m4/lchown.m4: Likewise.
18204         * m4/lcmessage.m4: Likewise.
18205         * m4/ldexpl.m4: Likewise.
18206         * m4/lib-ld.m4: Likewise.
18207         * m4/lib-link.m4: Likewise.
18208         * m4/libsigsegv.m4: Likewise.
18209         * m4/link-follow.m4: Likewise.
18210         * m4/localcharset.m4: Likewise.
18211         * m4/locale-fr.m4: Likewise.
18212         * m4/locale-ja.m4: Likewise.
18213         * m4/locale-tr.m4: Likewise.
18214         * m4/locale-zh.m4: Likewise.
18215         * m4/lock.m4: Likewise.
18216         * m4/longlong.m4: Likewise.
18217         * m4/ls-mntd-fs.m4: Likewise.
18218         * m4/lstat.m4: Likewise.
18219         * m4/malloc.m4: Likewise.
18220         * m4/mathl.m4: Likewise.
18221         * m4/mbrtowc.m4: Likewise.
18222         * m4/mbstate_t.m4: Likewise.
18223         * m4/mbswidth.m4: Likewise.
18224         * m4/memchr.m4: Likewise.
18225         * m4/memcmp.m4: Likewise.
18226         * m4/memcpy.m4: Likewise.
18227         * m4/memmem.m4: Likewise.
18228         * m4/memmove.m4: Likewise.
18229         * m4/mempcpy.m4: Likewise.
18230         * m4/memrchr.m4: Likewise.
18231         * m4/memset.m4: Likewise.
18232         * m4/minmax.m4: Likewise.
18233         * m4/mkdir-slash.m4: Likewise.
18234         * m4/mkdtemp.m4: Likewise.
18235         * m4/mktime.m4: Likewise.
18236         * m4/mmap-anon.m4: Likewise.
18237         * m4/mountlist.m4: Likewise.
18238         * m4/nanosleep.m4: Likewise.
18239         * m4/nls.m4: Likewise.
18240         * m4/nocrash.m4: Likewise.
18241         * m4/open.m4: Likewise.
18242         * m4/openat.m4: Likewise.
18243         * m4/openmp.m4: Likewise.
18244         * m4/pathmax.m4: Likewise.
18245         * m4/perl.m4: Likewise.
18246         * m4/physmem.m4: Likewise.
18247         * m4/pipe.m4: Likewise.
18248         * m4/po.m4: Likewise.
18249         * m4/poll.m4: Likewise.
18250         * m4/posixtm.m4: Likewise.
18251         * m4/posixver.m4: Likewise.
18252         * m4/printf-frexp.m4: Likewise.
18253         * m4/printf-frexpl.m4: Likewise.
18254         * m4/printf-posix.m4: Likewise.
18255         * m4/printf-posix-rpl.m4: Likewise.
18256         * m4/printf.m4: Likewise.
18257         * m4/progtest.m4: Likewise.
18258         * m4/putenv.m4: Likewise.
18259         * m4/readline.m4: Likewise.
18260         * m4/readlink.m4: Likewise.
18261         * m4/readutmp.m4: Likewise.
18262         * m4/realloc.m4: Likewise.
18263         * m4/regex.m4: Likewise.
18264         * m4/relocatable.m4: Likewise.
18265         * m4/relocatable-lib.m4: Likewise.
18266         * m4/rename-dest-slash.m4: Likewise.
18267         * m4/rename.m4: Likewise.
18268         * m4/rmdir-errno.m4: Likewise.
18269         * m4/rmdir.m4: Likewise.
18270         * m4/roundf.m4: Likewise.
18271         * m4/roundl.m4: Likewise.
18272         * m4/rpmatch.m4: Likewise.
18273         * m4/save-cwd.m4: Likewise.
18274         * m4/selinux-selinux-h.m4: Likewise.
18275         * m4/setenv.m4: Likewise.
18276         * m4/settime.m4: Likewise.
18277         * m4/sig2str.m4: Likewise.
18278         * m4/sig_atomic_t.m4: Likewise.
18279         * m4/signalblocking.m4: Likewise.
18280         * m4/signbit.m4: Likewise.
18281         * m4/sigpipe.m4: Likewise.
18282         * m4/sockets.m4: Likewise.
18283         * m4/sockpfaf.m4: Likewise.
18284         * m4/st_dm_mode.m4: Likewise.
18285         * m4/stat-time.m4: Likewise.
18286         * m4/stdbool.m4: Likewise.
18287         * m4/stdint.m4: Likewise.
18288         * m4/stdint_h.m4: Likewise.
18289         * m4/stpcpy.m4: Likewise.
18290         * m4/stpncpy.m4: Likewise.
18291         * m4/strcase.m4: Likewise.
18292         * m4/strchrnul.m4: Likewise.
18293         * m4/strcspn.m4: Likewise.
18294         * m4/strdup.m4: Likewise.
18295         * m4/strftime.m4: Likewise.
18296         * m4/strndup.m4: Likewise.
18297         * m4/strnlen.m4: Likewise.
18298         * m4/strpbrk.m4: Likewise.
18299         * m4/strptime.m4: Likewise.
18300         * m4/strsep.m4: Likewise.
18301         * m4/strtod.m4: Likewise.
18302         * m4/strtoimax.m4: Likewise.
18303         * m4/strtok_r.m4: Likewise.
18304         * m4/strtol.m4: Likewise.
18305         * m4/strtoll.m4: Likewise.
18306         * m4/strtoul.m4: Likewise.
18307         * m4/strtoull.m4: Likewise.
18308         * m4/strtoumax.m4: Likewise.
18309         * m4/strverscmp.m4: Likewise.
18310         * m4/threadlib.m4: Likewise.
18311         * m4/timegm.m4: Likewise.
18312         * m4/tm_gmtoff.m4: Likewise.
18313         * m4/tmpdir.m4: Likewise.
18314         * m4/tmpfile.m4: Likewise.
18315         * m4/tzset.m4: Likewise.
18316         * m4/uintmax_t.m4: Likewise.
18317         * m4/unlinkdir.m4: Likewise.
18318         * m4/unlocked-io.m4: Likewise.
18319         * m4/uptime.m4: Likewise.
18320         * m4/userspec.m4: Likewise.
18321         * m4/utimbuf.m4: Likewise.
18322         * m4/utime.m4: Likewise.
18323         * m4/utimes-null.m4: Likewise.
18324         * m4/utimes.m4: Likewise.
18325         * m4/vararrays.m4: Likewise.
18326         * m4/vasnprintf.m4: Likewise.
18327         * m4/vfprintf-posix.m4: Likewise.
18328         * m4/vprintf-posix.m4: Likewise.
18329         * m4/wait-process.m4: Likewise.
18330         * m4/wchar_t.m4: Likewise.
18331         * m4/wint_t.m4: Likewise.
18332         * m4/write-any-file.m4: Likewise.
18333         * m4/yield.m4: Likewise.
18334
18335 2009-01-13  Bruno Haible  <bruno@clisp.org>
18336
18337         Avoid test-copy-file.sh failures when ACL support insufficient.
18338         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18339         TESTS_ENVIRONMENT.
18340         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18341         Reported by Jim Meyering.
18342
18343 2009-01-13  Bruno Haible  <bruno@clisp.org>
18344
18345         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18346         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18347         * modules/unistdio/u8-printf-parse (Files): Likewise.
18348         * modules/unistdio/u32-printf-parse (Files): Likewise.
18349         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18350
18351 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18352
18353         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18354         and m4/inttypes_h.m4 too.
18355
18356 2009-01-12  Eric Blake  <ebb9@byu.net>
18357
18358         tests: IRIX 6.2 cc can't compile -0.0 into .data
18359         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18360         rather than at compile-time.
18361         * tests/test-floorl.c (minus_zero): Likewise.
18362         * tests/test-frexpl.c (minus_zero): Likewise.
18363         * tests/test-isnan.c (minus_zerol): Likewise.
18364         * tests/test-isnanl.h (minus_zero): Likewise.
18365         * tests/test-ldexpl.c (minus_zero): Likewise.
18366         * tests/test-roundl.c (minus_zero): Likewise.
18367         * tests/test-signbit.c (minus_zerol): Likewise.
18368         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18369         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18370         * tests/test-truncl.c (minus_zero): Likewise.
18371         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18372         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18373         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18374
18375 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18376
18377         regex: fix glibc bug 9697
18378         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18379         handling.
18380
18381 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18382
18383         regex: fix glibc bug 697
18384         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18385         being NULL also if there are no backreferences.
18386
18387 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18388
18389         regex: merge glibc changes
18390         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18391         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18392         re_string_skip_chars, re_string_reconstruct): Likewise.
18393         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18394
18395 2009-01-07  Jim Meyering  <meyering@redhat.com>
18396
18397         poll: filter through cppi
18398         * lib/poll.c: Indent cpp directives to reflect nesting.
18399
18400 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18401
18402         poll: don't return uninitialized
18403         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18404
18405 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18406
18407         avoid compile failure on AIX 6.1
18408         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18409         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18410
18411 2009-01-04  Jim Meyering  <meyering@redhat.com>
18412
18413         remove duplicate inclusion of <stdio.h>
18414         * tests/test-fprintf-posix.c: Likewise.
18415         * tests/test-printf-posix.c: Likewise.
18416         * tests/test-snprintf-posix.c: Likewise.
18417         * tests/test-sprintf-posix.c: Likewise.
18418         * tests/test-vasprintf-posix.c: Likewise.
18419         * tests/test-vfprintf-posix.c: Likewise.
18420         * tests/test-vprintf-posix.c: Likewise.
18421         * tests/test-vsnprintf-posix.c: Likewise.
18422         * tests/test-vsprintf-posix.c: Likewise.
18423
18424 2009-01-03  Jim Meyering  <meyering@redhat.com>
18425
18426         gnulib-tool: fix sed-based filtering
18427         * gnulib-tool (func_filter_filelist): Remove extra backslash
18428         in sed_fff_filter definition.
18429
18430 2009-01-02  Jim Meyering  <meyering@redhat.com>
18431
18432         strftime: avoid compilation failure on Solaris 2.6
18433         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18434         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18435         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18436         be available.  Reported by Tom G. Christensen.  Details in
18437         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18438
18439 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18440             Bruno Haible  <bruno@clisp.org>
18441
18442         Speed up gnulib-tool by doing more string processing through shell
18443         built-ins.
18444         * gnulib-tool (fast_func_append): New variable.
18445         (func_remove_prefix, func_remove_suffix): New functions.
18446         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18447         (func_filter_filelist): New function.
18448         (func_get_dependencies): Use func_remove_suffix instead of sed.
18449         (func_get_automake_snippet): Use func_filter_filelist instead of a
18450         subshell and sed invocation.
18451
18452 2009-01-01  Bruno Haible  <bruno@clisp.org>
18453
18454         Fix a security bug.
18455         * gnulib-tool (func_import, import, update): Don't allow the characters
18456         '"', '$', '`', '\' in macro arguments that become part of commands that
18457         are evaluated.
18458
18459 2009-01-01  Bruno Haible  <bruno@clisp.org>
18460
18461         * gnulib-tool (func_reset_sigpipe): Add more comments.
18462
18463 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18464
18465         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18466         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18467         already know the answer.
18468
18469 2009-01-01  Jim Meyering  <meyering@redhat.com>
18470
18471         * lib/version-etc.c (version_etc_va): Update copyright year.
18472
18473 2008-12-30  Bruno Haible  <bruno@clisp.org>
18474
18475         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18476         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18477         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18478
18479 2008-12-29  Eric Blake  <ebb9@byu.net>
18480
18481         multiarch: avoid autoconf AC_REQUIRE bug
18482         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18483         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18484         2.63 and older.
18485         Reported by Bruno Haible, and analyzed in
18486         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18487
18488 2008-12-29  Bruno Haible  <bruno@clisp.org>
18489
18490         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18491         files in subdirectories correctly.
18492         Reported by Ralf Wildenhues.
18493
18494 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18495
18496         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18497         rather than 'join FILE -', for Solaris join.
18498
18499 2008-12-29  Bruno Haible  <bruno@clisp.org>
18500
18501         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18502         quoting.
18503         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18504         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18505         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18506         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18507         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18508         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18509         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18510         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18511         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18512         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18513         * m4/nls.m4 (AM_NLS): Likewise.
18514         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18515         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18516         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18517         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18518         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18519         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18520         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18521         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18522         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18523         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18524         * m4/xsize.m4 (gl_XSIZE): Likewise.
18525         Suggested by Jim Meyering.
18526
18527 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18528
18529         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18530         * lib/parse-duration.c: use a switch instead of cascading if's.
18531
18532 2008-12-29  Eric Blake  <ebb9@byu.net>
18533
18534         wchar.h: supply WEOF on Irix 5.3
18535         * lib/wchar.in.h (wint_t): Also supply WEOF.
18536         * lib/wctype.in.h (wint_t): Likewise.
18537         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18538         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18539         Reported by Tom G. Christensen.
18540
18541 2008-12-26  Bruno Haible  <bruno@clisp.org>
18542
18543         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18544         i486, i586, i686.
18545
18546 2008-12-26  Bruno Haible  <bruno@clisp.org>
18547
18548         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18549
18550 2008-12-26  Bruno Haible  <bruno@clisp.org>
18551
18552         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18553         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18554         not __STDC_CONSTANT_MACROS.
18555         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18556
18557 2008-12-25  Bruno Haible  <bruno@clisp.org>
18558
18559         Add support for universal builds to vasnprintf.
18560         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18561         universal builds, guess no.
18562         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18563         * modules/vasprintf-posix (Depends-on): Likewise.
18564         * modules/fprintf-posix (Depends-on): Likewise.
18565         * modules/vfprintf-posix (Depends-on): Likewise.
18566         * modules/snprintf-posix (Depends-on): Likewise.
18567         * modules/vsnprintf-posix (Depends-on): Likewise.
18568         * modules/sprintf-posix (Depends-on): Likewise.
18569         * modules/vsprintf-posix (Depends-on): Likewise.
18570         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18571         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18572         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18573         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18574         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18575         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18576         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18577
18578         Add support for universal builds to <inttypes.h>.
18579         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18580         _SCNu64_PREFIX): In Apple
18581         universal builds, define directly, using _LP64.
18582         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18583         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18584         * modules/inttypes (Depends-on): Add multiarch.
18585         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18586
18587         Add support for universal builds to <stdint.h>.
18588         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18589         universal builds, define directly, using _LP64.
18590         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18591         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18592         and size_t.
18593         * modules/stdint (Depends-on): Add multiarch.
18594         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18595
18596         New module 'multiarch'.
18597         * modules/multiarch: New file.
18598         * m4/multiarch.m4: New file.
18599
18600 2008-12-25  Bruno Haible  <bruno@clisp.org>
18601
18602         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18603
18604 2008-12-25  Bruno Haible  <bruno@clisp.org>
18605
18606         * modules/btowc (License): Relicense under LGPLv2+.
18607         * modules/mbsinit (License): Likewise.
18608         * modules/mbrtowc (License): Likewise.
18609         * modules/wcrtomb (License): Likewise.
18610         * modules/streq (License): Likewise.
18611         Reported by David Lutterkort <lutter@redhat.com>.
18612
18613 2008-12-23  Bruno Haible  <bruno@clisp.org>
18614
18615         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18616
18617 2008-12-23  Bruno Haible  <bruno@clisp.org>
18618
18619         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18620         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18621         GETADDRINFO_LIB, not in LIBS.
18622         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18623         * modules/canon-host (Link): Likewise.
18624         * NEWS: Mention the change.
18625         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18626         GETADDRINFO_LIB.
18627
18628 2008-12-22  Bruno Haible  <bruno@clisp.org>
18629
18630         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18631         * doc/posix-functions/iswalpha_l.texi: Likewise.
18632         * doc/posix-functions/iswblank_l.texi: Likewise.
18633         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18634         * doc/posix-functions/iswctype_l.texi: Likewise.
18635         * doc/posix-functions/iswdigit_l.texi: Likewise.
18636         * doc/posix-functions/iswgraph_l.texi: Likewise.
18637         * doc/posix-functions/iswlower_l.texi: Likewise.
18638         * doc/posix-functions/iswprint_l.texi: Likewise.
18639         * doc/posix-functions/iswpunct_l.texi: Likewise.
18640         * doc/posix-functions/iswspace_l.texi: Likewise.
18641         * doc/posix-functions/iswupper_l.texi: Likewise.
18642         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18643         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18644         * doc/posix-functions/open_wmemstream.texi: Likewise.
18645         * doc/posix-functions/swscanf.texi: Likewise.
18646         * doc/posix-functions/towctrans_l.texi: Likewise.
18647         * doc/posix-functions/towlower.texi: Likewise.
18648         * doc/posix-functions/towlower_l.texi: Likewise.
18649         * doc/posix-functions/towupper.texi: Likewise.
18650         * doc/posix-functions/towupper_l.texi: Likewise.
18651         * doc/posix-functions/vfwprintf.texi: Likewise.
18652         * doc/posix-functions/vfwscanf.texi: Likewise.
18653         * doc/posix-functions/vswscanf.texi: Likewise.
18654         * doc/posix-functions/vwprintf.texi: Likewise.
18655         * doc/posix-functions/vwscanf.texi: Likewise.
18656         * doc/posix-functions/wcpcpy.texi: Likewise.
18657         * doc/posix-functions/wcpncpy.texi: Likewise.
18658         * doc/posix-functions/wcscasecmp.texi: Likewise.
18659         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18660         * doc/posix-functions/wcscoll_l.texi: Likewise.
18661         * doc/posix-functions/wcsdup.texi: Likewise.
18662         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18663         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18664         * doc/posix-functions/wcsnlen.texi: Likewise.
18665         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18666         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18667         * doc/posix-functions/wctrans_l.texi: Likewise.
18668         * doc/posix-functions/wctype_l.texi: Likewise.
18669         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18670         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18671         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18672         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18673         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18674         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18675         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18676         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18677         * doc/glibc-functions/wcschrnul.texi: Likewise.
18678         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18679         * doc/glibc-functions/wcstod_l.texi: Likewise.
18680         * doc/glibc-functions/wcstof_l.texi: Likewise.
18681         * doc/glibc-functions/wcstol_l.texi: Likewise.
18682         * doc/glibc-functions/wcstold_l.texi: Likewise.
18683         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18684         * doc/glibc-functions/wcstoq.texi: Likewise.
18685         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18686         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18687         * doc/glibc-functions/wcstouq.texi: Likewise.
18688         * doc/glibc-functions/wmempcpy.texi: Likewise.
18689
18690 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18691             Eric Blake  <ebb9@byu.net>
18692             Paolo Bonzini  <bonzini@gnu.org>
18693             Bruno Haible  <bruno@clisp.org>
18694
18695         Make c-stack work on Haiku.
18696         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18697         (c_stack_action): Use SA_ONSTACK flag.
18698
18699 2008-12-22  Bruno Haible  <bruno@clisp.org>
18700
18701         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18702
18703 2008-12-22  Bruno Haible  <bruno@clisp.org>
18704
18705         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18706         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18707         being overridden.
18708         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18709         New macros.
18710         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18711         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18712         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18713         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18714
18715 2008-12-22  Bruno Haible  <bruno@clisp.org>
18716
18717         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18718         from test code.
18719
18720 2008-12-22  Eric Blake  <ebb9@byu.net>
18721
18722         Avoid gcc warnings on cygwin.
18723         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18724         Avoid unused variable.
18725         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18726         Likewise.
18727
18728 2008-12-22  Bruno Haible  <bruno@clisp.org>
18729
18730         Remove HAVE_MBRTOWC conditionals.
18731         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18732         (mbscasecmp): Assume mbrtowc function.
18733         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18734         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18735         * lib/mbschr.c: Include mbuiter.h unconditionally.
18736         (mbschr): Assume mbrtowc function.
18737         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18738         (mbscspn): Assume mbrtowc function.
18739         * lib/mbslen.c: Include mbuiter.h unconditionally.
18740         (mbslen): Assume mbrtowc function.
18741         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18742         (mbsncasecmp): Assume mbrtowc function.
18743         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18744         (mbsnlen): Assume mbrtowc function.
18745         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18746         (mbspbrk): Assume mbrtowc function.
18747         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18748         (mbspcasecmp): Assume mbrtowc function.
18749         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18750         (mbsrchr): Assume mbrtowc function.
18751         * lib/mbssep.c: Include mbuiter.h unconditionally.
18752         (mbssep): Assume mbrtowc function.
18753         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18754         (mbsspn): Assume mbrtowc function.
18755         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18756         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18757         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18758         (mbstok_r): Assume mbrtowc function.
18759         * lib/propername.c: Include mbuiter.h unconditionally.
18760         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18761         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18762         (trim2): Assume mbrtowc function.
18763         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18764         (mbsnwidth): Assume mbrtowc function.
18765         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18766         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18767         fallback definitions.
18768         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18769
18770 2008-12-22  Bruno Haible  <bruno@clisp.org>
18771
18772         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18773
18774 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18775
18776         * modules/regex: Request emulations for the mb*/wc* functions we need.
18777         * m4/regex.m4: Don't look for those functions here.
18778         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18779
18780 2008-12-22  Bruno Haible  <bruno@clisp.org>
18781
18782         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18783
18784 2008-12-21  Bruno Haible  <bruno@clisp.org>
18785
18786         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18787         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18788         (Include): Remove conditionalization.
18789         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18790         (Include): Remove conditionalization.
18791         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18792         (Include): Remove conditionalization.
18793         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18794         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18795         * NEWS: Mention the change.
18796         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18797         via Sergey Poznyakoff <gray@gnu.org.ua>.
18798
18799 2008-12-21  Bruno Haible  <bruno@clisp.org>
18800
18801         * MODULES.html.sh (Extended multibyte and wide character utilities
18802         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18803         wcrtomb, wcsrtombs.
18804         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18805         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18806         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18807         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18808
18809 2008-12-21  Bruno Haible  <bruno@clisp.org>
18810
18811         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18812
18813 2008-12-21  Bruno Haible  <bruno@clisp.org>
18814
18815         * modules/wcsnrtombs-tests: New file.
18816         * tests/test-wcsnrtombs1.sh: New file.
18817         * tests/test-wcsnrtombs2.sh: New file.
18818         * tests/test-wcsnrtombs3.sh: New file.
18819         * tests/test-wcsnrtombs4.sh: New file.
18820         * tests/test-wcsnrtombs.c: New file.
18821
18822         New module 'wcsnrtombs'.
18823         * lib/wchar.in.h (wcsnrtombs): New declaration.
18824         * lib/wcsnrtombs.c: New file.
18825         * lib/wcsrtombs-state.c: New file.
18826         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18827         (internal_state): Remove variable.
18828         * m4/wcsnrtombs.m4: New file.
18829         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18830         compilation units.
18831         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18832         HAVE_WCSNRTOMBS.
18833         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18834         HAVE_WCSNRTOMBS.
18835         * modules/wcsnrtombs: New file.
18836         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18837         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18838
18839 2008-12-21  Bruno Haible  <bruno@clisp.org>
18840
18841         * modules/wcsrtombs-tests: New file.
18842         * tests/test-wcsrtombs1.sh: New file.
18843         * tests/test-wcsrtombs2.sh: New file.
18844         * tests/test-wcsrtombs3.sh: New file.
18845         * tests/test-wcsrtombs4.sh: New file.
18846         * tests/test-wcsrtombs.c: New file.
18847
18848         New module 'wcsrtombs'.
18849         * lib/wchar.in.h (wcsrtombs): New declaration.
18850         * lib/wcsrtombs.c: New file.
18851         * m4/wcsrtombs.m4: New file.
18852         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18853         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18854         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18855         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18856         * modules/wcsrtombs: New file.
18857         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18858         bugs.
18859
18860 2008-12-21  Bruno Haible  <bruno@clisp.org>
18861
18862         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18863         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18864         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18865         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18866         if not correct.
18867         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18868         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18869         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18870         m4/locale-zh.m4, m4/codeset.m4.
18871         * doc/posix-functions/wcrtomb.texi: Document the bug.
18872
18873 2008-12-21  Bruno Haible  <bruno@clisp.org>
18874
18875         Work around a btowc() bug on IRIX 6.5.
18876         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18877         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18878         REPLACE_WTOBC if not.
18879         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18880         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18881         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18882
18883 2008-12-21  Bruno Haible  <bruno@clisp.org>
18884
18885         * modules/wcrtomb-tests: New file.
18886         * tests/test-wcrtomb.sh: New file.
18887         * tests/test-wcrtomb.c: New file.
18888
18889         New module 'wcrtomb'.
18890         * lib/wchar.in.h (wcrtomb): New declaration.
18891         * lib/wcrtomb.c: New file.
18892         * m4/wcrtomb.m4: New file.
18893         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18894         HAVE_WCRTOMB.
18895         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18896         HAVE_WCRTOMB.
18897         * modules/wcrtomb: New file.
18898         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18899
18900 2008-12-21  Bruno Haible  <bruno@clisp.org>
18901
18902         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18903         * modules/mbsrtowcs (Files): Likewise.
18904         * modules/wctob (Files): Likewise.
18905         * modules/c-strcase-tests (Files): Likewise.
18906         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18907         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18908         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18909         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18910         * modules/vasnprintf-posix-tests (Files): Likewise.
18911
18912 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18913
18914         gitlog-to-changelog: pass all command-line arguments to git-log
18915         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18916         it is sometimes convenient to filter the commits in various ways.
18917         gitlog-to-changelog only allows --since to specify a start date,
18918         but git-log itself supports many other filtering mechanisms.
18919         At the moment, I want to filter by branch name.  Rather than
18920         adding a --branch option to gitlog-to-changelog, it seems more
18921         flexible to simply pass all options directly to git-log and let
18922         git do the work.  Notice that this effectively makes --since a
18923         redundant option for gitlog-to-changelog, but removing it would
18924         require current usage to change since calls would then require
18925         an additional '--'.
18926
18927 2008-12-21  Bruno Haible  <bruno@clisp.org>
18928
18929         * modules/mbsnrtowcs-tests: New file.
18930         * tests/test-mbsnrtowcs1.sh: New file.
18931         * tests/test-mbsnrtowcs2.sh: New file.
18932         * tests/test-mbsnrtowcs3.sh: New file.
18933         * tests/test-mbsnrtowcs4.sh: New file.
18934         * tests/test-mbsnrtowcs.c: New file.
18935
18936         New module 'mbsnrtowcs'.
18937         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18938         * lib/mbsnrtowcs.c: New file.
18939         * lib/mbsrtowcs-state.c: New file.
18940         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18941         (internal_state): Remove variable.
18942         * m4/mbsnrtowcs.m4: New file.
18943         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18944         compilation units.
18945         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18946         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18947         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18948         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18949         * modules/mbsnrtowcs: New file.
18950         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18951         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18952         portability problem.
18953
18954 2008-12-21  Bruno Haible  <bruno@clisp.org>
18955
18956         Work around mbsrtowcs bug.
18957         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18958         (gl_FUNC_MBSRTOWCS): Invoke it.
18959         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18960         m4/locale-zh.m4.
18961         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18962
18963 2008-12-21  Bruno Haible  <bruno@clisp.org>
18964
18965         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18966
18967 2008-12-21  Bruno Haible  <bruno@clisp.org>
18968
18969         Update doc for AIX.
18970         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18971         16-bit wchar_t type.
18972         * doc/posix-functions/btowc.texi: Likewise.
18973         * doc/posix-functions/fgetwc.texi: Likewise.
18974         * doc/posix-functions/fgetws.texi: Likewise.
18975         * doc/posix-functions/fputwc.texi: Likewise.
18976         * doc/posix-functions/fputws.texi: Likewise.
18977         * doc/posix-functions/fwide.texi: Likewise.
18978         * doc/posix-functions/fwprintf.texi: Likewise.
18979         * doc/posix-functions/fwscanf.texi: Likewise.
18980         * doc/posix-functions/getwchar.texi: Likewise.
18981         * doc/posix-functions/getwc.texi: Likewise.
18982         * doc/posix-functions/iswalnum.texi: Likewise.
18983         * doc/posix-functions/iswalpha.texi: Likewise.
18984         * doc/posix-functions/iswblank.texi: Likewise.
18985         * doc/posix-functions/iswcntrl.texi: Likewise.
18986         * doc/posix-functions/iswctype.texi: Likewise.
18987         * doc/posix-functions/iswdigit.texi: Likewise.
18988         * doc/posix-functions/iswgraph.texi: Likewise.
18989         * doc/posix-functions/iswlower.texi: Likewise.
18990         * doc/posix-functions/iswprint.texi: Likewise.
18991         * doc/posix-functions/iswpunct.texi: Likewise.
18992         * doc/posix-functions/iswspace.texi: Likewise.
18993         * doc/posix-functions/iswupper.texi: Likewise.
18994         * doc/posix-functions/iswxdigit.texi: Likewise.
18995         * doc/posix-functions/mbrtowc.texi: Likewise.
18996         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18997         * doc/posix-functions/mbstowcs.texi: Likewise.
18998         * doc/posix-functions/mbtowc.texi: Likewise.
18999         * doc/posix-functions/putwchar.texi: Likewise.
19000         * doc/posix-functions/putwc.texi: Likewise.
19001         * doc/posix-functions/swprintf.texi: Likewise.
19002         * doc/posix-functions/tolower.texi: Likewise.
19003         * doc/posix-functions/toupper.texi: Likewise.
19004         * doc/posix-functions/towctrans.texi: Likewise.
19005         * doc/posix-functions/ungetwc.texi: Likewise.
19006         * doc/posix-functions/vswprintf.texi: Likewise.
19007         * doc/posix-functions/wcrtomb.texi: Likewise.
19008         * doc/posix-functions/wcscat.texi: Likewise.
19009         * doc/posix-functions/wcschr.texi: Likewise.
19010         * doc/posix-functions/wcscmp.texi: Likewise.
19011         * doc/posix-functions/wcscoll.texi: Likewise.
19012         * doc/posix-functions/wcscpy.texi: Likewise.
19013         * doc/posix-functions/wcscspn.texi: Likewise.
19014         * doc/posix-functions/wcsftime.texi: Likewise.
19015         * doc/posix-functions/wcslen.texi: Likewise.
19016         * doc/posix-functions/wcsncat.texi: Likewise.
19017         * doc/posix-functions/wcsncmp.texi: Likewise.
19018         * doc/posix-functions/wcsncpy.texi: Likewise.
19019         * doc/posix-functions/wcspbrk.texi: Likewise.
19020         * doc/posix-functions/wcsrchr.texi: Likewise.
19021         * doc/posix-functions/wcsrtombs.texi: Likewise.
19022         * doc/posix-functions/wcsspn.texi: Likewise.
19023         * doc/posix-functions/wcsstr.texi: Likewise.
19024         * doc/posix-functions/wcstod.texi: Likewise.
19025         * doc/posix-functions/wcstof.texi: Likewise.
19026         * doc/posix-functions/wcstoimax.texi: Likewise.
19027         * doc/posix-functions/wcstok.texi: Likewise.
19028         * doc/posix-functions/wcstold.texi: Likewise.
19029         * doc/posix-functions/wcstoll.texi: Likewise.
19030         * doc/posix-functions/wcstol.texi: Likewise.
19031         * doc/posix-functions/wcstombs.texi: Likewise.
19032         * doc/posix-functions/wcstoull.texi: Likewise.
19033         * doc/posix-functions/wcstoul.texi: Likewise.
19034         * doc/posix-functions/wcstoumax.texi: Likewise.
19035         * doc/posix-functions/wcswidth.texi: Likewise.
19036         * doc/posix-functions/wcsxfrm.texi: Likewise.
19037         * doc/posix-functions/wctob.texi: Likewise.
19038         * doc/posix-functions/wctomb.texi: Likewise.
19039         * doc/posix-functions/wctrans.texi: Likewise.
19040         * doc/posix-functions/wctype.texi: Likewise.
19041         * doc/posix-functions/wcwidth.texi: Likewise.
19042         * doc/posix-functions/wmemchr.texi: Likewise.
19043         * doc/posix-functions/wmemcmp.texi: Likewise.
19044         * doc/posix-functions/wmemcpy.texi: Likewise.
19045         * doc/posix-functions/wmemmove.texi: Likewise.
19046         * doc/posix-functions/wmemset.texi: Likewise.
19047         * doc/posix-functions/wprintf.texi: Likewise.
19048         * doc/posix-functions/wscanf.texi: Likewise.
19049
19050 2008-12-21  Bruno Haible  <bruno@clisp.org>
19051
19052         Update doc for HP-UX 11.11.
19053         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19054         in HP-UX version 11.00, not in all versions of HP-UX 11.
19055         * doc/posix-functions/fwide.texi: Likewise.
19056         * doc/posix-functions/fwprintf.texi: Likewise.
19057         * doc/posix-functions/fwscanf.texi: Likewise.
19058         * doc/posix-functions/inet_ntop.texi: Likewise.
19059         * doc/posix-functions/inet_pton.texi: Likewise.
19060         * doc/posix-functions/mbrlen.texi: Likewise.
19061         * doc/posix-functions/mbrtowc.texi: Likewise.
19062         * doc/posix-functions/mbsinit.texi: Likewise.
19063         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19064         * doc/posix-functions/swprintf.texi: Likewise.
19065         * doc/posix-functions/swscanf.texi: Likewise.
19066         * doc/posix-functions/towctrans.texi: Likewise.
19067         * doc/posix-functions/vfwprintf.texi: Likewise.
19068         * doc/posix-functions/vswprintf.texi: Likewise.
19069         * doc/posix-functions/vwprintf.texi: Likewise.
19070         * doc/posix-functions/wcrtomb.texi: Likewise.
19071         * doc/posix-functions/wcsrtombs.texi: Likewise.
19072         * doc/posix-functions/wcsstr.texi: Likewise.
19073         * doc/posix-functions/wctob.texi: Likewise.
19074         * doc/posix-functions/wctrans.texi: Likewise.
19075         * doc/posix-functions/wmemchr.texi: Likewise.
19076         * doc/posix-functions/wmemcmp.texi: Likewise.
19077         * doc/posix-functions/wmemcpy.texi: Likewise.
19078         * doc/posix-functions/wmemmove.texi: Likewise.
19079         * doc/posix-functions/wmemset.texi: Likewise.
19080         * doc/posix-functions/wprintf.texi: Likewise.
19081         * doc/posix-functions/wscanf.texi: Likewise.
19082
19083 2008-12-21  Bruno Haible  <bruno@clisp.org>
19084
19085         Work around a portability problem.
19086         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19087         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19088
19089 2008-12-20  Bruno Haible  <bruno@clisp.org>
19090
19091         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19092         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19093         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19094         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19095         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19096
19097         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19098         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19099         set.
19100         (GNULIB_defined_mbstate_t): New macro.
19101         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19102         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19103         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19104         reuses the system's mbrtowc function but works around the bugs.
19105         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19106         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19107         macros.
19108         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19109         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19110         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19111         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19112         REPLACE_MBSINIT if mbsinit needs to be overridden.
19113         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19114         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19115         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19116         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19117         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19118         m4/locale-zh.m4.
19119         (Depends): Add mbsinit.
19120         * modules/mbsinit (Depends): Add mbrtowc.
19121         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
19122
19123 2008-12-20  Bruno Haible  <bruno@clisp.org>
19124
19125         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
19126         so that there are no conversion errors on AIX.
19127         * tests/test-mbsrtowcs.c (main): LIkewise.
19128
19129 2008-12-20  Bruno Haible  <bruno@clisp.org>
19130
19131         Work around wctob bug on Solaris <= 9.
19132         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
19133         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
19134         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
19135         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
19136         * modules/wctob (Files): Add m4/locale-fr.m4.
19137         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
19138
19139 2008-12-20  Bruno Haible  <bruno@clisp.org>
19140
19141         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
19142         /dev/null.
19143         * tests/test-select-in.sh: Likewise.
19144         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
19145
19146 2008-12-20  Bruno Haible  <bruno@clisp.org>
19147
19148         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
19149         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
19150         Cygwin 1.5.x.
19151
19152 2008-12-20  Bruno Haible  <bruno@clisp.org>
19153
19154         Ensure mbstate_t is defined on HP-UX 11.11.
19155         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
19156         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
19157         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
19158         AC_USE_SYSTEM_EXTENSIONS.
19159         * modules/fnmatch (Depends-on): Add extensions.
19160         * modules/mbrlen (Depends-on): Likewise.
19161         * modules/mbrtowc (Depends-on): Likewise.
19162         * modules/mbsinit (Depends-on): Likewise.
19163         * modules/mbsrtowcs (Depends-on): Likewise.
19164         * modules/mbswidth (Depends-on): Likewise.
19165         * modules/quotearg (Depends-on): Likewise.
19166         * modules/strftime (Depends-on): Likewise.
19167
19168 2008-12-20  Bruno Haible  <bruno@clisp.org>
19169
19170         Ensure wctob is declared on IRIX 6.5.
19171         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
19172         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
19173         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
19174         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
19175         of HAVE_WCTOB.
19176         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
19177         HAVE_WCTOB.
19178         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
19179
19180 2008-12-19  Bruno Haible  <bruno@clisp.org>
19181
19182         * modules/mbsrtowcs-tests: New file.
19183         * tests/test-mbsrtowcs1.sh: New file.
19184         * tests/test-mbsrtowcs2.sh: New file.
19185         * tests/test-mbsrtowcs3.sh: New file.
19186         * tests/test-mbsrtowcs4.sh: New file.
19187         * tests/test-mbsrtowcs.c: New file.
19188
19189         New module 'mbsrtowcs'.
19190         * lib/wchar.in.h (mbsrtowcs): New declaration.
19191         * lib/mbsrtowcs.c: New file.
19192         * m4/mbsrtowcs.m4: New file.
19193         * modules/mbsrtowcs: New file.
19194         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
19195         HAVE_MBSRTOWCS.
19196         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
19197         HAVE_MBSRTOWCS.
19198         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
19199
19200 2008-12-19  Bruno Haible  <bruno@clisp.org>
19201
19202         New module 'mbrlen'.
19203         * lib/wchar.in.h (mbrlen): New declaration.
19204         * lib/mbrlen.c: New file.
19205         * m4/mbrlen.m4: New file.
19206         * modules/mbrlen: New file.
19207         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
19208         HAVE_MBRLEN.
19209         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
19210         HAVE_MBRLEN.
19211         * doc/posix-functions/mbrlen.texi: Document the new module.
19212
19213 2008-12-19  Bruno Haible  <bruno@clisp.org>
19214
19215         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
19216         * modules/mbrtowc (Depends-on): Add verify.
19217         Suggested by Paul Eggert.
19218
19219 2008-12-18  Bruno Haible  <bruno@clisp.org>
19220
19221         * modules/mbsinit-tests: New file.
19222         * tests/test-mbsinit.sh: New file.
19223         * tests/test-mbsinit.c: New file.
19224
19225 2008-12-18  Bruno Haible  <bruno@clisp.org>
19226
19227         * modules/mbrtowc-tests: New file.
19228         * tests/test-mbrtowc1.sh: New file.
19229         * tests/test-mbrtowc2.sh: New file.
19230         * tests/test-mbrtowc3.sh: New file.
19231         * tests/test-mbrtowc4.sh: New file.
19232         * tests/test-mbrtowc.c: New file.
19233
19234         New module 'mbrtowc'.
19235         * lib/wchar.in.h (mbstate_t): Override when the system does not have
19236         mbsinit and mbrtowc.
19237         (mbrtowc): New declaration.
19238         * lib/mbrtowc.c: New file.
19239         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
19240         * modules/mbrtowc: New file.
19241         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
19242         HAVE_MBRTOWC.
19243         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
19244         HAVE_MBRTOWC.
19245         * doc/posix-functions/mbrtowc.texi: Document the new module.
19246
19247 2008-12-18  Bruno Haible  <bruno@clisp.org>
19248
19249         New module 'wctob'.
19250         * lib/wchar.in.h (wctob): New declaration.
19251         * lib/wctob.c: New file.
19252         * m4/wctob.m4: New file.
19253         * modules/wctob: New file.
19254         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
19255         HAVE_WCTOB.
19256         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
19257         * doc/posix-functions/wctob.texi: Document the new module.
19258
19259 2008-12-18  Bruno Haible  <bruno@clisp.org>
19260
19261         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
19262         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
19263
19264 2008-12-18  Simon Josefsson  <simon@josefsson.org>
19265
19266         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
19267         G. Christensen" <tgc@jupiterrise.com>.
19268
19269         * lib/flock.c: Need to include errno.h.  Reported by "Tom
19270         G. Christensen" <tgc@jupiterrise.com>.
19271
19272         * lib/flock.c: Need to include string.h.  Reported by "Tom
19273         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19274         <ebb9@byu.net>.
19275
19276 2008-12-18  Bruno Haible  <bruno@clisp.org>
19277
19278         * m4/locale-ja.m4: New file, from GNU gettext.
19279
19280 2008-12-17  Bruno Haible  <bruno@clisp.org>
19281
19282         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19283         Suggested by Eric Blake.
19284
19285 2008-12-17  Bruno Haible  <bruno@clisp.org>
19286
19287         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19288
19289 2008-12-17  Bruno Haible  <bruno@clisp.org>
19290
19291         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19292         * modules/mbsinit (Depends-on): Add verify.
19293         Suggested by Paul Eggert.
19294
19295 2008-12-17  Bruno Haible  <bruno@clisp.org>
19296
19297         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19298         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19299         gl_FUNC_MBRTOWC.
19300         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19301         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19302         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19303         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19304         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19305         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19306         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19307         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19308         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19309         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19310         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19311         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19312         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19313         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19314         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19315         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19316         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19317         * modules/trim (configure.ac): Likewise.
19318
19319 2008-12-17  Bruno Haible  <bruno@clisp.org>
19320
19321         * modules/btowc-tests: New file.
19322         * tests/test-btowc1.sh: New file.
19323         * tests/test-btowc2.sh: New file.
19324         * tests/test-btowc.c: New file.
19325
19326         New module 'btowc'.
19327         * lib/wchar.in.h (btowc): New declaration.
19328         * lib/btowc.c: New file.
19329         * m4/btowc.m4: New file.
19330         * modules/btowc: New file.
19331         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19332         HAVE_BTOWC.
19333         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19334         * doc/posix-functions/btowc.texi: Document the new module.
19335
19336 2008-12-17  Bruno Haible  <bruno@clisp.org>
19337
19338         New module 'mbsinit'.
19339         * lib/wchar.in.h (mbsinit): New declaration.
19340         * lib/mbsinit.c: New file.
19341         * m4/mbsinit.m4: New file.
19342         * modules/mbsinit: New file.
19343         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19344         HAVE_MBSINIT.
19345         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19346         HAVE_MBSINIT.
19347         * doc/posix-functions/mbsinit.texi: Document the new module.
19348
19349 2008-12-16  Bruno Haible  <bruno@clisp.org>
19350
19351         * lib/unistd.in.h: Add comment.
19352         * tests/test-environ.c: Don't include <stdlib.h>.
19353
19354 2008-12-16  Bruno Haible  <bruno@clisp.org>
19355
19356         * lib/parse-duration.h (parse_duration): Document return value
19357         convention.
19358         * lib/parse-duration.c: Include specification header first. Add
19359         comments.
19360         (_): Remove macro.
19361         (parse_year_month_day, parse_hour_minute_second): Move side effects
19362         outside of strchr call.
19363         (parse_non_iso8601): Move side effects outside of isspace call.
19364         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19365         call.
19366
19367 2008-12-16  Bruno Haible  <bruno@clisp.org>
19368
19369         * tests/test-parse-duration.sh: Produce no output when the test
19370         succeeds.
19371
19372 2008-12-16  Bruno Haible  <bruno@clisp.org>
19373
19374         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19375         expressions.
19376
19377 2008-12-15  Bruno Haible  <bruno@clisp.org>
19378
19379         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19380         * doc/glibc-functions/flistxattr.texi: Likewise.
19381         * doc/glibc-functions/fopencookie.texi: Likewise.
19382         * doc/glibc-functions/fremovexattr.texi: Likewise.
19383         * doc/glibc-functions/fsetxattr.texi: Likewise.
19384         * doc/glibc-functions/getxattr.texi: Likewise.
19385         * doc/glibc-functions/lgetxattr.texi: Likewise.
19386         * doc/glibc-functions/listxattr.texi: Likewise.
19387         * doc/glibc-functions/llistxattr.texi: Likewise.
19388         * doc/glibc-functions/lremovexattr.texi: Likewise.
19389         * doc/glibc-functions/lsetxattr.texi: Likewise.
19390         * doc/glibc-functions/removexattr.texi: Likewise.
19391         * doc/glibc-functions/setxattr.texi: Likewise.
19392         * doc/posix-functions/open_memstream.texi: Likewise.
19393
19394 2008-12-15  Eric Blake  <ebb9@byu.net>
19395
19396         Update doc for cygwin 1.7.
19397         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19398         functions.
19399         * doc/posix-functions/fchmodat.texi: Likewise.
19400         * doc/posix-functions/fchownat.texi: Likewise.
19401         * doc/posix-functions/fdopendir.texi: Likewise.
19402         * doc/posix-functions/fmemopen.texi: Likewise.
19403         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19404         * doc/posix-functions/fstatat.texi: Likewise.
19405         * doc/posix-functions/futimens.texi: Likewise.
19406         * doc/posix-functions/gai_strerror.texi: Likewise.
19407         * doc/posix-functions/getaddrinfo.texi: Likewise.
19408         * doc/posix-functions/getnameinfo.texi: Likewise.
19409         * doc/posix-functions/if_freenameindex.texi: Likewise.
19410         * doc/posix-functions/if_indextoname.texi: Likewise.
19411         * doc/posix-functions/if_nameindex.texi: Likewise.
19412         * doc/posix-functions/if_nametoindex.texi: Likewise.
19413         * doc/posix-functions/insque.texi: Likewise.
19414         * doc/posix-functions/linkat.texi: Likewise.
19415         * doc/posix-functions/llrint.texi: Likewise.
19416         * doc/posix-functions/llrintf.texi: Likewise.
19417         * doc/posix-functions/llrintl.texi: Likewise.
19418         * doc/posix-functions/lockf.texi: Likewise.
19419         * doc/posix-functions/lrintl.texi: Likewise.
19420         * doc/posix-functions/mkdirat.texi: Likewise.
19421         * doc/posix-functions/mkfifoat.texi: Likewise.
19422         * doc/posix-functions/mknodat.texi: Likewise.
19423         * doc/posix-functions/mq_close.texi: Likewise.
19424         * doc/posix-functions/mq_getattr.texi: Likewise.
19425         * doc/posix-functions/mq_notify.texi: Likewise.
19426         * doc/posix-functions/mq_open.texi: Likewise.
19427         * doc/posix-functions/mq_receive.texi: Likewise.
19428         * doc/posix-functions/mq_send.texi: Likewise.
19429         * doc/posix-functions/mq_setattr.texi: Likewise.
19430         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19431         * doc/posix-functions/mq_timedsend.texi: Likewise.
19432         * doc/posix-functions/mq_unlink.texi: Likewise.
19433         * doc/posix-functions/open_memstream.texi: Likewise.
19434         * doc/posix-functions/openat.texi: Likewise.
19435         * doc/posix-functions/posix_fadvise.texi: Likewise.
19436         * doc/posix-functions/posix_fallocate.texi: Likewise.
19437         * doc/posix-functions/posix_madvise.texi: Likewise.
19438         * doc/posix-functions/posix_memalign.texi: Likewise.
19439         * doc/posix-functions/posix_openpt.texi: Likewise.
19440         * doc/posix-functions/readlinkat.texi: Likewise.
19441         * doc/posix-functions/remque.texi: Likewise.
19442         * doc/posix-functions/renameat.texi: Likewise.
19443         * doc/posix-functions/rintl.texi: Likewise.
19444         * doc/posix-functions/sem_unlink.texi: Likewise.
19445         * doc/posix-functions/shm_open.texi: Likewise.
19446         * doc/posix-functions/shm_unlink.texi: Likewise.
19447         * doc/posix-functions/signgam.texi: Likewise.
19448         * doc/posix-functions/sigset.texi: Likewise.
19449         * doc/posix-functions/stpcpy.texi: Likewise.
19450         * doc/posix-functions/stpncpy.texi: Likewise.
19451         * doc/posix-functions/strerror.texi: Likewise.
19452         * doc/posix-functions/strtod.texi: Likewise.
19453         * doc/posix-functions/symlinkat.texi: Likewise.
19454         * doc/posix-functions/unlinkat.texi: Likewise.
19455         * doc/posix-functions/utimensat.texi: Likewise.
19456         * doc/glibc-functions/bindresvport.texi: Likewise.
19457         * doc/glibc-functions/dn_expand.texi: Likewise.
19458         * doc/glibc-functions/exp10.texi: Likewise.
19459         * doc/glibc-functions/exp10f.texi: Likewise.
19460         * doc/glibc-functions/fgetxattr.texi: Likewise.
19461         * doc/glibc-functions/flistxattr.texi: Likewise.
19462         * doc/glibc-functions/fopencookie.texi: Likewise.
19463         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19464         * doc/glibc-functions/fremovexattr.texi: Likewise.
19465         * doc/glibc-functions/fsetxattr.texi: Likewise.
19466         * doc/glibc-functions/getifaddrs.texi: Likewise.
19467         * doc/glibc-functions/getxattr.texi: Likewise.
19468         * doc/glibc-functions/lgetxattr.texi: Likewise.
19469         * doc/glibc-functions/listxattr.texi: Likewise.
19470         * doc/glibc-functions/llistxattr.texi: Likewise.
19471         * doc/glibc-functions/lremovexattr.texi: Likewise.
19472         * doc/glibc-functions/lsetxattr.texi: Likewise.
19473         * doc/glibc-functions/pow10.texi: Likewise.
19474         * doc/glibc-functions/pow10f.texi: Likewise.
19475         * doc/glibc-functions/rcmd_af.texi: Likewise.
19476         * doc/glibc-functions/removexattr.texi: Likewise.
19477         * doc/glibc-functions/res_init.texi: Likewise.
19478         * doc/glibc-functions/res_mkquery.texi: Likewise.
19479         * doc/glibc-functions/res_query.texi: Likewise.
19480         * doc/glibc-functions/res_querydomain.texi: Likewise.
19481         * doc/glibc-functions/res_send.texi: Likewise.
19482         * doc/glibc-functions/rresvport_af.texi: Likewise.
19483         * doc/glibc-functions/setxattr.texi: Likewise.
19484         * doc/glibc-functions/strcasestr.texi: Likewise.
19485
19486 2008-12-15  Bruno Haible  <bruno@clisp.org>
19487
19488         Fix compilation error on OSF/1 4.0.
19489         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19490         <sys/time.h>, simply delegate to the system header.
19491         Reported by Daniel Richard G. <oss@teragram.com>.
19492
19493 2008-12-15  Bruno Haible  <bruno@clisp.org>
19494
19495         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19496         * doc/posix-functions/fchmodat.texi: Likewise.
19497         * doc/posix-functions/fchownat.texi: Likewise.
19498         * doc/posix-functions/fdopendir.texi: Likewise.
19499         * doc/posix-functions/fstatat.texi: Likewise.
19500         * doc/posix-functions/mkdirat.texi: Likewise.
19501         * doc/posix-functions/unlinkat.texi: Likewise.
19502
19503 2008-12-14  Bruno Haible  <bruno@clisp.org>
19504
19505         Update doc for POSIX:2008.
19506         * doc/posix-functions/faccessat.texi: New file.
19507         * doc/posix-functions/fchmodat.texi: New file.
19508         * doc/posix-functions/fchownat.texi: New file.
19509         * doc/posix-functions/fdopendir.texi: New file.
19510         * doc/posix-functions/fstatat.texi: New file.
19511         * doc/posix-functions/futimens.texi: New file.
19512         * doc/posix-functions/linkat.texi: New file.
19513         * doc/posix-functions/mkdirat.texi: New file.
19514         * doc/posix-functions/mkfifoat.texi: New file.
19515         * doc/posix-functions/mknodat.texi: New file.
19516         * doc/posix-functions/open_wmemstream.texi: New file.
19517         * doc/posix-functions/openat.texi: New file.
19518         * doc/posix-functions/psiginfo.texi: New file.
19519         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19520         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19521         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19522         * doc/posix-functions/readlinkat.texi: New file.
19523         * doc/posix-functions/renameat.texi: New file.
19524         * doc/posix-functions/strerror_l.texi: New file.
19525         * doc/posix-functions/symlinkat.texi: New file.
19526         * doc/posix-functions/unlinkat.texi: New file.
19527         * doc/posix-functions/utimensat.texi: New file.
19528         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19529
19530 2008-12-14  Bruno Haible  <bruno@clisp.org>
19531
19532         Update doc for POSIX:2008.
19533         * doc/posix-functions/alphasort.texi: Renamed from
19534         doc/glibc-functions/alphasort.texi.
19535         * doc/posix-functions/dirfd.texi: Renamed from
19536         doc/glibc-functions/dirfd.texi.
19537         * doc/posix-functions/dprintf.texi: Renamed from
19538         doc/glibc-functions/dprintf.texi.
19539         * doc/posix-functions/duplocale.texi: Renamed from
19540         doc/glibc-functions/duplocale.texi.
19541         * doc/posix-functions/fexecve.texi: Renamed from
19542         doc/glibc-functions/fexecve.texi.
19543         * doc/posix-functions/fmemopen.texi: Renamed from
19544         doc/glibc-functions/fmemopen.texi.
19545         * doc/posix-functions/freelocale.texi: Renamed from
19546         doc/glibc-functions/freelocale.texi.
19547         * doc/posix-functions/getdate_err.texi: Renamed from
19548         doc/glibc-functions/getdate_err.texi.
19549         * doc/posix-functions/isalnum_l.texi: Renamed from
19550         doc/glibc-functions/isalnum_l.texi.
19551         * doc/posix-functions/isalpha_l.texi: Renamed from
19552         doc/glibc-functions/isalpha_l.texi.
19553         * doc/posix-functions/isblank_l.texi: Renamed from
19554         doc/glibc-functions/isblank_l.texi.
19555         * doc/posix-functions/iscntrl_l.texi: Renamed from
19556         doc/glibc-functions/iscntrl_l.texi.
19557         * doc/posix-functions/isdigit_l.texi: Renamed from
19558         doc/glibc-functions/isdigit_l.texi.
19559         * doc/posix-functions/isgraph_l.texi: Renamed from
19560         doc/glibc-functions/isgraph_l.texi.
19561         * doc/posix-functions/islower_l.texi: Renamed from
19562         doc/glibc-functions/islower_l.texi.
19563         * doc/posix-functions/isprint_l.texi: Renamed from
19564         doc/glibc-functions/isprint_l.texi.
19565         * doc/posix-functions/ispunct_l.texi: Renamed from
19566         doc/glibc-functions/ispunct_l.texi.
19567         * doc/posix-functions/isspace_l.texi: Renamed from
19568         doc/glibc-functions/isspace_l.texi.
19569         * doc/posix-functions/isupper_l.texi: Renamed from
19570         doc/glibc-functions/isupper_l.texi.
19571         * doc/posix-functions/iswalnum_l.texi: Renamed from
19572         doc/glibc-functions/iswalnum_l.texi.
19573         * doc/posix-functions/iswalpha_l.texi: Renamed from
19574         doc/glibc-functions/iswalpha_l.texi.
19575         * doc/posix-functions/iswblank_l.texi: Renamed from
19576         doc/glibc-functions/iswblank_l.texi.
19577         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19578         doc/glibc-functions/iswcntrl_l.texi.
19579         * doc/posix-functions/iswctype_l.texi: Renamed from
19580         doc/glibc-functions/iswctype_l.texi.
19581         * doc/posix-functions/iswdigit_l.texi: Renamed from
19582         doc/glibc-functions/iswdigit_l.texi.
19583         * doc/posix-functions/iswgraph_l.texi: Renamed from
19584         doc/glibc-functions/iswgraph_l.texi.
19585         * doc/posix-functions/iswlower_l.texi: Renamed from
19586         doc/glibc-functions/iswlower_l.texi.
19587         * doc/posix-functions/iswprint_l.texi: Renamed from
19588         doc/glibc-functions/iswprint_l.texi.
19589         * doc/posix-functions/iswpunct_l.texi: Renamed from
19590         doc/glibc-functions/iswpunct_l.texi.
19591         * doc/posix-functions/iswspace_l.texi: Renamed from
19592         doc/glibc-functions/iswspace_l.texi.
19593         * doc/posix-functions/iswupper_l.texi: Renamed from
19594         doc/glibc-functions/iswupper_l.texi.
19595         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19596         doc/glibc-functions/iswxdigit_l.texi.
19597         * doc/posix-functions/isxdigit_l.texi: Renamed from
19598         doc/glibc-functions/isxdigit_l.texi.
19599         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19600         doc/glibc-functions/mbsnrtowcs.texi.
19601         * doc/posix-functions/mkdtemp.texi: Renamed from
19602         doc/glibc-functions/mkdtemp.texi.
19603         * doc/posix-functions/newlocale.texi: Renamed from
19604         doc/glibc-functions/newlocale.texi.
19605         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19606         doc/glibc-functions/nl_langinfo_l.texi.
19607         * doc/posix-functions/open_memstream.texi: Renamed from
19608         doc/glibc-functions/open_memstream.texi.
19609         * doc/posix-functions/opterr.texi: Renamed from
19610         doc/glibc-functions/opterr.texi.
19611         * doc/posix-functions/optind.texi: Renamed from
19612         doc/glibc-functions/optind.texi.
19613         * doc/posix-functions/optopt.texi: Renamed from
19614         doc/glibc-functions/optopt.texi.
19615         * doc/posix-functions/psignal.texi: Renamed from
19616         doc/glibc-functions/psignal.texi.
19617         * doc/posix-functions/scandir.texi: Renamed from
19618         doc/glibc-functions/scandir.texi.
19619         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19620         doc/glibc-functions/sched_get_priority_min.texi.
19621         * doc/posix-functions/signgam.texi: Renamed from
19622         doc/glibc-functions/signgam.texi.
19623         * doc/posix-functions/stpcpy.texi: Renamed from
19624         doc/glibc-functions/stpcpy.texi.
19625         * doc/posix-functions/stpncpy.texi: Renamed from
19626         doc/glibc-functions/stpncpy.texi.
19627         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19628         doc/glibc-functions/strcasecmp_l.texi.
19629         * doc/posix-functions/strcoll_l.texi: Renamed from
19630         doc/glibc-functions/strcoll_l.texi.
19631         * doc/posix-functions/strfmon_l.texi: Renamed from
19632         doc/glibc-functions/strfmon_l.texi.
19633         * doc/posix-functions/strftime_l.texi: Renamed from
19634         doc/glibc-functions/strftime_l.texi.
19635         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19636         doc/glibc-functions/strncasecmp_l.texi.
19637         * doc/posix-functions/strndup.texi: Renamed from
19638         doc/glibc-functions/strndup.texi.
19639         * doc/posix-functions/strnlen.texi: Renamed from
19640         doc/glibc-functions/strnlen.texi.
19641         * doc/posix-functions/strsignal.texi: Renamed from
19642         doc/glibc-functions/strsignal.texi.
19643         * doc/posix-functions/strxfrm_l.texi: Renamed from
19644         doc/glibc-functions/strxfrm_l.texi.
19645         * doc/posix-functions/timer_gettime.texi: Renamed from
19646         doc/glibc-functions/timer_gettime.texi.
19647         * doc/posix-functions/tolower_l.texi: Renamed from
19648         doc/glibc-functions/tolower_l.texi.
19649         * doc/posix-functions/toupper_l.texi: Renamed from
19650         doc/glibc-functions/toupper_l.texi.
19651         * doc/posix-functions/towctrans_l.texi: Renamed from
19652         doc/glibc-functions/towctrans_l.texi.
19653         * doc/posix-functions/towlower_l.texi: Renamed from
19654         doc/glibc-functions/towlower_l.texi.
19655         * doc/posix-functions/towupper_l.texi: Renamed from
19656         doc/glibc-functions/towupper_l.texi.
19657         * doc/posix-functions/uselocale.texi: Renamed from
19658         doc/glibc-functions/uselocale.texi.
19659         * doc/posix-functions/vdprintf.texi: Renamed from
19660         doc/glibc-functions/vdprintf.texi.
19661         * doc/posix-functions/wcpcpy.texi:
19662         Renamed from doc/glibc-functions/wcpcpy.texi.
19663         * doc/posix-functions/wcpncpy.texi: Renamed from
19664         doc/glibc-functions/wcpncpy.texi.
19665         * doc/posix-functions/wcscasecmp.texi: Renamed from
19666         doc/glibc-functions/wcscasecmp.texi.
19667         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19668         doc/glibc-functions/wcscasecmp_l.texi.
19669         * doc/posix-functions/wcscoll_l.texi: Renamed from
19670         doc/glibc-functions/wcscoll_l.texi.
19671         * doc/posix-functions/wcsdup.texi: Renamed from
19672         doc/glibc-functions/wcsdup.texi.
19673         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19674         doc/glibc-functions/wcsncasecmp.texi.
19675         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19676         doc/glibc-functions/wcsncasecmp_l.texi.
19677         * doc/posix-functions/wcsnlen.texi: Renamed from
19678         doc/glibc-functions/wcsnlen.texi.
19679         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19680         doc/glibc-functions/wcsnrtombs.texi.
19681         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19682         doc/glibc-functions/wcsxfrm_l.texi.
19683         * doc/posix-functions/wctrans_l.texi: Renamed from
19684         doc/glibc-functions/wctrans_l.texi.
19685         * doc/posix-functions/wctype_l.texi: Renamed from
19686         doc/glibc-functions/wctype_l.texi.
19687         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19688         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19689         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19690         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19691         these subsections.
19692         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19693         Remove sections.
19694
19695 2008-12-14  Bruno Haible  <bruno@clisp.org>
19696
19697         Update doc for POSIX:2008.
19698         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19699
19700 2008-12-14  Bruno Haible  <bruno@clisp.org>
19701
19702         Update doc for POSIX:2008.
19703         * doc/pastposix-functions/bcmp.texi: Renamed from
19704         doc/posix-functions/bcmp.texi.
19705         * doc/pastposix-functions/bcopy.texi: Renamed from
19706         doc/posix-functions/bcopy.texi.
19707         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19708         doc/posix-functions/bsd_signal.texi.
19709         * doc/pastposix-functions/bzero.texi: Renamed from
19710         doc/posix-functions/bzero.texi.
19711         * doc/pastposix-functions/ecvt.texi: Renamed from
19712         doc/posix-functions/ecvt.texi.
19713         * doc/pastposix-functions/fcvt.texi: Renamed from
19714         doc/posix-functions/fcvt.texi.
19715         * doc/pastposix-functions/ftime.texi: Renamed from
19716         doc/posix-functions/ftime.texi.
19717         * doc/pastposix-functions/gcvt.texi: Renamed from
19718         doc/posix-functions/gcvt.texi.
19719         * doc/pastposix-functions/getcontext.texi: Renamed from
19720         doc/posix-functions/getcontext.texi.
19721         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19722         doc/posix-functions/gethostbyaddr.texi.
19723         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19724         doc/posix-functions/gethostbyname.texi.
19725         * doc/pastposix-functions/getwd.texi: Renamed from
19726         doc/posix-functions/getwd.texi.
19727         * doc/pastposix-functions/h_errno.texi: Renamed from
19728         doc/posix-functions/h_errno.texi.
19729         * doc/pastposix-functions/index.texi: Renamed from
19730         doc/posix-functions/index.texi.
19731         * doc/pastposix-functions/makecontext.texi: Renamed from
19732         doc/posix-functions/makecontext.texi.
19733         * doc/pastposix-functions/mktemp.texi: Renamed from
19734         doc/posix-functions/mktemp.texi.
19735         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19736         doc/posix-functions/pthread_attr_getstackaddr.texi.
19737         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19738         doc/posix-functions/pthread_attr_setstackaddr.texi.
19739         * doc/pastposix-functions/rindex.texi: Renamed from
19740         doc/posix-functions/rindex.texi.
19741         * doc/pastposix-functions/scalb.texi: Renamed from
19742         doc/posix-functions/scalb.texi.
19743         * doc/pastposix-functions/setcontext.texi: Renamed from
19744         doc/posix-functions/setcontext.texi.
19745         * doc/pastposix-functions/swapcontext.texi: Renamed from
19746         doc/posix-functions/swapcontext.texi.
19747         * doc/pastposix-functions/ualarm.texi: Renamed from
19748         doc/posix-functions/ualarm.texi.
19749         * doc/pastposix-functions/usleep.texi: Renamed from
19750         doc/posix-functions/usleep.texi.
19751         * doc/pastposix-functions/vfork.texi: Renamed from
19752         doc/posix-functions/vfork.texi.
19753         * doc/pastposix-functions/wcswcs.texi: Renamed from
19754         doc/posix-functions/wcswcs.texi.
19755         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19756         (Function Substitutes): Update.
19757
19758 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19759
19760         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19761         m4/strerror.m4.
19762
19763 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19764             Bruno Haible  <bruno@clisp.org>
19765
19766         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19767
19768 2008-12-13  Bruno Haible  <bruno@clisp.org>
19769
19770         * modules/strtoull (Depends-on): Remove unistd.
19771
19772 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19773
19774         * modules/strtoull (Depends-on): Add stdlib.
19775
19776 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19777
19778         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19779
19780 2008-12-10  Jim Meyering  <meyering@redhat.com>
19781
19782         gl_ASSERT: don't say assertions are disabled when they're not
19783         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19784         "checking whether to enable assertions... no", when they are in
19785         fact enabled.  This is solely a bug in the output of configure.
19786         In spite of saying "no", NDEBUG was not defined in that case.
19787         Also, as noted by Eric Blake, leave assertions enabled upon
19788         --enable-assert=INVALID.
19789
19790 2008-12-10  Bruno Haible  <bruno@clisp.org>
19791
19792         Change MODULES.html to refer to POSIX:2008 where possible.
19793         * MODULES.html.sh (POSIX2008_URL): New variable.
19794         (posix_headers): Remove sys/timeb, ucontext.
19795         (posix2001_headers): New variable.
19796         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19797         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19798         index, makecontext, mktemp, pthread_attr_getstackaddr,
19799         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19800         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19801         (posix2001_functions): New variable.
19802         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19803         otherwise.
19804
19805 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19806
19807         add missing include to parse-duration.c
19808         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19809         * modules/parse-duration (Depends-on): Add xalloc.
19810
19811         fix sed script reading maint.mk
19812         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19813         (syntax-check-rules): Use it.
19814
19815 2008-12-09  Bruno Haible  <bruno@clisp.org>
19816
19817         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19818         MacOS X 10.4/PowerPC.
19819         Reported by Simon Josefsson.
19820
19821 2008-12-08  Jim Meyering  <meyering@redhat.com>
19822
19823         work around mingw's lack of some S_IF definitions
19824         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19825         Reported by Simon Josefsson.
19826
19827 2008-12-08  Bruno Haible  <bruno@clisp.org>
19828
19829         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19830         applied to variables. Needed on MacOS X 10.4/PowerPC.
19831         Reported by Simon Josefsson.
19832
19833 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19834         and Eric Blake  <ebb9@byu.net>
19835
19836         assert: honor --enable-assert
19837         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19838         order to honor --enable-assert, rather than treating it as a
19839         synonym for --disable-assert.
19840
19841 2008-12-08  Jim Meyering  <meyering@redhat.com>
19842
19843         * lib/posixtm.c: Remove now-useless declaration of mktime.
19844
19845         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19846
19847 2008-12-07  Bruno Haible  <bruno@clisp.org>
19848
19849         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19850         test_once): Mark functions as static.
19851         * tests/test-tls.c (test_tls): Likewise.
19852
19853 2008-12-07  Bruno Haible  <bruno@clisp.org>
19854
19855         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19856         iconv_register_autodetect.
19857
19858 2008-12-07  Jim Meyering  <meyering@redhat.com>
19859
19860         posixtm.c: avoid a warning
19861         * lib/posixtm.c (posixtime): Don't initialize tm0.
19862         It's no longer needed to placate gcc4's -Wuninitialized,
19863         and the attempt to placate would elicit a new warning.
19864
19865         unicodeio.c: mark unused parameters
19866         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19867         (fallback_failure_callback): Likewise.
19868
19869 2008-12-07  Bruno Haible  <bruno@clisp.org>
19870
19871         * gnulib-tool (func_create_testdir): When building the tests
19872         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19873         Reported by Simon Josefsson.
19874
19875 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19876
19877         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19878
19879 2008-12-06  Bruno Haible  <bruno@clisp.org>
19880
19881         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19882         Suggested by Eric Blake.
19883
19884 2008-12-06  Bruno Haible  <bruno@clisp.org>
19885
19886         Fix a c-stack test failure on MacOS X.
19887         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19888         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19889         handler for SIGBUS as well.
19890         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19891         install a signal handler for SIGBUS as well.
19892         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19893
19894 2008-12-06  Bruno Haible  <bruno@clisp.org>
19895
19896         Advocacy documentation.
19897         * doc/gnulib-intro.texi (Benefits): New section.
19898         * doc/gnulib.texi: Update.
19899
19900 2008-12-06  Bruno Haible  <bruno@clisp.org>
19901
19902         Document the 'manywarnings' module.
19903         * doc/manywarnings.texi: New file.
19904         * doc/gnulib.texi: Include it.
19905
19906 2008-12-05  Eric Blake  <ebb9@byu.net>
19907
19908         tests: silence some gcc warnings
19909         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19910         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19911         type mismatches.
19912
19913 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19914             Bruno Haible  <bruno@clisp.org>
19915
19916         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19917
19918 2008-11-29  Jim Meyering  <meyering@redhat.com>
19919
19920         unicodeio.c: mark unused parameters
19921         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19922         (fallback_failure_callback): Likewise.
19923
19924         fts: fix a thinko
19925         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19926         (set_stat_type): Return S_IF*-valued "type" directly.
19927         Prompted by James Youngman's spotting a related bug.
19928         Confirmed by further testing through find.
19929
19930         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19931         * lib/fts.c (D_TYPE): Define.
19932         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19933         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19934         (s_ifmt_shift_bits): New function.
19935         (set_stat_type): New function.
19936         (fts_build): When not calling fts_stat, call set_stat_type
19937         to propagate dirent.d_type info to fts_read caller.
19938         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19939         fts_statp->st_mode type information may be valid.
19940
19941 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19942
19943         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19944         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19945         <sds@gnu.org>.
19946
19947 2008-11-20  Bruno Haible  <bruno@clisp.org>
19948
19949         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19950         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19951         INCLUDE_NEXT.
19952         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19953         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19954         * modules/math (Makefile.am): Substitute
19955         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19956         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19957
19958 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19959             Bruno Haible  <bruno@clisp.org>
19960
19961         * lib/stdint.in.h: Define all type macros so that their expansion is
19962         a single typedef'ed token. Fixes a compilation failure in Boost which
19963         does "using ::int8_t;".
19964
19965 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19966
19967         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19968         gl_MANYWARN_ALL_GCC.
19969         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19970         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19971         * modules/manywarnings: New file.
19972         * MODULES.html.sh: Mention manywarnings module.
19973
19974 2008-11-18  Bruno Haible  <bruno@clisp.org>
19975
19976         * doc/gnulib-tool.texi (Unit tests): New section.
19977
19978 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19979
19980         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19981         paths like 'lib/po/foo.po'.
19982
19983 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19984
19985         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19986         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19987
19988 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19989
19990         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19991         parameter works.
19992
19993 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19994
19995         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19996
19997 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19998
19999         * modules/parse-duration-tests: New file.
20000         * tests/test-parse-duration.sh: New file.
20001         * tests/test-parse-duration.c: New file.
20002
20003         New module 'parse-duration'.
20004         * lib/parse-duration.h: New file.
20005         * lib/parse-duration.c: New file.
20006         * modules/parse-duration: New file.
20007
20008 2008-11-17  Bruno Haible  <bruno@clisp.org>
20009
20010         * tests/test-select-out.sh: Comment out the first pipe test.
20011         Reported by Simon Josefsson.
20012
20013 2008-11-17  Bruno Haible  <bruno@clisp.org>
20014
20015         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20016         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20017         gl_HOSTENT.
20018
20019 2008-11-17  Bruno Haible  <bruno@clisp.org>
20020
20021         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20022         -lnetwork and -lnet. Needed for Haiku and BeOS.
20023
20024 2008-11-16  Bruno Haible  <bruno@clisp.org>
20025
20026         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20027
20028 2008-11-16  Bruno Haible  <bruno@clisp.org>
20029
20030         Avoid test failure on Haiku.
20031         * tests/test-fsync.c: Include <errno.h>.
20032         (main): Don't require that fsync (0) fails.
20033
20034 2008-11-15  Bruno Haible  <bruno@clisp.org>
20035
20036         New module 'hostent'.
20037         * modules/hostent: New file.
20038         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20039
20040 2008-11-15  Bruno Haible  <bruno@clisp.org>
20041
20042         New module 'servent'.
20043         * modules/servent: New file.
20044         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20045
20046 2008-11-15  Bruno Haible  <bruno@clisp.org>
20047
20048         Avoid generating same test program with two different rules.
20049         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20050         test-frexp to test-frexp-nolibm.
20051         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20052         test-frexpl to test-frexpl-nolibm.
20053
20054 2008-11-15  Bruno Haible  <bruno@clisp.org>
20055
20056         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20057         $(FREXPL_LIBM).
20058
20059 2008-11-15  Bruno Haible  <bruno@clisp.org>
20060
20061         * lib/netdb.in.h: Activate the definitions also when the system's
20062         <netdb.h> has 'struct addrinfo'.
20063         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20064         EAI_OVERFLOW or AI_NUMERICSERV.
20065         * doc/posix-headers/netdb.texi: Document the problem.
20066
20067 2008-11-15  Bruno Haible  <bruno@clisp.org>
20068
20069         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20070
20071         Make the 'sched' module work on platforms where <sched.h> exists but
20072         is incomplete (such as Haiku).
20073         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20074         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20075         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20076         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20077         HAVE_STRUCT_SCHED_PARAM.
20078         * modules/sched (Depends-on): Add include_next.
20079         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20080         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20081         * doc/posix-headers/sched.texi: Document the issue.
20082
20083 2008-11-13  Jim Meyering  <meyering@redhat.com>
20084
20085         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20086         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20087         test would fail due to the difference in the Report bugs to ...
20088         line.  The expected address is empty, "<>", while the actual
20089         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20090
20091 2008-11-12  Bruno Haible  <bruno@clisp.org>
20092
20093         lstat: don't compile lstat.c on systems lacking lstat
20094         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20095         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20096         Reported by Daniel P. Berrange via Jim Meyering.
20097
20098 2008-11-12  Jim Meyering  <meyering@redhat.com>
20099
20100         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20101
20102 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20103
20104         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20105         instead.
20106
20107 2008-11-12  Bruno Haible  <bruno@clisp.org>
20108
20109         * lib/unicodeio.c: Include unistr.h.
20110         (utf8_wctomb): Remove function.
20111         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20112
20113 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20114
20115         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20116         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20117         <bruno@clisp.org>.
20118         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20119
20120 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20121
20122         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
20123         * doc/gnulib.texi: Add section for warnings.
20124
20125 2008-11-11  Bruno Haible  <bruno@clisp.org>
20126
20127         * lib/sockets.h: Add a comment.
20128
20129 2008-11-11  Karl Berry  <karl@gnu.org>
20130
20131         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
20132
20133 2008-11-11  Eric Blake  <ebb9@byu.net>
20134
20135         fdl.texi: avoid git symlinks
20136         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
20137
20138 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20139
20140         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
20141
20142 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20143
20144         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
20145         (gl_WARN_ADD): Substitute $2 if literal.
20146
20147 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20148
20149         * m4/warning.m4: Remove.
20150
20151 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20152
20153         * m4/warnings.m4: Almost complete rewrite. :-)
20154
20155 2008-11-10  Simon Josefsson  <simon@josefsson.org>
20156
20157         * modules/warnings: New module.
20158         * m4/warnings.m4: New file.
20159         * MODULES.html.sh: Mention warnings module.
20160         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
20161         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20162
20163 2008-11-10  Eric Blake  <ebb9@byu.net>
20164
20165         fdl.texi: make a symlink to the latest version
20166         * doc/standards.texi: Revert today's earlier change.
20167         * doc/fdl-1.2.texi: Rename from old fdl.texi...
20168         * doc/fdl.texi: ...and replace this with a symlink to the newer
20169         fdl-1.3.texi.
20170
20171 2008-11-10  Bruno Haible  <bruno@clisp.org>
20172
20173         * tests/test-select-fd.c (main): Accept the result file name as fourth
20174         argument.
20175         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
20176         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
20177
20178 2008-11-10  Bruno Haible  <bruno@clisp.org>
20179
20180         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
20181         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
20182         as autoconf-substituted macros.
20183         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
20184         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
20185         gl_NETDB_H_DEFAULTS. Set these variables.
20186         * modules/netdb (Makefile.am): Substitute these variables.
20187
20188 2008-11-10  Eric Blake  <ebb9@byu.net>
20189
20190         standards.texi: include correct file for FDL 1.3
20191         * doc/standards.texi (GNU Free Documentation License): Change
20192         include file to pull in FDL 1.3, not 1.2.
20193
20194         fdl.texi: revert accidental change to license
20195         * doc/fdl.texi: This is FDL 1.2, not 1.3.
20196
20197 2008-11-10  Bruno Haible  <bruno@clisp.org>
20198
20199         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
20200         cross-compiling guesses also when the native compile gives no result.
20201
20202 2008-11-10  Bruno Haible  <bruno@clisp.org>
20203
20204         * lib/spawni.c (__spawni): Force variable into the stack.
20205
20206 2008-11-10  Bruno Haible  <bruno@clisp.org>
20207
20208         Add support for Haiku.
20209         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
20210         glibc and BeOS, but also on Haiku.
20211         * lib/fpurge.c (fpurge): Likewise.
20212         * lib/freadable.c (freadable): Likewise.
20213         * lib/freadahead.c (freadahead): Likewise.
20214         * lib/freading.c (freading): Likewise.
20215         * lib/freadptr.c (freadptr): Likewise.
20216         * lib/freadseek.c (freadptrinc): Likewise.
20217         * lib/fseeko.c (rpl_fseeko): Likewise.
20218         * lib/fseterr.c (fseterr): Likewise.
20219         * lib/fwritable.c (fwritable): Likewise.
20220         * lib/fwriting.c (fwriting): Likewise.
20221         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
20222
20223 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20224
20225         * lib/config.charset: Treat Haiku like BeOS.
20226
20227 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20228
20229         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
20230         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
20231
20232 2008-11-08  Bruno Haible  <bruno@clisp.org>
20233
20234         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
20235         AC_CACHE_CHECK.
20236
20237 2008-11-08  Bruno Haible  <bruno@clisp.org>
20238
20239         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
20240
20241 2008-11-08  Bruno Haible  <bruno@clisp.org>
20242
20243         * tests/test-select-fd.c: New file.
20244         * tests/test-select-in.sh: New file.
20245         * tests/test-select-out.sh: New file.
20246         * tests/test-select-stdin.c: New file.
20247         * modules/select-tests (Files): Add the new files.
20248         (Depends-on): Add gettimeofday.
20249         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
20250         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
20251         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
20252
20253 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
20254             Bruno Haible  <bruno@clisp.org>
20255
20256         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
20257
20258 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
20259
20260         * build-aux/pmccabe2html: Added support for C++ source files.
20261
20262 2008-11-05  Ben Pfaff  <blp@gnu.org>
20263
20264         Fix lib/close.c build on Windows.
20265         * modules/close (Files): Add lib/w32sock.h.
20266
20267 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
20268
20269         Accept Bison's NEWS format.
20270         * build-aux/announce-gen (print_news_deltas): Tweak
20271         $re_prefix.
20272
20273 2008-11-04  Bruno Haible  <bruno@clisp.org>
20274
20275         * modules/random_r (Maintainer): Add glibc.
20276
20277 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20278
20279         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20280         by karl@freefriends.org (Karl Berry).
20281         * doc/alloca.texi: Likewise.
20282         * doc/c-ctype.texi: Likewise.
20283         * doc/c-strcase.texi: Likewise.
20284         * doc/c-strcaseeq.texi: Likewise.
20285         * doc/c-strcasestr.texi: Likewise.
20286         * doc/c-strstr.texi: Likewise.
20287         * doc/c-strtod.texi: Likewise.
20288         * doc/c-strtold.texi: Likewise.
20289         * doc/ctime.texi: Likewise.
20290         * doc/error.texi: Likewise.
20291         * doc/fdl.texi: Likewise.
20292         * doc/gcd.texi: Likewise.
20293         * doc/getdate.texi: Likewise.
20294         * doc/gnulib-intro.texi: Likewise.
20295         * doc/gnulib-tool.texi: Likewise.
20296         * doc/gnulib.texi: Likewise.
20297         * doc/inet_ntoa.texi: Likewise.
20298         * doc/maintain.texi: Likewise.
20299         * doc/make-stds.texi: Likewise.
20300         * doc/quote.texi: Likewise.
20301         * doc/regexprops-generic.texi: Likewise.
20302         * doc/standards.texi: Likewise.
20303         * doc/verify.texi: Likewise.
20304         * doc/visibility.texi: Likewise.
20305         * doc/gnulib.texi (GNU Free Documentation License): Include
20306         fdl-1.3.texi instead of fdl.texi.
20307
20308 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20309
20310         * doc/fdl-1.3.texi: New file, from
20311         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20312         * modules/fdl-1.3: Add.
20313         * MODULES.html.sh: Add fdl-1.3.
20314
20315 2008-11-03  Bruno Haible  <bruno@clisp.org>
20316
20317         Make determination of absolute name of header file work with AIX xlc.
20318         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20319         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20320         preprocessing.
20321         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20322         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20323
20324 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20325
20326         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20327         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20328         <ludo@gnu.org>.
20329
20330 2008-11-02  Bruno Haible  <bruno@clisp.org>
20331
20332         Mark 'strpbrk' obsolete.
20333         * modules/strpbrk (Status, Notice): New sections.
20334         * modules/strtok_r (Depends-on): Add strpbrk.
20335
20336 2008-11-02  Bruno Haible  <bruno@clisp.org>
20337
20338         Mark 'strdup' obsolete.
20339         * modules/strdup (Status, Notice): New sections.
20340         * modules/findprog (Depends-on): Add strdup.
20341         * modules/getaddrinfo (Depends-on): Likewise.
20342         * modules/localename (Depends-on): Likewise.
20343         * modules/relocatable-lib (Depends-on): Likewise.
20344         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20345         * modules/relocatable-prog (Depends-on): Likewise.
20346         * modules/trim (Depends-on): Likewise.
20347         * modules/unictype/gen-ctype (Depends-on): Likewise.
20348         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20349
20350 2008-11-02  Bruno Haible  <bruno@clisp.org>
20351
20352         Mark 'strcspn' obsolete.
20353         * modules/strcspn (Status, Notice): New sections.
20354
20355 2008-11-02  Bruno Haible  <bruno@clisp.org>
20356
20357         Mark 'rmdir' obsolete.
20358         * modules/rmdir (Status, Notice): New sections.
20359         * modules/clean-temp (Depends-on): Add rmdir.
20360         * modules/openat (Depends-on): Likewise.
20361
20362 2008-11-02  Bruno Haible  <bruno@clisp.org>
20363
20364         Mark 'raise' obsolete.
20365         * modules/raise (Status, Notice): New sections.
20366         (Include): Specify <signal.h>.
20367         * modules/stdio (Depends-on): Add raise.
20368         * modules/write (Depends-on): Likewise.
20369
20370 2008-11-02  Bruno Haible  <bruno@clisp.org>
20371
20372         Mark 'memset' obsolete.
20373         * modules/memset (Status, Notice): New sections.
20374
20375 2008-11-02  Bruno Haible  <bruno@clisp.org>
20376
20377         Mark 'memmove' obsolete.
20378         * modules/memmove (Status, Notice): New sections.
20379         * modules/argp (Depends-on): Add memmove.
20380         * modules/argz (Depends-on): Likewise.
20381         * modules/canonicalize (Depends-on): Likewise.
20382         * modules/canonicalize-lgpl (Depends-on): Likewise.
20383         * modules/fts (Depends-on): Likewise.
20384         * modules/getcwd (Depends-on): Likewise.
20385         * modules/human (Depends-on): Likewise.
20386         * modules/regex (Depends-on): Likewise.
20387         * modules/striconveh (Depends-on): Likewise.
20388         * modules/trim (Depends-on): Likewise.
20389         * modules/unistr/u8-move (Depends-on): Likewise.
20390         * modules/unistr/u16-move (Depends-on): Likewise.
20391         * modules/unistr/u32-move (Depends-on): Likewise.
20392
20393 2008-11-02  Bruno Haible  <bruno@clisp.org>
20394
20395         Mark 'memcpy' obsolete.
20396         * modules/memcpy (Status, Notice): New sections.
20397
20398 2008-11-02  Bruno Haible  <bruno@clisp.org>
20399
20400         Mark 'memcmp' obsolete.
20401         * modules/memcmp (Status, Notice): New sections.
20402         * modules/argmatch (Depends-on): Add memchr.
20403         * modules/backupfile (Depends-on): Likewise.
20404         * modules/c-strcasestr (Depends-on): Likewise.
20405         * modules/crypto/des (Depends-on): Likewise.
20406         * modules/csharpcomp (Depends-on): Likewise.
20407         * modules/fnmatch (Depends-on): Likewise.
20408         * modules/git-merge-changelog (Depends-on): Likewise.
20409         * modules/isnand (Depends-on): Likewise.
20410         * modules/isnand-nolibm (Depends-on): Likewise.
20411         * modules/isnanf (Depends-on): Likewise.
20412         * modules/isnanf-nolibm (Depends-on): Likewise.
20413         * modules/isnanl (Depends-on): Likewise.
20414         * modules/isnanl-nolibm (Depends-on): Likewise.
20415         * modules/mbchar (Depends-on): Likewise.
20416         * modules/memcoll (Depends-on): Likewise.
20417         * modules/quotearg (Depends-on): Likewise.
20418         * modules/regex (Depends-on): Likewise.
20419         * modules/relocatable-prog (Depends-on): Likewise.
20420         * modules/same (Depends-on): Likewise.
20421         * modules/signbit (Depends-on): Likewise.
20422         * modules/strcasestr-simple (Depends-on): Likewise.
20423         * modules/unictype/gen-ctype (Depends-on): Likewise.
20424         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20425         * modules/uniname/uniname (Depends-on): Likewise.
20426         * modules/unistr/u8-cmp (Depends-on): Likewise.
20427
20428 2008-11-02  Bruno Haible  <bruno@clisp.org>
20429
20430         Mark 'memchr' obsolete.
20431         * modules/memchr (Status, Notice): New sections.
20432         * modules/argp (Depends-on): Add memchr.
20433         * modules/base64 (Depends-on): Likewise.
20434         * modules/c-strcasestr (Depends-on): Likewise.
20435         * modules/chdir-long (Depends-on): Likewise.
20436         * modules/fnmatch (Depends-on): Likewise.
20437         * modules/getsubopt (Depends-on): Likewise.
20438         * modules/git-merge-changelog (Depends-on): Likewise.
20439         * modules/glob (Depends-on): Likewise.
20440         * modules/strcasestr-simple (Depends-on): Likewise.
20441         * modules/strnlen (Depends-on): Likewise.
20442
20443 2008-11-02  Bruno Haible  <bruno@clisp.org>
20444
20445         Mark 'atexit' obsolete.
20446         * modules/atexit (Status, Notice): New sections.
20447         * modules/chdir-long (Depends-on): Add atexit.
20448         * modules/wait-process (Depends-on): Likewise.
20449
20450 2008-11-02  Bruno Haible  <bruno@clisp.org>
20451
20452         * gnulib-tool: New option --with-obsolete.
20453         (func_usage): Document it.
20454         (func_modules_transitive_closure): Drop obsolete dependencies if
20455         incobsolete is not true.
20456         (func_import): Read and save the incobsolete variable to the cache.
20457
20458 2008-11-02  Bruno Haible  <bruno@clisp.org>
20459
20460         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20461         * gnulib-tool: New option --extract-status.
20462         (func_usage): Document it.
20463         (sed_extract_prog): Recognize it.
20464         (func_get_status): New function.
20465
20466 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20467
20468         * modules/sockets (License): Change from LGPL to LGPLv2+.
20469
20470 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20471
20472         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20473
20474 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20475
20476         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20477         Mention times and sys_times.
20478         * modules/sys_times, modules/sys_times-tests: New modules.
20479         * modules/times, modules/times-tests: Likewise
20480         * m4/sys_times_h.m4: New file.
20481         * lib/sys_times.in.h: Likewise
20482         * lib/times.c: Likewise.
20483         * tests/test-sys_times.c: Likewise.
20484         * tests/test-times.c: Likewise.
20485         * doc/posix-headers/sys_times.texi: Update.
20486         * doc/posix-functions/times.texi: Update.
20487
20488 2008-10-28  Jim Meyering  <meyering@redhat.com>
20489
20490         * modules/tempname (Depends-on): Add lstat.
20491
20492         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20493
20494 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20495
20496         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20497         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20498         using idiom used elsewhere in gnulib.
20499
20500 2008-10-27  Jim Meyering  <meyering@redhat.com>
20501
20502         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20503
20504 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20505
20506         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20507         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20508         programs.
20509         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20510
20511 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20512
20513         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20514
20515 2008-10-27  Bruno Haible  <bruno@clisp.org>
20516
20517         * tests/test-lstat.c: Include <stdio.h>.
20518
20519 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20520
20521         * modules/lstat-tests: New module.
20522         * tests/test-lstat.c: New file.
20523
20524 2008-10-26  Jim Meyering  <meyering@redhat.com>
20525
20526         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20527
20528 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20529             Bruno Haible  <bruno@clisp.org>
20530
20531         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20532         * modules/configmake (Include): Add a note that the include must come
20533         after all system headers.
20534         * lib/javaversion.c: Include configmake.h after all other includes.
20535
20536 2008-10-26  Bruno Haible  <bruno@clisp.org>
20537
20538         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20539         HAVE_STRUCT_RANDOM_DATA to 1.
20540         (gl_STDLIB_H): Simplify.
20541
20542 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20543
20544         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20545         substitute HAVE_STRUCT_RANDOM_DATA.
20546         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20547         random_data.
20548         * modules/stdlib (Makefile.am): Substitute
20549         HAVE_STRUCT_RANDOM_DATA.
20550
20551 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20552
20553         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20554         * doc/gnulib-intro.texi (Copyright): Likewise.
20555
20556 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20557
20558         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20559         findings.
20560
20561 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20562             Bruno Haible  <bruno@clisp.org>
20563
20564         * lib/unistd.in.h: Include <winsock2.h>.
20565         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20566         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20567         Provide dummy declarations.
20568         (gethostname): Override.
20569         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20570         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20571         gl_PREREQ_SYS_H_WINSOCK2.
20572         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20573         * doc/posix-functions/gethostname.texi: More details.
20574
20575 2008-10-25  Bruno Haible  <bruno@clisp.org>
20576
20577         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20578         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20579         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20580
20581         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20582         here ...
20583         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20584         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20585         gl_UNISTD_H_DEFAULTS.
20586
20587 2008-10-25  Eric Blake  <ebb9@byu.net>
20588
20589         signbit: avoid spurious compiler failure
20590         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20591         declarations inside function.
20592
20593 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20594             Bruno Haible  <bruno@clisp.org>
20595
20596         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20597         * modules/random_r (Depends-on): Add stdint.
20598
20599 2008-10-24  Bruno Haible  <bruno@clisp.org>
20600
20601         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20602         Eggert.
20603         * modules/strerror (License): Likewise.
20604
20605 2008-10-24  Jim Meyering  <meyering@redhat.com>
20606
20607         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20608         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20609
20610 2008-10-24  Eric Blake  <ebb9@byu.net>
20611
20612         getgroups: fix compilation when getgroups is available
20613         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20614         but with <config.h> override of getgroups disabled.
20615
20616 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20617
20618         * doc/gnulib.texi (Header files): Add note about C++ problems.
20619         Explained by Bruno Haible <bruno@clisp.org>.
20620
20621 2008-10-23  Bruno Haible  <bruno@clisp.org>
20622
20623         Define a dummy SA_NODEFER macro on Interix.
20624         * lib/signal.in.h (SA_NODEFER): Define fallback.
20625         Reported by Aleksey Cheusov <cheusov@tut.by> via
20626         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20627
20628 2008-10-23  Bruno Haible  <bruno@clisp.org>
20629
20630         * modules/freadahead (License): Change to LGPLv2+.
20631         Suggested by Simon Josefsson.
20632
20633 2008-10-23  Jim Meyering  <meyering@redhat.com>
20634
20635         random_r: new module
20636         * modules/random_r: New file.
20637         * m4/random_r.m4: New file.
20638         * lib/random_r.c: New file, from glibc.
20639         * modules/random_r-tests: New file.
20640         * tests/test-random_r.c: New file.
20641         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20642          Declare.
20643         (RAND_MAX): Define.
20644         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20645         * modules/stdlib: Substitute them, too.
20646         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20647         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20648         * doc/glibc-functions/random_r.texi: Likewise.
20649         * doc/glibc-functions/setstate_r.texi: Likewise.
20650         * doc/glibc-functions/srandom_r.texi: Likewise.
20651         * config/srclist.txt: Mention it.
20652
20653 2008-10-23  David Lutterkort  <lutter@redhat.com>
20654
20655         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20656         link requirement
20657
20658 2008-10-23  Jim Meyering  <meyering@redhat.com>
20659
20660         selinux-h: mark parameters of stub functions as intentionally unused
20661         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20662         * lib/se-context.in.h: Likewise.
20663
20664 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20665
20666         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20667
20668 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20669
20670         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20671
20672 2008-10-22  Eric Blake  <ebb9@byu.net>
20673
20674         glthread/thread: avoid compiler warning
20675         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20676         Add unreachable abort to silence compiler.
20677
20678 2008-10-22  Eric Blake  <ebb9@byu.net>
20679
20680         netdb: also supply struct addrinfo for cygwin 1.5.x
20681         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20682         older cygwin.
20683         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20684         cygwin.
20685         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20686
20687 2008-10-22  Bruno Haible  <bruno@clisp.org>
20688
20689         * users.txt: Update entry about pspp.
20690
20691 2008-10-21  Bruno Haible  <bruno@clisp.org>
20692
20693         Simplification.
20694         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20695         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20696
20697         Simplification.
20698         * lib/ioctl.c (ioctl): Don't undefine.
20699         * lib/socket.c (socket): Don't undefine.
20700
20701         Remove unused module indicator macros.
20702         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20703         GNULIB_$1 as a C macro.
20704
20705         * doc/posix-functions/close.texi: Undo last change.
20706         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20707         Windows platforms.
20708
20709 2008-10-21  Bruno Haible  <bruno@clisp.org>
20710
20711         Add gethostname() declaration to <unistd.h>.
20712         * lib/unistd.in.h (gethostname): New declaration.
20713         * lib/gethostname.c: Include <unistd.h>.
20714         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20715         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20716         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20717         and HAVE_GETHOSTNAME.
20718         * modules/gethostname (Depends-on): Add unistd.
20719         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20720         (Include): Specify <unistd.h>.
20721         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20722         HAVE_GETHOSTNAME.
20723         * tests/test-gethostname.c: Include <unistd.h> first.
20724
20725 2008-10-21  Bruno Haible  <bruno@clisp.org>
20726
20727         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20728         * modules/select-tests (Depends-on): Likewise.
20729         Reported by Simon Josefsson.
20730
20731 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20732
20733         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20734         * lib/accept.c: New file, based on winsock.c.
20735         * lib/bind.c: New file, based on winsock.c.
20736         * lib/connect.c: New file, based on winsock.c.
20737         * lib/getpeername.c: New file, based on winsock.c.
20738         * lib/getsockname.c: New file, based on winsock.c.
20739         * lib/getsockopt.c: New file, based on winsock.c.
20740         * lib/ioctl.c: New file, based on winsock.c.
20741         * lib/listen.c: New file, based on winsock.c.
20742         * lib/recv.c: New file, based on winsock.c.
20743         * lib/recvfrom.c: New file, based on winsock.c.
20744         * lib/send.c: New file, based on winsock.c.
20745         * lib/sendto.c: New file, based on winsock.c.
20746         * lib/setsockopt.c: New file, based on winsock.c.
20747         * lib/shutdown.c: New file, based on winsock.c.
20748         * lib/socket.c: New file, based on winsock.c.
20749         * lib/w32sock.h: New file, based on winsock.c.
20750         * lib/winsock.c: Remove file.
20751         * modules/accept: Likewise.
20752         * modules/bind: Likewise.
20753         * modules/connect: Likewise.
20754         * modules/getpeername: Likewise.
20755         * modules/getsockname: Likewise.
20756         * modules/getsockopt: Likewise.
20757         * modules/ioctl: Likewise.
20758         * modules/listen: Likewise.
20759         * modules/recv: Likewise.
20760         * modules/recvfrom: Likewise.
20761         * modules/send: Likewise.
20762         * modules/sendto: Likewise.
20763         * modules/setsockopt: Likewise.
20764         * modules/shutdown: Likewise.
20765         * modules/socket: Use socket.c instead of winsock.c.
20766         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20767         * doc/posix-functions/accept.texi: Doc fix.
20768         * doc/posix-functions/bind.texi: Doc fix.
20769         * doc/posix-functions/close.texi: Doc fix.
20770         * doc/posix-functions/connect.texi: Doc fix.
20771         * doc/posix-functions/getpeername.texi: Doc fix.
20772         * doc/posix-functions/getsockname.texi: Doc fix.
20773         * doc/posix-functions/getsockopt.texi: Doc fix.
20774         * doc/posix-functions/ioctl.texi: Doc fix.
20775         * doc/posix-functions/listen.texi: Doc fix.
20776         * doc/posix-functions/recv.texi: Doc fix.
20777         * doc/posix-functions/recvfrom.texi: Doc fix.
20778         * doc/posix-functions/send.texi: Doc fix.
20779         * doc/posix-functions/sendto.texi: Doc fix.
20780         * doc/posix-functions/setsockopt.texi: Doc fix.
20781         * doc/posix-functions/shutdown.texi: Doc fix.
20782         * doc/posix-functions/socket.texi: Doc fix.
20783
20784 2008-10-20  Bruno Haible  <bruno@clisp.org>
20785
20786         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20787         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20788         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20789         as an alias for SIGABRT.
20790         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20791         (sigaction): Map it to SIGABRT.
20792         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20793
20794 2008-10-20  Bruno Haible  <bruno@clisp.org>
20795
20796         * lib/fts.c: Don't include lstat.h.
20797         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20798
20799         Move the lstat() declaration to <sys/stat.h>.
20800         * lib/lstat.h: Remove file.
20801         * lib/sys_stat.in.h: Add special invocation convention.
20802         (lstat): New declaration.
20803         * lib/lstat.c (orig_lstat): New function.
20804         (rpl_lstat): Use orig_lstat instead of lstat.
20805         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20806         AC_C_INLINE. Set REPLACE_LSTAT.
20807         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20808         and REPLACE_LSTAT.
20809         * modules/lstat (Files): Remove lib/lstat.h.
20810         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20811         (Include): Specify <sys/stat.h> instead of lstat.h.
20812         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20813         REPLACE_LSTAT.
20814         * NEWS: Mention the change.
20815
20816 2008-10-20  Bruno Haible  <bruno@clisp.org>
20817
20818         * modules/posix_spawn-tests: New file.
20819         * tests/test-posix_spawn3.c: New file.
20820
20821 2008-10-20  Bruno Haible  <bruno@clisp.org>
20822
20823         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20824         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20825         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20826         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20827         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20828
20829 2008-10-20  Bruno Haible  <bruno@clisp.org>
20830
20831         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20832         of posix_spawn on AIX 5.3.
20833
20834 2008-10-20  Bruno Haible  <bruno@clisp.org>
20835
20836         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20837
20838 2008-10-20  Bruno Haible  <bruno@clisp.org>
20839
20840         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20841         of AC_LANG_PROGRAM.
20842
20843 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20844
20845         * lib/netdb.in.h: Don't define GNU specific constants until they
20846         are supported or needed.  Reported by Bruno Haible
20847         <bruno@clisp.org>.
20848
20849 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20850
20851         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20852
20853 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20854
20855         * lib/getaddrinfo.h: Remove file.
20856         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20857         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20858         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20859         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20860         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20861         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20862         * tests/test-getaddrinfo.c: Likewise.
20863         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20864         * NEWS: Mention change.
20865
20866 2008-10-19  Bruno Haible  <bruno@clisp.org>
20867
20868         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20869
20870 2008-10-19  Bruno Haible  <bruno@clisp.org>
20871
20872         * lib/wait-process.c: Include simply <sys/wait.h>.
20873         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20874         WIFSTOPPED): Remove fallback definitions.
20875         * modules/wait-process (Depends-on): Add sys_wait.
20876
20877         New module 'sys_wait'.
20878         * modules/sys_wait: New file.
20879         * lib/sys_wait.in.h: New file, partially copied from
20880         lib/wait-process.c.
20881         * m4/sys_wait_h.m4: New file.
20882         * doc/posix-headers/sys_wait.texi: Mention the new module.
20883
20884 2008-10-19  Bruno Haible  <bruno@clisp.org>
20885
20886         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20887
20888 2008-10-19  Bruno Haible  <bruno@clisp.org>
20889
20890         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20891         * lib/wait-process.c (WAIT_T): Remove type.
20892         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20893         (wait_subprocess): Update.
20894
20895 2008-10-19  Bruno Haible  <bruno@clisp.org>
20896
20897         New module 'atoll'.
20898         * modules/atoll: New file.
20899         * lib/stdlib.in.h (atoll): New declaration.
20900         * lib/atoll.c: New file, from glibc with modifications.
20901         * m4/atoll.m4: New file.
20902         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20903         HAVE_ATOLL.
20904         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20905         * doc/posix-functions/atoll.texi: Mention the new module.
20906
20907 2008-10-19  Bruno Haible  <bruno@clisp.org>
20908
20909         Add strtoull() declaration to <stdlib.h>.
20910         * lib/stdlib.in.h (strtoull): New declaration.
20911         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20912         Set HAVE_STRTOULL.
20913         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20914         HAVE_STRTOULL.
20915         * modules/strtoull (Depends-on): Add stdlib.
20916         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20917         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20918         HAVE_STRTOULL.
20919
20920 2008-10-19  Bruno Haible  <bruno@clisp.org>
20921
20922         Add strtoll() declaration to <stdlib.h>.
20923         * lib/stdlib.in.h (strtoll): New declaration.
20924         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20925         Set HAVE_STRTOLL.
20926         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20927         HAVE_STRTOLL.
20928         * modules/strtoll (Depends-on): Add stdlib.
20929         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20930         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20931
20932 2008-10-19  Bruno Haible  <bruno@clisp.org>
20933
20934         * modules/bcopy (Depends-on): Add strings.
20935         (Include): Specify <strings.h>.
20936
20937 2008-10-19  Bruno Haible  <bruno@clisp.org>
20938
20939         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20940
20941 2008-10-19  Bruno Haible  <bruno@clisp.org>
20942
20943         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20944         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20945         mingw.
20946
20947 2008-10-19  Bruno Haible  <bruno@clisp.org>
20948
20949         * lib/atanl.c: Don't include isnanl.h.
20950         * lib/cosl.c: Likewise.
20951         * lib/ldexpl.c: Likewise.
20952         * lib/logl.c: Likewise.
20953         * lib/sinl.c: Likewise.
20954         * lib/sqrtl.c: Likewise.
20955         * lib/tanl.c: Likewise.
20956
20957         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20958         * lib/isnanf.h: Remove file.
20959         * lib/isnand.h: Remove file.
20960         * lib/isnanl.h: Remove file.
20961         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20962         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20963         macros.
20964         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20965         HAVE_ISNANF, don't define it as a C macro.
20966         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20967         HAVE_ISNAND, don't define it as a C macro.
20968         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20969         HAVE_ISNANL, don't define it as a C macro.
20970         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20971         HAVE_ISNAN[FDL].
20972         * modules/isnanf (Files): Remove lib/isnanf.h.
20973         (Depends-on): Add math.
20974         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20975         (Include): Specify <math.h> instead of isnanf.h.
20976         * modules/isnand (Files): Remove lib/isnand.h.
20977         (Depends-on): Add math.
20978         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20979         (Include): Specify <math.h> instead of isnand.h.
20980         * modules/isnanl (Files): Remove lib/isnanl.h.
20981         (Depends-on): Add math.
20982         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20983         (Include): Specify <math.h> instead of isnanl.h.
20984         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20985         HAVE_ISNAN[FDL].
20986         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20987         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20988         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20989         * NEWS: Mention the change.
20990
20991 2008-10-18  Bruno Haible  <bruno@clisp.org>
20992
20993         Add getusershell(), setusershell(), endusershell() declarations to
20994         <unistd.h>.
20995         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20996         declarations.
20997         * lib/getusershell.c: Include unistd.h.
20998         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20999         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21000         HAVE_GETUSERSHELL.
21001         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21002         and HAVE_GETUSERSHELL.
21003         * modules/getusershell (Depends-on): Add unistd, extensions.
21004         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21005         (Include): Specify <unistd.h>.
21006         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21007         HAVE_GETUSERSHELL.
21008
21009 2008-10-18  Bruno Haible  <bruno@clisp.org>
21010
21011         Add a getloadavg() declaration to <stdlib.h>.
21012         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21013         getloadavg declaration.
21014         (getloadavg): New declaration.
21015         * lib/getloadavg.c: Include <stdlib.h> first.
21016         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21017         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21018         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21019         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21020         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21021         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21022         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21023         (Include): Specify <stdlib.h>.
21024         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21025         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21026
21027 2008-10-18  Bruno Haible  <bruno@clisp.org>
21028
21029         * lib/dirchownmod.c: Don't include lchmod.h.
21030
21031         Move the lchmod() declaration to <sys/stat.h>.
21032         * lib/lchmod.h: Remove file.
21033         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21034         (lchmod): New declaration, moved here from lib/lchown.h.
21035         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21036         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21037         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21038         and HAVE_LCHMOD.
21039         * modules/lchmod (Files): Remove lib/lchmod.h.
21040         (Depends-on): Add sys_stat, extensions.
21041         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21042         (Include): Specify <sys/stat.h> instead of lchmod.h.
21043         * modules/sys_stat (Depends-on): Add link-warning.
21044         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21045         definition of GL_LINK_WARNING.
21046         * NEWS: Mention the change.
21047
21048 2008-10-18  Bruno Haible  <bruno@clisp.org>
21049
21050         * lib/fchdir.c: Don't include dirfd.h.
21051         * lib/fts.c: Likewise.
21052         * lib/getcwd.c: Likewise.
21053         * lib/glob.c: Likewise.
21054
21055         Move the dirfd() declaration to <dirent.h>.
21056         * lib/dirfd.h: Remove file.
21057         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21058         (dirfd): New declaration.
21059         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21060         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21061         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21062         HAVE_DECL_DIRFD.
21063         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21064         HAVE_DECL_DIRFD.
21065         * modules/dirfd (Files): Remove lib/dirfd.h.
21066         (Depends-on): Add dirent, extensions.
21067         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21068         (Include): Specify <dirent.h> instead of dirfd.h.
21069         * modules/dirent (Depends-on): Add link-warning.
21070         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21071         definition of GL_LINK_WARNING.
21072         * NEWS: Mention the change.
21073
21074 2008-10-18  Bruno Haible  <bruno@clisp.org>
21075
21076         Move the euidaccess() declaration to <unistd.h>.
21077         * lib/euidaccess.h: Remove file.
21078         * lib/unistd.in.h (euidaccess): New declaration.
21079         * lib/euidaccess.c: Don't include euidaccess.h.
21080         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21081         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21082         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21083         and HAVE_EUIDACCESS.
21084         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21085         (Depends-on): Add unistd.
21086         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21087         (Include): Specify <unistd.h> instead of euidaccess.h.
21088         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21089         HAVE_EUIDACCESS.
21090         * NEWS: Mention the change.
21091
21092 2008-10-18  Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21095
21096         Move the getdomainname() declaration to <unistd.h>.
21097         * lib/getdomainname.h: Remove file.
21098         * lib/unistd.in.h (getdomainname): New declaration.
21099         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21100         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21101         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21102         HAVE_GETDOMAINNAME.
21103         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21104         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21105         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21106         (Depends-on): Add unistd, extensions.
21107         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21108         (Includes): Specify <unistd.h> instead of getdomainname.h.
21109         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21110         HAVE_GETDOMAINNAME.
21111         * NEWS: Mention the change.
21112
21113 2008-10-18  Bruno Haible  <bruno@clisp.org>
21114
21115         * modules/dirent: New file.
21116         * m4/dirent_h.m4: New file.
21117         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21118         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21119         * modules/fchdir (Files): Remove lib/dirent.in.h.
21120         (Depends-on): Add dirent.
21121         (Makefile.am): Move rules to modules/dirent.
21122         * doc/posix-headers/dirent.texi: Mention the new module.
21123
21124 2008-10-18  Bruno Haible  <bruno@clisp.org>
21125
21126         Avoid -Wunused-parameter warnings in public gnulib header files.
21127         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
21128         macro.
21129         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
21130
21131 2008-10-18  Bruno Haible  <bruno@clisp.org>
21132
21133         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
21134         * doc/glibc-functions/error.texi: Mention the module 'error'.
21135         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
21136         * doc/glibc-functions/getdomainname.texi: Mention the module
21137         'getdomainname'.
21138         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
21139         * doc/glibc-functions/getpagesize.texi: Mention the module
21140         'getpagesize'.
21141         * doc/glibc-functions/getusershell.texi: Mention the module
21142         'getusershell'.
21143         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
21144         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
21145         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
21146         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
21147         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
21148         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
21149         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
21150         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
21151         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
21152         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
21153         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
21154         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
21155         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
21156         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
21157
21158 2008-10-17  Bruno Haible  <bruno@clisp.org>
21159
21160         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
21161         HP-UX and IRIX, use -0.0L.
21162         * tests/test-ceill.c (minus_zero): Likewise.
21163         * tests/test-floorl.c (minus_zero): Likewise.
21164         * tests/test-frexpl.c (minus_zero): Likewise.
21165         * tests/test-isnan.c (minus_zerol): Likewise.
21166         * tests/test-isnanl.h (minus_zero): Likewise.
21167         * tests/test-ldexpl.c (minus_zero): Likewise.
21168         * tests/test-roundl.c (minus_zero): Likewise.
21169         * tests/test-signbit.c (minus_zerol): Likewise.
21170         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
21171         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
21172         * tests/test-truncl.c (minus_zero): Likewise.
21173         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
21174         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
21175         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
21176         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
21177
21178 2008-10-17  Bruno Haible  <bruno@clisp.org>
21179
21180         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
21181         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
21182         that it gets activated only for gcc >= 3.0.
21183         * lib/dirent.in.h: Likewise.
21184         * lib/errno.in.h: Likewise.
21185         * lib/fcntl.in.h: Likewise.
21186         * lib/float.in.h: Likewise.
21187         * lib/iconv.in.h: Likewise.
21188         * lib/inttypes.in.h: Likewise.
21189         * lib/locale.in.h: Likewise.
21190         * lib/math.in.h: Likewise.
21191         * lib/netdb.in.h: Likewise.
21192         * lib/netinet_in.in.h: Likewise.
21193         * lib/search.in.h: Likewise.
21194         * lib/signal.in.h: Likewise.
21195         * lib/spawn.in.h: Likewise.
21196         * lib/stdarg.in.h: Likewise.
21197         * lib/stdint.in.h: Likewise.
21198         * lib/stdio.in.h: Likewise.
21199         * lib/stdlib.in.h: Likewise.
21200         * lib/string.in.h: Likewise.
21201         * lib/strings.in.h: Likewise.
21202         * lib/sys_file.in.h: Likewise.
21203         * lib/sys_ioctl.in.h: Likewise.
21204         * lib/sys_select.in.h: Likewise.
21205         * lib/sys_socket.in.h: Likewise.
21206         * lib/sys_stat.in.h: Likewise.
21207         * lib/sys_time.in.h: Likewise.
21208         * lib/sysexits.in.h: Likewise.
21209         * lib/time.in.h: Likewise.
21210         * lib/unistd.in.h: Likewise.
21211         * lib/wchar.in.h: Likewise.
21212         * lib/wctype.in.h: Likewise.
21213         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21214
21215 2008-10-17  Jim Meyering  <meyering@redhat.com>
21216
21217         ignore-value: don't depend on inline module
21218         * modules/ignore-value (Depends-on): Remove 'inline'.
21219         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
21220         Suggestion from Bruno Haible.
21221
21222 2008-10-17  Bruno Haible  <bruno@clisp.org>
21223
21224         New implementation of condition variables for Win32.
21225         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
21226         (gl_linked_waitqueue_t): New type.
21227         (gl_cond_t): Use it.
21228         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
21229         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
21230         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
21231         (glthread_cond_init_func, glthread_cond_wait_func,
21232         glthread_cond_timedwait_func, glthread_cond_signal_func,
21233         glthread_cond_broadcast_func, glthread_cond_destroy_func):
21234         Reimplemented on the basis of gl_linked_waitqueue_t.
21235         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
21236         gl_waitqueue_t.
21237         (gl_rwlock_t): Update.
21238         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
21239
21240 2008-10-17  Simon Josefsson  <simon@josefsson.org>
21241
21242         * modules/recvfrom (Depends-on): Add dependency on getpeername.
21243         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21244
21245 2008-10-17  Jim Meyering  <meyering@redhat.com>
21246
21247         ignore-value: new module
21248         * modules/ignore-value: New file.
21249         * lib/ignore-value.h: New file.
21250         * MODULES.html.sh (Compiler warning management): New section,
21251         just for this module.  More to come.
21252
21253 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21254
21255         open-safer.c: avoid 'signed and unsigned in conditional...' warning
21256         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
21257         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
21258
21259 2008-10-16  Jim Meyering  <meyering@redhat.com>
21260
21261         openat-die.c: avoid 'no previous prototype' warning
21262         * lib/openat-die.c: Include "openat.h".
21263         Reported by Reuben Thomas <rrt@sc3d.org>.
21264
21265 2008-10-16  Simon Josefsson  <simon@josefsson.org>
21266
21267         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
21268         * lib/netdb.in.h: Fix typo.
21269         Reported by Bruno Haible  <bruno@clisp.org>
21270
21271         * lib/netdb.in.h: Include sys/socket.h for platforms without
21272         netdb.h, to get structures like hostent on MinGW.
21273         * modules/netdb (Depends-on): Add sys_socket.
21274
21275 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21276
21277         * modules/netdb, modules/netdb-tests: New file.
21278         * m4/netdb_h.m4: New file.
21279         * lib/netdb.in.h: Add, currently just an empty file pending
21280         definitions.
21281         * tests/test-netdb.c: New file.
21282         * doc/posix-headers/netdb.texi: Mention that we replace it if
21283         needed.
21284         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21285         netdb.
21286
21287 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21288
21289         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21290         with code.
21291
21292 2008-10-13  Bruno Haible  <bruno@clisp.org>
21293
21294         * lib/glthread/cond.c (glthread_cond_wait_func,
21295         glthread_cond_timedwait_func): Add a comment.
21296
21297 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21298
21299         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21300         * tests/test-select.c: Likewise,
21301
21302 2008-10-13  Bruno Haible  <bruno@clisp.org>
21303
21304         * lib/glthread/cond.c (glthread_cond_wait_func,
21305         glthread_cond_timedwait_func): Fix variable name.
21306         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21307
21308 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21309
21310         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21311         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21312         struct sockaddr.sa_len.
21313         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21314
21315 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21316
21317         * build-aux/pmccabe2html: Add css and css_url parameters.
21318
21319 2008-10-12  Bruno Haible  <bruno@clisp.org>
21320
21321         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21322         calling aclx_get.
21323         Reported by Rainer Tammer <tammer@tammer.net>.
21324
21325 2008-10-12  Bruno Haible  <bruno@clisp.org>
21326
21327         Use msvcrt aware primitives for creation/termination of Win32 threads.
21328         * lib/glthread/thread.c: Include <process.h>.
21329         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21330         (wrapper_func): Update signature.
21331         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21332
21333 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21334             Bruno Haible  <bruno@clisp.org>
21335
21336         Provide a Win32 implementation of the 'cond' module.
21337         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21338         * lib/glthread/cond.c (glthread_cond_init_func,
21339         glthread_cond_wait_func, glthread_cond_timedwait_func,
21340         glthread_cond_signal_func, glthread_cond_broadcast_func,
21341         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21342         * modules/cond (Dependencies): Add gettimeofday.
21343
21344 2008-10-11  Bruno Haible  <bruno@clisp.org>
21345
21346         Make sleep work on older versions of mingw.
21347         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21348         only whether it exists.
21349         * doc/posix-functions/sleep.texi: Mention the problem with older
21350         versions of mingw.
21351
21352 2008-10-11  Bruno Haible  <bruno@clisp.org>
21353
21354         New module 'shutdown'.
21355         * modules/shutdown: New file.
21356         * lib/sys_socket.in.h (shutdown): New declaration.
21357         * lib/winsock.c (shutdown): New function.
21358         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21359         GNULIB_SHUTDOWN.
21360         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21361         * doc/posix-functions/shutdown.texi: Document the new module.
21362
21363 2008-10-11  Jim Meyering  <meyering@redhat.com>
21364
21365         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21366
21367 2008-10-11  Bruno Haible  <bruno@clisp.org>
21368
21369         New module 'fclose'.
21370         * modules/fclose: New file.
21371         * lib/stdio.in.h (fclose): New declaration.
21372         * lib/fclose.c: New file.
21373         * m4/fclose.m4: New file.
21374         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21375         REPLACE_FCLOSE.
21376         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21377         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21378         REPLACE_FCLOSE.
21379         * modules/close (Depends-on): fclose.
21380         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21381
21382 2008-10-11  Bruno Haible  <bruno@clisp.org>
21383
21384         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21385         set errno and don't call _close.
21386
21387 2008-10-10  Bruno Haible  <bruno@clisp.org>
21388
21389         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21390         ACL, not afterwards. Fixes test failure on Cygwin.
21391
21392 2008-10-09  Ben Pfaff  <blp@gnu.org>
21393
21394         * build-aux/announce-gen: Fix gnulib version related part of usage
21395         message.  Die with a useful error message if no tarballs are
21396         found.
21397
21398 2008-10-10  Jim Meyering  <meyering@redhat.com>
21399
21400         bootstrap: use git's --depth=N option only if it's supported
21401         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21402         recognize the --depth option.  Reported by Pádraig Brady.
21403
21404 2008-10-09  Bruno Haible  <bruno@clisp.org>
21405
21406         New module 'ioctl'.
21407         * modules/ioctl: New file.
21408         * lib/sys_socket.in.h (ioctl): Remove declaration.
21409         * lib/winsock.c: Include <sys/ioctl.h>.
21410         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21411         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21412         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21413         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21414         * doc/posix-functions/ioctl.texi: Mention the new module.
21415
21416 2008-10-09  Bruno Haible  <bruno@clisp.org>
21417
21418         New module 'sys_ioctl'.
21419         * lib/sys_ioctl.in.h: New file.
21420         * m4/sys_ioctl_h.m4: New file.
21421         * modules/sys_ioctl: New file.
21422         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21423
21424 2008-10-09  Bruno Haible  <bruno@clisp.org>
21425
21426         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21427         * lib/winsock.c: Include <stdarg.h>.
21428         (rpl_ioctl): Change to second argument 'int' and then varargs.
21429
21430 2008-10-09  Bruno Haible  <bruno@clisp.org>
21431
21432         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21433         when the sys_socket module is present and the system has <winsock2.h>.
21434
21435 2008-10-09  Bruno Haible  <bruno@clisp.org>
21436
21437         * doc/posix-functions/close.texi: Mention module 'close' instead of
21438         module 'sys_socket'.
21439
21440 2008-10-09  Bruno Haible  <bruno@clisp.org>
21441
21442         * doc/glibc-headers/sys_ioctl.texi: New file.
21443         * doc/gnulib.texi: Include it.
21444
21445 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21446             Bruno Haible  <bruno@clisp.org>
21447
21448         Combine the two replacements of 'close'.
21449         * lib/sys_socket.in.h (close): Define to a reminder to include
21450         <unistd.h>.
21451         (_gl_close_fd_maybe_socket): New declaration.
21452         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21453         * lib/winsock.c (close): Remove undefinition.
21454         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21455         needed for the gnulib module 'close'.
21456         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21457         define to an error symbol or to a warning, if suitable.
21458         * lib/close.c: Include <sys/socket.h>.
21459         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21460         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21461         UNISTD_H_HAVE_WINSOCK2_H.
21462         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21463         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21464         UNISTD_H_HAVE_WINSOCK2_H.
21465         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21466         (configure.ac): Set a module indicator.
21467         (Makefile.am): Substitute GNULIB_CLOSE.
21468         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21469         * modules/poll-tests (Depends-on): Add close.
21470         * modules/select-tests (Depends-on): Likewise.
21471
21472 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21473             Bruno Haible  <bruno@clisp.org>
21474
21475         New module 'close'.
21476         * modules/close: New file.
21477         * lib/unistd.in.h (close): Move declaration out of the
21478         FCHDIR_REPLACEMENT scope.
21479         (_gl_unregister_fd): New declaration.
21480         * lib/close.c: New file.
21481         * lib/fchdir.c (rpl_close): Remove function.
21482         * m4/close.m4: New file.
21483         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21484         close.
21485         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21486         REPLACE_CLOSE.
21487         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21488         REPLACE_CLOSE.
21489         * modules/fchdir (Depends-on): Add close.
21490
21491 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21492             Bruno Haible  <bruno@clisp.org>
21493
21494         * lib/fcntl.in.h (open): Simplify conditionals.
21495         (_gl_register_fd): New declaration.
21496         * lib/fchdir.c (rpl_open): Remove function.
21497         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21498         also.
21499         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21500         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21501         open.
21502
21503 2008-10-09  Jim Meyering  <meyering@redhat.com>
21504
21505         GNUmakefile: use the more name-space-friendly "_version"
21506         * top/GNUmakefile (_dummy): Update.
21507         (_version): Rename from "version".
21508
21509 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21510             Bruno Haible  <bruno@clisp.org>
21511
21512         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21513         rpl_close.
21514         (_gl_register_fd): New function, extracted from rpl_open.
21515         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21516         (rpl_open, rpl_opendir): Use _gl_register_fd.
21517
21518 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21519
21520         Fix organization of 'open' replacement.
21521         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21522         (gl_FUNC_OPEN): Use it.
21523         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21524
21525 2008-10-08  Bruno Haible  <bruno@clisp.org>
21526
21527         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21528
21529 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21530
21531         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21532         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21533         listen).
21534
21535 2008-10-08  Eric Blake  <ebb9@byu.net>
21536
21537         GNUmakefile: add 'make version' target
21538         * top/GNUmakefile (_curr-ver): Split version update rules...
21539         (version): ...into a target.
21540
21541 2008-10-07  Bruno Haible  <bruno@clisp.org>
21542
21543         Use a more portable replacement expression for -0.0L.
21544         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21545         instead of -0.0L. Fix m4 quotation.
21546
21547         * tests/test-signbit.c: Include <float.h>.
21548         (minus_zero): New variable.
21549         (test_signbitl): Use minus_zero instead of -zero.
21550         * modules/signbit-tests (Depends-on): Add float.
21551
21552         * tests/test-ceill.c: Include <float.h>.
21553         (zero): Remove variable.
21554         (minus_zero): New variable.
21555         (main): Use minus_zero instead of -zero.
21556         * modules/ceill-tests (Depends-on): Add float.
21557
21558         * tests/test-floorl.c: Include <float.h>.
21559         (zero): Remove variable.
21560         (minus_zero): New variable.
21561         (main): Use minus_zero instead of -zero.
21562         * modules/floorl-tests (Depends-on): Add float.
21563
21564         * tests/test-roundl.c: Include <float.h>.
21565         (zero): Remove variable.
21566         (minus_zero): New variable.
21567         (main): Use minus_zero instead of -zero.
21568         * modules/roundl-tests (Depends-on): Add float.
21569
21570         * tests/test-truncl.c: Include <float.h>.
21571         (zero): Remove variable.
21572         (minus_zero): New variable.
21573         (main): Use minus_zero instead of -zero.
21574         * modules/truncl-tests (Depends-on): Add float.
21575
21576         * tests/test-frexpl.c (zero): Remove variable.
21577         (minus_zero): New variable.
21578         (main): Use minus_zero instead of -zero.
21579         * modules/frexpl-tests (Depends-on): Add float.
21580
21581         * tests/test-isnan.c (zerol): Remove variable.
21582         (minus_zerol): New variable.
21583         (test_long_double): Use minus_zerol instead of -zerol.
21584         * modules/isnan-tests (Depends-on): Add float.
21585
21586         * tests/test-isnanl.h (zero): Remove variable.
21587         (minus_zero): New variable.
21588         (main): Use minus_zero instead of -zero.
21589         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21590         * modules/isnanl-tests (Depends-on): Add float.
21591
21592         * tests/test-ldexpl.c (zero): Remove variable.
21593         (minus_zero): New variable.
21594         (main): Use minus_zero instead of -zero.
21595         * modules/ldexpl-tests (Depends-on): Add float.
21596
21597         * tests/test-snprintf-posix.h (zerol): Remove variable.
21598         (minus_zerol): New variable.
21599         (test_function): Use minus_zerol instead of -zerol.
21600         * modules/snprintf-posix-tests (Depends-on): Add float.
21601         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21602
21603         * tests/test-sprintf-posix.h (zerol): Remove variable.
21604         (minus_zerol): New variable.
21605         (test_function): Use minus_zerol instead of -zerol.
21606         * modules/sprintf-posix-tests (Depends-on): Add float.
21607         * modules/vsprintf-posix-tests (Depends-on): Add float.
21608
21609         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21610         (minus_zerol): New variable.
21611         (test_function): Use minus_zerol instead of -zerol.
21612         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21613
21614         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21615         (minus_zerol): New variable.
21616         (test_function): Use minus_zerol instead of -zerol.
21617         * modules/vasprintf-posix-tests (Depends-on): Add float.
21618
21619 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21620
21621         * MODULES.html.sh (Support for building documentation): Mention
21622         pmccabe2html.  Sort entries.
21623
21624         Add pmccabe2html module, from gnupdf.
21625         * build-aux/pmccabe.css: New file.
21626         * build-aux/pmccabe2html: New file.
21627         * m4/pmccabe2html.m4: New file.
21628         * modules/pmccabe2html: New file.
21629
21630 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21631
21632         flock: new module
21633         * MODULES.html.sh: Add to list of modules.
21634         * lib/flock.c: flock implementation for Windows and Unix systems
21635         which have fcntl.
21636         * doc/glibc-functions/flock.texi: Update documentation.
21637         * lib/sys_file.in.h: <sys/file.h> header file.
21638         * m4/flock.m4: M4 macros.
21639         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21640         * modules/flock: flock module.
21641         * modules/flock-tests: flock tests module.
21642         * modules/sys_file: sys/file.h module.
21643         * tests/test-flock.c: test suite for flock.
21644
21645 2008-10-06  Jim Meyering  <meyering@redhat.com>
21646
21647         bootstrap: check for LT_INIT more portably still ;-)
21648         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21649         Spotted by Bruno Haible.
21650
21651 2008-10-06  Eric Blake  <ebb9@byu.net>
21652
21653         test-signbit: avoid tripping Irix cc bug on -0.0L
21654         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21655         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21656         entire testsuite consistent and avoids an Irix 6.2 bug.
21657
21658 2008-10-05  Bruno Haible  <bruno@clisp.org>
21659             Jim Meyering  <jim@meyering.net>
21660
21661         Add an option for ignoring EPIPE during close_stdout.
21662         * lib/closeout.h: Include <stdbool.h>.
21663         (close_stdout_set_ignore_EPIPE): New declaration.
21664         * lib/closeout.c: Include <stdbool.h>.
21665         (ignore_EPIPE): New variable.
21666         (close_stdout_set_ignore_EPIPE): New function.
21667         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21668         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21669         failure.
21670         * modules/closeout (Depends-on): Add stdbool.
21671
21672 2008-10-05  Bruno Haible  <bruno@clisp.org>
21673
21674         * modules/accept: New file.
21675         * modules/bind: New file.
21676         * modules/connect: New file.
21677         * modules/getpeername: New file.
21678         * modules/getsockname: New file.
21679         * modules/getsockopt: New file.
21680         * modules/listen: New file.
21681         * modules/recv: New file.
21682         * modules/recvfrom: New file.
21683         * modules/send: New file.
21684         * modules/sendto: New file.
21685         * modules/setsockopt: New file.
21686         * modules/socket: New file.
21687         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21688         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21689         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21690         the particular module is requested. Add a link warning when the
21691         particular module is not requested.
21692         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21693         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21694         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21695         the particular module is requested.
21696         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21697         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21698         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21699         * modules/sys_socket (Depends-on): Add link-warning.
21700         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21701         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21702         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21703         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21704         GL_LINK_WARNING.
21705         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21706         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21707         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21708         * doc/posix-functions/getpeername.texi: Mention the new module
21709         'getpeername'.
21710         * doc/posix-functions/getsockname.texi: Mention the new module
21711         'getsockname'.
21712         * doc/posix-functions/getsockopt.texi: Mention the new module
21713         'getsockopt'.
21714         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21715         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21716         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21717         * doc/posix-functions/send.texi: Mention the new module 'send'.
21718         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21719         * doc/posix-functions/setsockopt.texi: Mention the new module
21720         'setsockopt'.
21721         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21722         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21723         listen, connect, accept.
21724         * modules/select-tests (Depends-on): Likewise.
21725
21726 2008-10-05  Bruno Haible  <bruno@clisp.org>
21727
21728         * lib/winsock.c (strerror): Remove unused #undef.
21729         (rpl_close): Remove unused local variable.
21730
21731         * modules/sys_socket (Depends-on); Add errno.
21732
21733 2008-10-05  Bruno Haible  <bruno@clisp.org>
21734
21735         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21736         (select): Add a link warning when the 'select' module is not used.
21737         * modules/sys_select (Depends-on): Add link-warning.
21738         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21739         Suggested by Paolo Bonzini.
21740
21741 2008-10-05  Jim Meyering  <meyering@redhat.com>
21742
21743         bootstrap: check for LT_INIT more portably
21744         * build-aux/bootstrap: Avoid using grep -E, since it's not
21745         portable enough.  Suggestion from Bruno Haible.
21746
21747 2008-10-05  Bruno Haible  <bruno@clisp.org>
21748
21749         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21750         as being fixed by gnulib.
21751
21752 2008-10-05  Bruno Haible  <bruno@clisp.org>
21753
21754         * modules/select-tests: New file, mostly copied from
21755         modules/sys_select-tests.
21756         * tests/test-select.c: New file, mostly copied from
21757         tests/test-sys_select.c.
21758         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21759         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21760         (Makefile.am): Remove test_sys_select_LDADD.
21761
21762         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21763         to an undefined symbol, for an error message.
21764         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21765         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21766         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21767         winsock-select.c here.
21768         * modules/sys_select (Files): Remove lib/winsock-select.c.
21769         (Depends-on): Remove alloca.
21770         (Makefile.am): Substitute GNULIB_SELECT.
21771         * modules/select: New file.
21772         * doc/posix-functions/select.texi: Update.
21773
21774 2008-10-05  Bruno Haible  <bruno@clisp.org>
21775
21776         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21777         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21778         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21779         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21780         getdtablesize.
21781         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21782         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21783
21784 2008-10-05  Bruno Haible  <bruno@clisp.org>
21785
21786         * modules/getdtablesize-tests: New file.
21787         * tests/test-getdtablesize.c: New file.
21788
21789         New module 'getdtablesize'.
21790         * lib/unistd.in.h (getdtablesize): New declaration.
21791         * lib/getdtablesize.c: New file.
21792         * m4/getdtablesize.m4: New file.
21793         * modules/getdtablesize: New file.
21794         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21795         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21796         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21797         HAVE_GETDTABLESIZE.
21798         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21799
21800 2008-10-05  Bruno Haible  <bruno@clisp.org>
21801
21802         * modules/sched (Makefile.am): Fix typo.
21803         Reported by Simon Josefsson.
21804
21805 2008-10-05  Jim Meyering  <meyering@redhat.com>
21806
21807         bootstrap: check for LT_INIT, too
21808         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21809         are deprecated.  Suggestion from Ralf Wildenhues.
21810
21811 2008-10-05  Bruno Haible  <bruno@clisp.org>
21812
21813         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21814         overriding them by ours.
21815         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21816
21817 2008-10-05  Jim Meyering  <meyering@redhat.com>
21818
21819         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21820         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21821         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21822
21823 2008-10-04  Bruno Haible  <bruno@clisp.org>
21824
21825         * modules/dup2 (License): Change to LGPLv2+.
21826         * modules/sleep (License): Likewise.
21827         * modules/perror (License): Likewise.
21828         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21829         Blake.
21830         * modules/signal (License): Likewise.
21831         * modules/sigprocmask (License): Likewise.
21832         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21833         Meyering.
21834
21835 2008-10-04  Bruno Haible  <bruno@clisp.org>
21836
21837         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21838         Reported by Rainer Tammer <tammer@tammer.net>.
21839
21840 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21841             Bruno Haible  <bruno@clisp.org>
21842
21843         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21844         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21845         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21846
21847 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21848
21849         filevercmp: new module
21850         * lib/filevercmp.h: New function filevercmp comparing version strings.
21851         * lib/filevercmp.c: Implementation of filevercmp function.
21852         * modules/filevercmp: Module metadata.
21853         * tests/test-filevercmp.c: Unit test for new module.
21854         * modules/filevercmp-tests: Unit test metadata.
21855         * MODULES.html.sh: Add filevercmp module.
21856
21857 2008-10-03  Bruno Haible  <bruno@clisp.org>
21858
21859         * lib/c-ctype.h: Add comment.
21860         Reported by Jim Meyering.
21861
21862 2008-10-02  Bruno Haible  <bruno@clisp.org>
21863
21864         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21865
21866 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21867
21868         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21869         name of bootstrap.conf accordingly.
21870
21871 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21872
21873         * build-aux/bootstrap: Install git-merge-changelog configuration
21874         items into .gitconfig if needed.
21875
21876 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21877
21878         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21879         git repository, and initialize/update it accordingly.
21880
21881 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21882
21883         * modules/fsync-tests: New file.
21884         * tests/test-fsync.c: New file.
21885
21886         New module 'fsync'.
21887         * lib/fsync.c: New file.
21888         * m4/fsync.m4: New file.
21889         * modules/fsync: New file.
21890         * lib/unistd.in.h (fsync): New declaration.
21891         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21892         GNULIB_FSYNC and HAVE_FSYNC.
21893         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21894         * MODULES.html.sh (posix_functions): Add fsync.
21895         * doc/posix-functions/fsync.texi: Mention the new module.
21896
21897 2008-10-02  Jim Meyering  <meyering@redhat.com>
21898
21899         fts.c: sync with similar code from coreutils' remove.c
21900         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21901         Guard also with "#if defined __linux__", since for now at least,
21902         this code is Linux-kernel-specific.
21903
21904 2008-10-02  Jim Meyering  <meyering@redhat.com>
21905
21906         fts: bug fixes
21907         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21908         Include <sys/vfs.h>, not <sys/statfs.h>.
21909
21910         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21911         Include <sys/vfs.h>, not <sys/statfs.h>.
21912
21913 2008-10-01  Bruno Haible  <bruno@clisp.org>
21914
21915         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21916         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21917         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21918         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21919         * doc/posix-functions/posix_spawnp.texi: Likewise.
21920         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21921         whether posix_spawn actually works.
21922         * m4/pipe.m4 (gl_PIPE): Likewise.
21923         * modules/execute (Files): Add m4/posix_spawn.m4.
21924         * modules/pipe (Files): Add m4/posix_spawn.m4.
21925         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21926
21927 2008-10-01  Jim Meyering  <meyering@redhat.com>
21928
21929         remove trailing spaces
21930         * NEWS: Likewise.
21931         * lib/poll.c (poll): Likewise.
21932         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21933         * lib/winsock.c (rpl_close): Likewise.
21934         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21935         * modules/yield: Likewise.
21936         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21937         * tests/test-sys_select.c (connect_to_socket): Likewise.
21938
21939         fts.c: adjust a new interface to be more generally useful
21940         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21941         (fts_build): Adjust caller.
21942
21943 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21944
21945         * modules/cond-tests: New file.
21946         * tests/test-cond.c: New file.
21947
21948 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21949             Bruno Haible  <bruno@clisp.org>
21950
21951         * modules/cond (Dependencies): Add errno, time.
21952         * lib/glthread/cond.h: Include <time.h>.
21953         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21954         across platforms.
21955
21956 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21957             Bruno Haible  <bruno@clisp.org>
21958
21959         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21960
21961 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21962             Bruno Haible  <bruno@clisp.org>
21963
21964         * modules/tls-tests (Depends-on): Add thread, yield.
21965         (configure.ac): Remove all checks.
21966         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21967         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21968         gl_thread_self): Remove definitions. Include glthread/thread.h and
21969         glthread/yield.h instead.
21970         (test_tls): Pass an additional NULL argument to gl_thread_join.
21971
21972 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21973             Bruno Haible  <bruno@clisp.org>
21974
21975         * modules/lock-tests (Depends-on): Add thread, yield.
21976         (configure.ac): Remove all checks.
21977         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21978         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21979         gl_thread_self): Remove definitions. Include glthread/thread.h and
21980         glthread/yield.h instead.
21981         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21982         additional NULL argument to gl_thread_join.
21983
21984 2008-09-30  Bruno Haible  <bruno@clisp.org>
21985
21986         Fix the Win32 implementation of the 'thread' module.
21987         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21988         pointer type.
21989         (gl_thread_self): Invoke gl_thread_self_func.
21990         (gl_thread_self_func): New declaration.
21991         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21992         (do_init_self_key, init_self_key): New functions.
21993         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21994         Remove some fields.
21995         (running_threads, running_lock): Remove variables.
21996         (get_current_thread_handle): New function.
21997         (gl_thread_self_func, wrapper_func, glthread_create_func,
21998         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21999         simplified.
22000
22001 2008-09-30  Bruno Haible  <bruno@clisp.org>
22002
22003         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22004         files.
22005
22006 2008-09-30  Jim Meyering  <meyering@redhat.com>
22007
22008         fts.m4: correct the test for statfs.f_type
22009         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22010         when checking for statfs.f_type.
22011
22012 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22013
22014         tests: avoid some compiler warnings
22015         * tests/test-memchr.c (main): Pass NULL indirectly.
22016         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22017
22018 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
22019
22020         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22021         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22022         exactly specified dayshifts.
22023         (dayshift): New rule.
22024         (rel): Add dayshift.
22025         (relative_time_table) [tomorrow, yesterday, today, now]:
22026         Use tDAY_SHIFT in place of tDAY_UNIT.
22027         * tests/test-getdate.c: Add tests for now-disallowed countable
22028         dayshifts, e.g., "4 yesterday ago".
22029
22030 2008-09-29  Bruno Haible  <bruno@clisp.org>
22031
22032         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22033         * tests/test-posix_spawn1.in.sh: Renamed from
22034         tests/test-posix_spawn.in.sh.
22035         * tests/test-posix_spawn2.c: New file.
22036         * tests/test-posix_spawn2.in.sh: New file.
22037         * modules/posix_spawnp-tests (Files): Update.
22038         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22039
22040 2008-09-29  Bruno Haible  <bruno@clisp.org>
22041
22042         Propagate effects of putenv/setenv/unsetenv to child processes.
22043         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22044         * lib/pipe.c (create_pipe): Likewise.
22045
22046 2008-09-29  Bruno Haible  <bruno@clisp.org>
22047
22048         Enable use of shell scripts as executables in mingw.
22049         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22050         run the program as a shell script.
22051         * lib/pipe.c (create_pipe): Likewise.
22052         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22053         resulting array.
22054
22055 2008-09-29  Eric Blake  <ebb9@byu.net>
22056
22057         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22058
22059 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22060
22061         * doc/posix-functions/accept.texi: Update mingw problems.
22062         * doc/posix-functions/bind.texi: Update mingw problems.
22063         * doc/posix-functions/close.texi: Update mingw problems.
22064         * doc/posix-functions/connect.texi: Update mingw problems.
22065         * doc/posix-functions/getpeername.texi: Update mingw problems.
22066         * doc/posix-functions/getsockname.texi: Update mingw problems.
22067         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22068         * doc/posix-functions/ioctl.texi: Update mingw problems.
22069         * doc/posix-functions/listen.texi: Update mingw problems.
22070         * doc/posix-functions/recv.texi: Update mingw problems.
22071         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22072         * doc/posix-functions/select.texi: Update mingw problems.
22073         * doc/posix-functions/send.texi: Update mingw problems.
22074         * doc/posix-functions/sendto.texi: Update mingw problems.
22075         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22076         * doc/posix-functions/socket.texi: Update mingw problems.
22077
22078 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22079             Bruno Haible  <bruno@clisp.org>
22080
22081         * lib/sys_select.in.h: Include sys/time.h.
22082         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22083         * modules/sys_select: Depend on sys_time.
22084         * tests/test-sys_select.c: Test that sys/select.h defines struct
22085         timeval fully.
22086
22087 2008-09-29  Bruno Haible  <bruno@clisp.org>
22088
22089         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22090         * lib/sys_select.in.h: Likewise.
22091
22092 2008-09-29  Bruno Haible  <bruno@clisp.org>
22093
22094         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22095
22096 2008-09-29  Bruno Haible  <bruno@clisp.org>
22097
22098         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22099         Set LIBSOCKET instead of augmenting LIBS.
22100         * modules/sockets (Link): New section.
22101         * modules/sockets-tests (test_sockets_LDADD): New variable.
22102         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22103         * modules/poll-tests (test_poll_LDADD): New variable.
22104         * NEWS: Document the change.
22105
22106 2008-09-29  Bruno Haible  <bruno@clisp.org>
22107
22108         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22109         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22110         ARPA_INET_H directly.
22111         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22112
22113 2008-09-28  Bruno Haible  <bruno@clisp.org>
22114
22115         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22116         from gl_HEADER_SYS_SOCKET.
22117         (gl_HEADER_SYS_SOCKET): Invoke it.
22118         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22119
22120 2008-09-28  Bruno Haible  <bruno@clisp.org>
22121
22122         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
22123         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
22124         Needed on OSF/1 4.0.
22125
22126 2008-09-28  Bruno Haible  <bruno@clisp.org>
22127
22128         Override open more carefully.
22129         * lib/open.c (orig_open): New function.
22130         (rpl_open): Use orig_open instead of open.
22131         * lib/fcntl.in.h: Add special invocation convention.
22132         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
22133         (gl_FUNC_OPEN): Invoke it.
22134
22135         Override freopen more carefully.
22136         * lib/freopen.c (orig_freopen): New function.
22137         (rpl_freopen): Use orig_freopen instead of freopen.
22138         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
22139         (gl_FUNC_FREOPEN): Invoke it.
22140
22141         Override fopen more carefully.
22142         * lib/fopen.c (orig_fopen): New function.
22143         (rpl_fopen): Use orig_fopen instead of fopen.
22144         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
22145         (gl_FUNC_FOPEN): Invoke it.
22146         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
22147
22148 2008-09-28  Bruno Haible  <bruno@clisp.org>
22149
22150         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
22151         SIGPIPE.
22152
22153 2008-09-28  Bruno Haible  <bruno@clisp.org>
22154
22155         * tests/test-sigaction.c (handler, main): Disable the check whether
22156         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
22157         glibc systems with LinuxThreads.
22158
22159 2008-09-28  Bruno Haible  <bruno@clisp.org>
22160
22161         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
22162
22163         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
22164         with AIX xlc.
22165         * lib/fcntl.in.h (open): Likewise.
22166         Reported by Rainer Tammer <tammer@tammer.net>.
22167
22168 2008-09-28  Bruno Haible  <bruno@clisp.org>
22169
22170         * modules/posix_spawnp-tests: New file.
22171         * tests/test-posix_spawn.c: New file.
22172         * tests/test-posix_spawn.in.sh: New file.
22173
22174         New module 'posix_spawnp'.
22175         * modules/posix_spawnp: New file.
22176         * lib/spawnp.c: New file, from GNU libc with modifications.
22177         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
22178
22179         New module 'posix_spawn'.
22180         * modules/posix_spawn: New file.
22181         * lib/spawn.c: New file, from GNU libc with modifications.
22182         * doc/posix-functions/posix_spawn.texi: Mention the new module.
22183
22184         New module 'posix_spawnattr_destroy'.
22185         * modules/posix_spawnattr_destroy: New file.
22186         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
22187         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
22188         module.
22189
22190         New module 'posix_spawnattr_setsigmask'.
22191         * modules/posix_spawnattr_setsigmask: New file.
22192         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
22193         modifications.
22194         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
22195         new module.
22196
22197         New module 'posix_spawnattr_getsigmask'.
22198         * modules/posix_spawnattr_getsigmask: New file.
22199         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
22200         modifications.
22201         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
22202         new module.
22203
22204         New module 'posix_spawnattr_setsigdefault'.
22205         * modules/posix_spawnattr_setsigdefault: New file.
22206         * lib/spawnattr_setdefault.c: New file, from GNU libc with
22207         modifications.
22208         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
22209         new module.
22210
22211         New module 'posix_spawnattr_getsigdefault'.
22212         * modules/posix_spawnattr_getsigdefault: New file.
22213         * lib/spawnattr_getdefault.c: New file, from GNU libc with
22214         modifications.
22215         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
22216         new module.
22217
22218         New module 'posix_spawnattr_setschedpolicy'.
22219         * modules/posix_spawnattr_setschedpolicy: New file.
22220         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
22221         modifications.
22222         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
22223         new module.
22224
22225         New module 'posix_spawnattr_getschedpolicy'.
22226         * modules/posix_spawnattr_getschedpolicy: New file.
22227         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
22228         modifications.
22229         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
22230         new module.
22231
22232         New module 'posix_spawnattr_setschedparam'.
22233         * modules/posix_spawnattr_setschedparam: New file.
22234         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
22235         modifications.
22236         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
22237         new module.
22238
22239         New module 'posix_spawnattr_getschedparam'.
22240         * modules/posix_spawnattr_getschedparam: New file.
22241         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
22242         modifications.
22243         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
22244         new module.
22245
22246         New module 'posix_spawnattr_setpgroup'.
22247         * modules/posix_spawnattr_setpgroup: New file.
22248         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
22249         modifications.
22250         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
22251         module.
22252
22253         New module 'posix_spawnattr_getpgroup'.
22254         * modules/posix_spawnattr_getpgroup: New file.
22255         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
22256         modifications.
22257         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
22258         module.
22259
22260         New module 'posix_spawnattr_setflags'.
22261         * modules/posix_spawnattr_setflags: New file.
22262         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
22263         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
22264         module.
22265
22266         New module 'posix_spawnattr_getflags'.
22267         * modules/posix_spawnattr_getflags: New file.
22268         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
22269         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
22270         module.
22271
22272         New module 'posix_spawnattr_init'.
22273         * modules/posix_spawnattr_init: New file.
22274         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22275         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22276         module.
22277
22278         New module 'posix_spawn_file_actions_destroy'.
22279         * modules/posix_spawn_file_actions_destroy: New file.
22280         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22281         modifications.
22282         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22283         the new module.
22284
22285         New module 'posix_spawn_file_actions_addopen'.
22286         * modules/posix_spawn_file_actions_addopen: New file.
22287         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22288         modifications.
22289         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22290         the new module.
22291
22292         New module 'posix_spawn_file_actions_adddup2'.
22293         * modules/posix_spawn_file_actions_adddup2: New file.
22294         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22295         modifications.
22296         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22297         the new module.
22298
22299         New module 'posix_spawn_file_actions_addclose'.
22300         * modules/posix_spawn_file_actions_addclose: New file.
22301         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22302         modifications.
22303         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22304         the new module.
22305
22306         New module 'posix_spawn_file_actions_init'.
22307         * modules/posix_spawn_file_actions_init: New file.
22308         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22309         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22310         new module.
22311
22312         New module 'posix_spawn-internal'.
22313         * modules/posix_spawn-internal: New file.
22314         * lib/spawn_int.h: New file, from GNU libc with modifications.
22315         * lib/spawni.c: New file, from GNU libc with modifications.
22316         * m4/posix_spawn.m4: New file.
22317
22318         New module 'spawn'.
22319         * modules/spawn: New file.
22320         * lib/spawn.in.h: New file, from GNU libc with modifications.
22321         * m4/spawn_h.m4: New file.
22322         * doc/posix-headers/spawn.texi: Mention the new module.
22323
22324 2008-09-28  Bruno Haible  <bruno@clisp.org>
22325
22326         * modules/sched-tests: New file.
22327         * tests/test-sched.c: New file.
22328
22329         New module 'sched'.
22330         * modules/sched: New file.
22331         * lib/sched.in.h: New file.
22332         * m4/sched_h.m4: New file.
22333         * doc/posix-headers/sched.texi: Mention the new module.
22334
22335 2008-09-27  Eric Blake  <ebb9@byu.net>
22336
22337         Fix previous patch, and tweak references to $0.
22338         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22339         (func_version, func_gnulib_dir): Don't call this program
22340         gnulib-tool.
22341         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22342         with using $0 in function.
22343         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22344         (func_fatal_error): Reuse the name the user invoked us with.
22345
22346 2008-09-27  Bruno Haible  <bruno@clisp.org>
22347
22348         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22349         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22350         (gl_ICONV_H): Not here.
22351         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22352         instead of assigning ICONV_H directly.
22353
22354         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22355         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22356         WCHAR_H directly.
22357
22358 2008-09-27  Bruno Haible  <bruno@clisp.org>
22359
22360         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22361         * modules/arpa_inet (Depends-on): Add link-warning.
22362         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22363         * modules/unistd (Makefile.am): Likewise.
22364
22365 2008-09-26  Bruno Haible  <bruno@clisp.org>
22366
22367         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22368         variables.
22369         (func_version): Essentially copied from gnulib-tool.
22370         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22371         func_readlink): Copied from gnulib-tool.
22372
22373 2008-09-26  Bruno Haible  <bruno@clisp.org>
22374
22375         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22376         invoking git-version-gen.
22377
22378 2008-09-26  Bruno Haible  <bruno@clisp.org>
22379
22380         * posix-modules: Update to directory names changed on 2008-01-19.
22381         Remove commas in output before splitting into words. No more need to
22382         avoid 'ftruncate' since 2007-02-19.
22383
22384 2008-09-26  Bruno Haible  <bruno@clisp.org>
22385
22386         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22387
22388 2008-09-26  Bruno Haible  <bruno@clisp.org>
22389
22390         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22391         * modules/fwriteerror (Depends-on): Add errno.
22392
22393 2008-09-26  Bruno Haible  <bruno@clisp.org>
22394
22395         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22396         * tests/test-vc-list-files-cvs.sh: Likewise.
22397
22398 2008-09-26  Bruno Haible  <bruno@clisp.org>
22399
22400         * doc/posix-headers/sys_resource.texi: Reorder items.
22401
22402 2008-09-26  Jim Meyering  <meyering@redhat.com>
22403
22404         fts: tweak inode comparison function
22405         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22406         inode numbers, as documented.
22407
22408         fts: sort dirent entries on inode number before traversing
22409         This avoids a quadratic, seek-related performance penalty when
22410         operating on a directory containing many entries (measurable at 10k;
22411         3.5 hours at 2 million entries with a cold cache) on certain types
22412         of file systems, including ext3 and ext4, but not tmpfs.
22413         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22414         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22415         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22416         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22417         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22418         (fts_build): Set the stat.st_ino member from D_INO.
22419         If it is likely to be useful, sort dirent entries on inode number.
22420
22421         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22422         and the struct statfs.f_type member.
22423         * modules/fts (Depends-on): Add d-ino.
22424
22425 2008-09-26  Bruno Haible  <bruno@clisp.org>
22426
22427         * modules/sigpipe-die (Depends-on): Add sigpipe.
22428
22429         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22430         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22431         and GNULIB_STDIO_H_SIGPIPE are set.
22432         * lib/stdio-write.c: New file.
22433         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22434         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22435         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22436         REPLACE_STDIO_WRITE_FUNCS.
22437         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22438         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22439         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22440         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22441         * modules/stdio (Files): Add lib/stdio-write.c.
22442         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22443         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22444         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22445         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22446         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22447         REPLACE_FPRINTF_POSIX.
22448         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22449         REPLACE_PRINTF_POSIX.
22450         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22451         REPLACE_VFPRINTF_POSIX.
22452         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22453         REPLACE_VPRINTF_POSIX.
22454         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22455         SIGPIPE issue.
22456         * doc/posix-functions/fputc.texi: Likewise.
22457         * doc/posix-functions/fputs.texi: Likewise.
22458         * doc/posix-functions/fwrite.texi: Likewise.
22459         * doc/posix-functions/printf.texi: Likewise.
22460         * doc/posix-functions/putc.texi: Likewise.
22461         * doc/posix-functions/putchar.texi: Likewise.
22462         * doc/posix-functions/puts.texi: Likewise.
22463         * doc/posix-functions/vfprintf.texi: Likewise.
22464         * doc/posix-functions/vprintf.texi: Likewise.
22465
22466         * modules/safe-write (Depends-on): Add write.
22467
22468         * modules/sigpipe-tests: New file.
22469         * tests/test-sigpipe.c: New file.
22470         * tests/test-sigpipe.sh: New file.
22471
22472         * modules/write: New file.
22473         * lib/unistd.in.h: Include <sys/types.h>.
22474         (write): New declaration.
22475         * lib/write.c: New file.
22476         * m4/write.m4: New file.
22477         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22478         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22479         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22480         GNULIB_WRITE, REPLACE_WRITE.
22481         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22482         and the SIGPIPE issue.
22483
22484         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22485         (raise): New declaration.
22486         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22487         (ext_signal): New function.
22488         (rpl_raise): New function.
22489         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22490         GNULIB_SIGNAL_H_SIGPIPE.
22491         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22492         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22493
22494         * modules/sigpipe: New file.
22495         * m4/sigpipe.m4: New file.
22496
22497 2008-09-25  Derek Price  <derek@ximbiot.com>
22498             Bruno Haible  <bruno@clisp.org>
22499
22500         * gnulib-tool (func_import): Report all license incompatibilities, not
22501         just the first one.
22502
22503 2008-09-25  Bruno Haible  <bruno@clisp.org>
22504
22505         * gnulib-tool (func_import): When computing the edits, consider not
22506         only the Makefile.ams that exist but also those that will be generated.
22507
22508 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22509
22510         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22511         fixes gnulib-tool --test warning about duplicate dependency.
22512
22513 2008-09-25  Bruno Haible  <bruno@clisp.org>
22514
22515         * gnulib-tool: Don't ask the user to perform edits in the generated
22516         Makefile.ams.
22517         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22518         apply to the Makefile.am being generated.
22519         (func_emit_tests_Makefile_am): Execute edits that apply to the
22520         Makefile.am being generated.
22521         (func_import): Setup list of Makefile.am edits before emitting the
22522         Makefile.ams, not at the end.
22523         (func_create_testdir): Update.
22524         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22525
22526 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22527
22528         * gnulib-tool (func_import): Store the --tests-base option in the
22529         comment in gnulib-cache.m4.
22530
22531 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22532
22533         * NEWS: Document increased portability that sys_select now provides.
22534
22535         * lib/sys_select.in.h: Install select wrapper.
22536         * lib/sys_socket.in.h: Use more descriptive name when there is no
22537         select wrapper.
22538         * lib/winsock-select.c: New.
22539         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22540         Require gl_HEADER_SYS_SOCKET.
22541         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22542         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22543         * tests/test-sys_select.c: Add functional tests.
22544
22545 2008-09-24  Eric Blake  <ebb9@byu.net>
22546
22547         open, fopen: close fd leak in last patch
22548         * lib/open.c (rpl_open): Close fd before returning error.
22549         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22550         * doc/posix-functions/open.texi (open): Document that Irix also
22551         has the bug.
22552         * doc/posix-functions/fopen.texi (fopen): Likewise.
22553         Reported by Paolo Bonzini.
22554
22555 2008-09-24  Bruno Haible  <bruno@clisp.org>
22556
22557         Ensure that a filename ending in a slash cannot be used to access a
22558         non-directory.
22559         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22560         to check whether it's really a directory.
22561         * lib/fopen.c: Include fcntl.h, unistd.h.
22562         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22563         and fdopen().
22564         * modules/fopen (Depends-on): Add unistd.
22565         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22566         * tests/test-fopen.c (main): Likewise.
22567         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22568         * doc/posix-functions/fopen.texi: Likewise.
22569         Reported by Eric Blake.
22570
22571 2008-09-23  Eric Blake  <ebb9@byu.net>
22572
22573         c-stack: avoid compiler optimizations when provoking overflow
22574         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22575         recursion harder to optimize, to ensure a stack overflow occurs.
22576         * tests/test-c-stack.c (recurse): Likewise.
22577         Borrowed from libsigsegv.
22578
22579         c-stack: work around Irix sigaltstack bug
22580         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22581         whether sigaltstack uses wrong end of stack_t (copied in part from
22582         libsigsegv).
22583         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22584         Irix bug, without requiring an over-allocation.
22585         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22586         bug.
22587
22588         fopen: document mingw bug on directories
22589         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22590         not allowing a stream visiting a directory, even though reading
22591         from such a stream is not portable.
22592
22593 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22594
22595         * lib/poll.c: Rewrite.
22596         * modules/poll: Depend on alloca.
22597
22598 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22599
22600         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22601         instead define prototypes for a full set of wrappers.  Ensure
22602         that Cygwin does not use the compatibility code, which is only
22603         for MinGW.
22604         * lib/winsock.c: New.
22605         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22606         * modules/sys_socket: Add lib/winsock.c.
22607
22608         * modules/poll-tests: Add errno and perror.
22609         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22610
22611 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22612
22613         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22614
22615 2008-09-23  Bruno Haible  <bruno@clisp.org>
22616
22617         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22618         * doc/glibc-functions/*: Likewise.
22619
22620 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22621
22622         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22623         success.
22624
22625 2008-09-22  Eric Blake  <ebb9@byu.net>
22626             Bruno Haible  <bruno@clisp.org>
22627
22628         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22629         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22630         supply %A but mishandle pseudo-NaN.
22631         Reported by Simon Josefsson.
22632
22633 2008-09-21  Bruno Haible  <bruno@clisp.org>
22634
22635         * tests/test-lock.c (main): Tweak skip message.
22636         * tests/test-tls.c (main): Likewise.
22637
22638 2008-09-21  Bruno Haible  <bruno@clisp.org>
22639
22640         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22641         whether 'struct sigaction' has sa_sigaction here...
22642         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22643         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22644
22645 2008-09-21  Bruno Haible  <bruno@clisp.org>
22646
22647         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22648         section.
22649         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22650         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22651         the new section.
22652         (Support for obsolete systems lacking POSIX:2001): New section.
22653         (String handling <string.h>): Move strdup to the new section.
22654         Suggested by Simon Josefsson and Paolo Bonzini.
22655
22656 2008-09-21  Bruno Haible  <bruno@clisp.org>
22657
22658         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22659         exponents in %e and %g results on 'long double'. Needed for mingw's
22660         improved *printf functions.
22661         * tests/test-vasprintf-posix.c (test_function): Likewise.
22662         * tests/test-snprintf-posix.h (test_function): Likewise.
22663         * tests/test-sprintf-posix.h (test_function): Likewise.
22664         Reported by Eric Blake.
22665
22666 2008-09-21  Bruno Haible  <bruno@clisp.org>
22667
22668         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22669         * tests/test-sprintf-posix.h (test_function): Likewise.
22670
22671 2008-09-21  Bruno Haible  <bruno@clisp.org>
22672
22673         * modules/getpass (Depends-on): Add strdup-posix.
22674
22675         New module 'strdup-posix'.
22676         * modules/strdup-posix: New file.
22677         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22678         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22679         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22680         REPLACE_STRDUP.
22681         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22682         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22683         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22684         strdup-posix.
22685
22686         * modules/strdup (Depends-on): Remove malloc-posix.
22687
22688 2008-09-20  Bruno Haible  <bruno@clisp.org>
22689
22690         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22691         Wildenhues.
22692
22693 2008-09-20  Bruno Haible  <bruno@clisp.org>
22694
22695         Ensure that wint_t gets defined on IRIX 5.3.
22696         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22697         * lib/wctype.in.h (wint_t): Likewise.
22698         (__wctype_wint_t): Remove type.
22699         (isw*): Use wint_t instead of __wctype_wint_t.
22700         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22701         * modules/wchar (Files): Add m4/wint_t.m4.
22702         (Makefile.am): Substitute HAVE_WINT_T.
22703         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22704         * tests/test-wctype.c: Check that wint_t is defined.
22705         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22706         * doc/posix-headers/wctype.texi: Likewise.
22707         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22708
22709 2008-09-18  Bruno Haible  <bruno@clisp.org>
22710
22711         * gnulib-tool (func_exit): Update comment.
22712
22713 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22714
22715         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22716         assumes strdup exists and does not depend on strdup to return
22717         ENOMEM on out of memory conditions.
22718
22719 2008-09-18  Bruno Haible  <bruno@clisp.org>
22720
22721         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
22722         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22723         digits for the exponent.
22724
22725 2008-09-18  Jim Meyering  <meyering@redhat.com>
22726             Bruno Haible  <bruno@clisp.org>
22727
22728         * lib/vasnprintf.c (decimal_point_char): Define also if
22729         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22730
22731 2008-09-16  Bruno Haible  <bruno@clisp.org>
22732         and Eric Blake  <ebb9@byu.net>
22733
22734         vasnprintf: support Irix 5.3
22735         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22736         that mishandle long double infinity.
22737         Reported by Tom G. Christensen.
22738
22739 2008-09-16  Bruno Haible  <bruno@clisp.org>
22740
22741         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22742         Solaris 9.
22743         * doc/glibc-functions/alphasort.texi: Likewise.
22744         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22745
22746 2008-09-16  Jim Meyering  <meyering@redhat.com>
22747
22748         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22749         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22750         a umask modification leak out of a subshell.  Otherwise, the
22751         opensolaris /bin/sh would be accepted and thus cause unwarranted
22752         failures in the coreutils test suite.
22753
22754 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22755
22756         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22757         to succeed.
22758
22759 2008-09-16  Jim Meyering  <meyering@redhat.com>
22760
22761         avoid spurious test failure when library is built without ACL support
22762         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22763         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22764         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22765         * tests/test-copy-acl.sh: Likewise.
22766
22767 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22768
22769         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22770         based on character occurrence counts.
22771
22772 2008-09-15  Eric Blake  <ebb9@byu.net>
22773
22774         tests: avoid some compiler warnings
22775         * tests/test-memchr.c (main): Pass NULL indirectly.
22776         * tests/test-closein.c (main): Avoid unused variable.
22777
22778 2008-09-15  Bruno Haible  <bruno@clisp.org>
22779
22780         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22781         are missing on OpenBSD 4.0 individually.
22782         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22783
22784 2008-09-15  Bruno Haible  <bruno@clisp.org>
22785
22786         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22787         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22788         * doc/posix-functions/perror.texi: Likewise.
22789         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22790         is missing.
22791         Reported by Eric Blake.
22792
22793         * lib/errno.in.h: Use replacement values >= 2000.
22794         Reported by Eric Blake.
22795
22796 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22797
22798         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22799         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22800         limit.
22801         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22802         compareseq was aborted.
22803
22804 2008-09-14  Bruno Haible  <bruno@clisp.org>
22805
22806         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22807         yvec_edit_count.
22808         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22809         (fstrcmp_bounded): Simplify result computation accordingly.
22810
22811 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22812
22813         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22814         (fstrcmp): Define in terms of fstrcmp_bounded.
22815         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22816         lower_bound argument.
22817         Return quickly if the result is certainly < lower_bound.
22818         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22819
22820 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22821
22822         * lib/diffseq.h (EARLY_ABORT): New macro.
22823         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22824         evaluates to true.
22825
22826 2008-09-14  Bruno Haible  <bruno@clisp.org>
22827
22828         * modules/perror-tests: New file.
22829         * tests/test-perror.sh: New file.
22830         * tests/test-perror.c: New file.
22831
22832         New module 'perror'.
22833         * lib/stdio.in.h (perror): New declaration.
22834         * lib/perror.c: New file.
22835         * m4/perror.m4: New file.
22836         * modules/perror: New file.
22837         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22838         * doc/posix-functions/perror.texi: Mention the perror module.
22839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22840         REPLACE_PERROR.
22841         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22842         REPLACE_PERROR.
22843
22844 2008-09-14  Bruno Haible  <bruno@clisp.org>
22845
22846         * modules/stdio (Makefile.am): Reorder to match the order in
22847         lib/stdio.in.h.
22848         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22849
22850 2008-09-13  Bruno Haible  <bruno@clisp.org>
22851
22852         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22853
22854 2008-09-13  Bruno Haible  <bruno@clisp.org>
22855
22856         Extend strerror to cover the added errno values.
22857         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22858         (rpl_strerror): Provide error messages for the added errno values and
22859         for the WSA* values.
22860         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22861         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22862         strerror.
22863         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22864         * modules/strerror (Depends-on): Add errno.
22865         * doc/posix-functions/strerror.texi: Document the change.
22866         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22867         and EOVERFLOW.
22868
22869 2008-09-13  Bruno Haible  <bruno@clisp.org>
22870
22871         * modules/EOVERFLOW: Remove file.
22872         * m4/eoverflow.m4: Remove file.
22873         * modules/EOVERFLOW-tests: Remove file.
22874         * tests/test-EOVERFLOW.c: Remove file.
22875         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22876         * modules/ftell (Depends-on): Likewise.
22877         * modules/getdelim (Depends-on): Likewise.
22878         * modules/getugroups (Depends-on): Likewise.
22879         * modules/poll (Depends-on): Likewise.
22880         * modules/snprintf (Depends-on): Likewise.
22881         * modules/sprintf-posix (Depends-on): Likewise.
22882         * modules/vasnprintf (Depends-on): Likewise.
22883         * modules/vasprintf (Depends-on): Likewise.
22884         * modules/vfprintf-posix (Depends-on): Likewise.
22885         * modules/vsnprintf (Depends-on): Likewise.
22886         * modules/vsprintf-posix (Depends-on): Likewise.
22887         * modules/xvasprintf (Depends-on): Likewise.
22888         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22889         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22890         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22891         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22892         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22893         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22894         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22895         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22896         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22897         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22898         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22899         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22900         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22901         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22902         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22903         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22904         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22905         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22906         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22907         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22908         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22909         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22910         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22911         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22912         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22913         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22914         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22915         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22916         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22917         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22918         * MODULES.html.sh: Remove EOVERFLOW.
22919         * NEWS: Mention the change.
22920
22921 2008-09-13  Bruno Haible  <bruno@clisp.org>
22922
22923         * modules/errno-tests: New file.
22924         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22925
22926         * lib/errno.in.h: New file.
22927         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22928         * modules/errno: New file.
22929         * doc/posix-headers/errno.texi: Update documentation.
22930         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22931
22932 2008-09-13  Bruno Haible  <bruno@clisp.org>
22933
22934         * tests/test-poll.c: Use #if for native Windows, rather than testing
22935         __MSVCRT__.
22936
22937 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22938             Bruno Haible  <bruno@clisp.org>
22939
22940         * lib/glob.c: Don't include <pwd.h> on native Windows.
22941         (WINDOWS32): New macro.
22942         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22943
22944 2008-09-13  Bruno Haible  <bruno@clisp.org>
22945
22946         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22947         (ETIMEDOUT): Remove macro.
22948         (glthread_cond_timedwait_multithreaded): New declaration.
22949         (glthread_cond_timedwait): Use it.
22950         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22951         (glthread_cond_timedwait_multithreaded): New function.
22952
22953 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22954
22955         * modules/poll-tests: Do not check for io.h.
22956         * tests/test-poll.c: Check for __MSVCRT__ instead.
22957
22958 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22959
22960         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22961         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22962         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22963
22964 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22965
22966         * modules/poll-tests: New.
22967         * tests/test-poll.c: New.
22968
22969 2008-09-12  Eric Blake  <ebb9@byu.net>
22970
22971         frexp: test for NetBSD failure on -0.0
22972         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22973         not all, bugs from NetBSD 3.0 have been fixed.
22974         * doc/posix-functions/frexp.texi (frexp): Document bug.
22975         Reported by Thomas Klausner.
22976
22977         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22978         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22979         literal -0.0.
22980         Reported by Jonathan C. Patschke <jp@centtech.com>.
22981
22982 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22983
22984         * lib/glthread/cond.h: Use dummy implementation also if
22985         USE_WIN32_THREADS.
22986
22987 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22988
22989         * modules/fnmatch-posix (License): Change to LGPLv2+.
22990         * modules/fnmatch-gnu (License): Likewise.
22991
22992 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22993
22994         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22995
22996 2008-09-11  Jim Meyering  <meyering@redhat.com>
22997
22998         * users.txt: Add gtk-vnc.
22999
23000 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23001
23002         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23003         rotate amounts.
23004
23005         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23006         required for 16-bit and 8-bit rotates.
23007         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23008         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23009         UINT8_MAX instead of hard-coded constants.
23010         Suggested by Paul Eggert.
23011
23012 2008-09-07  Bruno Haible  <bruno@clisp.org>
23013
23014         * tests/test-striconveh.c (main): Check behaviour when converting from
23015         UTF-7.
23016
23017         Make striconveh work better with stateful encodings.
23018         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23019         that iconv does not increment the inptr when returning -1/EINVAL.
23020
23021 2008-09-07  Bruno Haible  <bruno@clisp.org>
23022
23023         * build-aux/config.rpath: Update according to libtool-2.2.6.
23024         * build-aux/config.libpath: Likewise.
23025
23026 2008-09-06  Bruno Haible  <bruno@clisp.org>
23027
23028         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23029         * lib/freadptr.c (freadptr): Likewise.
23030         * lib/freadseek.c (freadptrinc): Likewise.
23031         Reported by Simon Josefsson.
23032
23033 2008-09-06  Bruno Haible  <bruno@clisp.org>
23034
23035         * modules/freadptr (License): Change to LGPLv2+.
23036         * modules/freadseek (License): Likewise.
23037         Suggested by Eric Blake.
23038
23039         * modules/memchr2 (License): Change to LGPLv2+.
23040         Approved by Eric Blake.
23041
23042 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23043             Bruno Haible  <bruno@clisp.org>
23044
23045         Make gnulib-tool work with native 'sed' on AIX.
23046         * gnulib-tool (sed_noop): New variable.
23047         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23048         func_add_or_update, func_create_testdir): Use it to initialize sed
23049         script variables.
23050         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23051
23052 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23053             Bruno Haible  <bruno@clisp.org>
23054
23055         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23056         also works after #include directives.
23057
23058 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
23059
23060         getdate.y: reject an out-of-range timezone value
23061         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23062         the range [-24...+24].  When specified with only one or two digits,
23063         * tests/test-getdate.c: Tests for the fix.
23064         * doc/getdate.texi: Document this change.
23065
23066 2008-09-03  Bruno Haible  <bruno@clisp.org>
23067
23068         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23069
23070 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23071
23072         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23073         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23074         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23075         Blake <ebb9@byu.net>.
23076
23077         * tests/test-bitrotate.c: Add more test vectors.
23078
23079 2008-09-02  Eric Blake  <ebb9@byu.net>
23080
23081         vasnprintf-posix: handle large precision via %.*d
23082         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23083         when handling it ourselves.
23084         * tests/test-vasnprintf-posix.c (test_function): Add test.
23085         * tests/test-snprintf-posix.h (test_function): Likewise.
23086         * tests/test-sprintf-posix.h (test_function): Likewise.
23087         * tests/test-vasprintf-posix.c (test_function): Likewise.
23088         Reported by Alain Guibert.
23089
23090 2008-09-01  Eric Blake  <ebb9@byu.net>
23091
23092         c-stack: make configure-time check more robust
23093         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23094         successful sigaction call.
23095         Reported by Tom G. Christensen.
23096
23097 2008-09-01  Bruno Haible  <bruno@clisp.org>
23098
23099         New module 'findprog-lgpl'.
23100         * modules/findprog-lgpl: New file.
23101         * lib/findprog-lgpl.c: New file.
23102         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23103         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23104         to decide whether to use strdup or xstrdup, concatenated_filename or
23105         xconcatenated_filename.
23106
23107 2008-09-01  Bruno Haible  <bruno@clisp.org>
23108
23109         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23110         'xconcat-filename' (GPL).
23111         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23112         (License): Change to LGPLv2+.
23113         * modules/xconcat-filename: New file.
23114         * lib/concat-filename.h (concatenated_filename): Change specification.
23115         (xconcatenated_filename): New declaration.
23116         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23117         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23118         memory situations.
23119         * lib/xconcat-filename.c: New file.
23120         * NEWS: Mention the change.
23121         * lib/findprog.c: Include concat-filename.h, not filename.h.
23122         (find_in_path): Use xconcatenated_filename instead of
23123         concatenated_filename.
23124         * lib/javacomp.c: Include concat-filename.h, not filename.h.
23125         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23126         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23127         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23128         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
23129         instead of concatenated_filename.
23130         * lib/javaexec.c: Include concat-filename.h, not filename.h.
23131         (execute_java_class): Use xconcatenated_filename instead of
23132         concatenated_filename.
23133         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
23134         * modules/javacomp (Depends-on): Likewise.
23135         * modules/javaexec (Depends-on): Likewise.
23136
23137 2008-09-01  Bruno Haible  <bruno@clisp.org>
23138
23139         Split module 'filename' into 'filename' and 'concat-filename'.
23140         * modules/filename: Keep only lib/filename.h.
23141         (License): Change to LGPLv2+.
23142         * modules/concat-filename: New file, extracted from modules/filename.
23143         * lib/filename.h (concatenated_filename): Remove declaration.
23144         * lib/concat-filename.h: New file, extracted from lib/filename.h.
23145         * lib/concat-filename.c: Include concat-filename.h.
23146         * NEWS: Mention the change.
23147
23148 2008-09-01  Simon Josefsson  <simon@josefsson.org>
23149
23150         * lib/bitrotate.h (rotl8, rotr8): Add.
23151
23152         * modules/bitrotate (configure.ac): Need
23153         AC_REQUIRE([AC_C_INLINE]).
23154         (Description): Mention stdint.h.  Reported by Bruno Haible
23155         <bruno@clisp.org>.
23156
23157         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
23158         Paolo Bonzini <bonzini@gnu.org>.
23159
23160 2008-08-31  Bruno Haible  <bruno@clisp.org>
23161
23162         Assume Solaris specific bi-arch conventions on Solaris systems.
23163         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
23164         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
23165         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
23166         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
23167         like acl_libdirstem.
23168         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
23169         acl_libdirstem.
23170         * NEWS: Mention the change.
23171         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
23172
23173 2008-08-31  Jim Meyering  <meyering@redhat.com>
23174
23175         * lib/strftime.h: Add comments describing the two added arguments.
23176
23177         remove duplicate #include directives
23178         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
23179         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
23180
23181 2008-08-31  Bruno Haible  <bruno@clisp.org>
23182
23183         New module 'sigpipe-die'.
23184         * modules/sigpipe-die: New file.
23185         * lib/sigpipe-die.h: New file.
23186         * lib/sigpipe-die.c: New file.
23187         * MODULES.html.sh (Signal handling): Add sigpipe-die.
23188
23189 2008-08-31  Bruno Haible  <bruno@clisp.org>
23190
23191         Don't override previously installed signal handlers.
23192         * lib/fatal-signal.c (saved_sigactions): New variable.
23193         (uninstall_handlers): Reset the signal to the saved handler, not
23194         to SIG_DFL (except when ignored).
23195         (install_handlers): Save the previous handlers.
23196
23197 2008-08-30  Bruno Haible  <bruno@clisp.org>
23198
23199         * gnulib-tool (func_reset_sigpipe): New function.
23200         (func_get_automake_snippet, func_modules_transitive_closure,
23201         func_import): Invoke it before a join command that reads from stdin,
23202         to avoid "echo: write error: Broken pipe" error messages on stderr.
23203         Reported by Sam Steingold <sds@gnu.org>.
23204
23205 2008-08-30  Bruno Haible  <bruno@clisp.org>
23206
23207         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
23208         Code copied from m4/open.m4.
23209         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
23210         access and the filename ends in a slash. Code copied from lib/open.c.
23211         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
23212         * tests/test-fopen.c (main): Check against bug with trailing slash.
23213
23214 2008-08-29  Bruno Haible  <bruno@clisp.org>
23215
23216         Avoid some "gcc -pedantic" warnings.
23217         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
23218         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
23219         * lib/dirent.in.h: Likewise.
23220         * lib/fcntl.in.h: Likewise.
23221         * lib/float.in.h: Likewise.
23222         * lib/iconv.in.h: Likewise.
23223         * lib/inttypes.in.h: Likewise.
23224         * lib/locale.in.h: Likewise.
23225         * lib/math.in.h: Likewise.
23226         * lib/netinet_in.in.h: Likewise.
23227         * lib/search.in.h: Likewise.
23228         * lib/signal.in.h: Likewise.
23229         * lib/stdarg.in.h: Likewise.
23230         * lib/stdint.in.h: Likewise.
23231         * lib/stdio.in.h: Likewise.
23232         * lib/stdlib.in.h: Likewise.
23233         * lib/string.in.h: Likewise.
23234         * lib/strings.in.h: Likewise.
23235         * lib/sys_select.in.h: Likewise.
23236         * lib/sys_socket.in.h: Likewise.
23237         * lib/sys_stat.in.h: Likewise.
23238         * lib/sys_time.in.h: Likewise.
23239         * lib/sysexits.in.h: Likewise.
23240         * lib/time.in.h: Likewise.
23241         * lib/unistd.in.h: Likewise.
23242         * lib/wchar.in.h: Likewise.
23243         * lib/wctype.in.h: Likewise.
23244         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
23245         * modules/fchdir (Makefile.am): Likewise.
23246         * modules/fcntl (Makefile.am): Likewise.
23247         * modules/float (Makefile.am): Likewise.
23248         * modules/iconv_open (Makefile.am): Likewise.
23249         * modules/inttypes (Makefile.am): Likewise.
23250         * modules/locale (Makefile.am): Likewise.
23251         * modules/math (Makefile.am): Likewise.
23252         * modules/netinet_in (Makefile.am): Likewise.
23253         * modules/search (Makefile.am): Likewise.
23254         * modules/signal (Makefile.am): Likewise.
23255         * modules/stdarg (Makefile.am): Likewise.
23256         * modules/stdint (Makefile.am): Likewise.
23257         * modules/stdio (Makefile.am): Likewise.
23258         * modules/stdlib (Makefile.am): Likewise.
23259         * modules/string (Makefile.am): Likewise.
23260         * modules/strings (Makefile.am): Likewise.
23261         * modules/sys_select (Makefile.am): Likewise.
23262         * modules/sys_socket (Makefile.am): Likewise.
23263         * modules/sys_stat (Makefile.am): Likewise.
23264         * modules/sys_time (Makefile.am): Likewise.
23265         * modules/sysexits (Makefile.am): Likewise.
23266         * modules/time (Makefile.am): Likewise.
23267         * modules/unistd (Makefile.am): Likewise.
23268         * modules/wchar (Makefile.am): Likewise.
23269         * modules/wctype (Makefile.am): Likewise.
23270         Reported by Reuben Thomas <rrt@sc3d.org>.
23271
23272 2008-08-29  Bruno Haible  <bruno@clisp.org>
23273
23274         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23275         any more.
23276
23277 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23278
23279         * MODULES.html.sh (Misc): Add bitrotate.
23280
23281         * modules/bitrotate: New file.
23282
23283         * lib/bitrotate.h: New file.
23284
23285         * modules/bitrotate-tests: New file.
23286
23287         * tests/test-bitrotate.c: New file.
23288
23289         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23290         on the bitrotate module.
23291
23292         * lib/arctwo.c: Use new bitrotate module.
23293
23294 2008-08-29  Jim Meyering  <meyering@redhat.com>
23295
23296         bootstrap: merge changes from coreutils
23297         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23298         of copied files.  Remove a kludge, now that this is fixed.
23299         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23300         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23301         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23302
23303 2008-08-29  Bruno Haible  <bruno@clisp.org>
23304
23305         * MODULES.html.sh: Remove --cvs-urls option.
23306
23307 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23308
23309         maint.mk: adjust to file name change
23310         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23311
23312 2008-08-28  Jim Meyering  <meyering@redhat.com>
23313
23314         * modules/getndelim2 (License): Relicense to LGPLv2+.
23315         Approved by Richard Stallman for the version of 1995, and by
23316         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23317
23318 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23319
23320         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23321         dummy if one is not available.  Do not touch them if
23322         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23323         (getc_maybe_unlocked): New.
23324         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23325
23326 2008-08-26  Eric Blake  <ebb9@byu.net>
23327
23328         doc/INSTALL: resync from autoconf
23329         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23330         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23331         moving...
23332         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23333         * INSTALL: Regenerate.
23334         * INSTALL.ISO: New file.
23335         * INSTALL.UTF-8: Likewise.
23336
23337 2008-08-26  Jim Meyering  <meyering@redhat.com>
23338
23339         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23340         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23341         these definitions conditional, so that they may be overridden, too.
23342
23343 2008-08-26  Bruno Haible  <bruno@clisp.org>
23344
23345         Generate INSTALL file variants with prettier quotes.
23346         * doc/Makefile (INSTALL_PRELUDE): New macro.
23347         (INSTALL): Use it.
23348         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23349
23350 2008-08-26  Bruno Haible  <bruno@clisp.org>
23351
23352         Run makeinfo in an English locale.
23353         * doc/Makefile (MAKEINFO): New variable.
23354
23355 2008-08-26  Bruno Haible  <bruno@clisp.org>
23356
23357         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23358         Suggested by Eric Blake.
23359
23360 2008-08-25  Bruno Haible  <bruno@clisp.org>
23361
23362         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23363
23364 2008-08-25  Eric Blake  <ebb9@byu.net>
23365
23366         c-stack: test that stack overflow can be caught
23367         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23368         that platform allows handling stack overflow; at least OS/2 EMX
23369         has sigaltstack, but crashes before transferring control to
23370         handler on stack overflow.
23371         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23372         check for HAVE_STACK_OVERFLOW_HANDLING.
23373         Reported by Elbert Pol.
23374
23375 2008-08-25  Bruno Haible  <bruno@clisp.org>
23376
23377         * doc/posix-functions/strftime.texi: Fix description of strftime
23378         module.
23379
23380 2008-08-24  Bruno Haible  <bruno@clisp.org>
23381
23382         * tests/uniwidth/test-uc_width2.c: New file.
23383         * tests/uniwidth/test-uc_width2.sh: New file.
23384         * modules/uniwidth/width-tests (Files): Add the new files.
23385         (TESTS): Add uniwidth/test-uc_width2.sh.
23386         (TESTS_ENVIRONMENT): New variable.
23387         (check_PROGRAMS): Add test-uc_width2.
23388         (test_uc_width2_SOURCES): New variable.
23389
23390         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23391         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23392         not 0x00AB.
23393         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23394
23395 2008-08-22  Eric Blake  <ebb9@byu.net>
23396
23397         test-lock, test-tls: mention why a test is skipped
23398         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23399         skipped.
23400         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23401
23402         count-one-bits: relax license
23403         * modules/count-one-bits (License): Relicense to LGPLv2+.
23404         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23405
23406 2008-08-22  Andreas Schwab  <schwab@suse.de>
23407
23408         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23409         Remove spurious space in assignment.
23410
23411 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23412
23413         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23414         Paul Eggert <eggert@CS.UCLA.EDU>.
23415
23416 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23417
23418         * modules/gettext: Add m4/threadlib.m4.
23419
23420 2008-08-19  Eric Blake  <ebb9@byu.net>
23421
23422         test-c-stack: fix compilation failure on FreeBSD 5.0
23423         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23424         headers before <sys/resource.h>.
23425         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23426         the bug.
23427         Reported by Nelson H. F. Beebe.
23428
23429         strverscmp: migrate from "strverscmp.h" to <string.h>
23430         * modules/string (Makefile.am): Add new hooks.
23431         * modules/strverscmp (Files): Remove strverscmp.h.
23432         (Depends-on): Add string.
23433         (configure.ac): Add indicator.
23434         (Include): Mention new header.
23435         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23436         defaults.
23437         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23438         results.
23439         * lib/strverscmp.h: Delete.
23440         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23441         * tests/test-strverscmp.c (includes): Adjust client.
23442         * lib/check-version.c (includes): Likewise.
23443         * NEWS: Document the change.
23444
23445         strverscmp: add unit test
23446         * modules/strverscmp-tests: New file.
23447         * tests/test-strverscmp.c: Likewise.
23448
23449 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23450
23451         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23452         regarding Windows crypto stuff, from Mono.
23453
23454 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23455
23456         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23457         if present, for intel RND.  Return error on failures.
23458
23459 2008-08-18  Ben Pfaff  <blp@gnu.org>
23460
23461         gitlog-to-changelog: give better diagnostic for failed pipe-open
23462         * build-aux/gitlog-to-changelog: Improve error message: suggest
23463         that the version of Git may be too old.
23464
23465 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23466
23467         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23468         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23469
23470 2008-08-18  Bruno Haible  <bruno@clisp.org>
23471
23472         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23473         pthread_in_use().
23474
23475 2008-08-18  Bruno Haible  <bruno@clisp.org>
23476
23477         * lib/glthread/threadlib.c: Include <pthread.h>.
23478
23479 2008-08-18  Bruno Haible  <bruno@clisp.org>
23480
23481         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23482         glthread_recursive_lock_* macros.
23483         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23484         Fix syntax error.
23485
23486 2008-08-18  Bruno Haible  <bruno@clisp.org>
23487
23488         * lib/glthread/thread.c: Avoid forcing a context switch right after
23489         thread creation.
23490
23491 2008-08-17  Bruno Haible  <bruno@clisp.org>
23492
23493         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23494         * lib/glthread/thread.h: Provide Win32 specific implementation.
23495         * modules/thread (Files): Add lib/glthread/thread.c.
23496         (Depends-on): Add lock.
23497         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23498
23499 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23500
23501         New module 'yield'.
23502         * modules/yield: New file.
23503         * lib/glthread/yield.h: New file.
23504         * m4/yield.m4: New file.
23505         * MODULES.html.sh (Multithreading): Add yield.
23506
23507 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23508
23509         New module 'thread'.
23510         * modules/thread: New file.
23511         * lib/glthread/thread.h: New file.
23512         * m4/thread.m4: New file.
23513         * MODULES.html.sh (Multithreading): Add thread.
23514
23515 2008-08-17  Bruno Haible  <bruno@clisp.org>
23516
23517         * lib/glthread/lock.h: Include <stdlib.h> always.
23518         * lib/glthread/tls.h: Likewise.
23519         * lib/glthread/cond.h: Likewise.
23520
23521 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23522
23523         New module 'cond'.
23524         * modules/cond: New file.
23525         * lib/glthread/cond.h: New file.
23526         * lib/glthread/cond.c: New file.
23527         * m4/cond.m4: New file.
23528         * MODULES.html.sh (Multithreading): Add cond.
23529
23530 2008-08-16  Eric Blake  <ebb9@byu.net>
23531
23532         c-stack: fix regression on Irix 5.3 from 2008-06-21
23533         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23534         sa_sigaction...
23535         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23536         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23537         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23538         * modules/signal (Makefile.am): Use the value.
23539         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23540         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23541         * doc/posix-headers/signal.texi (signal.h): Document this
23542         portability issue.
23543         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23544         Reported by Tom G. Christensen.
23545
23546 2008-08-17  Bruno Haible  <bruno@clisp.org>
23547
23548         New module 'threadlib'.
23549         * modules/threadlib: New file.
23550         * lib/glthread/threadlib.c: New file, extracted from
23551         lib/glthread/lock.c.
23552         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23553         functions.
23554         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23555         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23556         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23557         macros.
23558         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23559         (gl_DISABLE_THREADS): Remove macro.
23560         * modules/lock (Files): Remove build-aux/config.rpath.
23561         (Depends-on): Remove havelib. Add threadlib.
23562         (configure.ac-early): Remove section.
23563         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23564         * modules/tls (Depends-on): Remove lock. Add threadlib.
23565         (Link): New section, copied from threadlib.
23566         * MODULES.html.sh (Multithreading): Add threadlib.
23567
23568 2008-08-14  Bruno Haible  <bruno@clisp.org>
23569
23570         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23571         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23572         glthread_rwlock_unlock, glthread_rwlock_destroy,
23573         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23574         glthread_recursive_lock_destroy): Define as macros always.
23575         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23576         glthread_lock_lock.
23577         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23578         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23579         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23580         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23581         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23582         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23583         (glthread_recursive_lock_lock_func): Renamed from
23584         glthread_recursive_lock_lock.
23585         (glthread_recursive_lock_unlock_func): Renamed from
23586         glthread_recursive_lock_unlock.
23587         (glthread_recursive_lock_destroy_func): Renamed from
23588         glthread_recursive_lock_destroy.
23589
23590 2008-08-14  Bruno Haible  <bruno@clisp.org>
23591
23592         * lib/glthread/lock.h: Renamed from lib/lock.h.
23593         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23594         * lib/glthread/tls.h: Renamed from lib/tls.h.
23595         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23596         * lib/fstrcmp.c: Update includes.
23597         * lib/strsignal.c: Update includes.
23598         * modules/lock (Files, Makefile.am): Update.
23599         (Include): Change to "glthread/lock.h".
23600         * modules/tls (Files, Makefile.am): Update.
23601         (Include): Change to "glthread/tls.h".
23602         * tests/test-lock.c: Update includes.
23603         * tests/test-tls.c: Update includes.
23604         * NEWS: Mention the renamed header files.
23605
23606 2008-08-11  Jim Meyering  <meyering@redhat.com>
23607
23608         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23609
23610 2008-08-11  Eric Blake  <ebb9@byu.net>
23611
23612         test-c-stack: avoid C99-ism
23613         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23614         before statement.
23615         Reported by Alain Guibert.
23616
23617 2008-08-10  Jim Meyering  <meyering@redhat.com>
23618
23619         ensure that return value of uinttostr et al are not ignored
23620         * lib/inttostr.h (__GNUC_PREREQ): Define.
23621         (__attribute_warn_unused_result__): Define.
23622         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23623
23624 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23625
23626         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23627         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23628
23629 2008-08-07  Jim Meyering  <meyering@redhat.com>
23630
23631         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23632
23633         * modules/mkstemp (License): Relicense under LGPLv2+.
23634         * modules/tempname (License): Likewise.
23635
23636 2008-08-06  Bruno Haible  <bruno@clisp.org>
23637
23638         * lib/poll.c (poll): Further micro-optimization.
23639
23640 2008-08-06  Jim Meyering  <meyering@redhat.com>
23641
23642         inet_pton.c: use locale-independent tolower
23643         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23644         (inet_pton6): Use c_tolower rather than tolower.
23645         * modules/inet_pton (Depends-on): Add c-ctype.
23646
23647 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23648
23649         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23650         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23651
23652 2008-08-06  Jim Meyering  <meyering@redhat.com>
23653
23654         * modules/inet_pton (License): Relicense under LGPLv2+.
23655
23656 2008-08-03  Bruno Haible  <bruno@clisp.org>
23657
23658         Additional non-aborting API for lock and tls.
23659         * lib/lock.h: Include <errno.h>.
23660         (glthread_lock_init): New macro/function.
23661         (gl_lock_init): Define as wrapper around glthread_lock_init.
23662         (glthread_lock_lock): New macro/function.
23663         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23664         (glthread_lock_unlock): New macro/function.
23665         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23666         (glthread_lock_destroy): New macro/function.
23667         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23668         (glthread_rwlock_init): New macro/function.
23669         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23670         (glthread_rwlock_rdlock): New macro/function.
23671         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23672         (glthread_rwlock_wrlock): New macro/function.
23673         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23674         (glthread_rwlock_unlock): New macro/function.
23675         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23676         (glthread_rwlock_destroy): New macro/function.
23677         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23678         (glthread_recursive_lock_init): New macro/function.
23679         (gl_recursive_lock_init): Define as wrapper around
23680         glthread_recursive_lock_init.
23681         (glthread_recursive_lock_lock): New macro/function.
23682         (gl_recursive_lock_lock): Define as wrapper around
23683         glthread_recursive_lock_lock.
23684         (glthread_recursive_lock_unlock): New macro/function.
23685         (gl_recursive_lock_unlock): Define as wrapper around
23686         glthread_recursive_lock_unlock.
23687         (glthread_recursive_lock_destroy): New macro/function.
23688         (gl_recursive_lock_destroy): Define as wrapper around
23689         glthread_recursive_lock_destroy.
23690         (glthread_once): New macro/function.
23691         (gl_once): Define as wrapper around glthread_once.
23692         Update function declarations.
23693         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23694         glthread_rwlock_init. Return error code.
23695         (glthread_rwlock_rdlock_multithreaded): Renamed from
23696         glthread_rwlock_rdlock. Return error code.
23697         (glthread_rwlock_wrlock_multithreaded): Renamed from
23698         glthread_rwlock_wrlock. Return error code.
23699         (glthread_rwlock_unlock_multithreaded): Renamed from
23700         glthread_rwlock_unlock. Return error code.
23701         (glthread_rwlock_destroy_multithreaded): Renamed from
23702         glthread_rwlock_destroy. Return error code.
23703         (glthread_recursive_lock_init_multithreaded): Renamed from
23704         glthread_recursive_lock_init. Return error code.
23705         (glthread_recursive_lock_lock_multithreaded): Renamed from
23706         glthread_recursive_lock_lock. Return error code.
23707         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23708         glthread_recursive_lock_unlock. Return error code.
23709         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23710         glthread_recursive_lock_destroy. Return error code.
23711         (glthread_once_call): Make static.
23712         (glthread_once_multithreaded): Renamed from glthread_once.
23713         * lib/tls.h: Include <errno.h>.
23714         (glthread_tls_key_init): New macro/function.
23715         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23716         (glthread_tls_set): New macro/function.
23717         (gl_tls_set): Define as wrapper around glthread_tls_set.
23718         (glthread_tls_key_destroy): New macro/function.
23719         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23720         Update function declarations.
23721         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23722         glthread_tls_get.
23723         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23724
23725 2008-08-04  Eric Blake  <ebb9@byu.net>
23726
23727         gnumakefile: use space, not TAB, outside of targets
23728         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23729
23730 2008-08-02  Jim Meyering  <meyering@redhat.com>
23731
23732         getdate.y: avoid locale-dependent date parsing failure
23733         In Turkish locales, getdate would fail to recognize keywords
23734         containing a lowercase "i".  The solution is not to rely on
23735         locale-sensitive case-conversion.
23736         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23737         (lookup_word): Use c_toupper in place of toupper.
23738         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23739         Reported by Vefa Bicakci <bicave@superonline.com> in
23740         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23741         * modules/getdate (Depends-on): Add c-ctype.
23742
23743 2008-08-02  Bruno Haible  <bruno@clisp.org>
23744
23745         * gnulib-tool (func_import): When updating or creating a .gitignore
23746         file, prepend each added line with a slash, and ignore leading slashes
23747         from the existing lines.
23748         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23749
23750 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23751
23752         Portability fix for GNU make 3.79.1.
23753         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23754         versions do not understand.
23755
23756 2008-08-01  Bruno Haible  <bruno@clisp.org>
23757
23758         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23759         * tests/test-isnanf.h (zero): New variable.
23760         (main): Avoid literal -0.0f.
23761         * tests/test-isnand.h (zero): New variable.
23762         (main): Avoid literal -0.0.
23763         * tests/test-isnanl.h (zero): New variable.
23764         (main): Avoid literal -0.0L.
23765         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23766         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23767         -0.0, -0.0L.
23768         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23769         (test_signbitd): Avoid literal -0.0.
23770         (test_signbitl): Avoid literal -0.0L.
23771         * tests/test-ceilf1.c (zero): New variable.
23772         (main): Avoid literal -0.0f.
23773         * tests/test-ceill.c (zero): New variable.
23774         (main): Avoid literal -0.0L.
23775         * tests/test-floorf1.c (zero): New variable.
23776         (main): Avoid literal -0.0f.
23777         * tests/test-floorl.c (zero): New variable.
23778         (main): Avoid literal -0.0L.
23779         * tests/test-roundf1.c (zero): New variable.
23780         (main): Avoid literal -0.0f.
23781         * tests/test-round1.c (zero): New variable.
23782         (main): Avoid literal -0.0.
23783         * tests/test-roundl.c (zero): New variable.
23784         (main): Avoid literal -0.0L.
23785         * tests/test-truncf1.c (zero): New variable.
23786         (main): Avoid literal -0.0f.
23787         * tests/test-trunc1.c (zero): New variable.
23788         (main): Avoid literal -0.0.
23789         * tests/test-truncl.c (zero): New variable.
23790         (main): Avoid literal -0.0L.
23791         * tests/test-frexp.c (zero): New variable.
23792         (main): Avoid literal -0.0.
23793         * tests/test-frexpl.c (zero): New variable.
23794         (main): Avoid literal -0.0L.
23795         * tests/test-ldexpl.c (zero): New variable.
23796         (main): Avoid literal -0.0L.
23797         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23798         (zerod, zerol): New variables.
23799         (test_function): Avoid literals -0.0, -0.0L.
23800         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23801         (zerod, zerol): New variables.
23802         (test_function): Avoid literals -0.0, -0.0L.
23803         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23804         (zerod, zerol): New variables.
23805         (test_function): Avoid literals -0.0, -0.0L.
23806         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23807         (zerod, zerol): New variables.
23808         (test_function): Avoid literals -0.0, -0.0L.
23809         * tests/test-strtod.c (zero): New variable.
23810         (main): Avoid literal -0.0.
23811         Reported by Jonathan C. Patschke <jp@centtech.com>.
23812
23813 2008-07-31  Jim Meyering  <meyering@redhat.com>
23814
23815         sha256.h: correct definition of SHA224_DIGEST_SIZE
23816         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23817         Reported by Paulie Pena IV <paulie4@gmail.com>.
23818         Define as 224 / 8, rather than as a literal.
23819         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23820         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23821         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23822
23823 2008-07-31  Bruno Haible  <bruno@clisp.org>
23824
23825         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23826         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23827         Reported by Jonathan Patschke <jp@centtech.com>.
23828
23829 2008-07-31  Bruno Haible  <bruno@clisp.org>
23830
23831         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23832         Reported by Paolo Bonzini <bonzini@gnu.org>.
23833
23834 2008-07-30  Eric Blake  <ebb9@byu.net>
23835
23836         test-strtod: allow compilation without -lm
23837         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23838         Reported by Dennis Clarke <blastwave@gmail.com>.
23839
23840 2008-07-28  Jim Meyering  <meyering@redhat.com>
23841
23842         bootstrap: work also when there are no .po files in po/
23843         * build-aux/bootstrap (update_po_files): Complete the change
23844         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23845
23846 2008-07-27  Jim Meyering  <meyering@redhat.com>
23847
23848         * users.txt: Add zile.
23849
23850 2008-07-26  Ben Pfaff  <blp@gnu.org>
23851
23852         Add missing dependencies on new m4/exponent[fdl].m4 files.
23853         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23854         * modules/isnand-nolibm: Add m4/exponentd.m4.
23855         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23856         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23857         m4/isnan[fdl].m4, because the macros actually used moved.
23858         Reported by Jim Meyering.
23859
23860 2008-07-14  Ben Pfaff  <blp@gnu.org>
23861
23862         Add isinf module.
23863         * lib/isinf.c: New file.
23864         * lib/math.in.h: Define isinf macro if we have decided to replace
23865         it.
23866         * m4/isinf.m4: New file.
23867         * m4/math_h.m4: Initialize and substitute variables for isinf
23868         module.
23869         * modules/isinf: New file.
23870         * modules/isinf-tests: New file.
23871         * modules/math: Add substitutions for new module.
23872         * tests/test-isinf.c: New file.
23873         * doc/posix-functions/isinf.texi: Mention new module.
23874         * MODULES.html.sh: Mention new module.
23875
23876 2008-07-14  Ben Pfaff  <blp@gnu.org>
23877
23878         Factor out some macros for use by additional modules.
23879         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23880         exponentf.m4.
23881         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23882         exponentd.m4.
23883         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23884         file exponentl.m4.
23885         * m4/exponentf.m4: New file.
23886         * m4/exponentd.m4: New file.
23887         * m4/exponentl.m4: New file.
23888         * modules/isnanf: Use new file m4/exponentf.m4.
23889         * modules/isnand: Use new file m4/exponentd.m4.
23890         * modules/isnanl: Use new file m4/exponentl.m4.
23891
23892 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23893
23894         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23895         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23896         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23897         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23898
23899         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23900         readlink on platforms without PATH_MAX.
23901
23902 2008-07-21  Eric Blake  <ebb9@byu.net>
23903
23904         Warn, not fail, on stale version.
23905         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23906
23907         Don't allow installation with stale devel version number.
23908         * top/GNUmakefile (_is-install-target): New macro.
23909         (_curr-ver): Forbid installation with stale version number.
23910
23911 2008-07-20  Bruno Haible  <bruno@clisp.org>
23912
23913         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23914         TESTS_ENVIRONMENT.
23915         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23916
23917 2008-07-20  Bruno Haible  <bruno@clisp.org>
23918
23919         * lib/c-stack.h (c_stack_action): Add documentation.
23920         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23921
23922 2008-07-20  Bruno Haible  <bruno@clisp.org>
23923
23924         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23925         * modules/readlink (License): Likewise.
23926
23927 2008-07-17  Eric Blake  <ebb9@byu.net>
23928
23929         * modules/c-stack (Link): Fix typo.
23930
23931         Make c-stack use libsigsegv, when available.
23932         * modules/c-stack (Depends-on): Add libsigsegv.
23933         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23934         needed.
23935         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23936         (segv_handler, overflow_handler, c_stack_action)
23937         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23938         implementation when libsigsegv is available, but only when using
23939         the library is necessary.
23940         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23941         comment, explaining why XSI check fails on Linux.
23942         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23943         * tests/test-c-stack2.sh: Tweak skip message.
23944         * NEWS: Document new link-time requirements.
23945
23946 2008-07-16  Eric Blake  <ebb9@byu.net>
23947
23948         c-stack: Expose false positives when not using libsigsegv.
23949         * modules/c-stack-tests (Files): Expand test.
23950         * tests/test-c-stack.c (main): Add means to conditionally trigger
23951         non-overflow SIGSEGV.
23952         * tests/test-c-stack2.sh: New file.
23953
23954 2008-07-14  Bruno Haible  <bruno@clisp.org>
23955
23956         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23957         Reported by Eric Blake.
23958
23959 2008-07-14  Sam Steingold  <sds@gnu.org>
23960             Bruno Haible  <bruno@clisp.org>
23961
23962         New module libsigsegv.
23963         * modules/libsigsegv: New file.
23964         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23965         modifications.
23966         * MODULES.html.sh (Signal handling): New section.
23967
23968 2008-07-14  Bruno Haible  <bruno@clisp.org>
23969
23970         * modules/unictype/ctype-* (Description): Add the word "function".
23971         Improves the resulting doc in MODULES.html.
23972
23973 2008-07-12  Ben Pfaff  <blp@gnu.org>
23974
23975         Add longlong module.
23976         * modules/longlong: New file.
23977
23978 2008-07-12  Bruno Haible  <bruno@clisp.org>
23979
23980         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23981         to empty.
23982
23983 2008-07-10  Ben Pfaff  <blp@gnu.org>
23984
23985         Add isnan module.
23986         * doc/posix-functions/isnan.texi: Mention new module.
23987         * lib/math.in.h: Define isnan macro if we have decided to replace
23988         it.
23989         * m4/isnan.m4: New file.
23990         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23991         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23992         also.
23993         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23994         redundancy.
23995         * m4/math_h.m4: Initialize and substitute variables for isnan
23996         module.
23997         * modules/isnan: New file.
23998         * modules/isnan-tests: New file.
23999         * modules/math: Add substitutions for new module.
24000         * tests/test-isnan.c: New file.
24001         * MODULES.html.sh: Mention new module.
24002
24003 2008-07-10  Ben Pfaff  <blp@gnu.org>
24004
24005         Add isnanf module.
24006         * lib/isnanf.m4: New file.
24007         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24008         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24009         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24010         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24011         * modules/isnanf: New file.
24012         * modules/isnanf-tests: New file.
24013         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24014         files.
24015         * tests/test-isnanf-nolibm.c: factored most of its contents into
24016         new file tests/test-isnanf.h.
24017         * tests/test-isnanf.h: New file.
24018         * tests/test-isnanf.c: New file.
24019         * MODULES.html.sh: Mention new module.
24020         * doc/glibc-functions/isnanf.texi: Mention new module.
24021
24022 2008-07-10  Ben Pfaff  <blp@gnu.org>
24023
24024         Add isnand module.
24025         * lib/isnand.h: New file.
24026         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24027         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24028         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24029         functionality also.
24030         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24031         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24032         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24033         * modules/isnand: New file.
24034         * modules/isnand-tests: New file.
24035         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24036         files.
24037         * tests/test-isnand-nolibm.c: factored most of its contents into
24038         new file tests/test-isnand.h.
24039         * tests/test-isnand.h: New file.
24040         * tests/test-isnand.c: New file.
24041         * MODULES.html.sh: Mention new module.
24042
24043 2008-07-10  Ben Pfaff  <blp@gnu.org>
24044
24045         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24046         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24047         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24048         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24049         * modules/isnanf-nolibm: Update references to renamed files.
24050         * modules/isnand-nolibm: Likewise.
24051         * modules/isnanf-nolibm-tests: Likewise.
24052         * modules/isnand-nolibm-tests: Likewise.
24053         * lib/frexp.c: Likewise.
24054         * lib/isfinite.c: Likewise.
24055         * lib/signbitd.c: Likewise.
24056         * lib/signbitf.c: Likewise.
24057         * lib/vasnprintf.c: Likewise.
24058         * tests/test-ceilf1.c: Likewise.
24059         * tests/test-ceilf2.c: Likewise.
24060         * tests/test-floorf1.c: Likewise.
24061         * tests/test-floorf2.c: Likewise.
24062         * tests/test-frexp.c: Likewise.
24063         * tests/test-round1.c: Likewise.
24064         * tests/test-round2.c: Likewise.
24065         * tests/test-roundf1.c: Likewise.
24066         * tests/test-strtod.c: Likewise.
24067         * tests/test-trunc1.c: Likewise.
24068         * tests/test-trunc2.c: Likewise.
24069         * tests/test-truncf1.c: Likewise.
24070         * tests/test-truncf2.c: Likewise.
24071         * NEWS: Mention the renamed header files.
24072
24073 2008-07-11  Jim Meyering  <meyering@redhat.com>
24074
24075         vc-list-files: make the last-resort awk code more portable
24076         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24077         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24078         does not support it.
24079
24080 2008-07-10  Eric Blake  <ebb9@byu.net>
24081
24082         Work with tar's bootstrap.
24083         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24084         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24085         an m4 comment.
24086
24087 2008-07-09  Jim Meyering  <meyering@redhat.com>
24088
24089         posix-shell.m4: fix typo that made this test malfunction
24090         * m4/posix-shell.m4: Remove capitalization in variable name.
24091
24092 2008-07-08  Bruno Haible  <bruno@clisp.org>
24093
24094         * m4/onceonly.m4: Update comments.
24095         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24096
24097 2008-07-04  Jim Meyering  <meyering@redhat.com>
24098
24099         * users.txt: Add vc-dwim.
24100         (bison, coreutils): Use the gitweb URL.
24101
24102 2008-07-03  Jim Meyering  <meyering@redhat.com>
24103
24104         * users.txt: Add libffcall.  From Sam Steingold.
24105
24106 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
24107
24108         getdate.y: do not ignore TZ with relative day, month or year offset
24109         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24110         relative-date-handling, since otherwise, the latter would clobber the
24111         sole output (an updated Start value) of the tz-handling block.
24112         * tests/test-getdate.c: Tests for the fix
24113
24114 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24115
24116         Recognize 'foo_LIBRARIES += libgnu.a'.
24117         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24118         makefile snippet has already specified an installation location,
24119         also using '+='.
24120
24121 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
24122
24123         getdate.y: factor out common actions
24124         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
24125         Use them in place of open-coded actions.
24126
24127 2008-07-01  Simon Josefsson  <simon@josefsson.org>
24128
24129         Add self-test for getdate module.
24130         * modules/getdate-tests: New file.
24131         * tests/test-getdate.c: New file.
24132
24133 2008-06-29  Bruno Haible  <bruno@clisp.org>
24134
24135         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
24136         .gitignore.
24137         Reported by Sylvain Beucler <beuc@beuc.net>.
24138
24139 2008-06-29  Bruno Haible  <bruno@clisp.org>
24140
24141         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
24142         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
24143
24144 2008-06-29  Bruno Haible  <bruno@clisp.org>
24145
24146         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
24147         EXTRA_DIST.
24148         Reported by Sylvain Beucler <beuc@beuc.net>.
24149
24150 2008-06-26  Jim Meyering  <meyering@redhat.com>
24151
24152         make several modules depend on the "open" module
24153         This provides slightly increased consistency when opening-for-write
24154         the name of a non-directory spelled with a trailing slash.
24155         * modules/chdir-safer: Likewise.
24156         * modules/chown: Likewise.
24157         * modules/clean-temp: Likewise.
24158         * modules/copy-file: Likewise.
24159         * modules/fchdir: Likewise.
24160         * modules/fcntl-safer: Likewise.
24161         * modules/pipe: Likewise.
24162         * modules/utime: Likewise.
24163         Prompted by Eric Blake and Bruno Haible.
24164
24165 2008-06-24  Andreas Schwab  <schwab@suse.de>
24166
24167         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
24168         literals can be used as initializers for global variables.
24169
24170 2008-06-23  Eric Blake  <ebb9@byu.net>
24171
24172         Make gnulib-cache.m4 easier to diff.
24173         * gnulib-tool (func_import): Allow newlines when reading cached
24174         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
24175
24176 2008-06-23  Bruno Haible  <bruno@clisp.org>
24177
24178         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
24179         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
24180         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
24181         m4/signalblocking.m4.
24182         (gl_PREREQ_SIGACTION): Don't invoke it.
24183         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
24184         gl_PREREQ_SIG_HANDLER_H.
24185         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24186         Don't check for sigaction here.
24187
24188 2008-06-23  Bruno Haible  <bruno@clisp.org>
24189
24190         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
24191         (install_handlers): Don't set the SA_RESETHAND flag.
24192
24193 2008-06-23  Bruno Haible  <bruno@clisp.org>
24194
24195         * m4/sigaction.m4: Comment fixes.
24196         * lib/signal.in.h: Likewise.
24197
24198 2008-06-23  Eric Blake  <ebb9@byu.net>
24199
24200         Fix typo.
24201         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
24202
24203         Avoid SA_ namespace.
24204         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
24205         Reported by Ralf Wildenhues.
24206
24207         Avoid test failure due to SA_RESTORER.
24208         * tests/test-sigaction.c (SA_MASK): New macro.
24209         (main): Avoid failing due to extension flags being set.
24210         Reported by Jim Meyering.
24211
24212         Revert use of sig-handler.h in sigprocmask.c.
24213         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
24214         it requires the existence of struct sigaction.
24215         * lib/sigprocmask.c (handler_t): Restore typedef.
24216         (rpl_signal, old_handlers): Use local type.
24217
24218 2008-06-22  Bruno Haible  <bruno@clisp.org>
24219
24220         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
24221         conditionally.
24222         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24223
24224 2008-06-22  Bruno Haible  <bruno@clisp.org>
24225
24226         * doc/posix-functions/siginterrupt.texi: Move note.
24227
24228         * lib/signal.in.h (SA_RESTART): New macro.
24229         * lib/sigaction.c: Update comment.
24230
24231         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
24232
24233         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
24234         (gl_PREREQ_SIGPROCMASK): Invoke it.
24235         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
24236
24237         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
24238
24239         * lib/sigprocmask.c: Update a comment.
24240
24241 2008-06-21  Eric Blake  <ebb9@byu.net>
24242
24243         Use sigaction module rather than signal().
24244         * modules/c-stack (Depends-on): Add sigaction.
24245         * modules/fatal-signal (Depends-on): Likewise.
24246         * modules/nanosleep (Depends-on): Likewise.
24247         * modules/sigprocmask (Files): Add sig-handler.h.
24248         * modules/sigaction (Files): Likewise.
24249         * lib/sig-handler.h (get_handler): New file, suggested by Paul
24250         Eggert.
24251         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
24252         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
24253         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
24254         (init_fatal_signals): Likewise.
24255         * lib/nanosleep.c (rpl_nanosleep): Likewise.
24256         (siginterrupt): Delete fallback.
24257         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
24258         instead.
24259         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
24260         siginterrupt.
24261
24262         New module sigaction, for mingw.
24263         * modules/sigaction: New module...
24264         * modules/sigaction-tests: ...and its test.
24265         * m4/sigaction.m4: New file.
24266         * lib/sigaction.c: Likewise.
24267         * tests/test-sigaction.c: Likewise.
24268         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
24269         * modules/signal (Makefile.am): Likewise.
24270         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
24271         needed.
24272         * doc/posix-headers/signal.texi (signal.h): Mention provided
24273         types.
24274         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24275         that sigaction is preferable.
24276         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24277         module.
24278         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24279         sigaction.
24280
24281         Improve robustness of sigprocmask by overriding signal.
24282         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24283         is in use.
24284         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24285         (SIGKILL, SIGSTOP): Provide fallbacks.
24286         (rpl_signal): Implement.
24287         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24288         signal can be called inside handlers.
24289
24290         Fix nanosleep module on mingw.
24291         * modules/nanosleep (Depends-on): Add sys_select.
24292         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24293
24294         Fix licensing of sigprocmask.
24295         * modules/raise (License): Relicense as LGPL.
24296
24297 2008-06-21  Bruno Haible  <bruno@clisp.org>
24298
24299         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24300         result if it contains question marks.
24301         Reported by Michael Geng <linux@michaelgeng.de>.
24302
24303 2008-06-19  Bruno Haible  <bruno@clisp.org>
24304
24305         Fix CVS-ism.
24306         * doc/gnulib.texi: Include updated-stamp.texi.
24307         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24308         (updated-stamp.texi): New rule.
24309         (gnulib.info): Depend on it.
24310         * doc/.gitignore: Add updated-stamp.texi.
24311         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24312
24313 2008-06-19  Bruno Haible  <bruno@clisp.org>
24314
24315         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24316         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24317
24318 2008-06-19  Eric Blake  <ebb9@byu.net>
24319
24320         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24321         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24322         Reported by Stepan Kasal.
24323
24324 2008-06-18  Bruno Haible  <bruno@clisp.org>
24325
24326         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24327         Reported by Eric Blake.
24328
24329 2008-06-18  Eric Blake  <ebb9@byu.net>
24330
24331         Work around cygwin 1.5.25 strsignal bug.
24332         * tests/test-strsignal.c: Allow for const char *.
24333         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24334
24335 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24336
24337         * users.txt: Update URL to article and add author/date
24338         information.
24339
24340 2008-06-17  Bruno Haible  <bruno@clisp.org>
24341
24342         New macro gl_DISABLE_THREADS.
24343         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24344         if the user did not pass --enable-threads or --disable-threads option.
24345         (gl_DISABLE_THREADS): New macro.
24346         Reported by Eric Blake <ebb9@byu.net>.
24347
24348 2008-06-17  Bruno Haible  <bruno@clisp.org>
24349
24350         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24351         when the macro ignores it.
24352         Based on a patch by Eric Blake <ebb9@byu.net>.
24353
24354 2008-06-17  Bruno Haible  <bruno@clisp.org>
24355
24356         * modules/tls (License): Change to LGPLv2+.
24357         Reported by Eric Blake.
24358
24359 2008-06-17  Eric Blake  <ebb9@byu.net>
24360
24361         Simplify c-stack prerequisites.
24362         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24363         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24364         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24365         check.
24366         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24367         <sys/resource.h>.
24368
24369         Move c-stack test into testsuite.
24370         * modules/c-stack-tests: New file.
24371         * lib/c-stack.c [DEBUG]: Move test program...
24372         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24373         fail test if sigaltstack is lacking.
24374         * tests/test-c-stack.sh: New driver file.
24375
24376 2008-06-16  Eric Blake  <ebb9@byu.net>
24377
24378         Use raise module consistently.
24379         * modules/fatal-signal (Depends-on): Add raise.
24380         * modules/sigprocmask (Depends-on): Likewise.
24381         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24382         * lib/sigprocmask.c (sigprocmask): Likewise.
24383         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24384         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24385
24386         Fix compliance bug in sigpending.
24387         * lib/sigprocmask.c (sigpending): Return pending array via
24388         parameter, not return value.
24389
24390 2008-06-14  Eric Blake  <ebb9@byu.net>
24391
24392         Improve obstack-printf test code.
24393         * tests/test-obstack-printf.c (test_function): Fix comment, and
24394         simplify usage of obstack_* in macros.  Add a test for coverage.
24395         Reported by Bruno Haible.
24396
24397 2008-06-14  Bruno Haible  <bruno@clisp.org>
24398
24399         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24400         array size as a constant, not as a const variable.
24401         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24402         AC_USE_SYSTEM_EXTENSIONS.
24403         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24404         Test whether the obstack_printf function actually exists.
24405         * modules/obstack-printf (Depends-on): Add extensions.
24406         (Include): Remove obstack.h.
24407         * modules/obstack-printf-posix (Depends-on): Add extensions.
24408         (Include): Remove obstack.h.
24409
24410 2008-06-13  Eric Blake  <ebb9@byu.net>
24411
24412         Add obstack-printf and obstack-printf-posix modules.
24413         * modules/obstack-printf: New file.
24414         * modules/obstack-printf-posix: Likewise.
24415         * MODULES.html.sh (Misc): Mention them.
24416         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24417         Likewise.
24418         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24419         Likewise.
24420         * modules/stdio (Makefile.am): Accomodate new modules.
24421         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24422         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24423         Declare.
24424         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24425         functions.
24426         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24427         (gl_REPLACE_OBSTACK_PRINTF): New macros
24428         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24429         * tests/test-obstack-printf.c: New file.
24430         * modules/obstack-printf-tests: Likewise.
24431         * modules/obstack-printf-posix-tests: Likewise.
24432
24433 2008-06-11  Bruno Haible  <bruno@clisp.org>
24434
24435         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24436         * lib/open.c: Include errno.h.
24437         (open): Fail when attempting to write to a file that has a trailing
24438         slash.
24439         * tests/test-open.c (main): Test against trailing slash bug.
24440         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24441
24442 2008-06-10  Bruno Haible  <bruno@clisp.org>
24443
24444         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24445         for $? to work inside the trap command, with various /bin/sh-s.
24446         * tests/test-vc-list-files-cvs.sh: Likewise.
24447
24448 2008-06-10  Bruno Haible  <bruno@clisp.org>
24449
24450         * lib/acl-internal.h: Don't include gettext.h here.
24451         * lib/set-mode-acl.c: Include gettext.h here.
24452         * lib/copy-acl.c: Likewise.
24453
24454 2008-06-10  Bruno Haible  <bruno@clisp.org>
24455
24456         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24457         * lib/wait-process.c (wait_subprocess): Likewise.
24458         * lib/execute.h (execute): Add termsigp argument.
24459         * lib/execute.c (execute): Likewise.
24460         * lib/csharpcomp.c (compile_csharp_using_pnet,
24461         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24462         * lib/csharpexec.c (execute_csharp_using_pnet,
24463         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24464         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24465         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24466         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24467         is_jikes_present): Update.
24468         * lib/javaexec.c (execute_java_class): Update.
24469         * lib/javaversion.c (execute_and_read_line): Update.
24470         * NEWS: Document the changes.
24471         Reported by Eric Blake.
24472
24473 2008-06-10  Eric Blake  <ebb9@byu.net>
24474
24475         Add missing include.
24476         * tests/test-strstr.c (includes): Add <signal.h>.
24477         * tests/test-strcasestr.c (includes): Likewise.
24478         * tests/test-memmem.c (includes): Likewise.
24479
24480 2008-06-10  Bruno Haible  <bruno@clisp.org>
24481
24482         * lib/wait-process.c (wait_subprocess): Add an assertion.
24483
24484 2008-06-10  Bruno Haible  <bruno@clisp.org>
24485
24486         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24487
24488 2008-06-10  Bruno Haible  <bruno@clisp.org>
24489
24490         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24491         using alarm().
24492         * tests/test-strcasestr.c (main): Likewise.
24493         * tests/test-strstr.c (main): Likewise.
24494
24495 2008-06-09  Bruno Haible  <bruno@clisp.org>
24496
24497         Work around the Solaris 10 ACE ACLs ABI change.
24498         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24499         declare if ACL_NO_TRIVIAL is present.
24500         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24501         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24502         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24503         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24504         define if ACL_NO_TRIVIAL is present.
24505         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24506         and use the current ABI.
24507         (file_has_acl): Use same #if condition as elsewhere.
24508         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24509         in use, and use the current ABI.
24510         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24511         Reported by Jim Meyering.
24512
24513 2008-06-09  Eric Blake  <ebb9@byu.net>
24514
24515         Work around environments that (stupidly) ignore SIGALRM.
24516         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24517         before using alarm().
24518         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24519         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24520         Reported by Ian Beckwith <ianb@erislabs.net>.
24521
24522         Produce autobuild blurb earlier in log.
24523         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24524
24525 2008-06-09  Jim Meyering  <meyering@redhat.com>
24526         and Ondřej Vašík  <ovasik@redhat.com>
24527
24528         utimens.c: correct kernel bug work-around
24529         Ondřej Vašík found that the invalid return value of 280 indicates
24530         failure, not success, and the kernel bug we're trying to work
24531         around affects not just the utimensat call, but also the fallback
24532         futimens call.
24533         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24534         not success.
24535         [HAVE_FUTIMENS]: Use the same work-around, here.
24536
24537 2008-06-09  Jim Meyering  <meyering@redhat.com>
24538
24539         add more guards around definition of ACE_-related code
24540         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24541         ALLOW and ACE_OWNER are also defined.
24542
24543 2008-06-08  Bruno Haible  <bruno@clisp.org>
24544
24545         * lib/acl-internal.h: Add me as co-author.
24546         * lib/file-has-acl.c: Likewise.
24547         * lib/set-mode-acl.c: Likewise.
24548         * lib/copy-acl.c: Likewise.
24549
24550 2008-06-08  Bruno Haible  <bruno@clisp.org>
24551
24552         Add support for AIX ACLs.
24553         * lib/acl-internal.h (acl_nontrivial): New declaration.
24554         * lib/file-has-acl.c (acl_nontrivial): New function.
24555         (file_has_acl): Add implementation using AIX 4 ACL API.
24556         * lib/set-mode-acl.c (qset_acl): Likewise.
24557         * lib/copy-acl.c (qcopy_acl): Likewise.
24558
24559 2008-06-08  Bruno Haible  <bruno@clisp.org>
24560
24561         Add support for HP-UX ACLs.
24562         * lib/acl-internal.h (acl_nontrivial): New declaration.
24563         * lib/file-has-acl.c (acl_nontrivial): New function.
24564         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24565         * lib/set-mode-acl.c (qset_acl): Likewise.
24566         * lib/copy-acl.c (qcopy_acl): Likewise.
24567
24568 2008-06-08  Bruno Haible  <bruno@clisp.org>
24569
24570         Add support for Cygwin ACLs.
24571         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24572         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24573         the chmod_or_fchmod call.
24574         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24575
24576 2008-06-08  Bruno Haible  <bruno@clisp.org>
24577
24578         Fix bug with setuid modes in Solaris 10+ code.
24579         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24580         succeeded, when the mode contains some special bits.
24581
24582 2008-06-08  Bruno Haible  <bruno@clisp.org>
24583
24584         Add support for Solaris 7..10 ACLs.
24585         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24586         declarations.
24587         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24588         functions.
24589         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24590         * lib/set-mode-acl.c (qset_acl): Likewise.
24591         * lib/copy-acl.c (qcopy_acl): Likewise.
24592
24593 2008-06-08  Bruno Haible  <bruno@clisp.org>
24594
24595         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24596         declaration.
24597         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24598         (acl_access_nontrivial): Remove MacOS X case.
24599         (file_has_acl): Use acl_extended_nontrivial.
24600         * lib/copy-acl.c (qcopy_acl): Likewise.
24601
24602 2008-06-08  Bruno Haible  <bruno@clisp.org>
24603
24604         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24605
24606 2008-06-08  Jim Meyering  <meyering@redhat.com>
24607
24608         * modules/acl (Maintainer): Add Bruno Haible.
24609
24610 2008-06-07  Bruno Haible  <bruno@clisp.org>
24611
24612         Improve support for Tru64 ACLs.
24613         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24614         ACL on OSF/1.
24615
24616 2008-06-07  Bruno Haible  <bruno@clisp.org>
24617
24618         Add support for MacOS X ACLs.
24619         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24620         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24621         * lib/set-mode-acl.c (qset_acl): Likewise.
24622         * lib/copy-acl.c (qcopy_acl): Likewise.
24623
24624 2008-06-07  Bruno Haible  <bruno@clisp.org>
24625
24626         Fix memory leak introduced on 2008-05-22.
24627         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24628         use.
24629
24630 2008-06-07  Bruno Haible  <bruno@clisp.org>
24631
24632         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24633         to construct an empty ACL.
24634
24635 2008-06-07  Bruno Haible  <bruno@clisp.org>
24636
24637         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24638         precisely.
24639         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24640
24641 2008-06-07  Bruno Haible  <bruno@clisp.org>
24642
24643         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24644         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24645
24646 2008-06-07  Bruno Haible  <bruno@clisp.org>
24647
24648         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24649         regardless of POSIX.
24650         * doc/posix-functions/_longjmp.texi: Likewise.
24651         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24652         SystemV platform in this case.
24653
24654 2008-06-06  Eric Blake  <ebb9@byu.net>
24655
24656         Document abort() bugs.
24657         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24658
24659         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24660         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24661         sigsetjmp.
24662         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24663         siglongjmp, but only as a macro.
24664         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24665         is obsolete.
24666         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24667
24668         Tweak documentation to cover cygwin argz bugs.
24669         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24670         argz bug fix; no code change needed since no cygwin releases
24671         occurred between the last fix and the bug being tested.
24672         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24673         module and recently fixed cygwin bugs.
24674         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24675         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24676         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24677         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24678         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24679         Likewise.
24680         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24681         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24682         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24683         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24684         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24685         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24686         Likewise.
24687
24688         Avoid gcc warning on cygwin.
24689         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24690         !ACL_NO_TRIVIAL]: Avoid unused variable.
24691
24692 2008-06-05  Eric Blake  <ebb9@byu.net>
24693
24694         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24695         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24696         git-version-gen fails to come up with a version.
24697         Reported by Simon Josefsson.
24698
24699 2008-06-05  Jim Meyering  <meyering@redhat.com>
24700             Paul Eggert  <eggert@cs.ucla.edu>
24701
24702         utimens.c: work around a probable Linux kernel bug
24703         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24704         appears to be a kernel bug that causes utimensat to return 280
24705         instead of 0, indicating success.
24706
24707 2008-06-04  Bruno Haible  <bruno@clisp.org>
24708
24709         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24710         2008-06-01 commit.
24711
24712 2008-06-04  Bruno Haible  <bruno@clisp.org>
24713
24714         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24715         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24716         (file_has_acl): Use it. Save errno afterwards.
24717         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24718
24719 2008-06-03  Bruno Haible  <bruno@clisp.org>
24720
24721         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24722         draft code. Simplify #ifs.
24723         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24724         Put Solaris code after POSIX-draft code. Fix comments regarding
24725         Solaris 10, HP-UX. Mention Cygwin.
24726         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24727
24728 2008-06-03  Eric Blake  <ebb9@byu.net>
24729
24730         Provide fallback for older kernels.
24731         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24732         Provide runtime fallback if kernel lacks support.
24733         Reported by Mike Frysinger.
24734
24735 2008-06-02  Bruno Haible  <bruno@clisp.org>
24736
24737         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24738         it exists.
24739
24740 2008-06-02  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24743         * lib/copy-acl.c (qcopy_acl): Update comment.
24744
24745 2008-06-02  Bruno Haible  <bruno@clisp.org>
24746
24747         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24748         like ACL APIs.
24749
24750 2008-06-02  Bruno Haible  <bruno@clisp.org>
24751
24752         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24753         * tests/test-set-mode-acl.sh: Likewise.
24754         * tests/test-copy-acl.sh: Likewise.
24755         * tests/test-copy-file.sh: Likewise.
24756
24757 2008-06-02  Bruno Haible  <bruno@clisp.org>
24758
24759         * tests/test-file-has-acl.sh: Remove unused code.
24760
24761 2008-06-01  Bruno Haible  <bruno@clisp.org>
24762
24763         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24764         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24765         messages.
24766         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24767
24768 2008-06-01  Bruno Haible  <bruno@clisp.org>
24769
24770         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24771         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24772         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24773         APIs.
24774         * modules/acl-tests (configure.ac): Remove tests now contained in
24775         m4/acl.m4.
24776
24777 2008-06-02  Jim Meyering  <meyering@redhat.com>
24778
24779         announce-gen: use a better key-server host name
24780         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24781         it may be more consistently reliable.  Suggested by Werner Koch
24782         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24783
24784 2008-06-01  Bruno Haible  <bruno@clisp.org>
24785
24786         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24787         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24788
24789 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24790
24791         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24792
24793 2008-06-01  Bruno Haible  <bruno@clisp.org>
24794
24795         New ACL tests.
24796         * tests/test-file-has-acl.sh: New file.
24797         * tests/test-file-has-acl.c: New file.
24798         * tests/test-set-mode-acl.sh: New file.
24799         * tests/test-set-mode-acl.c: New file.
24800         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24801         * tests/test-copy-acl.c: New file.
24802         * modules/acl-tests: New file, based on modules/copy-file-tests.
24803         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24804         (Depends-on): Add acl-tests.
24805         (configure.ac): Remove checks.
24806         (Makefile.am): Don't create test-sameacls program here any more.
24807
24808 2008-06-01  Bruno Haible  <bruno@clisp.org>
24809
24810         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24811         * tests/test-sameacls.c: Include progname.h.
24812         (main): Invoke set_program_name. Portability fixes for MacOS X,
24813         Solaris, HP-UX.
24814
24815 2008-06-01  Bruno Haible  <bruno@clisp.org>
24816
24817         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24818         function.
24819         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24820
24821 2008-06-01  Bruno Haible  <bruno@clisp.org>
24822
24823         * modules/rpmatch (Depends-on): Add strdup.
24824
24825 2008-06-01  Bruno Haible  <bruno@clisp.org>
24826
24827         * lib/pipe.c: Include unistd-safer.h.
24828         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24829         * modules/pipe (Depends-on): Add unistd-safer.
24830
24831 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24832
24833         * modules/autobuild (configure.ac): Call AB_INIT.
24834
24835 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24836
24837         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24838         Suggested by Bruno Haible <bruno@clisp.org>.
24839
24840 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24841
24842         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24843         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24844         <bruno@clisp.org>.
24845
24846 2008-05-29  Eric Blake  <ebb9@byu.net>
24847
24848         Prefer new POSIX 200x interfaces over futimesat.
24849         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24850         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24851         when available.
24852         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24853
24854 2008-05-28  Bruno Haible  <bruno@clisp.org>
24855
24856         * modules/stpcpy (License): Change to LGPLv2+.
24857         Requested by David Lutterkort <dlutter@redhat.com>.
24858
24859 2008-05-27  Bruno Haible  <bruno@clisp.org>
24860
24861         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24862         current mingw.
24863         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24864
24865 2008-05-27  Bruno Haible  <bruno@clisp.org>
24866
24867         * modules/iconv_open (Link): New section, from module 'iconv'.
24868         * modules/striconv (Link): Likewise.
24869         * modules/striconveh (Link): Likewise.
24870         * modules/xstriconv (Link): Likewise.
24871         * modules/unicodeio (Link): Likewise.
24872         * modules/propername (Link): Likewise.
24873         Reported by Jim Meyering.
24874
24875 2008-05-26  Jim Meyering  <meyering@redhat.com>
24876
24877         sha256: do not artificially restrict buffer length to be < 2^32
24878         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24879         uint32_t to size_t.
24880         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24881         to match.
24882
24883         avoid unaligned access errors, e.g., on sparc
24884         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24885         direct access through a possibly-unaligned uint64* pointer.
24886         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24887         direct access through a possibly-unaligned uint32* pointer.
24888         Prompted by this patch from Tom "spot" Callaway:
24889         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24890
24891         sha512.c: fix typo in comment
24892         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24893
24894 2008-05-25  Bruno Haible  <bruno@clisp.org>
24895
24896         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24897         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24898         (Makefile.am): Update lib_SOURCES.
24899
24900 2008-05-25  Bruno Haible  <bruno@clisp.org>
24901
24902         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24903
24904 2008-05-25  Jim Meyering  <meyering@redhat.com>
24905
24906         useless-if-before-free: freed expr may have white-space differences
24907         * build-aux/useless-if-before-free: Recognize cases in which the
24908         freed expression differs from the tested one in embedded white
24909         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24910         $1 was used, so we can't make any regexp shy.  Improved tests now
24911         detect this.
24912
24913         useless-if-before-free: accept white space in the expression.
24914         * build-aux/useless-if-before-free: For now, any white space
24915         in the expression must be identical in the free argument.
24916
24917         useless-if-before-free: efficiency tweak
24918         * build-aux/useless-if-before-free: Make the expression-matching
24919         regexp "shy".
24920         Make the *outer* regexp shy, not the expr-matching one.
24921
24922         update code-in-comment to accept cast of free arg
24923         * build-aux/useless-if-before-free: Update regexp.
24924
24925 2008-05-25  Bruno Haible  <bruno@clisp.org>
24926
24927         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24928         * modules/copy-file-tests (Files, Makefile.am): Update.
24929         * tests/test-copy-file.c (func_test_copy): Update.
24930
24931 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24932
24933         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24934
24935 2008-05-23  Bruno Haible  <bruno@clisp.org>
24936
24937         Improve support for ACLs on OSF/1.
24938         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24939         Remove fallback for unknown flavors of ACLs.
24940
24941 2008-05-22  Bruno Haible  <bruno@clisp.org>
24942
24943         Add support for ACLs on OSF/1.
24944         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24945         replacements.
24946         (acl_free_text): New macro fallback.
24947         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24948         acl_free.
24949         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24950         acl_free_text function. Require AC_C_INLINE.
24951
24952 2008-05-22  Bruno Haible  <bruno@clisp.org>
24953
24954         Make copy_acl work on MacOS X 10.5.
24955         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24956         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24957         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24958         If MODE_INSIDE_ACL, don't assume that every system has the same text
24959         representation for ACLs as FreeBSD.
24960         * lib/copy-acl.c (copy_acl): Add support for platforms with
24961         !MODE_INSIDE_ACL.
24962         * lib/file-has-acl.c (file_has_acl): Likewise.
24963         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24964         FreeBSD, MacOS X, or IRIX, respectively.
24965
24966 2008-05-22  Bruno Haible  <bruno@clisp.org>
24967
24968         * lib/acl.h: Don't include <sys/acl.h>.
24969         (GETACLCNT): Move fallback to lib/acl-internal.h.
24970         * lib/acl-internal.h: Include <sys/acl.h> here.
24971         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24972
24973 2008-05-22  Bruno Haible  <bruno@clisp.org>
24974
24975         Split off copy_acl function to separate file.
24976         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24977         * lib/acl.c (copy_acl): Moved function to separate file.
24978         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24979         * modules/acl (Files): Add lib/copy-acl.c.
24980         (Makefiles.am): Augment lib_SOURCES.
24981
24982 2008-05-22  Bruno Haible  <bruno@clisp.org>
24983
24984         * modules/copy-file-tests: New file.
24985         * tests/test-copy-file.sh: New file.
24986         * tests/test-copy-file.c: New file.
24987         * tests/test-copy-file-sameacls.c: New file.
24988
24989 2008-05-22  Eric Blake  <ebb9@byu.net>
24990
24991         Avoid gcc warning.
24992         * tests/test-memcmp.c (main): Pass NULL indirectly.
24993
24994 2008-05-21  Bruno Haible  <bruno@clisp.org>
24995
24996         Add reference doc about ACLs.
24997         * doc/acl-resources.txt: New file.
24998         * doc/acl-cygwin.txt: New file.
24999
25000 2008-05-21  Bruno Haible  <bruno@clisp.org>
25001
25002         Avoid one more warning from gcc.
25003         * lib/vasnprintf.c (IF_LINT): Update comments.
25004         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25005
25006 2008-05-21  Jim Meyering  <meyering@redhat.com>
25007
25008         avoid a warning from gcc
25009         * lib/vasnprintf.c (IF_LINT): Define.
25010         (scale10_round_decimal_long_double):
25011         Use it to avoid a "may be used uninitialized" warning.
25012         (scale10_round_decimal_double): Likewise.
25013
25014 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25015
25016         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25017         declared.
25018
25019 2008-05-20  Bruno Haible  <bruno@clisp.org>
25020
25021         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25022         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25023
25024 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25025
25026         * modules/memcmp-tests: New file.
25027         * tests/test-memcmp.c: New file.
25028
25029 2008-05-19  Bruno Haible  <bruno@clisp.org>
25030
25031         * modules/propername (Notice, configure.ac): Put quoted "..." into
25032         --keyword option.
25033         * lib/propername.h: Update comments accordingly.
25034         Reported by Eric Blake.
25035
25036 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25037
25038         * modules/getpass-gnu (Depends-on): Add fseeko.
25039
25040 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25041
25042         * modules/base64-tests: New file.
25043
25044 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25045
25046         * lib/base64.c (base64_decode_ctx): If a decode context structure
25047         was passed in use it to ignore newlines.  If a context structure
25048         was _not_ passed in, continue to treat newlines as garbage (this
25049         is the historical behavior).  Formerly base64_decode.
25050         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25051         takes a decode context structure.
25052         * lib/base64.h (base64_decode): Macro for four-argument calls.
25053         (base64_decode_alloc): Likewise.
25054         * lib/base64.c (base64_decode_ctx): If a decode context structure
25055         was passed in use it to ignore newlines.  If a context structure
25056         was _not_ passed in, continue to treat newlines as garbage (this
25057         is the historical behavior).  Formerly base64_decode.
25058         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25059         takes a decode context structure.
25060         * lib/base64.h (base64_decode): Macro for four-argument calls.
25061         (base64_decode_alloc): Likewise.
25062
25063 2008-05-19  Jim Meyering  <meyering@redhat.com>
25064
25065         avoid a warning from gcc
25066         * lib/trim.c (IF_LINT): Define.
25067         (trim2): Use it to avoid a "may be used uninitialized" warning.
25068
25069         Fix doc typo.
25070         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25071
25072 2008-05-19  Bruno Haible  <bruno@clisp.org>
25073
25074         * doc/glibc-functions/getpass.texi: Document limits of other
25075         implementations.
25076
25077 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25078             Bruno Haible <bruno@clisp.org>
25079
25080         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25081
25082 2008-05-18  Bruno Haible  <bruno@clisp.org>
25083
25084         * modules/propername: New file, from GNU gettext.
25085         * lib/propername.h: New file, from GNU gettext.
25086         * lib/propername.c: New file, from GNU gettext.
25087         * MODULES.html.sh (Internationalization functions): Add propername.
25088
25089 2008-05-16  Jim Meyering  <meyering@redhat.com>
25090             Bruno Haible  <bruno@clisp.org>
25091
25092         Avoid some warnings from "gcc -Wshadow".
25093         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25094
25095 2008-05-15  Eric Blake  <ebb9@byu.net>
25096
25097         Extend previous patch to cygwin 1.7.0.
25098         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25099         fast implementation in cygwin >= 1.7.0.
25100         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25101         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25102
25103 2008-05-15  Bruno Haible  <bruno@clisp.org>
25104
25105         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25106         implementation in glibc >= 2.9.
25107         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25108         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25109
25110 2008-05-15  Bruno Haible  <bruno@clisp.org>
25111
25112         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25113         (Unicode string functions): Add unilbrk/*.
25114         Reported by Karl Berry.
25115
25116 2008-05-15  Eric Blake  <ebb9@byu.net>
25117
25118         Fix violation of <stdbool.h> replacement in regex.
25119         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25120         * lib/regexec.c (re_search_internal): Likewise.
25121         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
25122
25123 2008-05-15  Jim Meyering  <meyering@redhat.com>
25124
25125         avoid distracting test output when git or cvs is not found
25126         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
25127         * tests/test-vc-list-files-git.sh: Likewise.
25128
25129 2008-05-15  Eric Blake  <ebb9@byu.net>
25130
25131         Glibc finally accepted the memmem speedup code, bugzilla #5514.
25132         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
25133         glibc version.
25134         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
25135         * doc/posix-functions/strstr.texi (strstr): Likewise.
25136         * lib/str-two-way.h (MAX): Sychronize with glibc.
25137
25138 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
25139
25140         * lib/regcomp.c (optimize_utf8): Add a note on why we test
25141         opr.ctx_type.
25142         (calc_first): Initialize constraint field.
25143         (duplicate_node_closure): Use it instead of special casing ANCHORS.
25144         Fix grammar.
25145         (duplicate_node): Merge constraint field for all node types.
25146         (calc_eclosure_iter): Look at constraint field for all node types.
25147         * lib/regex_internal.c (create_cd_newstate): Don't look at
25148         opr.ctx_type.
25149
25150 2008-05-14  Bruno Haible  <bruno@clisp.org>
25151
25152         Help GCC to do better code generation.
25153         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
25154         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
25155         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
25156         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
25157         Declare with attribute 'malloc' if supported.
25158
25159 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
25160
25161         use "echo STR|wc -c" rather than unportable "expr length STR"
25162         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
25163         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
25164
25165 2008-05-14  Jim Meyering  <meyering@redhat.com>
25166
25167         use dd ibs=$n count=1 ... rather than less-portable head -c$n
25168         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
25169         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
25170         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
25171         via Collin Lasse.
25172
25173 2008-05-14  Eric Blake  <ebb9@byu.net>
25174
25175         Avoid quadratic growth in gl_LIBSOURCES.
25176         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
25177         Suggested by Bruno Haible.
25178
25179         Test xmemdup0.
25180         * modules/xmemdup0-tests: New file.
25181         * tests/test-xmemdup0.c: Likewise.
25182
25183 2008-05-13  Eric Blake  <ebb9@byu.net>
25184
25185         Split xmemdup0 into its own module.
25186         * modules/xmemdup0: New file.
25187         * lib/xmemdup0.h: Likewise.
25188         * lib/xmemdup0.c: Likewise.
25189         * MODULES.html.sh (Memory management functions): Add xmemdup0.
25190         * lib/xalloc.h (xmemdup0): Remove.
25191         * lib/xmalloc.c (xmemdup0): Likewise.
25192
25193 2008-05-13  Eric Blake  <ebb9@byu.net>
25194             Bruno Haible  <bruno@clisp.org>
25195
25196         Reduce number of forks required during autoconf.
25197         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
25198         and gl_LIBSOURCES_DIR.
25199         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
25200         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
25201         m4_syscmd per file.
25202         <m4_foreach_w>: Move...
25203         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
25204
25205 2008-05-13  Eric Blake  <ebb9@byu.net>
25206
25207         * gnulib-tool: Fix various comment typos.
25208
25209 2008-05-12  Bruno Haible  <bruno@clisp.org>
25210
25211         Tailor the linebreaking algorithm.
25212         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
25213
25214 2008-05-12  Bruno Haible  <bruno@clisp.org>
25215
25216         Update to Unicode 5.0.0.
25217         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25218         LBP_JV, LBP_JT. Redistribute values.
25219         (unilbrk_table): Change size.
25220         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
25221         Unicode TR#14 rev. 22.
25222         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25223         LBP_JV, LBP_JT. Redistribute values.
25224         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
25225         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
25226         Update.
25227         * lib/unilbrk/lbrkprop1.h: Regenerated.
25228         * lib/unilbrk/lbrkprop2.h: Regenerated.
25229         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
25230         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
25231         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
25232         Likewise.
25233         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
25234         Likewise.
25235         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
25236         result.
25237         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
25238         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
25239         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
25240         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
25241         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
25242         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
25243
25244 2008-05-11  Bruno Haible  <bruno@clisp.org>
25245
25246         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
25247
25248 2008-05-11  Bruno Haible  <bruno@clisp.org>
25249
25250         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
25251         * modules/unilbrk/gen-lbrk: New file.
25252
25253 2008-05-11  Bruno Haible  <bruno@clisp.org>
25254
25255         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
25256         * m4/sha512.m4 (gl_SHA512): Likewise.
25257
25258 2008-05-11  Jim Meyering  <meyering@redhat.com>
25259
25260         New modules: crypto/sha256, crypto/sha512 (from coreutils)
25261         * modules/crypto/sha256: New file.
25262         * modules/crypto/sha512: Likewise.
25263         * lib/sha256.c: Likewise.
25264         * lib/sha256.h: Likewise.
25265         * lib/sha512.c: Likewise.
25266         * lib/sha512.h: Likewise.
25267         * lib/u64.h: Likewise.
25268         * m4/sha256.m4: Likewise.
25269         * m4/sha512.m4: Likewise.
25270         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25271
25272 2008-05-10  Bruno Haible  <bruno@clisp.org>
25273
25274         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25275         (Input/Output <stdio.h>): Add xprintf.
25276         (Signal handling <signal.h>): Add strsignal.
25277         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25278         (Core language properties): Add func.
25279         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25280         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25281         strings.
25282         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25283         (Input/output): New section.
25284         (File system functions): Add openat-die, stat-macros.
25285         (Networking functions): Add sockets.
25286         (Unicode string functions): Add unictype/*.
25287         (Support for building libraries and executables): Add gperf.
25288         (Support for building documentation): Add agpl-3.0.
25289         (Misc): Add nocrash.
25290
25291 2008-05-10  Bruno Haible  <bruno@clisp.org>
25292
25293         * modules/unictype/gen-ctype: New file.
25294
25295 2008-05-10  Jim Meyering  <meyering@redhat.com>
25296
25297         Make chdir-safer.c more efficient on a system with no symlinks.
25298         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25299         also if ELOOP is zero.  Suggested by Bruno Haible.
25300
25301         Make chdir-safer.c slightly safer.
25302         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25303         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25304
25305         Avoid compile failure on systems without ELOOP (like mingw).
25306         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25307         Reported by Bruno Haible.
25308
25309 2008-05-10  Bruno Haible  <bruno@clisp.org>
25310
25311         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25312         (is_utf8_encoding): Use a case-insensitive comparison.
25313         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25314         streq.
25315
25316 2008-05-10  Bruno Haible  <bruno@clisp.org>
25317
25318         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25319         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25320         * lib/unilbrk/ulc-common.h (iconv_string_length,
25321         iconv_string_keeping_offsets): Remove declarations.
25322         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25323         Don't include <iconv.h>, streq.h, xsize.h.
25324         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25325         conversion.
25326         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25327         <iconv.h>, streq.h, xsize.h.
25328         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25329         conversion.
25330         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25331         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25332         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25333         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25334
25335 2008-05-10  Bruno Haible  <bruno@clisp.org>
25336
25337         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25338         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25339
25340         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25341         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25342
25343         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25344         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25345
25346         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25347         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25348
25349         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25350         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25351
25352         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25353         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25354
25355         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25356         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25357
25358         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25359         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25360
25361 2008-05-10  Bruno Haible  <bruno@clisp.org>
25362
25363         Split up 'linebreak' module.
25364         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25365         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25366         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25367         modifications.
25368         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25369         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25370         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25371         lib/linebreak.c.
25372         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25373         lib/linebreak.c.
25374         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25375         lib/linebreak.c.
25376         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25377         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25378         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25379         lib/linebreak.c.
25380         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25381         lib/linebreak.c.
25382         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25383         lib/linebreak.c.
25384         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25385         lib/linebreak.c.
25386         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25387         lib/linebreak.c.
25388         * modules/unilbrk/base: New file.
25389         * modules/unilbrk/tables: New file.
25390         * modules/unilbrk/u8-possible-linebreaks: New file.
25391         * modules/unilbrk/u16-possible-linebreaks: New file.
25392         * modules/unilbrk/u32-possible-linebreaks: New file.
25393         * modules/unilbrk/ulc-common: New file.
25394         * modules/unilbrk/ulc-possible-linebreaks: New file.
25395         * modules/unilbrk/u8-width-linebreaks: New file.
25396         * modules/unilbrk/u16-width-linebreaks: New file.
25397         * modules/unilbrk/u32-width-linebreaks: New file.
25398         * modules/unilbrk/ulc-width-linebreaks: New file.
25399         * lib/linebreak.h: Remove file.
25400         * lib/linebreak.c: Remove file.
25401         * m4/linebreak.m4: Remove file.
25402         * modules/linebreak: Remove file.
25403         * NEWS: Mention the changes.
25404
25405 2008-05-09  Eric Blake  <ebb9@byu.net>
25406
25407         Add xmemdup0.
25408         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25409         implementation.
25410         * lib/xmalloc.c (xmemdup0): New C implementation.
25411
25412 2008-05-08  Bruno Haible  <bruno@clisp.org>
25413
25414         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25415
25416 2008-05-07  Eric Blake  <ebb9@byu.net>
25417
25418         Support cross-compilation of <wctype.h>.
25419         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25420         AC_CACHE_CHECK.
25421
25422 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25423
25424         * build-aux/vc-list-files: Add support for bzr.
25425
25426 2008-05-03  Jim Meyering  <meyering@redhat.com>
25427
25428         avoid failed assertion with tight malloc
25429         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25430
25431 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25432
25433         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25434         are needed from arpa/inet.h.
25435         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25436         Reported by Bruno Haible.
25437
25438 2008-05-02  Jim Meyering  <meyering@redhat.com>
25439
25440         avoid compilation error on FreeBSD 6
25441         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25442
25443 2008-05-01  Jim Meyering  <meyering@redhat.com>
25444
25445         useless-if-before-free: correct --help's exit status description
25446         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25447         for one or more matches, etc.  Reported by Bruno Haible.
25448
25449         vc-list-files: make the stand-alone gnulib test work
25450         * modules/vc-list-files-tests (configure.ac):
25451         Define and AC_SUBST abs_aux_dir.
25452         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25453         $(abs_top_srcdir) to each script and having each of them
25454         duplicate the work of setting PATH, set PATH here, using
25455         the new variable, abs_aux_dir instead.
25456         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25457         * tests/test-vc-list-files-git.sh: Likewise.
25458         Reported by Bruno Haible.
25459
25460 2008-05-01  Bruno Haible  <bruno@clisp.org>
25461
25462         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25463         reallocation. Rename 'done' to 'found_delimiter'.
25464
25465 2008-05-01  Jim Meyering  <meyering@redhat.com>
25466
25467         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25468         * build-aux/vc-list-files: Use `...`, not $(...).
25469
25470 2008-04-30  Jim Meyering  <meyering@redhat.com>
25471
25472         add tests for vc-list-files
25473         * modules/vc-list-files-tests: New module.
25474         * tests/test-vc-list-files-cvs.sh: New file.
25475         * tests/test-vc-list-files-git.sh: New file.
25476
25477         avoid a warning from gcc
25478         * lib/getndelim2.c (IF_LINT): Define.
25479         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25480
25481         vc-list-files: work properly with build-aux/cvsu, too
25482         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25483         to all cvs-based clauses.
25484
25485         vc-list-files: work properly in the CVS+awk case, too
25486         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25487
25488         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25489         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25490         take more than one file argument, so .  Add quotes, just in case $dir
25491         ever contains a shell meta-character.  Prompted by Soren Hansen in
25492         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25493
25494 2008-04-29  Eric Blake  <ebb9@byu.net>
25495
25496         Optimize getndelim2 to use block operations when possible.
25497         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25498         freadseek, and memchr2.
25499         * lib/getndelim2.c (getndelim2): Use them for block reads.
25500
25501 2008-04-29  Bruno Haible  <bruno@clisp.org>
25502
25503         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25504         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25505         * modules/inet_ntop (Depends-on): Add extensions.
25506         * modules/inet_pton (Depends-on): Likewise.
25507         Reported by Simon Josefsson.
25508
25509 2008-04-29  Jim Meyering  <meyering@redhat.com>
25510
25511         When the is more than one match in a block, match all of them.
25512         * build-aux/useless-if-before-free: Iterate through each block
25513         until there are no more matches.
25514
25515         Fix broken useless-if-before-free script.
25516         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25517         the expression to match cast of argument to free-like function.
25518
25519 2008-04-29  Eric Blake  <ebb9@byu.net>
25520
25521         Use new header.
25522         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25523
25524 2008-04-29  Jim Meyering  <meyering@redhat.com>
25525
25526         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25527         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25528         by gnulib to exist and to declare e.g., inet_ntop.
25529         Don't include "inet_ntop.h", now removed.
25530
25531         * m4/arpa_inet_h.m4: Remove trailing blanks.
25532
25533 2008-04-29  Eric Blake  <ebb9@byu.net>
25534
25535         Silence valgrind on safe reads beyond potential array bounds.
25536         * lib/rawmemchr.valgrind: New file.
25537         * lib/strchrnul.valgrind: Likewise.
25538         * modules/rawmemchr (Files): Distribute new file.
25539         * modules/strchrnul (Files): Likewise.
25540         Suggested by Bruno Haible.
25541
25542 2008-04-29  Bruno Haible  <bruno@clisp.org>
25543
25544         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25545         (inet_ntop, inet_pton): Change portability warning's wording.
25546         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25547         Invoke gl_CHECK_NEXT_HEADERS.
25548         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25549         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25550         set ARPA_INET_H.
25551         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25552         * modules/arpa_inet (Description): No longer only for systems that
25553         lack it.
25554         (Depends-on): Add include_next.
25555         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25556         HAVE_ARPA_INET_H.
25557
25558 2008-04-29  Jim Meyering  <meyering@redhat.com>
25559
25560         * modules/mkdir (License): Re-license as LGPLv2+.
25561
25562 2008-04-29  Bruno Haible  <bruno@clisp.org>
25563
25564         * modules/rawmemchr (Maintainer): Set to Eric.
25565         * modules/strchrnul (Maintainer): Likewise.
25566
25567 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25568
25569         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25570         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25571
25572         * modules/arpa_inet (arpa/inet.h): Use them.
25573
25574 2008-04-28  Eric Blake  <ebb9@byu.net>
25575
25576         Test getndelim2.
25577         * modules/getndelim2-tests: New file.
25578         * tests/test-getndelim2.c: Likewise.
25579         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25580         stream.
25581         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25582
25583         * MODULES.html.sh: Document new module.
25584
25585 2008-04-20  Bruno Haible  <bruno@clisp.org>
25586
25587         * lib/c-stack.c (die): Use raise.
25588         * modules/c-stack (Depends-on): Add raise.
25589
25590 2008-04-28  Bruno Haible  <bruno@clisp.org>
25591
25592         Expect rpmatch to be declared.
25593         * lib/yesno.c (rpmatch): Remove declaration.
25594
25595         Declare rpmatch.
25596         * lib/stdlib.in.h (rpmatch): New declaration.
25597         * lib/rpmatch.c: Include <stdlib.h> first.
25598         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25599         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25600         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25601         HAVE_RPMATCH.
25602         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25603         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25604         (Include): Set to <stdlib.h>.
25605         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25606         HAVE_RPMATCH.
25607         * NEWS: Document the change.
25608
25609 2008-04-28  Bruno Haible  <bruno@clisp.org>
25610
25611         Change rpmatch to use nl_langinfo when appropriate.
25612         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25613         (N_): New macro.
25614         (localized_pattern): New function/macro.
25615         (try): Remove match, nomatch arguments. Copy the pattern into safe
25616         memory before caching it.
25617         (rpmatch): Use localized_pattern. Add translator comments.
25618         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25619         Suggested by Eric Blake.
25620         * modules/rpmatch (Depends-on): Add stdbool.
25621
25622 2008-04-28  Eric Blake  <ebb9@byu.net>
25623
25624         Add rawmemchr module, matching glibc.
25625         * modules/string (Makefile.am): New indicator.
25626         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25627         * lib/string.in.h (rawmemchr): Declare when appropriate.
25628         * modules/rawmemchr: New file.
25629         * m4/rawmemchr.m4: Likewise.
25630         * lib/rawmemchr.c: Likewise.
25631         * modules/rawmemchr-tests: Likewise.
25632         * tests/test-rawmemchr.c: Likewise.
25633         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25634         module.
25635         * modules/strchrnul (Depends-on): Add rawmemchr.
25636         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25637
25638         Whitespace cleanup.
25639         * tests/test-strchrnul.c: Reindent.
25640         * lib/strchrnul.c: Likewise.
25641
25642         Optimize and test strchrnul.
25643         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25644         * modules/strchrnul-tests: New file.
25645         * tests/test-strchrnul.c: Likewise.
25646
25647         Remove intprops dependency.
25648         * modules/memchr (Depends-on): Remove intprops.
25649         * modules/memrchr (Depends-on): Likewise.
25650         * modules/memchr2 (Depends-on): Likewise.
25651         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25652         * lib/memrchr.c (__memrchr): Likewise.
25653         * lib/memrchr2.c (memchr2): Likewise.
25654         Reported by Simon Josefsson.
25655
25656 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25657
25658         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25659         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25660
25661 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25662
25663         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25664
25665         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25666
25667         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25668
25669         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25670         declarations.
25671         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25672
25673         * m4/inet_pton.m4: Don't check for header files.
25674
25675         * m4/inet_ntop.m4: Don't check for header files.
25676
25677 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25678
25679         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25680         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25681         trigger for cygwin).
25682         Reported by Bruno Haible  <bruno@clisp.org>.
25683
25684 2008-04-28  Bruno Haible  <bruno@clisp.org>
25685
25686         * doc/posix-functions/strdup.texi: Mention mingw problem.
25687
25688 2008-04-27  Bruno Haible  <bruno@clisp.org>
25689
25690         * modules/stat-time-tests (Depends-on): Add sleep.
25691         * tests/test-stat-time.c (force_unlink): New function.
25692         (cleanup): Use it.
25693         (test_mtime): Remove the ctime related tests.
25694         (test_ctime): New function, containing the ctime related tests.
25695         (main): Call test_ctime, except on native Windows platforms.
25696
25697 2008-04-27  Bruno Haible  <bruno@clisp.org>
25698
25699         * lib/rpmatch.c (rpmatch): Add some comments.
25700         Reported by James Youngman <jay@gnu.org>.
25701
25702 2008-04-27  Bruno Haible  <bruno@clisp.org>
25703
25704         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25705         quiet NaNs.
25706
25707 2008-04-27  Bruno Haible  <bruno@clisp.org>
25708
25709         Make test-yesno.sh work on mingw.
25710         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25711         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25712         (main): Set stdin to binary mode.
25713         * modules/yesno-tests (Depends-on): Add binary-io.
25714
25715 2008-04-27  Bruno Haible  <bruno@clisp.org>
25716
25717         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25718         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25719         argument that lie outside the IEEE 854 domain.
25720         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25721         (gl_ISFINITE): Use it.
25722         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25723
25724 2008-04-27  Bruno Haible  <bruno@clisp.org>
25725
25726         Allow local renaming in config.h.
25727         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25728
25729 2008-04-27  Bruno Haible  <bruno@clisp.org>
25730
25731         * lib/memchr.c (__memchr): Change type of 'i'.
25732         * lib/memchr2.c (memchr2): Likewise.
25733
25734 2008-04-26  Eric Blake  <ebb9@byu.net>
25735         and Bruno Haible  <bruno@clisp.org>
25736
25737         Optimize and test memrchr.
25738         * modules/memrchr (Depends-on): Add intprops.
25739         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25740         * modules/memrchr-tests: New file.
25741         * tests/test-memrchr.c: New file.
25742
25743 2008-04-26  Bruno Haible  <bruno@clisp.org>
25744
25745         Add tentative support for DragonFly BSD.
25746         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25747         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25748         fp.
25749         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25750         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25751         * lib/fpurge.c (fpurge): Likewise.
25752         * lib/freadable.c (freaadable): Likewise.
25753         * lib/freadahead.c (freadahead): Likewise.
25754         * lib/freading.c (freading): Likewise.
25755         * lib/freadptr.c (freadptr): Likewise.
25756         * lib/freadseek.c (freadptrinc): Likewise.
25757         * lib/fseeko.c (fseeko): Likewise.
25758         * lib/fseterr.c (fseterr): Likewise.
25759         * lib/fwritable.c (fwritable): Likewise.
25760         * lib/fwriting.c (fwriting): Likewise.
25761
25762 2008-04-26  Bruno Haible  <bruno@clisp.org>
25763
25764         * lib/stdio-impl.h: New file.
25765         * lib/fbufmode.c: Include stdio-impl.h.
25766         (fbufmode): Use fp_, remove redundant #defines.
25767         * lib/fflush.c: Include stdio-impl.h.
25768         (clear_ungetc_buffer): Remove redundant #defines.
25769         * lib/fpurge.c: Include stdio-impl.h.
25770         (fpurge): Remove redundant #defines.
25771         * lib/freadable.c: Include stdio-impl.h.
25772         (freadable): Remove redundant #defines.
25773         * lib/freadahead.c: Include stdio-impl.h.
25774         (freadahead): Remove redundant #defines.
25775         * lib/freading.c: Include stdio-impl.h.
25776         (freading): Remove redundant #defines.
25777         * lib/freadptr.c: Include stdio-impl.h.
25778         (freadptr): Remove redundant #defines.
25779         * lib/freadseek.c: Include stdio-impl.h.
25780         (freadptrinc): Remove redundant #defines.
25781         * lib/fseeko.c: Include stdio-impl.h.
25782         (rpl_fseeko): Remove redundant #defines.
25783         * lib/fseterr.c: Include stdio-impl.h.
25784         (fseterr): Remove redundant #defines.
25785         * lib/fwritable.c: Include stdio-impl.h.
25786         (fwritable: Remove redundant #defines.
25787         * lib/fwriting.c: Include stdio-impl.h.
25788         (fwriting): Remove redundant #defines.
25789         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25790         * modules/fflush (Files): Likewise.
25791         * modules/fpurge (Files): Likewise.
25792         * modules/freadable (Files): Likewise.
25793         * modules/freadahead (Files): Likewise.
25794         * modules/freading (Files): Likewise.
25795         * modules/freadptr (Files): Likewise.
25796         * modules/freadseek (Files): Likewise.
25797         * modules/fseeko (Files): Likewise.
25798         * modules/fseterr (Files): Likewise.
25799         * modules/fwritable (Files): Likewise.
25800         * modules/fwriting (Files): Likewise.
25801
25802 2008-04-26  Bruno Haible  <bruno@clisp.org>
25803
25804         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25805         restore_seek_optimization, update_fpos_cache): New functions, extracted
25806         from rpl_fflush.
25807         (rpl_fflush): Use them.
25808         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25809         (gl_REPLACE_FFLUSH): Use it.
25810
25811 2008-04-26  Bruno Haible  <bruno@clisp.org>
25812
25813         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25814         on Solaris.
25815         * tests/test-xstrtoimax.sh: Likewise.
25816         * tests/test-xstrtoumax.sh: Likewise.
25817         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25818
25819 2008-04-26  Bruno Haible  <bruno@clisp.org>
25820
25821         * modules/memchr-tests: New file.
25822         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25823
25824 2008-04-26  Eric Blake  <ebb9@byu.net>
25825             Bruno Haible  <bruno@clisp.org>
25826
25827         * lib/memchr.c: Include intprops.h.
25828         (__memchr): Optimize parallel detection of matching bytes. Rename local
25829         variables. Add explanatory comments.
25830
25831 2008-04-26  Bruno Haible  <bruno@clisp.org>
25832
25833         Fix module 'memchr', broken since 2000-10-28.
25834         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25835
25836 2008-04-26  Bruno Haible  <bruno@clisp.org>
25837
25838         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25839         comments.
25840
25841 2008-04-25  Eric Blake  <ebb9@byu.net>
25842
25843         Use native fstatat on cygwin 1.7.0.
25844         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25845         first.
25846
25847 2008-04-23  Eric Blake  <ebb9@byu.net>
25848
25849         Improve memchr2 performance.
25850         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25851         NUL bytes.
25852         * modules/memchr2 (Depends-on): Use intprops.h.
25853
25854 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25855
25856         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25857         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25858         <blp@cs.stanford.edu>.
25859
25860 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25861
25862         * lib/arpa_inet.in.h: New file.
25863
25864         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25865         (Makefile.am): Sed in substitute header file.
25866
25867         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25868         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25869
25870         * modules/inet_ntop (configure.ac): Use
25871         gl_ARPA_INET_MODULE_INDICATOR.
25872
25873         * modules/inet_pton (configure.ac): Use
25874         gl_ARPA_INET_MODULE_INDICATOR.
25875
25876 2008-04-22  Jim Meyering  <meyering@redhat.com>
25877
25878         * modules/verify (License): Re-license as LGPLv2+.
25879
25880 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25881
25882         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25883         parameter to void* as per POSIX standard (MinGW uses char*).
25884
25885 2008-04-21  Bruno Haible  <bruno@clisp.org>
25886
25887         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25888         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25889         Define to replacements if REPLACE_ISWCNTRL is 1.
25890         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25891         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25892         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25893         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25894         what it fixes.
25895         * doc/posix-functions/iswalpha.texi: Likewise.
25896         * doc/posix-functions/iswblank.texi: Likewise.
25897         * doc/posix-functions/iswcntrl.texi: Likewise.
25898         * doc/posix-functions/iswdigit.texi: Likewise.
25899         * doc/posix-functions/iswgraph.texi: Likewise.
25900         * doc/posix-functions/iswlower.texi: Likewise.
25901         * doc/posix-functions/iswprint.texi: Likewise.
25902         * doc/posix-functions/iswpunct.texi: Likewise.
25903         * doc/posix-functions/iswspace.texi: Likewise.
25904         * doc/posix-functions/iswupper.texi: Likewise.
25905         * doc/posix-functions/iswxdigit.texi: Likewise.
25906         Reported by Alain Guibert.
25907
25908 2008-04-21  Bruno Haible  <bruno@clisp.org>
25909
25910         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25911         Patch by Alain Guibert.
25912
25913 2008-04-21  Bruno Haible  <bruno@clisp.org>
25914
25915         Fix test failures on mingw.
25916         * tests/test-xstrtol.c (print_no_progname): New function.
25917         (main): Install it in error_print_progname hook.
25918         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25919         * tests/test-xstrtoimax.sh: Likewise.
25920         * tests/test-xstrtoumax.sh: Likewise.
25921
25922 2008-04-21  Bruno Haible  <bruno@clisp.org>
25923
25924         Fix test failure on mingw.
25925         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25926
25927 2008-04-21  Bruno Haible  <bruno@clisp.org>
25928
25929         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25930         Actually assign a value.
25931
25932 2008-04-20  Bruno Haible  <bruno@clisp.org>
25933
25934         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25935         take 2.
25936         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25937         'canonicalize-lgpl' module is also used.
25938         * lib/canonicalize-lgpl.c: Undo last change.
25939         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25940
25941 2008-04-20  Bruno Haible  <bruno@clisp.org>
25942
25943         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25944         config.h. Provide _mkdir based fallback for mingw.
25945         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25946         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25947         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25948         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25949         rather than defining mkdir in config.h.
25950         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25951         (gl_SYS_STAT_H_DEFAULTS): New macro.
25952         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25953         HAVE_IO_H any more.
25954         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25955         HAVE_DECL_MKDIR and HAVE_IO_H.
25956
25957 2008-04-20  Bruno Haible  <bruno@clisp.org>
25958
25959         * lib/isapipe.c: Port to native Windows platforms.
25960
25961 2008-04-20  Bruno Haible  <bruno@clisp.org>
25962
25963         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25964
25965 2008-04-21  Eric Blake  <ebb9@byu.net>
25966
25967         Work around preprocessors that don't handle UINTMAX_MAX.
25968         * lib/memchr2.c (memchr2): Avoid embedded #if.
25969         Reported by Alain Guibert, fix suggested by Bruno Haible.
25970
25971 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25972
25973         * doc/posix-functions/strftime.texi (strftime): Explain better
25974         Windows incompatibility.  Suggested by Micah Cowan
25975         <micah@cowan.name>.
25976
25977 2008-04-20  Bruno Haible  <bruno@clisp.org>
25978
25979         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25980         unistr/u8-mblen.
25981
25982 2008-04-20  Bruno Haible  <bruno@clisp.org>
25983
25984         Fix test failure on platforms with non-GNU iconv.
25985         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25986         (U_TO_U8): Use it, rather than u16_to_u8.
25987         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25988         units at the end of the input string.
25989         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25990
25991 2008-04-20  Bruno Haible  <bruno@clisp.org>
25992
25993         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25994         when the resulting length is 0.
25995         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25996
25997 2008-04-20  Bruno Haible  <bruno@clisp.org>
25998
25999         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26000         works.
26001         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26002
26003 2008-04-20  Bruno Haible  <bruno@clisp.org>
26004
26005         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26006         * modules/tsearch-tests (configure.ac): Test for initstate function.
26007
26008 2008-04-20  Bruno Haible  <bruno@clisp.org>
26009
26010         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26011         for nlink_t if missing.
26012         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26013
26014 2008-04-19  Bruno Haible  <bruno@clisp.org>
26015
26016         Work around snprintf bug on Linux libc5.
26017         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26018         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26019         gl_SNPRINTF_SIZE1.
26020         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26021         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26022         that test failed.
26023         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26024         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26025         * modules/snprintf (Files): Add m4/printf.m4.
26026         * modules/vsnprintf (Files): Likewise.
26027         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26028         * doc/posix-functions/vsnprintf.texi: Likewise.
26029
26030 2008-04-19  Bruno Haible  <bruno@clisp.org>
26031
26032         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26033         from 0.0058 to less than 10^-7.
26034
26035 2008-04-19  Bruno Haible  <bruno@clisp.org>
26036
26037         Fix rounding when a precision is given.
26038         * lib/vasnprintf.c (is_borderline): New function.
26039         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26040         9...9x.
26041         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26042         %e, %g.
26043         * tests/test-vasprintf-posix.c (test_function): Likewise.
26044         * tests/test-snprintf-posix.h (test_function): Likewise.
26045         * tests/test-sprintf-posix.h (test_function): Likewise.
26046         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26047         * tests/test-printf-posix.h (test_function): Likewise.
26048         * tests/test-printf-posix.output: Update.
26049         Reported by John Darrington <john@darrington.wattle.id.au> via
26050         Ben Pfaff <blp@cs.stanford.edu>.
26051
26052 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26053
26054         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26055         Suggested by Bruno Haible <bruno@clisp.org>.
26056
26057 2008-04-17  Bruno Haible  <bruno@clisp.org>
26058
26059         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26060         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26061         implementation.
26062         Patch by Bruce Merry <bmerry@gmail.com>.
26063
26064 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26065
26066         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26067         doesn't work under Windows.
26068
26069 2008-04-16  Bruno Haible  <bruno@clisp.org>
26070
26071         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26072         New macros.
26073         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26074         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26075         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26076         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26077         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26078         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26079         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26080         macros.
26081         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26082         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26083         Northern Sotho, Uighur.
26084
26085 2008-04-16  Bruno Haible  <bruno@clisp.org>
26086
26087         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26088         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26089         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26090         Reported by Daniel Bergström <daniel@octocode.com>.
26091
26092 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26093             Bruno Haible  <bruno@clisp.org>
26094
26095         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26096         function.
26097         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26098         New functions, mostly extracted from gl_locale_name_default.
26099         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26100
26101 2008-04-16  Eric Blake  <ebb9@byu.net>
26102
26103         Adjust strtod detection to catch glibc 2.7 bug.
26104         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26105         Reported by John Gatewood Ham.
26106
26107 2008-04-16  Bruno Haible  <bruno@clisp.org>
26108
26109         Add tentative support for Linux libc5.
26110         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26111         * lib/fpurge.c (fpurge): Likewise.
26112         * lib/freadable.c (freadable): Likewise.
26113         * lib/freadahead.c (freadahead): Likewise.
26114         * lib/freading.c (freading): Likewise.
26115         * lib/freadptr.c (freadptr): Likewise.
26116         * lib/freadseek.c (freadptrinc): Likewise.
26117         * lib/fseeko.c (rpl_fseeko): Likewise.
26118         * lib/fseterr.c (fseterr): Likewise.
26119         * lib/fwritable.c (fwritable): Likewise.
26120         * lib/fwriting.c (fwriting): Likewise.
26121         Reported by Alain Guibert <alguibert+bts@free.fr>.
26122
26123 2008-04-15  Bruno Haible  <bruno@clisp.org>
26124
26125         * modules/mathl (configure.ac): Define module indicator.
26126
26127 2008-04-15  Bruno Haible  <bruno@clisp.org>
26128
26129         * lib/logl.c (logl): Remove unused variables.
26130
26131 2008-04-15  Bruno Haible  <bruno@clisp.org>
26132
26133         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
26134         fails.
26135
26136 2008-04-15  Bruno Haible  <bruno@clisp.org>
26137
26138         * lib/trim.c (trim2): Fix argument of isspace() macro.
26139
26140 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
26141
26142         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
26143         to 0.
26144         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
26145
26146 2008-04-14  Bruno Haible  <bruno@clisp.org>
26147
26148         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
26149         AC_LANG_PROGRAM argument.
26150         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
26151         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
26152         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
26153         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26154         * m4/math_h.m4 (gl_MATH_H): Likewise.
26155         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
26156         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26157         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26158         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
26159         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26160         * m4/regex.m4 (gl_REGEX): Likewise.
26161         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
26162         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
26163         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26164         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
26165         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26166         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26167         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26168         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26169
26170 2008-04-14  Jim Meyering  <meyering@redhat.com>
26171
26172         test-strtod: fix typos: s/abs/fabs/
26173         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
26174
26175 2008-04-13  Bruno Haible  <bruno@clisp.org>
26176
26177         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
26178         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
26179         module is also used and while not building the reloc-wrapper.
26180
26181 2008-04-13  Bruno Haible  <bruno@clisp.org>
26182
26183         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
26184
26185 2008-04-13  Bruno Haible  <bruno@clisp.org>
26186
26187         Fix AIX compilation failure introduced on 2008-04-02.
26188         * tests/test-frexp.c (exp): Undefine before redefining.
26189         * tests/test-frexpl.c (exp): Likewise.
26190
26191 2008-04-13  Bruno Haible  <bruno@clisp.org>
26192
26193         Work around a HP-UX stdio bug.
26194         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
26195         * tests/test-ftello.c (main): Likewise.
26196         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
26197         * doc/posix-functions/ftello.texi: Likewise.
26198
26199 2008-04-13  Bruno Haible  <bruno@clisp.org>
26200
26201         Make test-signbit pass on HP-UX/hppa.
26202         * tests/test-signbit.c (minus_zerol): New variable.
26203         (test_signbitl): Use it.
26204
26205 2008-04-13  Bruno Haible  <bruno@clisp.org>
26206
26207         Make truncl work on OSF/1 4.0.
26208         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
26209         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26210         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26211         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
26212         HAVE_DECL_TRUNCL.
26213         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
26214         HAVE_DECL_TRUNCL.
26215         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
26216
26217 2008-04-13  Bruno Haible  <bruno@clisp.org>
26218
26219         * lib/unictype.h: Remove trailing comma from enumeration definitions.
26220
26221 2008-04-13  Bruno Haible  <bruno@clisp.org>
26222
26223         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
26224         expression, so as to avoid HP-UX 11 cc compiler bug.
26225
26226 2008-04-13  Bruno Haible  <bruno@clisp.org>
26227
26228         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
26229
26230 2008-04-13  Bruno Haible  <bruno@clisp.org>
26231
26232         * lib/git-merge-changelog.c: Remove empty declaration outside of
26233         functions.
26234
26235 2008-04-13  Bruno Haible  <bruno@clisp.org>
26236
26237         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
26238
26239 2008-04-13  Bruno Haible  <bruno@clisp.org>
26240
26241         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
26242         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
26243         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
26244         also if it exists but lacks definitions of the SHUT_* macros.
26245         * modules/sys_socket (Description): Update.
26246         Reported by Elbert Pol <e.pol@chello.nl>.
26247
26248 2008-04-13  Bruno Haible  <bruno@clisp.org>
26249
26250         * lib/localcharset.c (OS2): Don't redefine if already defined.
26251         Reported by Elbert Pol <e.pol@chello.nl>.
26252
26253 2008-04-13  Bruno Haible  <bruno@clisp.org>
26254
26255         * lib/binary-io.h [__EMX__]: Include <io.h>.
26256         Reported by Elbert Pol <e.pol@chello.nl>.
26257
26258 2008-04-12  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/fpucw.h: Enable the definitions also for x86_64.
26261         Needed for NetBSD/x86_64.
26262         Reported by Thomas Klausner <tk@giga.or.at>.
26263
26264 2008-04-12  Bruno Haible  <bruno@clisp.org>
26265
26266         * tests/test-strtod.c: Include isnand.h.
26267         (main): Use isnand instead of isnan.
26268         Reported by Jim Meyering.
26269
26270 2008-04-12  Bruno Haible  <bruno@clisp.org>
26271
26272         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26273         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26274
26275 2008-04-12  Jim Meyering  <meyering@redhat.com>
26276
26277         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26278
26279 2008-04-12  Bruno Haible  <bruno@clisp.org>
26280
26281         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26282         Reported by Elbert Pol <e.pol@chello.nl>.
26283
26284 2008-04-12  Eric Blake  <ebb9@byu.net>
26285
26286         Work around Solaris 10 math.h bug.
26287         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26288         (gl_MATH_H_DEFAULTS): Set up default.
26289         * modules/math (Makefile.am): Replace new indicators.
26290         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26291         * tests/test-math.c (main): Test this.
26292         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26293         * doc/posix-headers/math.texi (math.h): Mention bug.
26294         Reported by Nelson H. F. Beebe and Jim Meyering.
26295
26296 2008-04-11  Bruno Haible  <bruno@clisp.org>
26297
26298         Adapt to future versions of Apple GCC.
26299         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26300         Reported by Peter O'Gorman <peter@pogma.com>.
26301
26302 2008-04-11  Bruno Haible  <bruno@clisp.org>
26303
26304         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26305
26306 2008-04-11  Bruno Haible  <bruno@clisp.org>
26307
26308         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26309
26310         * modules/getaddrinfo-tests (Makefile.am): Define
26311         test_getaddrinfo_LDADD.
26312
26313 2008-04-11  Bruno Haible  <bruno@clisp.org>
26314
26315         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26316         (init): Fix syntax error.
26317         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26318         is declared.
26319
26320 2008-04-11  Bruno Haible  <bruno@clisp.org>
26321
26322         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26323         * modules/glob (Depends-on): Add stdbool.
26324
26325 2008-04-11  Bruno Haible  <bruno@clisp.org>
26326
26327         * lib/trim.c: Include <string.h>.
26328
26329 2008-04-11  Eric Blake  <ebb9@byu.net>
26330
26331         Avoid compile failure on OS/2.
26332         * lib/regex_internal.h (internal_function): Disable optimization
26333         on OS/2 (__EMX__), where it caused compiler error.
26334         Reported by Elbert Pol.
26335
26336 2008-04-11  Bruno Haible  <bruno@clisp.org>
26337
26338         Flush the standard error stream before aborting. Needed on mingw.
26339         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26340         * tests/test-array_list.c (ASSERT): Likewise.
26341         * tests/test-array_oset.c (ASSERT): Likewise.
26342         * tests/test-avltree_list.c (ASSERT): Likewise.
26343         * tests/test-avltree_oset.c (ASSERT): Likewise.
26344         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26345         * tests/test-binary-io.c (ASSERT): Likewise.
26346         * tests/test-byteswap.c (ASSERT): Likewise.
26347         * tests/test-c-ctype.c (ASSERT): Likewise.
26348         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26349         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26350         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26351         * tests/test-c-strstr.c (ASSERT): Likewise.
26352         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26353         * tests/test-canonicalize.c (ASSERT): Likewise.
26354         * tests/test-carray_list.c (ASSERT): Likewise.
26355         * tests/test-ceilf1.c (ASSERT): Likewise.
26356         * tests/test-ceilf2.c (ASSERT): Likewise.
26357         * tests/test-ceill.c (ASSERT): Likewise.
26358         * tests/test-count-one-bits.c (ASSERT): Likewise.
26359         * tests/test-fbufmode.c (ASSERT): Likewise.
26360         * tests/test-fflush2.c (ASSERT): Likewise.
26361         * tests/test-floorf1.c (ASSERT): Likewise.
26362         * tests/test-floorf2.c (ASSERT): Likewise.
26363         * tests/test-floorl.c (ASSERT): Likewise.
26364         * tests/test-fopen.c (ASSERT): Likewise.
26365         * tests/test-fpending.c (ASSERT): Likewise.
26366         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26367         * tests/test-fpurge.c (ASSERT): Likewise.
26368         * tests/test-freadable.c (ASSERT): Likewise.
26369         * tests/test-freadahead.c (ASSERT): Likewise.
26370         * tests/test-freading.c (ASSERT): Likewise.
26371         * tests/test-freadptr.c (ASSERT): Likewise.
26372         * tests/test-freadptr2.c (ASSERT): Likewise.
26373         * tests/test-freadseek.c (ASSERT): Likewise.
26374         * tests/test-freopen.c (ASSERT): Likewise.
26375         * tests/test-frexp.c (ASSERT): Likewise.
26376         * tests/test-frexpl.c (ASSERT): Likewise.
26377         * tests/test-fseek.c (ASSERT): Likewise.
26378         * tests/test-fseeko.c (ASSERT): Likewise.
26379         * tests/test-fstrcmp.c (ASSERT): Likewise.
26380         * tests/test-ftell.c (ASSERT): Likewise.
26381         * tests/test-ftello.c (ASSERT): Likewise.
26382         * tests/test-func.c (ASSERT): Likewise.
26383         * tests/test-fwritable.c (ASSERT): Likewise.
26384         * tests/test-fwriting.c (ASSERT): Likewise.
26385         * tests/test-getdelim.c (ASSERT): Likewise.
26386         * tests/test-getline.c (ASSERT): Likewise.
26387         * tests/test-i-ring.c (ASSERT): Likewise.
26388         * tests/test-iconv-utf.c (ASSERT): Likewise.
26389         * tests/test-iconv.c (ASSERT): Likewise.
26390         * tests/test-isfinite.c (ASSERT): Likewise.
26391         * tests/test-isnand.c (ASSERT): Likewise.
26392         * tests/test-isnanf.c (ASSERT): Likewise.
26393         * tests/test-isnanl.h (ASSERT): Likewise.
26394         * tests/test-ldexpl.c (ASSERT): Likewise.
26395         * tests/test-linked_list.c (ASSERT): Likewise.
26396         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26397         * tests/test-localename.c (ASSERT): Likewise.
26398         * tests/test-lseek.c (ASSERT): Likewise.
26399         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26400         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26401         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26402         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26403         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26404         * tests/test-mbschr.c (ASSERT): Likewise.
26405         * tests/test-mbscspn.c (ASSERT): Likewise.
26406         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26407         * tests/test-mbspbrk.c (ASSERT): Likewise.
26408         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26409         * tests/test-mbsrchr.c (ASSERT): Likewise.
26410         * tests/test-mbsspn.c (ASSERT): Likewise.
26411         * tests/test-mbsstr1.c (ASSERT): Likewise.
26412         * tests/test-mbsstr2.c (ASSERT): Likewise.
26413         * tests/test-mbsstr3.c (ASSERT): Likewise.
26414         * tests/test-memchr2.c (ASSERT): Likewise.
26415         * tests/test-memmem.c (ASSERT): Likewise.
26416         * tests/test-open.c (ASSERT): Likewise.
26417         * tests/test-printf-frexp.c (ASSERT): Likewise.
26418         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26419         * tests/test-printf-posix.c (ASSERT): Likewise.
26420         * tests/test-quotearg.c (ASSERT): Likewise.
26421         * tests/test-rbtree_list.c (ASSERT): Likewise.
26422         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26423         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26424         * tests/test-round1.c (ASSERT): Likewise.
26425         * tests/test-roundf1.c (ASSERT): Likewise.
26426         * tests/test-roundl.c (ASSERT): Likewise.
26427         * tests/test-signbit.c (ASSERT): Likewise.
26428         * tests/test-sleep.c (ASSERT): Likewise.
26429         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26430         * tests/test-snprintf.c (ASSERT): Likewise.
26431         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26432         * tests/test-stat-time.c (ASSERT): Likewise.
26433         * tests/test-strcasestr.c (ASSERT): Likewise.
26434         * tests/test-strerror.c (ASSERT): Likewise.
26435         * tests/test-striconv.c (ASSERT): Likewise.
26436         * tests/test-striconveh.c (ASSERT): Likewise.
26437         * tests/test-striconveha.c (ASSERT): Likewise.
26438         * tests/test-strsignal.c (ASSERT): Likewise.
26439         * tests/test-strstr.c (ASSERT): Likewise.
26440         * tests/test-strtod.c (ASSERT): Likewise.
26441         * tests/test-trunc1.c (ASSERT): Likewise.
26442         * tests/test-trunc2.c (ASSERT): Likewise.
26443         * tests/test-truncf1.c (ASSERT): Likewise.
26444         * tests/test-truncf2.c (ASSERT): Likewise.
26445         * tests/test-truncl.c (ASSERT): Likewise.
26446         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26447         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26448         * tests/test-vasnprintf.c (ASSERT): Likewise.
26449         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26450         * tests/test-vasprintf.c (ASSERT): Likewise.
26451         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26452         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26453         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26454         * tests/test-vsnprintf.c (ASSERT): Likewise.
26455         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26456         * tests/test-wcwidth.c (ASSERT): Likewise.
26457         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26458         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26459         * tests/test-xvasprintf.c (ASSERT): Likewise.
26460         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26461         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26462         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26463         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26464         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26465         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26466         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26467         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26468         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26469         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26470         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26471         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26472         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26473         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26474         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26475         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26476         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26477         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26478         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26479         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26480         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26481         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26482         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26483         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26484         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26485         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26486         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26487         * tests/unictype/test-combining.c (ASSERT): Likewise.
26488         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26489         * tests/unictype/test-digit.c (ASSERT): Likewise.
26490         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26491         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26492         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26493         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26494         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26495         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26496         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26497         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26498         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26499         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26500         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26501         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26502         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26503         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26504         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26505         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26506         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26507         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26508         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26509         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26510         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26511         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26512         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26513         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26514         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26515         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26516         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26517         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26518         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26519         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26520         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26521         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26522         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26523         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26524         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26525         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26526         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26527         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26528         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26529         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26530         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26531         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26532         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26533         Reported by Eric Blake.
26534
26535 2008-04-11  Bruno Haible  <bruno@clisp.org>
26536
26537         * lib/wchar.in.h: Tweak comment.
26538
26539 2008-04-11  Bruno Haible  <bruno@clisp.org>
26540
26541         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26542         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26543         gl_COMMON.
26544         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26545
26546 2008-04-11  Bruno Haible  <bruno@clisp.org>
26547
26548         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26549
26550 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26551
26552         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26553         of attempting to use non-existing /dev/*random.  Based on patch
26554         from Adam Strzelecki <ono@java.pl> in
26555         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26556
26557 2008-04-08  Bruno Haible  <bruno@clisp.org>
26558
26559         Add tentative support for emx+gcc.
26560         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26561         * lib/fpurge.c (fpurge): Likewise.
26562         * lib/freadable.c (freadable): Likewise.
26563         * lib/freadahead.c (freadahead): Likewise.
26564         * lib/freading.c (freading): Likewise.
26565         * lib/freadptr.c (freadptr): Likewise.
26566         * lib/freadseek.c (freadptrinc): Likewise.
26567         * lib/fseeko.c (rpl_fseeko): Likewise.
26568         * lib/fseterr.c (fseterr): Likewise.
26569         * lib/fwritable.c (fwritable): Likewise.
26570         * lib/fwriting.c (fwriting): Likewise.
26571         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26572
26573 2008-04-09  Eric Blake  <ebb9@byu.net>
26574
26575         Avoid some autoconf warnings.
26576         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26577         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26578         * m4/afs.m4 (gl_AFS): Likewise.
26579         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26580         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26581         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26582         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26583         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26584         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26585         (AC_CHECK_DECLS_ONCE): Likewise.
26586         Rename file...
26587         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26588         gnulib-tool requires autoconf 2.59 or better.
26589         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26590
26591 2008-04-08  Eric Blake  <ebb9@byu.net>
26592
26593         Use 'git describe --match' if present (added in git 1.5.5).
26594         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26595         if possible.
26596
26597 2008-04-08  Bruno Haible  <bruno@clisp.org>
26598
26599         Add tentative support for OpenServer.
26600         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26601         _ptr, _cnt.
26602         * lib/fpurge.c (fpurge): Likewise.
26603         * lib/freadable.c (freadable): Likewise.
26604         * lib/freadahead.c (freadahead): Likewise.
26605         * lib/freading.c (freading): Likewise.
26606         * lib/freadptr.c (freadptr): Likewise.
26607         * lib/freadseek.c (freadptrinc): Likewise.
26608         * lib/fseeko.c (rpl_fseeko): Likewise.
26609         * lib/fseterr.c (fseterr): Likewise.
26610         * lib/fwritable.c (fwritable): Likewise.
26611         * lib/fwriting.c (fwriting): Likewise.
26612         Reported by Roger Cornelius <rac@tenzing.org> and
26613         Brian K. White <brian@aljex.com>.
26614
26615 2008-04-06  Jim Meyering  <meyering@redhat.com>
26616
26617         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26618
26619 2008-04-06  Bruno Haible  <bruno@clisp.org>
26620
26621         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26622         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26623         * tests/test-printf-posix.sh: Likewise.
26624         * tests/test-vfprintf-posix.sh: Likewise.
26625         * tests/test-vprintf-posix.sh: Likewise.
26626         * tests/test-xprintf-posix.sh: Likewise.
26627
26628 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26629
26630         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26631         hide error from 'ls', needed on OS/2.
26632         Report by Elbert Pol <elbert.pol@gmail.com>.
26633
26634 2008-04-04  Eric Blake  <ebb9@byu.net>
26635
26636         Make test-fseeko.c failures meaningful.
26637         * tests/test-fseeko.c: Print line number on failure.
26638         * tests/test-fseek.c: Likewise.
26639         Reported by Nelson H. F. Beebe.
26640
26641         Improve strtod bug detection check.
26642         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26643         required for Solaris 10.
26644         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26645
26646 2008-04-04  Bruno Haible  <bruno@clisp.org>
26647
26648         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26649         by m4/setenv.m4.
26650
26651 2008-04-03  Eric Blake  <ebb9@byu.net>
26652
26653         Ensure sane .version contents.
26654         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26655         version string.
26656         * build-aux/git-version-gen: Improve documentation.
26657
26658         Make GNU make output nicer.
26659         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26660         MAKECMDGOALS to enforce message for all command line targets.  Set
26661         srcdir for use in maint.mk.
26662
26663         Another maintainer tweak.
26664         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26665         a target that regenerates version.
26666
26667 2008-04-03  Jim Meyering  <meyering@redhat.com>
26668
26669         vc-list-files: don't cause coreutils "make po-check" failure
26670         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26671
26672 2008-04-03  Eric Blake  <ebb9@byu.net>
26673
26674         Allow VPATH usage of vc-list-files.
26675         * build-aux/vc-list-files (scriptversion): Add timestamp.
26676         (options): Add --help, --version, -C.
26677         (CVS): Support installed cvsu.
26678
26679 2008-04-02  Bruno Haible  <bruno@clisp.org>
26680
26681         Avoid some "statement with no effect" warnings from gcc.
26682         * tests/test-wctype.c (main): Explicitly ignore unused values.
26683         Reported by Jim Meyering.
26684
26685 2008-04-02  Jim Meyering  <meyering@redhat.com>
26686
26687         Avoid some warnings from "gcc -Wshadow".
26688         * tests/test-frexp.c (exp): Define to a different identifier.
26689         * tests/test-frexpl.c (exp): Likewise.
26690
26691 2008-04-03  Jim Meyering  <meyering@redhat.com>
26692
26693         bootstrap: remove dangling *.[ch] symlinks from lib
26694         * build-aux/bootstrap [dangling symlink removal]: Move find's
26695         -depth option to precede all others, to avoid a warning.
26696         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26697
26698 2008-04-02  Bruno Haible  <bruno@clisp.org>
26699
26700         Avoid some warnings from "gcc -Wshadow".
26701         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26702         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26703         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26704         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26705         Reported by Jim Meyering.
26706
26707 2008-04-01  Bruno Haible  <bruno@clisp.org>
26708
26709         Fix test to work on IRIX 6.5 with cc.
26710         * tests/test-math.c (numeric_equal): New function.
26711         (main): Use it.
26712
26713 2008-04-01  Bruno Haible  <bruno@clisp.org>
26714
26715         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26716
26717 2008-04-01  Bruno Haible  <bruno@clisp.org>
26718
26719         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26720         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26721         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26722         (Depends-on): Remove math.
26723
26724         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26725         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26726         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26727         (Depends-on): Remove math.
26728
26729         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26730         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26731         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26732         (Depends-on): Remove math.
26733         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26734         (Depends-on): Remove math.
26735
26736         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26737         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26738         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26739         (Depends-on): Remove math.
26740         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26741         (Depends-on): Remove math.
26742
26743         * tests/test-round1.c: Include nan.h.
26744         (main): Use NaNd instead of NAN.
26745         * modules/round-tests (Files): Add tests/nan.h.
26746
26747         * tests/test-trunc1.c: Include nan.h.
26748         (main): Use NaNd instead of NAN.
26749         * modules/trunc-tests (Files): Add tests/nan.h.
26750
26751         * tests/test-roundf1.c: Include nan.h.
26752         (main): Use NaNf instead of NAN.
26753         * modules/roundf-tests (Files): Add tests/nan.h.
26754
26755         * tests/test-truncf1.c: Include nan.h.
26756         (main): Use NaNf instead of NAN.
26757         * modules/truncf-tests (Files): Add tests/nan.h.
26758
26759         * tests/test-ceilf1.c: Include nan.h.
26760         (main): Use NaNf instead of NAN.
26761         * modules/ceilf-tests (Files): Add tests/nan.h.
26762
26763         * tests/test-floorf1.c: Include nan.h.
26764         (main): Use NaNf instead of NAN.
26765         * modules/floorf-tests (Files): Add tests/nan.h.
26766
26767         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26768         (main): Use NaNf instead of NAN.
26769         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26770
26771         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26772         (main): Use NaNd instead of NAN.
26773         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26774
26775         * tests/test-frexp.c: Include nan.h.
26776         (main): Use NaNd instead of NAN.
26777         * modules/frexp-tests (Files): Add tests/nan.h.
26778
26779         * lib/isnan.c: Don't include <math.h>.
26780         (FUNC): Don't use NAN macro.
26781         * modules/isnand-nolibm (Depends-on): Remove math.
26782         * modules/isnanf-nolibm (Depends-on): Remove math.
26783         * modules/isnanl (Depends-on): Remove math.
26784         * modules/isnanl-nolibm (Depends-on): Remove math.
26785
26786         * tests/nan.h: New file.
26787
26788 2008-04-01  Eric Blake  <ebb9@byu.net>
26789
26790         Fix typos.
26791         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26792         values to be the right type.
26793
26794         For now, cater to gnulib strtod inaccuracies.
26795         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26796         fractional results.  While not as nice from a QoI perspective, it
26797         is a quicker patch than correctly implementing decimal to binary
26798         rounding.
26799
26800 2008-03-31  Eric Blake  <ebb9@byu.net>
26801
26802         Guarantee a definition of NAN.
26803         * lib/math.in.h (NAN): Define if missing.
26804         * tests/test-math.c (main): Test it.
26805         * doc/posix-headers/math.texi (math.h): Document this.
26806         * lib/isnan.c (rpl_isnand): Use it.
26807         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26808         * tests/test-floorf1.c (NaN): Likewise.
26809         * tests/test-frexp.c (NaN): Likewise.
26810         * tests/test-isnand.c (NaN): Likewise.
26811         * tests/test-isnanf.c (NaN): Likewise.
26812         * tests/test-round1.c (NaN): Likewise.
26813         * tests/test-roundf1.c (NaN): Likewise.
26814         * tests/test-snprintf-posix.h (NaN): Likewise.
26815         * tests/test-sprintf-posix.h (NaN): Likewise.
26816         * tests/test-trunc1.c (NaN): Likewise.
26817         * tests/test-truncf1.c (NaN): Likewise.
26818         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26819         * tests/test-vasprintf-posix.c (NaN): Likewise.
26820         * modules/isnand-nolibm (Depends-on): Add math.
26821         * modules/isnanf-nolibm (Depends-on): Likewise.
26822         * modules/isnanl (Depends-on): Likewise.
26823         * modules/isnanl-nolibm (Depends-on): Likewise.
26824         * modules/snprintf-posix-tests (Depends-on): Likewise.
26825         * modules/sprintf-posix-tests (Depends-on): Likewise.
26826         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26827         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26828         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26829         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26830
26831 2008-03-31  Bruno Haible  <bruno@clisp.org>
26832
26833         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26834         * doc/posix-functions/strtod.texi: Likewise.
26835
26836 2008-03-31  Bruno Haible  <bruno@clisp.org>
26837
26838         * tests/test-strtod.c (main): Don't use C99 syntax.
26839
26840 2008-03-31  Bruno Haible  <bruno@clisp.org>
26841
26842         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26843         Reported by Eric Blake.
26844
26845 2008-03-31  Jim Meyering  <meyering@redhat.com>
26846
26847         Don't compare actual signbit return values.
26848         * tests/test-strtod.c (main): Rather, compare only their
26849         zero/non-zero nature.
26850
26851 2008-03-31  Eric Blake  <ebb9@byu.net>
26852
26853         More strtod documentation.
26854         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26855         failures as distinct bugs.
26856
26857 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26858
26859         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26860         Problem reported by Erik Benada in
26861         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26862
26863 2008-03-30  Bruno Haible  <bruno@clisp.org>
26864
26865         * tests/test-strtod.c: Add comments about which assertion fails on which
26866         platform.
26867         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26868
26869 2008-03-30  Eric Blake  <ebb9@byu.net>
26870
26871         Test signbit behavior on zeros.
26872         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26873         (test_signbitd, test_signbitl): Likewise.
26874
26875         More strtod touchups.
26876         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26877         sign of negative underflow, for now.  Use .5, not .1.
26878         * doc/posix-functions/strtod.texi (strtod): Mention these
26879         limitations.
26880         Reported by Jim Meyering.
26881
26882 2008-03-30  Bruno Haible  <bruno@clisp.org>
26883
26884         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26885         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26886
26887 2008-03-30  Bruno Haible  <bruno@clisp.org>
26888
26889         Avoid failure when attempting to return empty iconv results on some
26890         platforms.
26891         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26892         allocation, don't report ENOMEM when the resulting string is empty.
26893
26894 2008-03-30  Bruno Haible  <bruno@clisp.org>
26895
26896         Fix buffer overrun.
26897         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26898         Don't consider the width for tmp_length. Check count against tmp_length
26899         before doing the padding. Ensure enough allocation during padding.
26900
26901 2008-03-30  Eric Blake  <ebb9@byu.net>
26902
26903         strtod touchups.
26904         * lib/strtod.c (strtod): Avoid compiler warnings.
26905         Reported by Jim Meyering.
26906
26907 2008-03-30  Bruno Haible  <bruno@clisp.org>
26908
26909         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26910         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26911         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26912         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26913         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26914         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26915         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26916         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26917
26918         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26919         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26920         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26921         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26922         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26923         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26924         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26925         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26926
26927         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26928         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26929         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26930         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26931         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26932         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26933         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26934         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26935
26936         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26937         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26938
26939         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26940         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26941
26942         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26943         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26944
26945         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26946         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26947         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26948
26949         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26950         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26951         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26952
26953         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26954         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26955         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26956
26957         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26958         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26959         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26960
26961         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26962         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26963         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26964         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26965         (Depends-on): Add EOVERFLOW.
26966         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26967         (Depends-on): Add EOVERFLOW.
26968         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26969         (Depends-on): Add EOVERFLOW.
26970         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26971         (Depends-on): Add EOVERFLOW.
26972         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26973         (Depends-on): Add EOVERFLOW.
26974         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26975         (Depends-on): Add EOVERFLOW.
26976         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26977         (Depends-on): Add EOVERFLOW.
26978         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26979         (Depends-on): Add EOVERFLOW.
26980
26981         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26982         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26983         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26984
26985         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26986         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26987         * modules/snprintf (Depends-on): Add EOVERFLOW.
26988
26989         * lib/poll.c (EOVERFLOW): Remove fallback.
26990         * modules/poll (Depends-on): Add EOVERFLOW.
26991
26992         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26993         * modules/getugroups (Depends-on): Add EOVERFLOW.
26994
26995         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26996         * modules/getdelim (Depends-on): Add EOVERFLOW.
26997
26998         * lib/ftell.c (EOVERFLOW): Remove fallback.
26999         * modules/ftell (Depends-on): Add EOVERFLOW.
27000
27001         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27002         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27003         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27004
27005         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27006
27007         * modules/EOVERFLOW-tests: New file.
27008         * tests/test-EOVERFLOW.c: New file.
27009
27010         * modules/EOVERFLOW: New file.
27011         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27012
27013 2008-03-30  Bruno Haible  <bruno@clisp.org>
27014
27015         Fix bug introduced on 2007-06-10.
27016         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27017         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27018
27019 2008-03-30  Bruno Haible  <bruno@clisp.org>
27020
27021         Improve freadseek's efficiency after ungetc.
27022         * lib/freadseek.c: Include freadahead.h.
27023         (freadptrinc): New function, extracted from freadseek.
27024         (freadseek): Use it in a loop. Use freadahead to determine the number
27025         of loop iterations.
27026         * modules/freadseek (Depends-on): Add freadahead.
27027         (configure.ac): Require AC_C_INLINE.
27028
27029 2008-03-30  Bruno Haible  <bruno@clisp.org>
27030
27031         * lib/freadseek.c (freadseek): Don't ignore the return value of
27032         freadptr.
27033
27034 2008-03-29  Eric Blake  <ebb9@byu.net>
27035
27036         Add hex float support.
27037         * modules/strtod (Depends-on): Add c-ctype.
27038         (Link): Mention POW_LIB.
27039         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27040         whitespace between 'e' and exponent.
27041         * tests/test-strtod.c (main): Enable hex float tests.
27042         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27043         now provides.
27044
27045         Document various strtod bugs, with some fixes.
27046         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27047         "-0x", "inf", "nan", and hex constants.
27048         * doc/posix-functions/atof.texi (atof): Likewise.
27049         * modules/stdlib (Makefile.am): Support strtod.
27050         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27051         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27052         detect additional strtod bugs.
27053         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27054         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27055         bool where appropriate.  Parse 'inf' and 'nan'.
27056         * tests/test-strtod.c: New file.
27057         * modules/strtod (Depends-on): Add stdbool, stdlib.
27058         (configure.ac): Turn on module indicator.
27059         * modules/strtod-tests: New module.
27060
27061 2008-03-29  Eric Blake  <ebb9@byu.net>
27062
27063         Fix ftell on mingw.
27064         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27065         * modules/ftell-tests (Depends-on): Add binary-io.
27066         * modules/ftello-tests (Depends-on): Likewise.
27067         * tests/test-ftell.c (main): Enhance test to cover behavior after
27068         ungetc.  Enforce binary mode.
27069         * tests/test-ftello.c (main): Likewise.
27070
27071         Pass test-freadseek on cygwin.
27072         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27073         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27074         ungetc buffer.
27075
27076         * tests/test-fflush2.c (main): Fix typo.
27077
27078 2008-03-29  Bruno Haible  <bruno@clisp.org>
27079
27080         * tests/test-fflush2.c (main): Temporarily disable the contents of
27081         this test.
27082         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27083         Reported by Eric Blake.
27084
27085 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27086
27087         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27088         (GC_SHA224_DIGEST_SIZE): Add.
27089
27090         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27091         (gc_hash_digest_length): Likewise.
27092         (gc_hash_buffer): Likewise.
27093
27094 2008-03-25  Bruno Haible  <bruno@clisp.org>
27095
27096         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27097         detail which gettext release to use.
27098         Reported by Simon Josefsson.
27099
27100 2008-03-26  Jim Meyering  <meyering@redhat.com>
27101
27102         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27103         * modules/gnumakefile (clean-GNUmakefile): Also, use
27104         test ... && ... || : syntax rather than if-then ... fi.
27105
27106         gnumakefile: Don't double-quote-expand $(VPATH) value.
27107         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27108
27109 2008-03-24  Eric Blake  <ebb9@byu.net>
27110
27111         Alter GNUmakefile to install into top directory.
27112         * modules/maintainer-makefile: Split, and add dependency...
27113         * modules/gnumakefile: to this new module.
27114         * build-aux/GNUmakefile: Move...
27115         * top/GNUmakefile: ...here.
27116         * build-aux/maint.mk: Move...
27117         * top/maint.mk: ...here.
27118         * MODULES.html.sh (Support for maintaining...): Document new
27119         module.
27120
27121 2008-03-23  Bruno Haible  <bruno@clisp.org>
27122
27123         * gnulib-tool: New options --vc-files, --no-vc-files.
27124         (func_usage): Document them.
27125         (vc_files): New variable.
27126         (func_import): Consider vc_files.
27127         (func_create_testdir): Set vc_files to empty.
27128         Suggested by Jim Meyering and Karl Berry.
27129
27130 2008-03-23  Bruno Haible  <bruno@clisp.org>
27131
27132         Fix regex compilation error on HP-UX 11.
27133         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
27134         * modules/regex (Files): Add m4/mbstate_t.m4.
27135         Reported by Ton Voon <ton.voon@altinity.com>.
27136
27137 2008-03-23  Bruno Haible  <bruno@clisp.org>
27138
27139         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
27140
27141 2008-03-23  Eric Blake  <ebb9@byu.net>
27142             Bruno Haible  <bruno@clisp.org>
27143
27144         Install files from top/ in the destination directory.
27145         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27146         augmentation also for the files from top/.
27147         (func_import, func_create_testdir): Rewrite file names:
27148         top/filename -> filename.
27149
27150 2008-03-23  Bruno Haible  <bruno@clisp.org>
27151
27152         Tweak "gnulib --version" output.
27153         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
27154
27155 2008-03-23  Bruno Haible  <bruno@clisp.org>
27156
27157         Tweak "gnulib --version" output.
27158         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
27159         rather than contents of ChangeLog, when possible.
27160
27161 2008-03-21  Eric Blake  <ebb9@byu.net>
27162
27163         More --version tweaks.
27164         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
27165         date of last ChangeLog entry.
27166
27167 2008-03-21  Jim Meyering  <meyering@redhat.com>
27168
27169         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
27170
27171 2008-03-20  Eric Blake  <ebb9@byu.net>
27172
27173         VPATH fix.
27174         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
27175
27176 2008-03-20  Simon Josefsson  <simon@josefsson.org>
27177
27178         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
27179         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
27180
27181 2008-03-20  Eric Blake  <ebb9@byu.net>
27182
27183         Sync GNUmakefile with coreutils.
27184         * build-aux/GNUmakefile (have-Makefile): Rename...
27185         (_have-Makefile): ...to this, for namespace consideration.
27186         (GNUmakefile.cfg): Include, if present.
27187         (_autoreconf): Define a default.
27188         (_is-dist-target): New rule for rebuilds to pick up intra-release
27189         version.
27190         (maint-cfg.mk): Rename...
27191         (cfg.mk): ...to this.
27192
27193 2008-03-18  Jim Meyering  <meyering@redhat.com>
27194
27195         New script and module: mktempd
27196         * MODULES.html.sh (maint+release support): Add mktempd.
27197         * build-aux/mktempd: New file.
27198         * modules/mktempd: New file.
27199
27200 2008-03-15  Jim Meyering  <meyering@redhat.com>
27201
27202         Undo last change.
27203         * lib/sha1.c, lib/md5.c: 63 != ~63.
27204         Reported by Andreas Schwab.
27205
27206         sha1.c, md5.c: Hoist a redundant expression.
27207         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
27208         "ctx->buflen" only once, before calling *_process_block.
27209         * lib/md5.c (md5_process_bytes): Likewise.
27210
27211 2008-03-14  Eric Blake  <ebb9@byu.net>
27212
27213         Bump copyright year in files generated by gnulib-tool.
27214         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
27215         gnulib-tool, rather than hard-coding it.
27216
27217         Fix 'gnulib-tool --version' output to work with git.
27218         * gnulib-tool (func_gnulib_dir): New function, extracted from...
27219         (startup): ...here.
27220         (func_version): Use it to invoke git-version-gen, rather than
27221         relying on CVS keyword expansion.  Modernize wording.
27222         (cvsdatestamp, last_checkin_date, version): Kill unused
27223         variables.
27224
27225 2008-03-12  Jim Meyering  <meyering@redhat.com>
27226
27227         Recognize optional cast of the argument to free.
27228         * build-aux/useless-if-before-free: Update regexps.
27229
27230         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
27231
27232 2008-03-11  Bruno Haible  <bruno@clisp.org>
27233
27234         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
27235         by a single package.
27236         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
27237         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
27238         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
27239         Reported by Sam Steingold <sds@gnu.org>.
27240
27241 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27242
27243         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
27244         repositories.
27245
27246 2008-03-11  Bruno Haible  <bruno@clisp.org>
27247
27248         Avoid conflicts between local macro definitions.
27249         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27250         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
27251
27252 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
27253             Bruno Haible  <bruno@clisp.org>
27254
27255         Make va_copy work with some version of xlc on AIX 5.1.
27256         * lib/stdarg.in.h: New file.
27257         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
27258         On AIX, use a <stdarg.h> file substitute.
27259         * modules/stdarg (Files): Add lib/stdarg.in.h.
27260         (Depends-on): Add include_next.
27261         (Makefile.am): Build a stdarg.h substitute if requested.
27262         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
27263
27264 2008-03-10  Bruno Haible  <bruno@clisp.org>
27265
27266         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
27267         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27268         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27269
27270 2008-03-10  Bruno Haible  <bruno@clisp.org>
27271
27272         * modules/stdlib (Depends-on): Add include_next, remove
27273         absolute-header.
27274
27275 2008-03-09  Bruno Haible  <bruno@clisp.org>
27276
27277         * lib/freadahead.h (freadahead): Document more precisely.
27278         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27279         the sum of both buffer sizes.
27280         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27281         * NEWS: Document the change.
27282
27283 2008-03-09  Bruno Haible  <bruno@clisp.org>
27284
27285         Extend freadptr to return also the buffer size.
27286         * lib/freadptr.h (freadptr): Add sizep argument.
27287         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27288         (freadptr): Add sizep argument. Determine buffer size like freadahead
27289         does.
27290         * tests/test-freadptr.c: Don't include freadahead.h.
27291         (main): Adapt for new calling convention of freadptr.
27292         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27293         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27294         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27295         tests/test-freadptr2.sh.
27296         (Depends): Remove freadahead.
27297         (TESTS): Add test-freadptr2.sh.
27298         (check_PROGRAMS): Add test-freadptr2.
27299
27300 2008-03-09  Bruno Haible  <bruno@clisp.org>
27301
27302         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27303         Report and solution by Simon Josefsson.
27304
27305 2008-03-06  Bruno Haible  <bruno@clisp.org>
27306
27307         Make fflush after ungetc work on BSD platforms.
27308         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27309         * tests/test-fflush2.c: New file.
27310         * tests/test-fflush2.sh: New file.
27311         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27312         tests/test-fflush2.c.
27313         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27314         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27315
27316 2008-03-06  Eric Blake  <ebb9@byu.net>
27317
27318         Likewise for ftello.
27319         * modules/ftello (Dependencies): Add extensions.
27320         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27321
27322 2008-03-06  Bruno Haible  <bruno@clisp.org>
27323
27324         * modules/fseeko (Dependencies): Add extensions.
27325         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27326         Needed on glibc systems.
27327
27328 2008-03-06  Bruno Haible  <bruno@clisp.org>
27329
27330         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27331         email address.
27332         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27333
27334 2008-03-06  Bruno Haible  <bruno@clisp.org>
27335
27336         * users.txt: Add libgnupdf.
27337
27338 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27339
27340         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27341         (Header File Substitutes, Function Substitutes,
27342         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27343         (Build robot for gnulib): Fix typo.
27344
27345 2008-03-06  Bruno Haible  <bruno@clisp.org>
27346
27347         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27348         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27349
27350 2008-03-06  Bruno Haible  <bruno@clisp.org>
27351
27352         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27353         * doc/gnulib.texi: Include it.
27354
27355 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27356
27357         * modules/func (License): Change license to unlimited; there was
27358         no LGPL parts in the module anyway.
27359
27360 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27361
27362         * modules/__func__: Renamed to modules/func.
27363         * modules/__func__-tests: Renamed to modules/func-tests.
27364         * tests/test-__func__.c: Renamed to tests/test-func.c.
27365         * m4/__func__.m4: Renamed to m4/func.m4.
27366         * doc/gnulib.texi (__func__): Section renamed to func.
27367         Suggested by Eric Blake <ebb9@byu.net>.
27368
27369 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27370
27371         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27372         about __func__.  Make example self-contained.  Suggested by Eric
27373         Blake <ebb9@byu.net>.
27374
27375         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27376         Suggested by Eric Blake <ebb9@byu.net>.
27377
27378 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27379
27380         * modules/__func__: New file.
27381         * modules/__func__-tests: New file.
27382         * tests/test-__func__.c: New file.
27383         * m4/__func__.m4: New file.
27384         * doc/gnulib.texi (__func__): Document __func__ module.
27385
27386 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27387
27388         * modules/byteswap (License): Re-license as LGPLv2+.
27389
27390 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27391
27392         * doc/Makefile: Add pdf target.
27393
27394 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27395
27396         * modules/inline (License): Use 'unlimited', since there are only
27397         *.m4 files in this module.
27398
27399 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27400             Bruno Haible  <bruno@clisp.org>
27401
27402         Add support for HP C 7.1 on OpenVMS 8.3.
27403         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27404
27405 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27406
27407         Update VMS specifics.
27408         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27409
27410 2008-03-02  Jim Meyering  <meyering@redhat.com>
27411
27412         Remove the last dependency on the "free" module.
27413         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27414         Reported by Bob Proulx.
27415
27416         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27417
27418         Remove useless "if" tests before free.  Deprecate "free" module.
27419         * doc/posix-functions/free.texi: Mention that this
27420         module is no longer useful.
27421         * modules/free (Notice): Say this module is obsolete.
27422         * modules/readutmp (Depends-on): Remove free.
27423         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27424         * lib/putenv.c (putenv): Likewise.
27425         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27426         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27427         * tests/test-c-strcasestr.c (main): Likewise.
27428         * tests/test-c-strstr.c (main): Likewise.
27429         * tests/test-mbscasestr1.c (main): Likewise.
27430         * tests/test-mbscasestr2.c (main): Likewise.
27431         * tests/test-mbsstr1.c (main): Likewise.
27432         * tests/test-mbsstr2.c (main): Likewise.
27433         * tests/test-memmem.c (main): Likewise.
27434         * tests/test-strcasestr.c (main): Likewise.
27435         * tests/test-striconv.c (main): Likewise.
27436         * tests/test-striconveh.c (main): Likewise.
27437         * tests/test-striconveha.c (main): Likewise.
27438         * tests/test-strstr.c (main): Likewise.
27439
27440         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27441
27442         bootstrap: sync from coreutils again
27443         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27444
27445 2008-03-01  Jim Meyering  <meyering@redhat.com>
27446
27447         bootstrap: sync from coreutils
27448         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27449         also when the target doesn't exist.
27450
27451 2008-03-01  Eric Blake  <ebb9@byu.net>
27452
27453         Fix bugs in last patch.
27454         * lib/memchr2.c (memchr2): Fix typo.
27455         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27456         extension.
27457         Reported by Bruce Korb.
27458
27459         New module 'memchr2'.
27460         * modules/memchr2: New file.
27461         * modules/memchr2-tests: Likewise.
27462         * lib/memchr2.h: Likewise.
27463         * lib/memchr2.c: Likewise, based on memchr.c.
27464         * tests/test-memchr2.c: New test.
27465         * MODULES.html.sh (String handling): Add memchr2.
27466
27467 2008-02-29  Bruno Haible  <bruno@clisp.org>
27468
27469         * modules/freadseek-tests: New file.
27470         * tests/test-freadseek.sh: New file.
27471         * tests/test-freadseek.c: New file.
27472
27473         New module 'freadseek'.
27474         * modules/freadseek: New file.
27475         * lib/freadseek.h: New file.
27476         * lib/freadseek.c: New file.
27477         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27478
27479 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27480
27481         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27482         wydawca.
27483
27484         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27485         program_invocation_name and program_invocation_short_name are
27486         present.
27487
27488 2008-02-28  Bruno Haible  <bruno@clisp.org>
27489
27490         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27491         * tests/test-freadptr.sh: Also test non-seekable stdin.
27492
27493 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27494
27495         * build-aux/bootstrap (source_base, m4_base)
27496         (doc_base, tests_base): New variables.
27497         (gnulib_tool_options): Do not hardcode base directories, use
27498         the above variables instead.
27499
27500 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27501
27502         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27503
27504 2008-02-28  Bruno Haible  <bruno@clisp.org>
27505
27506         * modules/freadptr-tests: New file.
27507         * tests/test-freadptr.sh: New file.
27508         * tests/test-freadptr.c: New file.
27509
27510         New module 'freadptr'.
27511         * modules/freadptr: New file.
27512         * lib/freadptr.h: New file.
27513         * lib/freadptr.c: New file.
27514         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27515
27516 2008-02-26  Karl Berry  <karl@freefriends.org>
27517
27518         Sync from Libtool:
27519         * libltdl/argz.c (argz_add, argz_count): New functions.
27520         * libltdl/argz.in.h: Declare them.
27521         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27522
27523 2008-02-22  Bruno Haible  <bruno@clisp.org>
27524
27525         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27526         is a pointer type.  Needed for HP-UX 10.
27527         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27528         * doc/posix-functions/gmtime_r.texi: Likewise.
27529         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27530
27531 2008-02-24  Bruno Haible  <bruno@clisp.org>
27532
27533         * modules/environ-tests: New file.
27534         * tests/test-environ.c: New file.
27535
27536         New module 'environ'.
27537         * modules/environ: New file.
27538         * lib/unistd.in.h (environ): New declaration.
27539         * m4/environ.m4: New file.
27540         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27541         after use.
27542         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27543         HAVE_DECL_ENVIRON.
27544         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27545         HAVE_DECL_ENVIRON.
27546         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27547         wrong claim that 'environ' is missing on some systems.
27548         * modules/execute (Depends-on): Add environ.
27549         * lib/execute.c (environ): Remove fallback declaration.
27550         * modules/pipe (Depends-on): Add environ.
27551         * lib/pipe.c (environ): Remove fallback declaration.
27552         * modules/setenv (Depends-on): Add environ.
27553         * lib/setenv.c (environ): Remove fallback declaration.
27554         * modules/unsetenv (Depends-on): Add environ.
27555         * lib/unsetenv.c (environ): Remove fallback declaration.
27556         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27557         m4/environ.m4.
27558         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27559         (gl_PREREQ_UNSETENV): Likewise.
27560
27561 2008-02-24  Bruno Haible  <bruno@clisp.org>
27562
27563         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27564
27565 2008-02-20  Bob Proulx  <bob@proulx.com>
27566
27567         Enable use of older two part flavor 'git describe'.
27568         * build-aux/git-version-gen: If using the older two part flavor of
27569         git version then recreate the third part now present in the
27570         newer three part flavor of git describe.
27571
27572 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27573
27574         * lib/fts.c (fts_build): Typo correction to comment.
27575
27576 2008-02-17  Bruno Haible  <bruno@clisp.org>
27577
27578         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27579         generating no-op conflicts.
27580
27581 2008-02-17  Bruno Haible  <bruno@clisp.org>
27582
27583         Speed up by 10%.
27584         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27585         result_entries, rather than an index-based loop.
27586
27587 2008-02-17  Bruno Haible  <bruno@clisp.org>
27588
27589         Speed up by 25%.
27590         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27591         'hashcode_cached'.
27592         (entry_create): New function.
27593         (entry_hashcode): Use the cached hashcode if possible.
27594         (read_changelog_file, try_split_merged_entry): Use entry_create.
27595
27596 2008-02-17  Bruno Haible  <bruno@clisp.org>
27597
27598         Speed up from O(n^2) to O(n) for long ChangeLog files.
27599         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27600         (read_changelog_file): Change implementation of entries_reversed list
27601         to rbtreehash.
27602         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27603
27604 2008-02-17  Bruno Haible  <bruno@clisp.org>
27605
27606         New option --split-merged-entry.
27607         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27608         (find_paragraph_end, try_split_merged_entry): New functions.
27609         (long_options): Add option --split-merged-entry.
27610         (usage): Document option --split-merged-entry.
27611         (main): Implement option --split-merged-entry.
27612         Reported by Eric Blake.
27613
27614 2008-02-17  Bruno Haible  <bruno@clisp.org>
27615
27616         * lib/git-merge-changelog.c: Include c-strstr.h.
27617         (main): Support the "git pull --rebase" situation.
27618         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27619         Reported by Eric Blake.
27620
27621 2008-02-16  Eric Blake  <ebb9@byu.net>
27622
27623         Avoid doubling \ in common case of "c-maybe" quoting style.
27624         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27625         eliding outer quotes.
27626         * lib/quotearg.h: Document this.
27627         * tests/test-quotearg.c (result_strings, inputs, results_g)
27628         (flag_results, locale_results): Test it by adding a new string to
27629         each test group.
27630         (compare_strings): Test new string.
27631
27632 2008-02-13  Eric Blake  <ebb9@byu.net>
27633
27634         Avoid trigraph quoting in default output.
27635         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27636         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27637         unless explicitly requested.
27638         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27639
27640 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27641
27642         Don't rely on signed integer overflowing to negative value.
27643         * lib/getugroups.c (getugroups): Include <limits.h>.
27644         Instead, compare against INT_MAX, and increment only if the test passes.
27645
27646 2008-02-13  Jim Meyering  <meyering@redhat.com>
27647         and Eric Blake  <ebb9@byu.net>
27648
27649         Avoid shadowing warning and compile errors on Linux.
27650         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27651         forwarding macros on Linux.
27652         (dcgettext): Define a stub, for Linux.
27653         (results_g, main): Avoid warnings.
27654
27655 2008-02-12  Eric Blake  <ebb9@byu.net>
27656
27657         Silence warning in last patch.
27658         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27659
27660         Quotearg part 4: add tests, fix c-maybe colon quoting.
27661         * lib/quotearg.h: Improve documentation.
27662         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27663         escapes when adding outer quotes.  When quoting trigraphs, use
27664         valid C notation.  When quoting NUL, omit extra characters if next
27665         character is not digit.  Alter prototype.
27666         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27667         callers.
27668         * modules/quotearg-tests: New module.
27669         * tests/test-quotearg.c: New test.
27670
27671 2008-02-07  Eric Blake  <ebb9@byu.net>
27672
27673         Quotearg part 3: add flag to control outer quote elision.
27674         * lib/quotearg.h (c_maybe_quoting_style): New style.
27675         (enum quoting_flags): Better documentation of flags.
27676         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27677         c-maybe style.
27678         (quotearg_buffer_restyled): Handle new flag to elide outer
27679         quotes.
27680
27681         Quotearg part 2: add flag that can control NUL elision.
27682         * lib/quotearg.h (set_quoting_flags): New prototype.
27683         * lib/quotearg.c (struct quoting_options): Add flag field.
27684         (set_quoting_flags): New function.
27685         (quotearg_buffer_restyled): Add flags parameter.
27686         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27687         (quotearg_n_options): Set the flag, since length cannot be
27688         returned.
27689         (quoting_options_from_style): Default flags correctly.
27690
27691         Quotearg part 1: more wrappers, restore quotearg_char state.
27692         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27693         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27694         (quotearg_colon_mem): New wrappers.
27695         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27696         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27697         functions.
27698         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27699         (quotearg_colon_mem): New functions.
27700
27701 2008-02-11  Bruno Haible  <bruno@clisp.org>
27702
27703         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27704         library in the current directory: it does not work with parallel make.
27705         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27706
27707 2008-02-11  Bruno Haible  <bruno@clisp.org>
27708
27709         * .gitattributes: New file.
27710
27711 2008-02-11  Jim Meyering  <meyering@redhat.com>
27712
27713         useless-if-before-free: Fix reversed exit values.
27714         * build-aux/useless-if-before-free: Use correct values
27715         for EXIT_MATCH and EXIT_NO_MATCH.
27716
27717         * build-aux/useless-if-before-free: Close stdout carefully.
27718
27719 2008-02-10  Bruno Haible  <bruno@clisp.org>
27720
27721         New module 'git-merge-changelog'.
27722         * modules/git-merge-changelog: New file.
27723         * lib/git-merge-changelog.c: New file.
27724
27725 2008-02-10  Jim Meyering  <meyering@redhat.com>
27726
27727         useless-if-before-free: New option: --list (-l).
27728
27729         useless-if-before-free: Don't exit immediately upon open failure.
27730         * build-aux/useless-if-before-free: Exit 2 for errors.
27731         Upon failure to open a file, don't exit immediately.
27732         Rather, just warn and continue with any remaining files.
27733
27734 2008-02-10  Bruno Haible  <bruno@clisp.org>
27735
27736         New abstract list operation 'node_set_value'.
27737         * lib/gl_list.h (gl_list_node_set_value): New function.
27738         (struct gl_list_implementation): New field node_set_value.
27739         * lib/gl_list.c (gl_list_node_set_value): New function.
27740         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27741         (gl_array_list_implementation): Update.
27742         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27743         (gl_carray_list_implementation): Update.
27744         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27745         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27746         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27747         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27748         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27749         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27750         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27751         Update.
27752         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27753         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27754         (gl_sublist_list_implementation): Update.
27755
27756 2008-02-10  Bruno Haible  <bruno@clisp.org>
27757
27758         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27759         Needed when ELEMENT is #defined to 'some_type *'.
27760
27761 2008-02-10  Jim Meyering  <meyering@redhat.com>
27762
27763         New script and module: useless-if-before-free
27764         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27765         * build-aux/useless-if-before-free: New file.
27766         * modules/useless-if-before-free: New file.
27767
27768         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27769
27770         xstrtol_error: Fix typo.
27771         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27772         s/exit_failure/exit_status/.
27773
27774 2008-02-09  Jim Meyering  <meyering@redhat.com>
27775
27776         New script and module: gitlog-to-changelog
27777         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27778         * modules/gitlog-to-changelog: New file.
27779         * build-aux/gitlog-to-changelog: New file.
27780
27781 2008-02-08  Jim Meyering  <meyering@redhat.com>
27782
27783         Avoid two "parameter unused" warnings.
27784         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27785         Mark "st" as used.
27786
27787         Use "git COMMAND", not "git-COMMAND".
27788         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27789         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27790         * build-aux/git-version-gen: Use "git status", not "git-status".
27791
27792 2008-02-07  Bruno Haible  <bruno@clisp.org>
27793
27794         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27795         Avoids a crash on Windows Vista.
27796         Reported by Adam Strzelecki <ono@java.pl> via
27797         Simon Josefsson <simon@josefsson.org>.
27798
27799 2008-02-06  Bruno Haible  <bruno@clisp.org>
27800
27801         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27802         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27803         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27804         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27805         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27806         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27807         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27808         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27809         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27810         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27811         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27812         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27813         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27814         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27815         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27816         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27817         left-adjust flag.
27818         * tests/test-snprintf-posix.h (test_function): Likewise.
27819         * tests/test-sprintf-posix.h (test_function): Likewise.
27820         * tests/test-vasprintf-posix.c (test_function): Likewise.
27821         * doc/posix-functions/fprintf.texi: Update.
27822         * doc/posix-functions/printf.texi: Update.
27823         * doc/posix-functions/snprintf.texi: Update.
27824         * doc/posix-functions/sprintf.texi: Update.
27825         * doc/posix-functions/vfprintf.texi: Update.
27826         * doc/posix-functions/vprintf.texi: Update.
27827         * doc/posix-functions/vsnprintf.texi: Update.
27828         * doc/posix-functions/vsprintf.texi: Update.
27829         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27830
27831 2008-02-06  Bruno Haible  <bruno@clisp.org>
27832
27833         Fix bug introduced on 2008-01-26.
27834         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27835
27836 2008-02-06  Bruno Haible  <bruno@clisp.org>
27837
27838         Fix bug introduced on 2007-06-10.
27839         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27840         !NEED_PRINTF_FLAG_ZERO.
27841
27842 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27843
27844         getloadavg: use libperfstat on AIX5
27845         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27846
27847 2008-02-03  Bruno Haible  <bruno@clisp.org>
27848
27849         * lib/diffseq.h: Add comments about required #includes.
27850         Reported by Michael Biggs <gnulib@doubleplum.net>.
27851
27852 2008-02-01  Bruno Haible  <bruno@clisp.org>
27853
27854         * users.txt: Add gnuit.
27855
27856 2008-01-31  Bruno Haible  <bruno@clisp.org>
27857
27858         * lib/md4.c (set_uint32): Mark as inline.
27859         * lib/md5.c (set_uint32): Likewise.
27860         * lib/sha1.c (set_uint32): Likewise.
27861         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27862         * m4/md5.m4 (gl_MD5): Likewise.
27863         * m4/sha1.m4 (gl_SHA1): Likewise.
27864
27865 2008-01-31  Jim Meyering  <meyering@redhat.com>
27866
27867         Use "sizeof VAR", rather than a literal "4".
27868         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27869         * lib/md4.c (md4_read_ctx): Likewise.
27870         * lib/sha1.c (sha1_read_ctx): Likewise.
27871
27872 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27873
27874         * tests/test-sha1.c: New file, based on test-md5.c.
27875
27876         * modules/crypto/sha1-tests: New file.
27877
27878 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27879
27880         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27881
27882 2008-01-31  Jim Meyering  <meyering@redhat.com>
27883
27884         Prefer "sizeof v" over the equivalent "4".
27885         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27886         * lib/md5.c (set_uint32): Likewise.
27887         * lib/sha1.c (set_uint32): Likewise.
27888
27889 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27890
27891         * lib/sha1.c (set_uint32): Mark function as static.
27892
27893 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27894
27895         md2: clarify comments to say that alignment is not required.
27896         * lib/md2.h: Remove warning about alignment in comment.
27897         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27898         never been required.
27899
27900 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27901
27902         md4: adapt alignment constraint fix from sha1.
27903         * lib/md4.c (set_uint32): New function, from sha1.c
27904         (md4_read_ctx): Use it.
27905         (md4_finish_ctx): Doc fix.
27906         * lib/md4.h: Doc fix.
27907
27908 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27909
27910         md5: adapt alignment constraint fix from sha1.
27911         * lib/md5.c (set_uint32): New function, from sha1.c
27912         (md5_read_ctx): Use it.
27913         (md5_finish_ctx): Doc fix.
27914         * lib/md5.h: Doc fix.
27915
27916 2008-01-30  Peter Palfrader  <weasel@debian.org>
27917
27918         sha1: remove the result buffer alignment constraint
27919         * lib/sha1.c (set_uint32): New function.
27920         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27921         constraint.
27922         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27923         * lib/sha1.h: Likewise.
27924
27925 2008-01-30  Andreas Schwab  <schwab@suse.de>
27926             Bruno Haible  <bruno@clisp.org>
27927
27928         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27929         correct definition of LDBL_MIN_EXP.
27930
27931 2008-01-30  Karl Berry  <karl@gnu.org>
27932
27933         * config/srclist-update: try to preserve x bit on updates.
27934         * config/srclistvars.sh: update for karl.
27935
27936 2008-01-29  Jim Meyering  <meyering@redhat.com>
27937
27938         vasnprintf.c: Avoid warning about unused label
27939         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27940         "overflow" label definition and associated code with the
27941         same cpp condition that guards the sole use of that label.
27942
27943 2008-01-26  Bruno Haible  <bruno@clisp.org>
27944
27945         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27946         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27947         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27948         * lib/isnanl-nolibm.h (isnanl): Likewise.
27949         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27950
27951 2008-01-26  Bruno Haible  <bruno@clisp.org>
27952
27953         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27954         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27955
27956 2008-01-26  Bruno Haible  <bruno@clisp.org>
27957
27958         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27959         GCC >= 4.0 built-in.
27960         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27961
27962 2008-01-26  Bruno Haible  <bruno@clisp.org>
27963
27964         Rename isnan, applicable to 'double' only, to isnand.
27965         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27966         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27967         (configure.ac): Update.
27968         (Include): Replace "isnan.h" with "isnand.h".
27969         * m4/isnand.m4: Renamed from m4/isnan.m4.
27970         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27971         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27972         instead of isnan.c.
27973         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27974         instead of HAVE_ISNAN_IN_LIBC.
27975         (isnand): Renamed from isnan.
27976         * lib/isnand.c: New file.
27977         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27978         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27979         (Makefile.am): Update.
27980         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27981         Include isnand.h instead of isnan.h.
27982         (main): Test isnand instead of isnan.
27983         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27984         isnan-nolibm.
27985         * modules/frexp (Depends-on): Likewise.
27986         * modules/frexp-tests (Depends-on): Likewise.
27987         * modules/frexp-nolibm (Depends-on): Likewise.
27988         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27989         * modules/isfinite (Depends-on): Likewise.
27990         * modules/round-tests (Depends-on): Likewise.
27991         * modules/signbit (Depends-on): Likewise.
27992         * modules/signbit-tests (Depends-on): Likewise.
27993         * modules/snprintf-posix (Depends-on): Likewise.
27994         * modules/sprintf-posix (Depends-on): Likewise.
27995         * modules/trunc-tests (Depends-on): Likewise.
27996         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27997         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27998         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27999         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28000         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28001         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28002         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28003         * modules/vasnprintf-posix (Depends-on): Likewise.
28004         * modules/vasprintf-posix (Depends-on): Likewise.
28005         * modules/vfprintf-posix (Depends-on): Likewise.
28006         * modules/vsnprintf-posix (Depends-on): Likewise.
28007         * modules/vsprintf-posix (Depends-on): Likewise.
28008         * lib/frexp.c: Include isnand.h instead of isnan.h.
28009         (ISNAN): Set to isnand instead of isnan.
28010         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28011         (gl_isfinited): Use isnand instead of isnan.
28012         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28013         (gl_signbitd): Use isnand instead of isnan.
28014         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28015         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28016         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28017         (main): Use isnand instead of isnan.
28018         * tests/test-round1.c: Include isnand.h.
28019         (main): Use isnand instead of isnan.
28020         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28021         (ISNAN): Set to isnand instead of isnan.
28022         * tests/test-trunc1.c: Include isnand.h.
28023         (main): Use isnand instead of isnan.
28024         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28025         (equal): Use isnand instead of isnan.
28026         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28027         isnand-nolibm.
28028         * NEWS: Mention the change.
28029
28030 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28031             Bruno Haible  <bruno@clisp.org>
28032
28033         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28034         the GCC builtins for signbits are present and set
28035         REPLACE_SIGNBIT_USING_GCC if so.
28036         * lib/math.in.h (signbit): Define using GCC builtins if
28037         REPLACE_SIGNBIT_USING_GCC is set.
28038         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28039         REPLACE_SIGNBIT_USING_GCC.
28040         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28041
28042 2008-01-25  Jim Meyering  <meyering@redhat.com>
28043
28044         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28045         * lib/poll.c: Include <config.h>, not "config.h".
28046         * tests/test-getaddrinfo.c: Likewise.
28047
28048 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28049
28050         * modules/sockets-tests: New file.
28051
28052 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28053
28054         * modules/sockets: New module, can be used to call WSA_Startup and
28055         WSA_Cleanup when needed.
28056
28057         * lib/sockets.h, lib/sockets.c: New files.
28058
28059         * m4/sockets.m4: New file.
28060
28061         * tests/test-sockets.c: New file.
28062
28063 2008-01-19  Bruno Haible  <bruno@clisp.org>
28064
28065         * doc/posix-headers: Renamed from doc/headers.
28066         * doc/posix-functions: Renamed from doc/functions.
28067         * doc/gnulib.texi: Update.
28068
28069 2008-01-19  Bruno Haible  <bruno@clisp.org>
28070
28071         * doc/glibc-functions/strcasestr.texi: Include contents of
28072         doc/functions/strcasestr.texi, fixing the list of platforms.
28073         * doc/functions/strcasestr.texi: Remove file.
28074
28075 2008-01-19  Bruno Haible  <bruno@clisp.org>
28076
28077         * doc/glibc-functions/memmem.texi: Include contents of
28078         doc/functions/memmem.texi.
28079         * doc/functions/memmem.texi: Remove file.
28080
28081 2008-01-18  Bruno Haible  <bruno@clisp.org>
28082
28083         * doc/glibc-functions/*.texi: New files.
28084         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28085         to use the new files.
28086
28087 2008-01-17  Bruno Haible  <bruno@clisp.org>
28088
28089         * tests/test-gethostname.c (main): Fix printf statement.
28090
28091 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28092
28093         * modules/gethostname-tests: New file.
28094
28095         * tests/test-gethostname.c: New file.
28096
28097 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28098
28099         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28100         used by the UNAME case.  Reported by Bruno Haible
28101         <bruno@clisp.org>.
28102
28103 2008-01-17  Eric Blake  <ebb9@byu.net>
28104
28105         Convert c-strcasestr to be more efficient.
28106         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28107         (Depends-on): Add c-strcase, remove malloca, strnlen.
28108         * tests/test-c-strcasestr.c (main): Enhance test.
28109         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28110
28111 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28112
28113         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28114         Use it in creating po/Makevars.
28115
28116 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28117
28118         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28119         Applications that requires it should initialize libgcrypt
28120         manually.
28121
28122 2008-01-16  Simon Josefsson  <simon@josefsson.org>
28123
28124         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
28125
28126 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
28127
28128         Fix problem with getdate on mingw32 reported by Simon Josefsson
28129         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
28130         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
28131         tzname", when deciding whether to declare tzname.
28132         * lib/strftime.c (tzname): Likewise.
28133
28134 2008-01-15  Bruno Haible  <bruno@clisp.org>
28135
28136         Work around a MacOS X 10.5 bug in frexpl().
28137         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
28138         * doc/functions/frexpl.texi: Document the bug.
28139         Reported by Elias Pipping <pipping@gentoo.org>.
28140
28141 2008-01-14  Eric Blake  <ebb9@byu.net>
28142
28143         Touch up previous patch.
28144         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
28145         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
28146
28147         Convert strcasestr module to use Two-Way algorithm.
28148         * modules/strcasestr-simple: New module, based on the old
28149         strcasestr, but with Two-Way rather than KMP.
28150         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
28151         * lib/string.in.h (rpl_strcasestr): Declare.
28152         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
28153         performance.
28154         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
28155         * modules/string (Makefile.am): Support strcasestr.
28156         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
28157         * modules/strcasestr-tests (Depends-on): Check for alarm.
28158         * tests/test-strcasestr.c: Augment test.
28159         * lib/str-two-way.h: Clean up stray macro.
28160         * NEWS: Document new module.
28161         * MODULES.html.sh (string handling): Likewise.
28162         * doc/functions/strcasestr.texi: New file.
28163         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
28164         here, since it is not a POSIX function.
28165
28166 2008-01-14  Colin Watson  <cjwatson@debian.org>
28167             Bruno Haible  <bruno@clisp.org>
28168
28169         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
28170         works fine; if not, set REPLACE_STRSIGNAL.
28171         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
28172         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28173         REPLACE_STRSIGNAL.
28174         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
28175         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
28176         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
28177
28178 2008-01-14  Bruno Haible  <bruno@clisp.org>
28179
28180         * modules/strsignal (Include): Change to <string.h>.
28181
28182 2008-01-14  Colin Watson  <cjwatson@debian.org>
28183
28184         * modules/argp (Notice): Add a notice recommending to change
28185         XGETTEXT_OPTIONS.
28186         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
28187
28188 2008-01-13  Colin Watson  <cjwatson@debian.org>
28189
28190         * modules/strsignal-tests: New file.
28191         * tests/test-strsignal.c: New file.
28192
28193         * lib/strsignal.c: New file, from glibc with modifications.
28194         * lib/siglist.h: New file, from glibc with modifications.
28195         * lib/string.in.h (strsignal): New declaration.
28196         * m4/strsignal.m4: New file.
28197         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28198         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
28199         * modules/strsignal: New file.
28200         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
28201         HAVE_DECL_STRSIGNAL.
28202
28203 2008-01-13  Bruno Haible  <bruno@clisp.org>
28204
28205         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
28206         locale encoding is not ASCII. Needed for OpenBSD 4.0.
28207         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28208         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28209
28210 2008-01-13  Bruno Haible  <bruno@clisp.org>
28211
28212         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
28213         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
28214         * lib/argp.h (__attribute__): Likewise.
28215         * lib/c-stack.c (__attribute__): Likewise.
28216         * lib/error.h (__attribute__): Likewise.
28217         * lib/fts.c (__attribute__): Likewise.
28218         * lib/openat.h (__attribute__): Likewise.
28219         * lib/stdio.in.h (__attribute__): Likewise.
28220         * lib/string.in.h (__attribute__): Likewise.
28221         * lib/utimens.c (__attribute__): Likewise.
28222         * lib/vasnprintf.h (__attribute__): Likewise.
28223         * lib/xalloc.h (__attribute__): Likewise.
28224         * lib/xprintf.h (__attribute__): Likewise.
28225         * lib/xstrtol.h (__attribute__): Likewise.
28226         * lib/xvasprintf.h (__attribute__): Likewise.
28227
28228 2008-01-12  Bruno Haible  <bruno@clisp.org>
28229
28230         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
28231         * doc/glibc-headers/a.out.texi: New file.
28232         * doc/glibc-headers/aliases.texi: New file.
28233         * doc/glibc-headers/alloca.texi: New file.
28234         * doc/glibc-headers/ar.texi: New file.
28235         * doc/glibc-headers/argp.texi: New file.
28236         * doc/glibc-headers/argz.texi: New file.
28237         * doc/glibc-headers/byteswap.texi: New file.
28238         * doc/glibc-headers/crypt.texi: New file.
28239         * doc/glibc-headers/endian.texi: New file.
28240         * doc/glibc-headers/envz.texi: New file.
28241         * doc/glibc-headers/err.texi: New file.
28242         * doc/glibc-headers/error.texi: New file.
28243         * doc/glibc-headers/execinfo.texi: New file.
28244         * doc/glibc-headers/fpu_control.texi: New file.
28245         * doc/glibc-headers/fstab.texi: New file.
28246         * doc/glibc-headers/fts.texi: New file.
28247         * doc/glibc-headers/getopt.texi: New file.
28248         * doc/glibc-headers/ieee754.texi: New file.
28249         * doc/glibc-headers/ifaddrs.texi: New file.
28250         * doc/glibc-headers/libintl.texi: New file.
28251         * doc/glibc-headers/mcheck.texi: New file.
28252         * doc/glibc-headers/mntent.texi: New file.
28253         * doc/glibc-headers/obstack.texi: New file.
28254         * doc/glibc-headers/paths.texi: New file.
28255         * doc/glibc-headers/printf.texi: New file.
28256         * doc/glibc-headers/pty.texi: New file.
28257         * doc/glibc-headers/resolv.texi: New file.
28258         * doc/glibc-headers/shadow.texi: New file.
28259         * doc/glibc-headers/sysexits.texi: New file.
28260         * doc/glibc-headers/ttyent.texi: New file.
28261
28262 2008-01-12  Jim Meyering  <meyering@redhat.com>
28263
28264         announce-gen: emit Gnulib's git-based version string.
28265         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
28266         New option --gnulib-version=V, where V is expected to be
28267         the output of running git describe in the gnulib directory.
28268         (get_tool_versions): Request feedback on xdelta.  I suspect it's
28269         not useful, and plan to stop publishing an xdelta file with each
28270         coreutils release.
28271
28272         * build-aux/announce-gen: Also check for lzma-compressed files.
28273
28274 2008-01-11  Bruno Haible  <bruno@clisp.org>
28275
28276         * tests/test-memmem.c (main): Increase maximum allowed time.
28277         * tests/test-strstr.c (main): Likewise.
28278
28279 2008-01-11  Bruno Haible  <bruno@clisp.org>
28280
28281         * doc/functions/memmem.texi: Add more precisions about platforms.
28282         * doc/functions/strstr.texi: Likewise.
28283
28284 2008-01-10  Eric Blake  <ebb9@byu.net>
28285
28286         * m4/strstr.m4: Delete cruft from copy-n-paste.
28287         Reported by Bruno Haible.
28288
28289 2008-01-10  Bruno Haible  <bruno@clisp.org>
28290
28291         Make c-strstr rely on strstr.
28292         * lib/c-strstr.c: Don't include str-kmp.h.
28293         (c_strstr): Define in terms of strstr.
28294         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28295         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28296
28297 2008-01-10  Bruno Haible  <bruno@clisp.org>
28298
28299         * doc/gnulib.texi (String Functions in C Locale): New section.
28300         * doc/c-ctype.texi: New file.
28301         * doc/c-strcase.texi: New file.
28302         * doc/c-strcaseeq.texi: New file.
28303         * doc/c-strcasestr.texi: New file.
28304         * doc/c-strstr.texi: New file.
28305         * doc/c-strtod.texi: New file.
28306         * doc/c-strtold.texi: New file.
28307
28308 2008-01-10  Eric Blake  <ebb9@byu.net>
28309
28310         * lib/relocatable.h: Fix a comment.
28311
28312 2008-01-10  Eric Blake  <ebb9@byu.net>
28313
28314         Share two-way algorithm.
28315         * lib/str-two-way.h: New file, merged from...
28316         * lib/memmem.c: ...here...
28317         * lib/strstr.c: ...and here.
28318         * modules/memmem (Files): Use it.
28319         * modules/strstr (Files): Likewise.
28320
28321         Avoid quadratic strstr implementations.
28322         * lib/strstr.c: New file.
28323         * m4/strstr.m4: Likewise.
28324         * modules/strstr: Likewise.
28325         * modules/strstr-tests: Likewise.
28326         * tests/test-strstr.c: Likewise.
28327         * lib/string.in.h (rpl_strstr): Declare.
28328         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28329         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28330         * modules/string (Makefile.am): Likewise.
28331         * MODULES.html.sh (string handling): Mention new module.
28332         * doc/functions/strstr.texi (strstr): Document the bug.
28333
28334 2008-01-10  Bruno Haible  <bruno@clisp.org>
28335
28336         * lib/relocatable.h (relocate): State whether result is freshly
28337         allocated or not.
28338         * lib/relocatable.c (relocate): Return a freshly allocated string
28339         instead of a pointer to a privately held string.
28340         Reported by Sylvain Beucler <beuc@gnu.org>.
28341
28342 2008-01-10  Colin Watson  <cjwatson@debian.org>
28343
28344         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28345         s/S_ISNLK/S_ISLNK/.
28346
28347 2008-01-09  Bruno Haible  <bruno@clisp.org>
28348
28349         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28350         and other files.
28351         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28352         if it's only a guess.
28353         * modules/memmem: Simplify by depending on memmem-simple.
28354
28355 2008-01-09  Bruno Haible  <bruno@clisp.org>
28356
28357         Work around OpenBSD 4.0 tdelete() bug.
28358         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28359         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28360         macros and don't redefine the enum values.
28361         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28362         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28363         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28364
28365 2008-01-09  Bruno Haible  <bruno@clisp.org>
28366
28367         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28368         (main): Don't perform the tests if setlocale did not install a UTF-8
28369         locale. Needed on OpenBSD 4.0.
28370         * modules/wcwidth-tests (Depends-on): Add localcharset.
28371
28372 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28373
28374         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28375         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28376         * NEWS: announce this.
28377         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28378
28379 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28380         and Eric Blake  <ebb9@byu.net>
28381
28382         Add memmem-simple module.
28383         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28384         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28385         * modules/memmem-simple: New file.
28386         * modules/memmem (Description): Tweak.
28387         * MODULES.html.sh (string handling): Mention new module.
28388         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28389         addressed by memmem-simple.
28390         * NEWS: Document the difference.
28391
28392 2008-01-09  Eric Blake  <ebb9@byu.net>
28393
28394         Give gcc some memmem optimization hints.
28395         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28396         (strcasestr): Declare as pure.
28397         * modules/memmem (Maintainer): Claim my implementation.
28398
28399 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28400
28401         Support AIX 6.1 and higher.
28402         * build-aux/config.libpath: Likewise.
28403         * build-aux/config.rpath: Likewise.
28404
28405 2008-01-08  Jim Meyering  <meyering@redhat.com>
28406             Bruno Haible  <bruno@clisp.org>
28407
28408         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28409         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28410         Reported by Peter Fales in
28411         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28412
28413 2008-01-08  Bruno Haible  <bruno@clisp.org>
28414
28415         * modules/unictype/category-of (Depends-on): Add
28416         unictype/category-none.
28417         * modules/unictype/category-and-tests (Depends-on): Add
28418         unictype/category-{L,N,Lu,Nd}.
28419         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28420         * modules/unictype/category-or-tests (Depends-on): Add
28421         unictype/category-{L,N}.
28422         * modules/unictype/category-name-tests (Depends-on): Add
28423         unictype/category-{Z,Nl}.
28424         Reported by Simon Josefsson.
28425
28426 2008-01-08  Bruno Haible  <bruno@clisp.org>
28427
28428         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28429         convention better.
28430         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28431         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28432         Reported by Peter Miller <millerp@canb.auug.org.au>.
28433
28434 2008-01-08  Eric Blake  <ebb9@byu.net>
28435
28436         Rewrite memmem to guarantee linear complexity without malloc.
28437         * lib/memmem.c (memmem): Use Two-Way rather than
28438         Knuth-Morris-Pratt, to allow O(1) space usage.
28439         (critical_factorization, two_way_short_needle)
28440         (two_way_long_needle): New functions.
28441         (knuth_morris_pratt): Delete.
28442         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28443         Add stdint.
28444         * tests/test-memmem.c (main): Add tests for periodic needle and
28445         sublinear performance.
28446         * doc/functions/memmem.texi (memmem): Document other deficiencies
28447         in cygwin and older glibc.
28448
28449 2008-01-08  Bruno Haible  <bruno@clisp.org>
28450
28451         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28452         augmentation.
28453
28454 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28455
28456         Add a configure time option: --disable-acl.
28457         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28458         AC_ARG_ENABLE(acl).
28459
28460 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28461
28462         * tests/test-localename.c: Don't include obsolete "setenv.h".
28463
28464         * modules/localename-tests (Depends-on): Need unsetenv.
28465
28466 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28467
28468         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28469
28470 2008-01-06  Colin Watson  <cjwatson@debian.org>
28471
28472         * users.txt: Add man-db.
28473
28474 2008-01-07  Bruno Haible  <bruno@clisp.org>
28475
28476         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28477         previous section name.
28478
28479 2008-01-07  Bruno Haible  <bruno@clisp.org>
28480
28481         * lib/progname.c (set_program_name): Don't strip off a leading
28482         "lt-" prefix outside a .libs directory.
28483         Suggested by Paul Eggert.
28484
28485 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28486             Bruno Haible  <bruno@clisp.org>
28487
28488         Improve memory cleanup in 'relocatable' module.
28489         * lib/relocatable.h (compute_curr_prefix): Change return type to
28490         'char *'.
28491         * lib/relocatable.c (compute_curr_prefix): Change return type to
28492         'char *'. Free curr_installdir after use.
28493         (relocate): Free curr_prefix_better after use.
28494         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28495
28496 2008-01-01  Bruno Haible  <bruno@clisp.org>
28497
28498         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28499         failure on older glibc systems.
28500         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28501
28502 2008-01-05  Eric Blake  <ebb9@byu.net>
28503
28504         Avoid quadratic system memmem.
28505         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28506         Reported by Ralf Wildenhues.
28507
28508         Fix memmem test for mingw.
28509         * modules/memmem-tests (configure.ac): Check for alarm.
28510         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28511         it.
28512         * doc/functions/memmem.texi: New file.
28513         * doc/gnulib.texi (Function Substitutes): Add memmem.
28514         Reported by Bruno Haible.
28515
28516 2008-01-04  Bruno Haible  <bruno@clisp.org>
28517
28518         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28519         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28520         gl_HEADER_STRING_H_DEFAULTS.
28521
28522 2008-01-04  Eric Blake  <ebb9@byu.net>
28523
28524         Shorten duration of memmem test.
28525         * tests/test-memmem.c (main): Use alarm to declare failure if test
28526         is taking too long.
28527         Reported by Ralf Wildenhues.
28528
28529 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28530
28531         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28532         string, needed by strerror.
28533
28534 2008-01-03  Colin Watson  <cjwatson@debian.org>
28535             Bruno Haible  <bruno@clisp.org>
28536
28537         * doc/gnulib-tool.texi (Localization): New section.
28538
28539 2008-01-02  Bruno Haible  <bruno@clisp.org>
28540
28541         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28542         variables to 'unsigned char *' type.
28543         Reported by Paul Eggert.
28544
28545 2008-01-02  Jim Meyering  <jim@meyering.net>
28546
28547         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28548
28549 2007-12-31  Jim Meyering  <jim@meyering.net>
28550
28551         Avoid use of private FTS type name.
28552         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28553
28554 2007-12-30  Karl Berry  <karl@gnu.org>
28555
28556         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28557         work around defect in Texinfo and/or the standalone Info browser.
28558
28559 2007-12-30  Bruno Haible  <bruno@clisp.org>
28560
28561         Unify 5 copies of the KMP code.
28562         * lib/str-kmp.h: New file.
28563         * lib/c-strcasestr.c: Include str-kmp.h.
28564         (knuth_morris_pratt): Remove function.
28565         (c_strcasestr): Update.
28566         * lib/c-strstr.c: Include str-kmp.h.
28567         (knuth_morris_pratt): Remove function.
28568         (c_strcasestr): Update.
28569         * lib/mbscasestr.c: Include str-kmp.h.
28570         (knuth_morris_pratt_unibyte): Remove function.
28571         * lib/mbsstr.c: Include str-kmp.h.
28572         (knuth_morris_pratt_unibyte): Remove function.
28573         * lib/strcasestr.c: Include str-kmp.h.
28574         (knuth_morris_pratt): Remove function.
28575         (strcasestr): Update.
28576         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28577         * modules/c-strstr (Files): Likewise.
28578         * modules/mbscasestr (Files): Likewise.
28579         * modules/mbsstr (Files): Likewise.
28580         * modules/strcasestr (Files): Likewise.
28581         Suggested by Paul Eggert.
28582
28583 2007-12-30  Bruno Haible  <bruno@clisp.org>
28584
28585         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28586         defined.
28587
28588 2007-12-30  Bruno Haible  <bruno@clisp.org>
28589
28590         * lib/xmalloca.h: Include xalloc.h.
28591         (xnmalloca): New macro.
28592
28593 2007-12-30  Bruno Haible  <bruno@clisp.org>
28594
28595         * lib/malloca.h (nmalloca): New macro.
28596         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28597         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28598         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28599         knuth_morris_pratt_multibyte): Likewise.
28600         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28601         knuth_morris_pratt_multibyte): Likewise.
28602         * lib/memmem.c (knuth_morris_pratt): Likewise.
28603         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28604
28605 2007-12-25  Bruno Haible  <bruno@clisp.org>
28606
28607         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28608         * lib/glob.c: Don't include openat.h.
28609         (link_exists2_p): Add back the code that deals with the
28610         !GLOB_ALTDIRFUNC case.
28611         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28612         let it do the filename concatenation.
28613         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28614         * modules/glob (Depends-on): Remove openat.
28615
28616 2007-12-31  Bruno Haible  <bruno@clisp.org>
28617
28618         * modules/dirfd (License): Change to LGPLv2+.
28619         Approved by Jim Meyering.
28620
28621 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28622
28623         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28624         when multiplying M by sizeof (size_t).
28625
28626 2007-12-10  Martin Lambers  <marlam@marlam.de>
28627
28628         Override getpagesize on mingw.
28629         * lib/getpagesize.c: New file.
28630         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28631         * modules/getpagesize (Files): Add lib/getpagesize.c.
28632         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28633         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28634         REPLACE_GETPAGESIZE.
28635         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28636
28637 2007-12-25  Bruno Haible  <bruno@clisp.org>
28638
28639         * modules/localcharset (Notice): New field.
28640         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28641         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28642
28643 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28644             Bruno Haible  <bruno@clisp.org>
28645
28646         Avoid using the syntax symbol() in formatted documentation.
28647         * MODULES.html.sh (func_module): When replacing symbol() with a
28648         hyperlink, remove the parentheses. Show an error if some remain.
28649         Recognize and render the '...' syntax.
28650         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28651         Rework. Add paragraph about GCC's inlining.
28652         * doc/alloca.texi: Likewise.
28653         * doc/error.texi: Remove parentheses from symbol reference.
28654         * doc/gnulib-intro.texi: Likewise.
28655         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28656         * modules/fnmatch (Description): Reword to say "the ... function".
28657         * modules/full-read (Description): Likewise.
28658         * modules/full-write (Description): Likewise.
28659         * modules/safe-read (Description): Likewise.
28660         * modules/safe-write (Description): Likewise.
28661         * modules/strchrnul (Description): Likewise.
28662         * modules/trim (Description): Likewise.
28663         * modules/error (Description): Remove parentheses from symbol
28664         references.
28665         * modules/verror (Description): Likewise.
28666         Reported by Karl Berry.
28667
28668 2007-12-25  Bruno Haible  <bruno@clisp.org>
28669
28670         Fixup after 2007-10-16 commit.
28671         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28672
28673 2007-12-24  Bruno Haible  <bruno@clisp.org>
28674
28675         Make --enable-relocatable work with DESTDIR.
28676         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28677         to compute installdir from destprog.
28678         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28679         also set the RELOC_DESTDIR variable.
28680         Reported by Левашев Иван <octagram@bluebottle.com>.
28681
28682 2007-12-24  Bruno Haible  <bruno@clisp.org>
28683
28684         Fix link error due to xalloc_die().
28685         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28686         of xreadlink.
28687         * lib/relocwrapper.c: Update comments.
28688         * build-aux/install-reloc: Remove xreadlink.c from file list.
28689         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28690         xreadlink.c.
28691         Reported by Левашев Иван <octagram@bluebottle.com>.
28692
28693 2007-12-24  Bruno Haible  <bruno@clisp.org>
28694
28695         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28696         * lib/setenv.h: Remove file.
28697         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28698         lib/setenv.h.
28699         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28700         (Depends-on): Add stdlib.
28701         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28702         gl_FUNC_UNSETENV.
28703         (Include): Replace setenv.h with <stdlib.h>.
28704         * modules/unsetenv: New file.
28705         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28706         * lib/unsetenv.c: Include <stdlib.h> first.
28707         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28708         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28709         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28710         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28711         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28712         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28713         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28714         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28715         * doc/functions/unsetenv.texi: Update.
28716         * modules/xsetenv (Depends-on): Add unsetenv.
28717         * modules/getdate (Depends-on): Likewise.
28718         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28719         * lib/xsetenv.c: Don't include setenv.h.
28720         * lib/getdate.y: Likewise.
28721         * lib/relocwrapper.c: Likewise.
28722         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28723         (Depends-on): Add stdlib.
28724         * NEWS: Mention the changes.
28725         Reported by Левашев Иван <octagram@bluebottle.com>.
28726
28727 2007-12-23  Bruno Haible  <bruno@clisp.org>
28728
28729         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28730         indentation.
28731
28732 2007-12-23  Bruno Haible  <bruno@clisp.org>
28733
28734         * lib/c-strcasestr.c: Add more comments.
28735         * lib/c-strstr.c: Likewise.
28736         * lib/mbscasestr.c: Likewise.
28737         * lib/mbsstr.c: Likewise.
28738         * lib/strcasestr.c: Likewise.
28739         * lib/memmem.c: Likewise.
28740
28741 2007-12-23  Bruno Haible  <bruno@clisp.org>
28742
28743         * tests/test-memmem.c: Include <string.h> first.
28744
28745 2007-12-22  Bruno Haible  <bruno@clisp.org>
28746
28747         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28748         the contents of $testsbase.
28749         Reported by Ralf Wildenhues.
28750
28751 2007-12-22  Bruno Haible  <bruno@clisp.org>
28752
28753         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28754         two variables local_ldadd_before, local_ldadd_last.
28755
28756 2007-12-20  Eric Blake  <ebb9@byu.net>
28757
28758         Work around circular library issue when cross-compiling.
28759         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28760         that progname.o does not need to pull in rpl_memcmp.
28761
28762 2007-12-19  Eric Blake  <ebb9@byu.net>
28763
28764         Fix memmem to avoid O(n^2) worst-case complexity.
28765         * lib/memmem.c (knuth_morris_pratt): New function.
28766         (memmem): Use it if first few naive iterations fail.
28767         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28768         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28769         * modules/memchr (License): Likewise.
28770         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28771         malloca.
28772         * tests/test-memmem.c: Rewrite, borrowing ideas from
28773         test-mbsstr1.c; the old version wouldn't even compile!
28774         * modules/memmem-tests: New file.
28775         * lib/string.in.h (rpl_memmem): Add declaration.
28776         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28777         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28778         REPLACE_MEMMEM.
28779
28780 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28781
28782         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28783         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28784         before any system include files, and undef after them all.  This
28785         should fix a problem on VMS reported by John E. Malmberg in
28786         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28787
28788 2007-12-17  Eric Blake  <ebb9@byu.net>
28789
28790         Revert addition of verify, for BSD/OS.
28791         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28792         can't handle large files, for the sake of obsolete platforms.
28793         * modules/fseeko (Depends-on): Remove verify.
28794         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28795         * doc/functions/ftello.texi (ftello): Likewise.
28796         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28797         Reported by Larry Jones.
28798
28799 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28800
28801         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28802         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28803
28804 2007-12-17  Jim Meyering  <meyering@redhat.com>
28805
28806         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28807         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28808         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28809         * modules/getcwd (Depends-on): Add openat.
28810         Reported by Petr Salinger.
28811
28812 2007-12-17  Bruno Haible  <bruno@clisp.org>
28813
28814         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28815         avoid a segmentation fault of the configure test on x86_64 systems.
28816
28817 2007-12-15  Jim Meyering  <meyering@redhat.com>
28818
28819         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28820
28821 2007-12-13  Eric Blake  <ebb9@byu.net>
28822
28823         Another fseek test.
28824         * tests/test-fseek.c (main): Also test ungetc handling.
28825         * tests/test-fseeko.c (main): Likewise.
28826         * modules/fseeko (Depends-on): Add verify.
28827         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28828         large.
28829         Reported by Larry Jones.
28830
28831         Fix fseeko on mingw.
28832         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28833         seek.
28834
28835         Beef up fseek tests.
28836         * tests/test-fseek.c (main): Also test eof handling.
28837         * tests/test-fseeko.c (main): Likewise.
28838         Reported by Larry Jones.
28839
28840 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28841
28842         Fix fseeko on BSD-based platforms.
28843         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28844         successful seek.
28845
28846 2007-12-12  Eric Blake  <ebb9@byu.net>
28847
28848         Allow circular dependency of separate libtests.a
28849         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28850         when use_libtests.
28851
28852 2007-12-11  Eric Blake  <ebb9@byu.net>
28853
28854         Fix bug with -0.0L in previous patch.
28855         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28856         * tests/test-isnan.c (main): Also test on zeroes.
28857         * tests/test-isnanf.c (main): Likewise.
28858         * tests/test-isnanl.h (main): Likewise.
28859
28860         Detect pseudo-denormals on x86 even when cross-compiling.
28861         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28862         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28863         invalid bit patterns that happen to satisfy ==.
28864
28865         Avoid link failures with separate libtests.a.
28866         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28867         last, to satisfy circular dependencies.
28868
28869 2007-12-11  Eric Blake  <ebb9@byu.net>
28870         and Bruno Haible  <bruno@clisp.org>
28871
28872         Fix OpenBSD 4.0 <float.h> handling of long double.
28873         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28874         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28875         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28876
28877 2007-12-11  Jim Meyering  <meyering@redhat.com>
28878
28879         * users.txt: Add libvirt.
28880
28881         Support versions of autoconf prior to 2.59c.
28882         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28883         if it is not already defined.
28884
28885 2007-12-09  Bruno Haible  <bruno@clisp.org>
28886
28887         Let 'gnulib-tool --import' collect sources needed for the tests in
28888         tests/ rather than in lib/.
28889         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28890         argument. If true, add rules to generate libtests.a, and put libtests.a
28891         into $(LDADD). Consider source files in subdirectories and set
28892         uses_subdirs.
28893         (func_emit_initmacro_start, func_emit_initmacro_end,
28894         func_emit_initmacro_done): Pass all arguments explicitly.
28895         (func_import): Determine two module lists main_modules,
28896         testsrelated_modules. Determine use_libtests. Determine two variables
28897         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28898         instead of just sed_transform_lib_file. Determine two variables
28899         main_files and testsrelated_files. Compute 'files' as the union of
28900         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28901         func_add_or_update. In the generated gnulib-comp.m4, collect the
28902         object files for tests/ in different variables than those for lib/.
28903         Substitute LIBTESTS_LIBDEPS.
28904         (func_create_testdir): Combine the uses_subdirs results from
28905         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28906
28907 2007-12-09  Bruno Haible  <bruno@clisp.org>
28908
28909         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28910         the build-aux directory.
28911
28912 2007-12-09  Bruno Haible  <bruno@clisp.org>
28913
28914         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28915         introduced on 2006-09-09.
28916
28917 2007-12-07  Jim Meyering  <meyering@redhat.com>
28918
28919         Let these macros work also with autoconf-2.59.
28920         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28921         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28922         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28923
28924 2007-12-06  Jim Meyering  <meyering@redhat.com>
28925
28926         Avoid a configure-time syntax error in gl_FUNC_ACL.
28927         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28928         function in each branch, before testing the cache variable.
28929
28930 2007-12-04  Eric Blake  <ebb9@byu.net>
28931
28932         Make scripts executable.
28933         * build-aux/config.guess: Add execute permissions.
28934         * build-aux/config.sub: Likewise.
28935         * build-aux/gendocs.sh: Likewise.
28936
28937         Fix frexp on mingw.
28938         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28939         cross-compiling.
28940         * doc/functions/frexp.texi (frexp): Document the bug.
28941
28942         Make cygwin fseeko check more reliable.
28943         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28944         version numbers, rather than unrelated feature check.
28945         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28946         * doc/functions/ftello.texi (ftello): Likewise.
28947         Reported by Bruno Haible.
28948
28949         * m4/strerror.m4: Bump version number.
28950
28951 2007-12-03  Bruno Haible  <bruno@clisp.org>
28952
28953         * doc/functions/mprotect.texi: Mention the mingw problem.
28954
28955 2007-12-03  Eric Blake  <ebb9@byu.net>
28956
28957         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28958         REPLACE_STRERROR is initialized before this macro.
28959
28960 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28961
28962         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28963         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28964         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28965         put -lsec in even for programs other than 'ls'.  This fixes a problem
28966         for gettext reported by Bruno Haible in
28967         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28968         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28969         Add support for Solaris 10.  This isn't efficient, but should get the
28970         job done for now.
28971
28972 2007-12-03  James Youngman  <jay@gnu.org>
28973
28974         * doc/regexprops-generic.texi: change "an close-group" to "a
28975         close-group" and "illegal" to "not allowed".
28976
28977 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28978
28979         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28980         pr_byname.h. Needed for the rare case when the maintainer has done
28981         "make maintainer-clean" in the source directory and then attempts a
28982         build outside the source directory.
28983         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28984         scripts_byname.h.
28985
28986 2007-12-02  Martin Lambers <marlam@marlam.de>
28987             Bruno Haible  <bruno@clisp.org>
28988
28989         * lib/getpagesize.h: Remove file.
28990         * lib/unistd.in.h: Include declaration of getpagesize here.
28991         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28992         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28993         HAVE_SYS_PARAM_H.
28994         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28995         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28996         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28997         (Depends-on): Add unistd.
28998         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28999         (Include): Use <unistd.h> instead of getpagesize.h.
29000         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29001         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29002         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29003         gl_GETPAGESIZE invocation, already handled by module dependency.
29004         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29005
29006 2007-12-02  Bruno Haible  <bruno@clisp.org>
29007
29008         * modules/strings-tests: New file.
29009         * tests/test-strings.c: New file.
29010
29011         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29012         * lib/strings.in.h: New file.
29013         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29014         * m4/strings_h.m4: New file.
29015         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29016         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29017         * modules/strings: New file.
29018         * modules/string (Makefile.am): Update.
29019         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29020         Reported by Karl Berry.
29021
29022 2007-12-01  Eric Blake  <ebb9@byu.net>
29023
29024         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29025         accomodate fix in cygwin 1.5.25.
29026
29027 2007-12-01  Jim Meyering  <meyering@redhat.com>
29028
29029         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29030         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29031         that would inhibit utf8-optimization of a regexp containing line-
29032         or buffer-anchors, e.g., `^', `$'.
29033
29034 2007-11-30  Bruno Haible  <bruno@clisp.org>
29035
29036         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29037         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29038         glthread_recursive_lock_init.
29039         * lib/lock.c (glthread_recursive_lock_init)
29040         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29041         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29042
29043 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29044
29045         New function qset_acl, like set_acl but with syscall semantics.
29046         * lib/acl.h (qset_acl): New decl.
29047         * lib/acl.c (qset_acl): New function.
29048         (set_acl): Use new function.  Use more-consistent diagnostics.
29049
29050 2007-11-28  Jim Meyering  <meyering@redhat.com>
29051
29052         * modules/physmem (License): Change from GPL to LGPLv2+.
29053
29054 2007-11-26  Bruno Haible  <bruno@clisp.org>
29055
29056         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29057         'long double' type has excess precision.
29058         Reported by Jim Meyering in
29059         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29060
29061 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29062
29063         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29064         Sync from <http://gnu.org/licenses>.
29065         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29066         with license text from same location.
29067         * doc/maintain.texi, doc/standards.texi:  Sync from
29068         <http://savannah.gnu.org/projects/gnustandards>.
29069
29070 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
29071         and Jim Meyering  <meyering@redhat.com>
29072
29073         Adjust getdate' grammar to accept a slightly more regular language.
29074         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29075         Before, the former was rejected.
29076         * lib/getdate.y (digits_to_date_time): New function, factored
29077         out of ...
29078         (number): ...here.  Just call digits_to_date_time.
29079         (hybrid): New non-terminal to handle an <unsigned number,
29080         signed relative offset> sequence consistently.
29081
29082 2007-11-18  Jim Meyering  <meyering@redhat.com>
29083
29084         Pull my changes from coreutils:
29085         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29086         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29087         use of $gnulib_tool_option_extras, so that it's separated from the
29088         preceding argument.
29089
29090         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29091         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29092         parent destination directories before copying a file into place.
29093
29094 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29095
29096         bootstrap: work also with 4-argument variant of AC_INIT
29097         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29098
29099 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29100
29101         Port test-getaddrinfo to Solaris.
29102         Problem reported by Bruno Haible in
29103         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29104         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29105         explanation of setting 'hints'.
29106         Don't reject an implementation merely because it returns EAI_SERVICE.
29107         (EAI_SERVICE): Define to 0 if not defined.
29108
29109 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29110
29111         The license of gnu-make and posix-shell is now "GPLed build tool".
29112         * modules/gnu-make (License): Likewise.
29113         * modules/posix-shell (License): Likewise.
29114
29115         New module posix-shell, for determining a POSIX shell
29116         or perhaps something that is close enough to a POSIX shell.
29117         * m4/posix-shell.m4: New file.
29118         * modules/posix-shell: New file.
29119
29120         * MODULES.html.sh: Mention new module.
29121
29122         New module gnu-make, for determining whether we're using GNU Make.
29123         * m4/gnu-make.m4: New file.
29124         * modules/gnu-make: New file.
29125         * MODULES.html.sh: Mention new module.
29126
29127 2007-11-14  Jim Meyering  <meyering@redhat.com>
29128
29129         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
29130         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
29131         use this macro to create a function _definition_.
29132         Remove useless "#undef ARGMATCH_DIE".
29133
29134 2007-11-14  Bruno Haible  <bruno@clisp.org>
29135
29136         * lib/config.charset: Update for OpenBSD 4.1.
29137         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
29138
29139 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
29140
29141         Document 64-bit #if problems in stdint.texi.
29142         * doc/headers/stdint.texi (stdint.h): Mention problems with
29143         64-bit-#if, and how to work around them.
29144
29145         Don't insist on 'long long int' support in the preprocessor.  It
29146         breaks too many things.  For example, PRIdMAX still uses a 'long
29147         long int' format with the latest Sun compiler, even though
29148         HAVE_LONG_LONG_INT isn't defined due to that compiler's
29149         preprocessor problem.  This causes the latest coreutils to dump
29150         core on Solaris 10 sparc with the Sun C compiler.
29151         Instead, fix the 2007-10-16 problem in a different way, by evaluating
29152         the troublesome expressions at configure-time, not at #if-time.
29153         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
29154         preprocessor.
29155         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
29156         compile-time C checks, done at 'configure'-time.
29157         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
29158         * modules/inttypes (Makefile): Substitute the new symbols that
29159         gl_INTTYPES_H now generates.
29160         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
29161
29162 2007-11-12  Bruno Haible  <bruno@clisp.org>
29163
29164         Tests for Unicode character classification functions.
29165
29166         * modules/unictype/bidicategory-byname-tests: New file.
29167         * modules/unictype/bidicategory-name-tests: New file.
29168         * modules/unictype/bidicategory-of-tests: New file.
29169         * modules/unictype/bidicategory-test-tests: New file.
29170         * modules/unictype/block-list-tests: New file.
29171         * modules/unictype/block-of-tests: New file.
29172         * modules/unictype/block-test-tests: New file.
29173         * modules/unictype/category-C-tests: New file.
29174         * modules/unictype/category-Cc-tests: New file.
29175         * modules/unictype/category-Cf-tests: New file.
29176         * modules/unictype/category-Cn-tests: New file.
29177         * modules/unictype/category-Co-tests: New file.
29178         * modules/unictype/category-Cs-tests: New file.
29179         * modules/unictype/category-L-tests: New file.
29180         * modules/unictype/category-Ll-tests: New file.
29181         * modules/unictype/category-Lm-tests: New file.
29182         * modules/unictype/category-Lo-tests: New file.
29183         * modules/unictype/category-Lt-tests: New file.
29184         * modules/unictype/category-Lu-tests: New file.
29185         * modules/unictype/category-M-tests: New file.
29186         * modules/unictype/category-Mc-tests: New file.
29187         * modules/unictype/category-Me-tests: New file.
29188         * modules/unictype/category-Mn-tests: New file.
29189         * modules/unictype/category-N-tests: New file.
29190         * modules/unictype/category-Nd-tests: New file.
29191         * modules/unictype/category-Nl-tests: New file.
29192         * modules/unictype/category-No-tests: New file.
29193         * modules/unictype/category-P-tests: New file.
29194         * modules/unictype/category-Pc-tests: New file.
29195         * modules/unictype/category-Pd-tests: New file.
29196         * modules/unictype/category-Pe-tests: New file.
29197         * modules/unictype/category-Pf-tests: New file.
29198         * modules/unictype/category-Pi-tests: New file.
29199         * modules/unictype/category-Po-tests: New file.
29200         * modules/unictype/category-Ps-tests: New file.
29201         * modules/unictype/category-S-tests: New file.
29202         * modules/unictype/category-Sc-tests: New file.
29203         * modules/unictype/category-Sk-tests: New file.
29204         * modules/unictype/category-Sm-tests: New file.
29205         * modules/unictype/category-So-tests: New file.
29206         * modules/unictype/category-Z-tests: New file.
29207         * modules/unictype/category-Zl-tests: New file.
29208         * modules/unictype/category-Zp-tests: New file.
29209         * modules/unictype/category-Zs-tests: New file.
29210         * modules/unictype/category-and-not-tests: New file.
29211         * modules/unictype/category-and-tests: New file.
29212         * modules/unictype/category-byname-tests: New file.
29213         * modules/unictype/category-name-tests: New file.
29214         * modules/unictype/category-none-tests: New file.
29215         * modules/unictype/category-of-tests: New file.
29216         * modules/unictype/category-or-tests: New file.
29217         * modules/unictype/category-test-withtable-tests: New file.
29218         * modules/unictype/combining-class-tests: New file.
29219         * modules/unictype/ctype-alnum-tests: New file.
29220         * modules/unictype/ctype-alpha-tests: New file.
29221         * modules/unictype/ctype-blank-tests: New file.
29222         * modules/unictype/ctype-cntrl-tests: New file.
29223         * modules/unictype/ctype-digit-tests: New file.
29224         * modules/unictype/ctype-graph-tests: New file.
29225         * modules/unictype/ctype-lower-tests: New file.
29226         * modules/unictype/ctype-print-tests: New file.
29227         * modules/unictype/ctype-punct-tests: New file.
29228         * modules/unictype/ctype-space-tests: New file.
29229         * modules/unictype/ctype-upper-tests: New file.
29230         * modules/unictype/ctype-xdigit-tests: New file.
29231         * modules/unictype/decimal-digit-tests: New file.
29232         * modules/unictype/digit-tests: New file.
29233         * modules/unictype/mirror-tests: New file.
29234         * modules/unictype/numeric-tests: New file.
29235         * modules/unictype/property-alphabetic-tests: New file.
29236         * modules/unictype/property-ascii-hex-digit-tests: New file.
29237         * modules/unictype/property-bidi-arabic-digit-tests: New file.
29238         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
29239         * modules/unictype/property-bidi-block-separator-tests: New file.
29240         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
29241         * modules/unictype/property-bidi-common-separator-tests: New file.
29242         * modules/unictype/property-bidi-control-tests: New file.
29243         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
29244         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
29245         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
29246         * modules/unictype/property-bidi-european-digit-tests: New file.
29247         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
29248         * modules/unictype/property-bidi-left-to-right-tests: New file.
29249         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
29250         * modules/unictype/property-bidi-other-neutral-tests: New file.
29251         * modules/unictype/property-bidi-pdf-tests: New file.
29252         * modules/unictype/property-bidi-segment-separator-tests: New file.
29253         * modules/unictype/property-bidi-whitespace-tests: New file.
29254         * modules/unictype/property-byname-tests: New file.
29255         * modules/unictype/property-combining-tests: New file.
29256         * modules/unictype/property-composite-tests: New file.
29257         * modules/unictype/property-currency-symbol-tests: New file.
29258         * modules/unictype/property-dash-tests: New file.
29259         * modules/unictype/property-decimal-digit-tests: New file.
29260         * modules/unictype/property-default-ignorable-code-point-tests: New file.
29261         * modules/unictype/property-deprecated-tests: New file.
29262         * modules/unictype/property-diacritic-tests: New file.
29263         * modules/unictype/property-extender-tests: New file.
29264         * modules/unictype/property-format-control-tests: New file.
29265         * modules/unictype/property-grapheme-base-tests: New file.
29266         * modules/unictype/property-grapheme-extend-tests: New file.
29267         * modules/unictype/property-grapheme-link-tests: New file.
29268         * modules/unictype/property-hex-digit-tests: New file.
29269         * modules/unictype/property-hyphen-tests: New file.
29270         * modules/unictype/property-id-continue-tests: New file.
29271         * modules/unictype/property-id-start-tests: New file.
29272         * modules/unictype/property-ideographic-tests: New file.
29273         * modules/unictype/property-ids-binary-operator-tests: New file.
29274         * modules/unictype/property-ids-trinary-operator-tests: New file.
29275         * modules/unictype/property-ignorable-control-tests: New file.
29276         * modules/unictype/property-iso-control-tests: New file.
29277         * modules/unictype/property-join-control-tests: New file.
29278         * modules/unictype/property-left-of-pair-tests: New file.
29279         * modules/unictype/property-line-separator-tests: New file.
29280         * modules/unictype/property-logical-order-exception-tests: New file.
29281         * modules/unictype/property-lowercase-tests: New file.
29282         * modules/unictype/property-math-tests: New file.
29283         * modules/unictype/property-non-break-tests: New file.
29284         * modules/unictype/property-not-a-character-tests: New file.
29285         * modules/unictype/property-numeric-tests: New file.
29286         * modules/unictype/property-other-alphabetic-tests: New file.
29287         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29288         * modules/unictype/property-other-grapheme-extend-tests: New file.
29289         * modules/unictype/property-other-id-continue-tests: New file.
29290         * modules/unictype/property-other-id-start-tests: New file.
29291         * modules/unictype/property-other-lowercase-tests: New file.
29292         * modules/unictype/property-other-math-tests: New file.
29293         * modules/unictype/property-other-uppercase-tests: New file.
29294         * modules/unictype/property-paired-punctuation-tests: New file.
29295         * modules/unictype/property-paragraph-separator-tests: New file.
29296         * modules/unictype/property-pattern-syntax-tests: New file.
29297         * modules/unictype/property-pattern-white-space-tests: New file.
29298         * modules/unictype/property-private-use-tests: New file.
29299         * modules/unictype/property-punctuation-tests: New file.
29300         * modules/unictype/property-quotation-mark-tests: New file.
29301         * modules/unictype/property-radical-tests: New file.
29302         * modules/unictype/property-sentence-terminal-tests: New file.
29303         * modules/unictype/property-soft-dotted-tests: New file.
29304         * modules/unictype/property-space-tests: New file.
29305         * modules/unictype/property-terminal-punctuation-tests: New file.
29306         * modules/unictype/property-test-tests: New file.
29307         * modules/unictype/property-titlecase-tests: New file.
29308         * modules/unictype/property-unassigned-code-value-tests: New file.
29309         * modules/unictype/property-unified-ideograph-tests: New file.
29310         * modules/unictype/property-uppercase-tests: New file.
29311         * modules/unictype/property-variation-selector-tests: New file.
29312         * modules/unictype/property-white-space-tests: New file.
29313         * modules/unictype/property-xid-continue-tests: New file.
29314         * modules/unictype/property-xid-start-tests: New file.
29315         * modules/unictype/property-zero-width-tests: New file.
29316         * modules/unictype/scripts-tests: New file.
29317         * modules/unictype/syntax-c-ident-tests: New file.
29318         * modules/unictype/syntax-c-whitespace-tests: New file.
29319         * modules/unictype/syntax-java-ident-tests: New file.
29320         * modules/unictype/syntax-java-whitespace-tests: New file.
29321         * tests/unictype/test-bidi_byname.c: New file.
29322         * tests/unictype/test-bidi_name.c: New file.
29323         * tests/unictype/test-bidi_of.c: New file.
29324         * tests/unictype/test-bidi_test.c: New file.
29325         * tests/unictype/test-block_list.c: New file.
29326         * tests/unictype/test-block_of.c: New file.
29327         * tests/unictype/test-block_test.c: New file.
29328         * tests/unictype/test-categ_and.c: New file.
29329         * tests/unictype/test-categ_and_not.c: New file.
29330         * tests/unictype/test-categ_byname.c: New file.
29331         * tests/unictype/test-categ_name.c: New file.
29332         * tests/unictype/test-categ_none.c: New file.
29333         * tests/unictype/test-categ_of.c: New file.
29334         * tests/unictype/test-categ_or.c: New file.
29335         * tests/unictype/test-categ_test_withtable.c: New file.
29336         * tests/unictype/test-combining.c: New file.
29337         * tests/unictype/test-decdigit.c: New file.
29338         * tests/unictype/test-digit.c: New file.
29339         * tests/unictype/test-mirror.c: New file.
29340         * tests/unictype/test-numeric.c: New file.
29341         * tests/unictype/test-pr_byname.c: New file.
29342         * tests/unictype/test-pr_test.c: New file.
29343         * tests/unictype/test-predicate-part1.h: New file.
29344         * tests/unictype/test-predicate-part2.h: New file.
29345         * tests/unictype/test-scripts.c: New file.
29346         * tests/unictype/test-sy_c_ident.c: New file.
29347         * tests/unictype/test-sy_java_ident.c: New file.
29348
29349         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29350         for Unicode 5.0.0.
29351         * tests/unictype/test-categ_Cc.c: Likewise.
29352         * tests/unictype/test-categ_Cf.c: Likewise.
29353         * tests/unictype/test-categ_Cn.c: Likewise.
29354         * tests/unictype/test-categ_Co.c: Likewise.
29355         * tests/unictype/test-categ_Cs.c: Likewise.
29356         * tests/unictype/test-categ_L.c: Likewise.
29357         * tests/unictype/test-categ_Ll.c: Likewise.
29358         * tests/unictype/test-categ_Lm.c: Likewise.
29359         * tests/unictype/test-categ_Lo.c: Likewise.
29360         * tests/unictype/test-categ_Lt.c: Likewise.
29361         * tests/unictype/test-categ_Lu.c: Likewise.
29362         * tests/unictype/test-categ_M.c: Likewise.
29363         * tests/unictype/test-categ_Mc.c: Likewise.
29364         * tests/unictype/test-categ_Me.c: Likewise.
29365         * tests/unictype/test-categ_Mn.c: Likewise.
29366         * tests/unictype/test-categ_N.c: Likewise.
29367         * tests/unictype/test-categ_Nd.c: Likewise.
29368         * tests/unictype/test-categ_Nl.c: Likewise.
29369         * tests/unictype/test-categ_No.c: Likewise.
29370         * tests/unictype/test-categ_P.c: Likewise.
29371         * tests/unictype/test-categ_Pc.c: Likewise.
29372         * tests/unictype/test-categ_Pd.c: Likewise.
29373         * tests/unictype/test-categ_Pe.c: Likewise.
29374         * tests/unictype/test-categ_Pf.c: Likewise.
29375         * tests/unictype/test-categ_Pi.c: Likewise.
29376         * tests/unictype/test-categ_Po.c: Likewise.
29377         * tests/unictype/test-categ_Ps.c: Likewise.
29378         * tests/unictype/test-categ_S.c: Likewise.
29379         * tests/unictype/test-categ_Sc.c: Likewise.
29380         * tests/unictype/test-categ_Sk.c: Likewise.
29381         * tests/unictype/test-categ_Sm.c: Likewise.
29382         * tests/unictype/test-categ_So.c: Likewise.
29383         * tests/unictype/test-categ_Z.c: Likewise.
29384         * tests/unictype/test-categ_Zl.c: Likewise.
29385         * tests/unictype/test-categ_Zp.c: Likewise.
29386         * tests/unictype/test-categ_Zs.c: Likewise.
29387         * tests/unictype/test-ctype_alnum.c: Likewise.
29388         * tests/unictype/test-ctype_alpha.c: Likewise.
29389         * tests/unictype/test-ctype_blank.c: Likewise.
29390         * tests/unictype/test-ctype_cntrl.c: Likewise.
29391         * tests/unictype/test-ctype_digit.c: Likewise.
29392         * tests/unictype/test-ctype_graph.c: Likewise.
29393         * tests/unictype/test-ctype_lower.c: Likewise.
29394         * tests/unictype/test-ctype_print.c: Likewise.
29395         * tests/unictype/test-ctype_punct.c: Likewise.
29396         * tests/unictype/test-ctype_space.c: Likewise.
29397         * tests/unictype/test-ctype_upper.c: Likewise.
29398         * tests/unictype/test-ctype_xdigit.c: Likewise.
29399         * tests/unictype/test-decdigit.h: Likewise.
29400         * tests/unictype/test-digit.h: Likewise.
29401         * tests/unictype/test-numeric.h: Likewise.
29402         * tests/unictype/test-pr_alphabetic.c: Likewise.
29403         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29404         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29405         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29406         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29407         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29408         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29409         * tests/unictype/test-pr_bidi_control.c: Likewise.
29410         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29411         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29412         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29413         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29414         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29415         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29416         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29417         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29418         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29419         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29420         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29421         * tests/unictype/test-pr_combining.c: Likewise.
29422         * tests/unictype/test-pr_composite.c: Likewise.
29423         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29424         * tests/unictype/test-pr_dash.c: Likewise.
29425         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29426         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29427         * tests/unictype/test-pr_deprecated.c: Likewise.
29428         * tests/unictype/test-pr_diacritic.c: Likewise.
29429         * tests/unictype/test-pr_extender.c: Likewise.
29430         * tests/unictype/test-pr_format_control.c: Likewise.
29431         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29432         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29433         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29434         * tests/unictype/test-pr_hex_digit.c: Likewise.
29435         * tests/unictype/test-pr_hyphen.c: Likewise.
29436         * tests/unictype/test-pr_id_continue.c: Likewise.
29437         * tests/unictype/test-pr_id_start.c: Likewise.
29438         * tests/unictype/test-pr_ideographic.c: Likewise.
29439         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29440         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29441         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29442         * tests/unictype/test-pr_iso_control.c: Likewise.
29443         * tests/unictype/test-pr_join_control.c: Likewise.
29444         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29445         * tests/unictype/test-pr_line_separator.c: Likewise.
29446         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29447         * tests/unictype/test-pr_lowercase.c: Likewise.
29448         * tests/unictype/test-pr_math.c: Likewise.
29449         * tests/unictype/test-pr_non_break.c: Likewise.
29450         * tests/unictype/test-pr_not_a_character.c: Likewise.
29451         * tests/unictype/test-pr_numeric.c: Likewise.
29452         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29453         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29454         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29455         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29456         * tests/unictype/test-pr_other_id_start.c: Likewise.
29457         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29458         * tests/unictype/test-pr_other_math.c: Likewise.
29459         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29460         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29461         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29462         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29463         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29464         * tests/unictype/test-pr_private_use.c: Likewise.
29465         * tests/unictype/test-pr_punctuation.c: Likewise.
29466         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29467         * tests/unictype/test-pr_radical.c: Likewise.
29468         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29469         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29470         * tests/unictype/test-pr_space.c: Likewise.
29471         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29472         * tests/unictype/test-pr_titlecase.c: Likewise.
29473         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29474         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29475         * tests/unictype/test-pr_uppercase.c: Likewise.
29476         * tests/unictype/test-pr_variation_selector.c: Likewise.
29477         * tests/unictype/test-pr_white_space.c: Likewise.
29478         * tests/unictype/test-pr_xid_continue.c: Likewise.
29479         * tests/unictype/test-pr_xid_start.c: Likewise.
29480         * tests/unictype/test-pr_zero_width.c: Likewise.
29481         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29482         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29483
29484 2007-11-12  Bruno Haible  <bruno@clisp.org>
29485
29486         Unicode character classification functions.
29487         * lib/unictype.h: New file.
29488         * modules/unictype/base: New file.
29489         * modules/unictype/category-L: New file.
29490         * modules/unictype/category-Lu: New file.
29491         * modules/unictype/category-Ll: New file.
29492         * modules/unictype/category-Lt: New file.
29493         * modules/unictype/category-Lm: New file.
29494         * modules/unictype/category-Lo: New file.
29495         * modules/unictype/category-M: New file.
29496         * modules/unictype/category-Mn: New file.
29497         * modules/unictype/category-Mc: New file.
29498         * modules/unictype/category-Me: New file.
29499         * modules/unictype/category-N: New file.
29500         * modules/unictype/category-Nd: New file.
29501         * modules/unictype/category-Nl: New file.
29502         * modules/unictype/category-No: New file.
29503         * modules/unictype/category-P: New file.
29504         * modules/unictype/category-Pc: New file.
29505         * modules/unictype/category-Pd: New file.
29506         * modules/unictype/category-Ps: New file.
29507         * modules/unictype/category-Pe: New file.
29508         * modules/unictype/category-Pi: New file.
29509         * modules/unictype/category-Pf: New file.
29510         * modules/unictype/category-Po: New file.
29511         * modules/unictype/category-S: New file.
29512         * modules/unictype/category-Sm: New file.
29513         * modules/unictype/category-Sc: New file.
29514         * modules/unictype/category-Sk: New file.
29515         * modules/unictype/category-So: New file.
29516         * modules/unictype/category-Z: New file.
29517         * modules/unictype/category-Zs: New file.
29518         * modules/unictype/category-Zl: New file.
29519         * modules/unictype/category-Zp: New file.
29520         * modules/unictype/category-C: New file.
29521         * modules/unictype/category-Cc: New file.
29522         * modules/unictype/category-Cf: New file.
29523         * modules/unictype/category-Cs: New file.
29524         * modules/unictype/category-Co: New file.
29525         * modules/unictype/category-Cn: New file.
29526         * modules/unictype/category-or: New file.
29527         * modules/unictype/category-of: New file.
29528         * modules/unictype/category-test: New file.
29529         * modules/unictype/category-test-withtable: New file.
29530         * modules/unictype/category-byname: New file.
29531         * modules/unictype/category-none: New file.
29532         * modules/unictype/category-and: New file.
29533         * modules/unictype/category-and-not: New file.
29534         * modules/unictype/category-name: New file.
29535         * modules/unictype/combining-class: New file.
29536         * modules/unictype/category-all: New file.
29537         * modules/unictype/bidicategory-all: New file.
29538         * modules/unictype/bidicategory-byname: New file.
29539         * modules/unictype/bidicategory-name: New file.
29540         * modules/unictype/bidicategory-of: New file.
29541         * modules/unictype/bidicategory-test: New file.
29542         * modules/unictype/decimal-digit: New file.
29543         * modules/unictype/digit: New file.
29544         * modules/unictype/numeric: New file.
29545         * modules/unictype/mirror: New file.
29546         * modules/unictype/property-white-space: New file.
29547         * modules/unictype/property-alphabetic: New file.
29548         * modules/unictype/property-other-alphabetic: New file.
29549         * modules/unictype/property-not-a-character: New file.
29550         * modules/unictype/property-default-ignorable-code-point: New file.
29551         * modules/unictype/property-other-default-ignorable-code-point: New
29552         file.
29553         * modules/unictype/property-deprecated: New file.
29554         * modules/unictype/property-logical-order-exception: New file.
29555         * modules/unictype/property-variation-selector: New file.
29556         * modules/unictype/property-private-use: New file.
29557         * modules/unictype/property-unassigned-code-value: New file.
29558         * modules/unictype/property-uppercase: New file.
29559         * modules/unictype/property-other-uppercase: New file.
29560         * modules/unictype/property-lowercase: New file.
29561         * modules/unictype/property-other-lowercase: New file.
29562         * modules/unictype/property-titlecase: New file.
29563         * modules/unictype/property-soft-dotted: New file.
29564         * modules/unictype/property-id-start: New file.
29565         * modules/unictype/property-other-id-start: New file.
29566         * modules/unictype/property-id-continue: New file.
29567         * modules/unictype/property-other-id-continue: New file.
29568         * modules/unictype/property-xid-start: New file.
29569         * modules/unictype/property-xid-continue: New file.
29570         * modules/unictype/property-pattern-white-space: New file.
29571         * modules/unictype/property-pattern-syntax: New file.
29572         * modules/unictype/property-join-control: New file.
29573         * modules/unictype/property-grapheme-base: New file.
29574         * modules/unictype/property-grapheme-extend: New file.
29575         * modules/unictype/property-other-grapheme-extend: New file.
29576         * modules/unictype/property-grapheme-link: New file.
29577         * modules/unictype/property-bidi-control: New file.
29578         * modules/unictype/property-bidi-left-to-right: New file.
29579         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29580         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29581         * modules/unictype/property-bidi-european-digit: New file.
29582         * modules/unictype/property-bidi-eur-num-separator: New file.
29583         * modules/unictype/property-bidi-eur-num-terminator: New file.
29584         * modules/unictype/property-bidi-arabic-digit: New file.
29585         * modules/unictype/property-bidi-common-separator: New file.
29586         * modules/unictype/property-bidi-block-separator: New file.
29587         * modules/unictype/property-bidi-segment-separator: New file.
29588         * modules/unictype/property-bidi-whitespace: New file.
29589         * modules/unictype/property-bidi-non-spacing-mark: New file.
29590         * modules/unictype/property-bidi-boundary-neutral: New file.
29591         * modules/unictype/property-bidi-pdf: New file.
29592         * modules/unictype/property-bidi-embedding-or-override: New file.
29593         * modules/unictype/property-bidi-other-neutral: New file.
29594         * modules/unictype/property-hex-digit: New file.
29595         * modules/unictype/property-ascii-hex-digit: New file.
29596         * modules/unictype/property-ideographic: New file.
29597         * modules/unictype/property-unified-ideograph: New file.
29598         * modules/unictype/property-radical: New file.
29599         * modules/unictype/property-ids-binary-operator: New file.
29600         * modules/unictype/property-ids-trinary-operator: New file.
29601         * modules/unictype/property-zero-width: New file.
29602         * modules/unictype/property-space: New file.
29603         * modules/unictype/property-non-break: New file.
29604         * modules/unictype/property-iso-control: New file.
29605         * modules/unictype/property-format-control: New file.
29606         * modules/unictype/property-dash: New file.
29607         * modules/unictype/property-hyphen: New file.
29608         * modules/unictype/property-punctuation: New file.
29609         * modules/unictype/property-line-separator: New file.
29610         * modules/unictype/property-paragraph-separator: New file.
29611         * modules/unictype/property-quotation-mark: New file.
29612         * modules/unictype/property-sentence-terminal: New file.
29613         * modules/unictype/property-terminal-punctuation: New file.
29614         * modules/unictype/property-currency-symbol: New file.
29615         * modules/unictype/property-math: New file.
29616         * modules/unictype/property-other-math: New file.
29617         * modules/unictype/property-paired-punctuation: New file.
29618         * modules/unictype/property-left-of-pair: New file.
29619         * modules/unictype/property-combining: New file.
29620         * modules/unictype/property-composite: New file.
29621         * modules/unictype/property-decimal-digit: New file.
29622         * modules/unictype/property-numeric: New file.
29623         * modules/unictype/property-diacritic: New file.
29624         * modules/unictype/property-extender: New file.
29625         * modules/unictype/property-ignorable-control: New file.
29626         * modules/unictype/property-test: New file.
29627         * modules/unictype/property-byname: New file.
29628         * modules/unictype/property-all: New file.
29629         * modules/unictype/scripts: New file.
29630         * modules/unictype/scripts-all: New file.
29631         * modules/unictype/block-of: New file.
29632         * modules/unictype/block-test: New file.
29633         * modules/unictype/block-list: New file.
29634         * modules/unictype/block-all: New file.
29635         * modules/unictype/syntax-c-whitespace: New file.
29636         * modules/unictype/syntax-java-whitespace: New file.
29637         * modules/unictype/syntax-c-ident: New file.
29638         * modules/unictype/syntax-java-ident: New file.
29639         * modules/unictype/ctype-alnum: New file.
29640         * modules/unictype/ctype-alpha: New file.
29641         * modules/unictype/ctype-cntrl: New file.
29642         * modules/unictype/ctype-digit: New file.
29643         * modules/unictype/ctype-graph: New file.
29644         * modules/unictype/ctype-lower: New file.
29645         * modules/unictype/ctype-print: New file.
29646         * modules/unictype/ctype-punct: New file.
29647         * modules/unictype/ctype-space: New file.
29648         * modules/unictype/ctype-upper: New file.
29649         * modules/unictype/ctype-xdigit: New file.
29650         * modules/unictype/ctype-blank: New file.
29651         * lib/unictype/bidi_byname.c: New file.
29652         * lib/unictype/bidi_name.c: New file.
29653         * lib/unictype/bidi_of.c: New file.
29654         * lib/unictype/bidi_test.c: New file.
29655         * lib/unictype/bitmap.h: New file.
29656         * lib/unictype/block_test.c: New file.
29657         * lib/unictype/blocks.c: New file.
29658         * lib/unictype/categ_C.c: New file.
29659         * lib/unictype/categ_Cc.c: New file.
29660         * lib/unictype/categ_Cf.c: New file.
29661         * lib/unictype/categ_Cn.c: New file.
29662         * lib/unictype/categ_Co.c: New file.
29663         * lib/unictype/categ_Cs.c: New file.
29664         * lib/unictype/categ_L.c: New file.
29665         * lib/unictype/categ_Ll.c: New file.
29666         * lib/unictype/categ_Lm.c: New file.
29667         * lib/unictype/categ_Lo.c: New file.
29668         * lib/unictype/categ_Lt.c: New file.
29669         * lib/unictype/categ_Lu.c: New file.
29670         * lib/unictype/categ_M.c: New file.
29671         * lib/unictype/categ_Mc.c: New file.
29672         * lib/unictype/categ_Me.c: New file.
29673         * lib/unictype/categ_Mn.c: New file.
29674         * lib/unictype/categ_N.c: New file.
29675         * lib/unictype/categ_Nd.c: New file.
29676         * lib/unictype/categ_Nl.c: New file.
29677         * lib/unictype/categ_No.c: New file.
29678         * lib/unictype/categ_P.c: New file.
29679         * lib/unictype/categ_Pc.c: New file.
29680         * lib/unictype/categ_Pd.c: New file.
29681         * lib/unictype/categ_Pe.c: New file.
29682         * lib/unictype/categ_Pf.c: New file.
29683         * lib/unictype/categ_Pi.c: New file.
29684         * lib/unictype/categ_Po.c: New file.
29685         * lib/unictype/categ_Ps.c: New file.
29686         * lib/unictype/categ_S.c: New file.
29687         * lib/unictype/categ_Sc.c: New file.
29688         * lib/unictype/categ_Sk.c: New file.
29689         * lib/unictype/categ_Sm.c: New file.
29690         * lib/unictype/categ_So.c: New file.
29691         * lib/unictype/categ_Z.c: New file.
29692         * lib/unictype/categ_Zl.c: New file.
29693         * lib/unictype/categ_Zp.c: New file.
29694         * lib/unictype/categ_Zs.c: New file.
29695         * lib/unictype/categ_and.c: New file.
29696         * lib/unictype/categ_and_not.c: New file.
29697         * lib/unictype/categ_byname.c: New file.
29698         * lib/unictype/categ_name.c: New file.
29699         * lib/unictype/categ_none.c: New file.
29700         * lib/unictype/categ_of.c: New file.
29701         * lib/unictype/categ_or.c: New file.
29702         * lib/unictype/categ_test.c: New file.
29703         * lib/unictype/combining.c: New file.
29704         * lib/unictype/ctype_alnum.c: New file.
29705         * lib/unictype/ctype_alpha.c: New file.
29706         * lib/unictype/ctype_blank.c: New file.
29707         * lib/unictype/ctype_cntrl.c: New file.
29708         * lib/unictype/ctype_digit.c: New file.
29709         * lib/unictype/ctype_graph.c: New file.
29710         * lib/unictype/ctype_lower.c: New file.
29711         * lib/unictype/ctype_print.c: New file.
29712         * lib/unictype/ctype_punct.c: New file.
29713         * lib/unictype/ctype_space.c: New file.
29714         * lib/unictype/ctype_upper.c: New file.
29715         * lib/unictype/ctype_xdigit.c: New file.
29716         * lib/unictype/decdigit.c: New file.
29717         * lib/unictype/digit.c: New file.
29718         * lib/unictype/identsyntaxmap.h: New file.
29719         * lib/unictype/mirror.c: New file.
29720         * lib/unictype/numeric.c: New file.
29721         * lib/unictype/pr_alphabetic.c: New file.
29722         * lib/unictype/pr_ascii_hex_digit.c: New file.
29723         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29724         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29725         * lib/unictype/pr_bidi_block_separator.c: New file.
29726         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29727         * lib/unictype/pr_bidi_common_separator.c: New file.
29728         * lib/unictype/pr_bidi_control.c: New file.
29729         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29730         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29731         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29732         * lib/unictype/pr_bidi_european_digit.c: New file.
29733         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29734         * lib/unictype/pr_bidi_left_to_right.c: New file.
29735         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29736         * lib/unictype/pr_bidi_other_neutral.c: New file.
29737         * lib/unictype/pr_bidi_pdf.c: New file.
29738         * lib/unictype/pr_bidi_segment_separator.c: New file.
29739         * lib/unictype/pr_bidi_whitespace.c: New file.
29740         * lib/unictype/pr_byname.c: New file.
29741         * lib/unictype/pr_byname.gperf: New file.
29742         * lib/unictype/pr_combining.c: New file.
29743         * lib/unictype/pr_composite.c: New file.
29744         * lib/unictype/pr_currency_symbol.c: New file.
29745         * lib/unictype/pr_dash.c: New file.
29746         * lib/unictype/pr_decimal_digit.c: New file.
29747         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29748         * lib/unictype/pr_deprecated.c: New file.
29749         * lib/unictype/pr_diacritic.c: New file.
29750         * lib/unictype/pr_extender.c: New file.
29751         * lib/unictype/pr_format_control.c: New file.
29752         * lib/unictype/pr_grapheme_base.c: New file.
29753         * lib/unictype/pr_grapheme_extend.c: New file.
29754         * lib/unictype/pr_grapheme_link.c: New file.
29755         * lib/unictype/pr_hex_digit.c: New file.
29756         * lib/unictype/pr_hyphen.c: New file.
29757         * lib/unictype/pr_id_continue.c: New file.
29758         * lib/unictype/pr_id_start.c: New file.
29759         * lib/unictype/pr_ideographic.c: New file.
29760         * lib/unictype/pr_ids_binary_operator.c: New file.
29761         * lib/unictype/pr_ids_trinary_operator.c: New file.
29762         * lib/unictype/pr_ignorable_control.c: New file.
29763         * lib/unictype/pr_iso_control.c: New file.
29764         * lib/unictype/pr_join_control.c: New file.
29765         * lib/unictype/pr_left_of_pair.c: New file.
29766         * lib/unictype/pr_line_separator.c: New file.
29767         * lib/unictype/pr_logical_order_exception.c: New file.
29768         * lib/unictype/pr_lowercase.c: New file.
29769         * lib/unictype/pr_math.c: New file.
29770         * lib/unictype/pr_non_break.c: New file.
29771         * lib/unictype/pr_not_a_character.c: New file.
29772         * lib/unictype/pr_numeric.c: New file.
29773         * lib/unictype/pr_other_alphabetic.c: New file.
29774         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29775         * lib/unictype/pr_other_grapheme_extend.c: New file.
29776         * lib/unictype/pr_other_id_continue.c: New file.
29777         * lib/unictype/pr_other_id_start.c: New file.
29778         * lib/unictype/pr_other_lowercase.c: New file.
29779         * lib/unictype/pr_other_math.c: New file.
29780         * lib/unictype/pr_other_uppercase.c: New file.
29781         * lib/unictype/pr_paired_punctuation.c: New file.
29782         * lib/unictype/pr_paragraph_separator.c: New file.
29783         * lib/unictype/pr_pattern_syntax.c: New file.
29784         * lib/unictype/pr_pattern_white_space.c: New file.
29785         * lib/unictype/pr_private_use.c: New file.
29786         * lib/unictype/pr_punctuation.c: New file.
29787         * lib/unictype/pr_quotation_mark.c: New file.
29788         * lib/unictype/pr_radical.c: New file.
29789         * lib/unictype/pr_sentence_terminal.c: New file.
29790         * lib/unictype/pr_soft_dotted.c: New file.
29791         * lib/unictype/pr_space.c: New file.
29792         * lib/unictype/pr_terminal_punctuation.c: New file.
29793         * lib/unictype/pr_test.c: New file.
29794         * lib/unictype/pr_titlecase.c: New file.
29795         * lib/unictype/pr_unassigned_code_value.c: New file.
29796         * lib/unictype/pr_unified_ideograph.c: New file.
29797         * lib/unictype/pr_uppercase.c: New file.
29798         * lib/unictype/pr_variation_selector.c: New file.
29799         * lib/unictype/pr_white_space.c: New file.
29800         * lib/unictype/pr_xid_continue.c: New file.
29801         * lib/unictype/pr_xid_start.c: New file.
29802         * lib/unictype/pr_zero_width.c: New file.
29803         * lib/unictype/scripts.c: New file.
29804         * lib/unictype/sy_c_ident.c: New file.
29805         * lib/unictype/sy_c_whitespace.c: New file.
29806         * lib/unictype/sy_java_ident.c: New file.
29807         * lib/unictype/sy_java_whitespace.c: New file.
29808
29809         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29810         Unicode 5.0.0.
29811         * lib/unictype/blocks.h: Likewise.
29812         * lib/unictype/categ_C.h: Likewise.
29813         * lib/unictype/categ_Cc.h: Likewise.
29814         * lib/unictype/categ_Cf.h: Likewise.
29815         * lib/unictype/categ_Cn.h: Likewise.
29816         * lib/unictype/categ_Co.h: Likewise.
29817         * lib/unictype/categ_Cs.h: Likewise.
29818         * lib/unictype/categ_L.h: Likewise.
29819         * lib/unictype/categ_Ll.h: Likewise.
29820         * lib/unictype/categ_Lm.h: Likewise.
29821         * lib/unictype/categ_Lo.h: Likewise.
29822         * lib/unictype/categ_Lt.h: Likewise.
29823         * lib/unictype/categ_Lu.h: Likewise.
29824         * lib/unictype/categ_M.h: Likewise.
29825         * lib/unictype/categ_Mc.h: Likewise.
29826         * lib/unictype/categ_Me.h: Likewise.
29827         * lib/unictype/categ_Mn.h: Likewise.
29828         * lib/unictype/categ_N.h: Likewise.
29829         * lib/unictype/categ_Nd.h: Likewise.
29830         * lib/unictype/categ_Nl.h: Likewise.
29831         * lib/unictype/categ_No.h: Likewise.
29832         * lib/unictype/categ_P.h: Likewise.
29833         * lib/unictype/categ_Pc.h: Likewise.
29834         * lib/unictype/categ_Pd.h: Likewise.
29835         * lib/unictype/categ_Pe.h: Likewise.
29836         * lib/unictype/categ_Pf.h: Likewise.
29837         * lib/unictype/categ_Pi.h: Likewise.
29838         * lib/unictype/categ_Po.h: Likewise.
29839         * lib/unictype/categ_Ps.h: Likewise.
29840         * lib/unictype/categ_S.h: Likewise.
29841         * lib/unictype/categ_Sc.h: Likewise.
29842         * lib/unictype/categ_Sk.h: Likewise.
29843         * lib/unictype/categ_Sm.h: Likewise.
29844         * lib/unictype/categ_So.h: Likewise.
29845         * lib/unictype/categ_Z.h: Likewise.
29846         * lib/unictype/categ_Zl.h: Likewise.
29847         * lib/unictype/categ_Zp.h: Likewise.
29848         * lib/unictype/categ_Zs.h: Likewise.
29849         * lib/unictype/categ_of.h: Likewise.
29850         * lib/unictype/combining.h: Likewise.
29851         * lib/unictype/ctype_alnum.h: Likewise.
29852         * lib/unictype/ctype_alpha.h: Likewise.
29853         * lib/unictype/ctype_blank.h: Likewise.
29854         * lib/unictype/ctype_cntrl.h: Likewise.
29855         * lib/unictype/ctype_digit.h: Likewise.
29856         * lib/unictype/ctype_graph.h: Likewise.
29857         * lib/unictype/ctype_lower.h: Likewise.
29858         * lib/unictype/ctype_print.h: Likewise.
29859         * lib/unictype/ctype_punct.h: Likewise.
29860         * lib/unictype/ctype_space.h: Likewise.
29861         * lib/unictype/ctype_upper.h: Likewise.
29862         * lib/unictype/ctype_xdigit.h: Likewise.
29863         * lib/unictype/decdigit.h: Likewise.
29864         * lib/unictype/digit.h: Likewise.
29865         * lib/unictype/mirror.h: Likewise.
29866         * lib/unictype/numeric.h: Likewise.
29867         * lib/unictype/pr_alphabetic.h: Likewise.
29868         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29869         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29870         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29871         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29872         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29873         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29874         * lib/unictype/pr_bidi_control.h: Likewise.
29875         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29876         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29877         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29878         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29879         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29880         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29881         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29882         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29883         * lib/unictype/pr_bidi_pdf.h: Likewise.
29884         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29885         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29886         * lib/unictype/pr_combining.h: Likewise.
29887         * lib/unictype/pr_composite.h: Likewise.
29888         * lib/unictype/pr_currency_symbol.h: Likewise.
29889         * lib/unictype/pr_dash.h: Likewise.
29890         * lib/unictype/pr_decimal_digit.h: Likewise.
29891         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29892         * lib/unictype/pr_deprecated.h: Likewise.
29893         * lib/unictype/pr_diacritic.h: Likewise.
29894         * lib/unictype/pr_extender.h: Likewise.
29895         * lib/unictype/pr_format_control.h: Likewise.
29896         * lib/unictype/pr_grapheme_base.h: Likewise.
29897         * lib/unictype/pr_grapheme_extend.h: Likewise.
29898         * lib/unictype/pr_grapheme_link.h: Likewise.
29899         * lib/unictype/pr_hex_digit.h: Likewise.
29900         * lib/unictype/pr_hyphen.h: Likewise.
29901         * lib/unictype/pr_id_continue.h: Likewise.
29902         * lib/unictype/pr_id_start.h: Likewise.
29903         * lib/unictype/pr_ideographic.h: Likewise.
29904         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29905         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29906         * lib/unictype/pr_ignorable_control.h: Likewise.
29907         * lib/unictype/pr_iso_control.h: Likewise.
29908         * lib/unictype/pr_join_control.h: Likewise.
29909         * lib/unictype/pr_left_of_pair.h: Likewise.
29910         * lib/unictype/pr_line_separator.h: Likewise.
29911         * lib/unictype/pr_logical_order_exception.h: Likewise.
29912         * lib/unictype/pr_lowercase.h: Likewise.
29913         * lib/unictype/pr_math.h: Likewise.
29914         * lib/unictype/pr_non_break.h: Likewise.
29915         * lib/unictype/pr_not_a_character.h: Likewise.
29916         * lib/unictype/pr_numeric.h: Likewise.
29917         * lib/unictype/pr_other_alphabetic.h: Likewise.
29918         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29919         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29920         * lib/unictype/pr_other_id_continue.h: Likewise.
29921         * lib/unictype/pr_other_id_start.h: Likewise.
29922         * lib/unictype/pr_other_lowercase.h: Likewise.
29923         * lib/unictype/pr_other_math.h: Likewise.
29924         * lib/unictype/pr_other_uppercase.h: Likewise.
29925         * lib/unictype/pr_paired_punctuation.h: Likewise.
29926         * lib/unictype/pr_paragraph_separator.h: Likewise.
29927         * lib/unictype/pr_pattern_syntax.h: Likewise.
29928         * lib/unictype/pr_pattern_white_space.h: Likewise.
29929         * lib/unictype/pr_private_use.h: Likewise.
29930         * lib/unictype/pr_punctuation.h: Likewise.
29931         * lib/unictype/pr_quotation_mark.h: Likewise.
29932         * lib/unictype/pr_radical.h: Likewise.
29933         * lib/unictype/pr_sentence_terminal.h: Likewise.
29934         * lib/unictype/pr_soft_dotted.h: Likewise.
29935         * lib/unictype/pr_space.h: Likewise.
29936         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29937         * lib/unictype/pr_titlecase.h: Likewise.
29938         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29939         * lib/unictype/pr_unified_ideograph.h: Likewise.
29940         * lib/unictype/pr_uppercase.h: Likewise.
29941         * lib/unictype/pr_variation_selector.h: Likewise.
29942         * lib/unictype/pr_white_space.h: Likewise.
29943         * lib/unictype/pr_xid_continue.h: Likewise.
29944         * lib/unictype/pr_xid_start.h: Likewise.
29945         * lib/unictype/pr_zero_width.h: Likewise.
29946         * lib/unictype/scripts.h: Likewise.
29947         * lib/unictype/scripts_byname.gperf: Likewise.
29948         * lib/unictype/sy_c_ident.h: Likewise.
29949         * lib/unictype/sy_c_whitespace.h: Likewise.
29950         * lib/unictype/sy_java_ident.h: Likewise.
29951         * lib/unictype/sy_java_whitespace.h: Likewise.
29952
29953         * lib/unictype/Makefile: New file.
29954         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29955         glibc.
29956         * lib/unictype/3level.h: New file, copied from glibc.
29957         * lib/unictype/3levelbit.h: New file.
29958
29959 2007-11-11  Bruno Haible  <bruno@clisp.org>
29960
29961         * modules/gperf: New file.
29962         * modules/iconv_open (Depends-on): Add it.
29963         (Makefile.am): Remove the GPERF definition.
29964
29965 2007-11-11  Bruno Haible  <bruno@clisp.org>
29966
29967         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29968         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29969
29970 2007-11-11  Bruno Haible  <bruno@clisp.org>
29971
29972         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29973         (usage): Remove function.
29974
29975 2007-11-11  Bruno Haible  <bruno@clisp.org>
29976
29977         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29978         gl_FUNC_CEILF_LIBS.
29979         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29980         gl_FUNC_CEIL_LIBS.
29981         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29982         gl_FUNC_CEILL_LIBS.
29983         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29984         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29985         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29986
29987 2007-11-11  Bruno Haible  <bruno@clisp.org>
29988
29989         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29990         roundf were declared but do not exist on functions.
29991         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29992         roundl were declared but do not exist on functions.
29993         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29994         HAVE_FLOORL_AND_CEILL, respectively.
29995         Needed for Sun C on Solaris 10.
29996
29997 2007-11-11  Bruno Haible  <bruno@clisp.org>
29998
29999         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30000         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30001         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30002         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30003         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30004         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30005         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30006         HAVE_DECL_ROUNDF.
30007         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30008         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30009         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30010         of HAVE_DECL_ROUND*.
30011         * modules/math (Makefile.am): Update.
30012
30013 2007-11-10  Bruno Haible  <bruno@clisp.org>
30014
30015         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30016         ptrdiff_t as m4/intl.m4.
30017
30018 2007-11-10  Jim Meyering  <meyering@redhat.com>
30019
30020         Avoid link failure for the argmatch test.
30021         * tests/test-argmatch.c (usage): Define function to avoid a link
30022         failure: argmatch_die requires a usage function.
30023
30024 2007-11-09  Bruno Haible  <bruno@clisp.org>
30025
30026         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30027         * doc/functions/vsnprintf.texi: Likewise.
30028         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30029         with a size argument < 2.
30030
30031 2007-11-09  Bruno Haible  <bruno@clisp.org>
30032
30033         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30034         buffer. Fixes an inefficiency introduced on 2007-11-03.
30035
30036 2007-11-09  Bruno Haible  <bruno@clisp.org>
30037
30038         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30039         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30040
30041 2007-11-08  Jim Meyering  <meyering@redhat.com>
30042
30043         Change cache variable name prefix "jm_" to "gl_" everywhere.
30044         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30045         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30046         * m4/uptime.m4: s/gl_/jm_/
30047
30048 2007-11-07  Bruno Haible  <bruno@clisp.org>
30049
30050         Update to GNU gettext 0.17.
30051         * m4/intl.m4: Update to GNU gettext 0.17.
30052         * m4/po.m4: Likewise.
30053         * modules/gettext (Files): Remove m4/ulonglong.m4.
30054         (configure.ac): Require gettext infrastructure from version 0.17.
30055
30056 2007-11-06  Bruno Haible  <bruno@clisp.org>
30057
30058         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30059         symbolic values are not defined in a public header.
30060         * lib/freadable.c (freadable) [QNX]: Likewise.
30061         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30062         * lib/freading.c (freading) [QNX]: Likewise.
30063         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30064         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30065         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30066         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30067         Reported by Alain Magloire.
30068
30069         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30070
30071 2007-11-05  Bruno Haible  <bruno@clisp.org>
30072
30073         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30074         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30075         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30076         Reported by Eric Blake.
30077
30078 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30079             Bruno Haible  <bruno@clisp.org>
30080
30081         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30082         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30083         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30084         (malloc): Undefine also before including <stdlib.h>.
30085         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30086         Needed on OSF/1 4.0.
30087
30088 2007-11-05  Jim Meyering  <meyering@redhat.com>
30089
30090         git-version-gen: sync from coreutils.
30091         * build-aux/git-version-gen: Add comments.
30092         Change the first '-' to '.' in the snapshot version string,
30093         e.g., 6.9-377-08144 -> 6.9.377-08144
30094         Remove first parameter.
30095         Don't declare a version "-dirty" merely because a time
30096         stamp has changed.
30097
30098 2007-11-04  Bruno Haible  <bruno@clisp.org>
30099
30100         * lib/lock.h: Protect all macro definitions containing an 'if'
30101         statement through a "do { ... } while (0)".
30102         * lib/tls.h: Likewise.
30103
30104 2007-11-04  Bruno Haible  <bruno@clisp.org>
30105
30106         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30107
30108 2007-11-04  Bruno Haible  <bruno@clisp.org>
30109
30110         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30111         * modules/fprintf-posix (Depends-on): Add nocrash.
30112         * modules/snprintf-posix (Depends-on): Likewise.
30113         * modules/sprintf-posix (Depends-on): Likewise.
30114         * modules/vasnprintf-posix (Depends-on): Likewise.
30115         * modules/vasprintf-posix (Depends-on): Likewise.
30116         * modules/vfprintf-posix (Depends-on): Likewise.
30117         * modules/vsnprintf-posix (Depends-on): Likewise.
30118         * modules/vsprintf-posix (Depends-on): Likewise.
30119         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30120         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30121         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
30122         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
30123         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
30124         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
30125         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
30126
30127 2007-11-04  Bruno Haible  <bruno@clisp.org>
30128
30129         * modules/nocrash: New file.
30130         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
30131         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
30132
30133 2007-11-04  Bruno Haible  <bruno@clisp.org>
30134
30135         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
30136         precision handling.
30137         * tests/test-vasprintf-posix.c (test_function): Likewise.
30138         * tests/test-snprintf-posix.h (test_function): Likewise.
30139         * tests/test-sprintf-posix.h (test_function): Likewise.
30140
30141         Fix *printf behaviour for large precisions on mingw and BeOS.
30142         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
30143         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
30144         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
30145         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30146         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30147         gl_PRINTF_PRECISION and test its result. Invoke
30148         gl_PREREQ_VASNPRINTF_PRECISION.
30149         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30150         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30151         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30152         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30153         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30154         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30155         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30156         * doc/functions/fprintf.texi: Update.
30157         * doc/functions/printf.texi: Update.
30158         * doc/functions/snprintf.texi: Update.
30159         * doc/functions/sprintf.texi: Update.
30160         * doc/functions/vfprintf.texi: Update.
30161         * doc/functions/vprintf.texi: Update.
30162         * doc/functions/vsnprintf.texi: Update.
30163         * doc/functions/vsprintf.texi: Update.
30164
30165 2007-11-04  Bruno Haible  <bruno@clisp.org>
30166
30167         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
30168
30169 2007-11-04  Bruno Haible  <bruno@clisp.org>
30170
30171         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
30172         Reported by Sylvain Beucler <beuc@gnu.org>.
30173
30174 2007-11-03  Bruno Haible  <bruno@clisp.org>
30175
30176         * tests/test-fprintf-posix2.sh: New file.
30177         * tests/test-fprintf-posix2.c: New file.
30178         * modules/fprintf-posix-tests (Files): Add them.
30179         (TESTS): Add test-fprintf-posix2.sh.
30180         (configure.ac): Check for getrlimit and setrlimit.
30181         (check_PROGRAMS): Add test-fprintf-posix2.
30182
30183         * tests/test-printf-posix2.sh: New file.
30184         * tests/test-printf-posix2.c: New file.
30185         * modules/printf-posix-tests (Files): Add them.
30186         (TESTS): Add test-printf-posix2.sh.
30187         (configure.ac): Check for getrlimit and setrlimit.
30188         (check_PROGRAMS): Add test-printf-posix2.
30189
30190         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
30191         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
30192         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
30193         (decode_double): New function, copied from decode_long_double.
30194         (scale10_round_decimal_decoded): New function, extracted from
30195         scale10_round_decimal_long_double.
30196         (scale10_round_decimal_long_double): Use it.
30197         (scale10_round_decimal_double): New function.
30198         (floorlog10): New function.
30199         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
30200         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
30201         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30202         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30203         gl_PRINTF_ENOMEM and test its result. Invoke
30204         gl_PREREQ_VASNPRINTF_ENOMEM.
30205         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30206         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30207         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30208         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30209         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30210         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30211         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30212         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
30213         * modules/snprintf-posix (Depends-on): Likewise.
30214         * modules/sprintf-posix (Depends-on): Likewise.
30215         * modules/vasnprintf-posix (Depends-on): Likewise.
30216         * modules/vasprintf-posix (Depends-on): Likewise.
30217         * modules/vfprintf-posix (Depends-on): Likewise.
30218         * modules/vsnprintf-posix (Depends-on): Likewise.
30219         * modules/vsprintf-posix (Depends-on): Likewise.
30220         * doc/functions/fprintf.texi: Update.
30221         * doc/functions/printf.texi: Update.
30222         * doc/functions/snprintf.texi: Update.
30223         * doc/functions/sprintf.texi: Update.
30224         * doc/functions/vfprintf.texi: Update.
30225         * doc/functions/vprintf.texi: Update.
30226         * doc/functions/vsnprintf.texi: Update.
30227         * doc/functions/vsprintf.texi: Update.
30228
30229 2007-11-03  Bruno Haible  <bruno@clisp.org>
30230
30231         * modules/frexp-nolibm-tests: New file.
30232
30233         * modules/frexp-nolibm: New file.
30234         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
30235
30236 2007-11-03  Bruno Haible  <bruno@clisp.org>
30237
30238         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
30239         value is C99 compliant.
30240         Needed for OSF/1 5.1.
30241
30242 2007-11-03  Bruno Haible  <bruno@clisp.org>
30243
30244         Fix out-of-memory handling of vasnprintf.
30245         * lib/printf-parse.c: Include <errno.h>.
30246         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
30247         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
30248         is already set.
30249
30250 2007-11-02  Eric Blake  <ebb9@byu.net>
30251
30252         Fix tests on cygwin.
30253         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
30254
30255 2007-11-01  Bruno Haible  <bruno@clisp.org>
30256
30257         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
30258         warning.
30259         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
30260         needed for POSIX compatibility.
30261
30262 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30263
30264         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
30265         for compatibility with GNU.
30266
30267 2007-11-01  Bruno Haible  <bruno@clisp.org>
30268
30269         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
30270         (putenv): Renamed from rpl_putenv. Change argument type from
30271         'const char *' to 'char *'.
30272         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30273         of defining putenv in config.h, just set REPLACE_PUTENV.
30274         * modules/putenv (Depends-on): Add stdlib.
30275         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30276         (Include): Use <stdlib.h>.
30277         * lib/stdlib.in.h (putenv): New declaration.
30278         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30279         REPLACE_PUTENV.
30280         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30281         REPLACE_PUTENV.
30282         Needed for MacOS X 10.5.0.
30283         Reported by Peter O'Gorman <peter@pogma.com>.
30284
30285 2007-11-01  Jim Meyering  <meyering@redhat.com>
30286
30287         Treat an empty date string exactly like "0".
30288         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30289         if the remaining date string (to be parsed) is empty, use "0".
30290         Reported by Mischa Molhoek and discussed in this thread:
30291         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30292
30293 2007-10-31  Bruno Haible  <bruno@clisp.org>
30294
30295         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30296         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30297         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30298         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30299         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30300         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30301
30302 2007-10-31  Bruno Haible  <bruno@clisp.org>
30303
30304         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30305         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30306         (AC_TYPE_LONG_LONG_INT): Use it.
30307         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30308         it as well.
30309         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30310         to m4/longlong.m4.
30311         * modules/stdint (Files): Remove m4/ulonglong.m4.
30312         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30313         m4/ulonglong.m4.
30314         * modules/strtoumax (Files): Likewise.
30315
30316 2007-10-30  Bruno Haible  <bruno@clisp.org>
30317
30318         * modules/xvasprintf-posix: New file.
30319         Suggested by Eric Blake.
30320
30321 2007-10-30  Bruno Haible  <bruno@clisp.org>
30322
30323         * modules/xprintf-posix-tests: New file.
30324         * tests/test-xprintf-posix.sh: New file.
30325         * tests/test-xprintf-posix.c: New file.
30326         * tests/test-xfprintf-posix.c: New file.
30327
30328         * modules/xprintf-posix: New file.
30329
30330 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30331
30332         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30333         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30334         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30335
30336 2007-10-29  Bruno Haible  <bruno@clisp.org>
30337
30338         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30339         contain the special marker '_cv_'.
30340         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30341         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30342         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30343         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30344         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30345         Reported by Ralf Wildenhues.
30346
30347 2007-10-29  Bruno Haible  <bruno@clisp.org>
30348
30349         * gnulib-tool (func_import): When --lgpl is not specified, set
30350         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30351         GPLv3.
30352         Reported by Simon Josefsson.
30353
30354 2007-10-28  Bruno Haible  <bruno@clisp.org>
30355
30356         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30357         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30358         HAVE_DECL_ISFINITE.
30359         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30360         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30361         HAVE_DECL_ISFINITE.
30362
30363 2007-10-28  Bruno Haible  <bruno@clisp.org>
30364
30365         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30366         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30367
30368 2007-10-28  Bruno Haible  <bruno@clisp.org>
30369
30370         Fix link errors with Sun C 5.0 on Solaris 10.
30371         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30372         function is declared but not present in the compiler's libm.
30373         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30374         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30375         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30376         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30377         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30378         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30379         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30380         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30381         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30382         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30383         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30384         HAVE_DECL_FLOORL.
30385
30386 2007-10-28  Bruno Haible  <bruno@clisp.org>
30387
30388         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30389         gl_FUNC_FLOORL. Cache the result.
30390         (gl_FUNC_FLOORL): Use it.
30391         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30392         gl_FUNC_CEILL. Cache the result.
30393         (gl_FUNC_CEILL): Use it.
30394
30395         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30396         gl_FUNC_FLOOR. Cache the result.
30397         (gl_FUNC_FLOOR): Use it.
30398         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30399         gl_FUNC_CEIL. Cache the result.
30400         (gl_FUNC_CEIL): Use it.
30401
30402         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30403         gl_FUNC_FLOORF. Cache the result.
30404         (gl_FUNC_FLOORF): Use it.
30405         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30406         gl_FUNC_CEILF. Cache the result.
30407         (gl_FUNC_CEILF): Use it.
30408
30409 2007-10-28  Bruno Haible  <bruno@clisp.org>
30410
30411         * gnulib-tool: Allow specifying the LGPL version number through
30412         --lgpl=2 or --lgpl=3.
30413         (func_usage): Document --lgpl with argument.
30414         Handle --lgpl=... arguments.
30415         (func_import): Recognize also gl_LGPL calls with an argument. When
30416         --lgpl=2 is used and the module's license is just LGPL, report an
30417         error. Set sed_transform_lib_file according to the lgpl variable. In
30418         the generated files, use --lgpl or gl_LGPL invocations with argument,
30419         if necessary.
30420         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30421         an LGPv2+ license.
30422         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30423         gl_LGPL macro.
30424
30425 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30426             Bruno Haible  <bruno@clisp.org>
30427
30428         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30429         (u16_uctomb_aux): Likewise.
30430         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30431         !HAVE_INLINE.
30432         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30433
30434 2007-10-28  Bruno Haible  <bruno@clisp.org>
30435
30436         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30437         Invoke AM_GETTEXT_OPTION if it exists.
30438         * modules/vasprintf: Likewise.
30439         * modules/verror: Likewise.
30440         * modules/xprintf: Likewise.
30441         * modules/xvasprintf: Likewise.
30442
30443 2007-10-27  Ben Pfaff  <blp@gnu.org>
30444
30445         * lib/math.in.h: Define isfinite macro and prototypes for
30446         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30447         implementations.
30448         * m4/math_h.m4: New substitutions for isfinite module.
30449         * lib/isfinite.c: New file.
30450         * m4/isfinite.m4: New file.
30451         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30452         * modules/isfinite: New file.
30453         * modules/isfinite-tests: New file.
30454         * tests/tests-isfinite.c: New file.
30455         * doc/functions/isfinite.texi: Mention isfinite module.
30456         * MODULES.html.sh: Mention new module.
30457
30458 2007-10-27  Ben Pfaff  <blp@gnu.org>
30459
30460         Ralf Wildenhues reported that Tru64 4.0D declares the round
30461         functions but does not have definitions.
30462         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30463         cannot be found in any library, set the output variable to
30464         "missing" instead of "".
30465         * m4/round.m4: Also use our substitute if we cannot find round in
30466         any library, even if it is declared.
30467         * m4/roundf.m4: Likewise for roundf.
30468         * m4/roundl.m4: Likewise for roundl.
30469         * lib/math.in.h: Undefine roundf, round, roundl before defining
30470         their replacements, to allow for hypothetical systems where these
30471         may be defined as macros but not available in libraries.
30472
30473 2007-10-27  Bruno Haible  <bruno@clisp.org>
30474
30475         * doc/gnulib.texi: Invoke @firstparagraphindent.
30476         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30477         changes in gnulib.
30478         (Source changes): New section.
30479
30480 2007-10-26  Bruno Haible  <bruno@clisp.org>
30481
30482         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30483         borrowed from autoconf.
30484
30485 2007-10-26  Bruno Haible  <bruno@clisp.org>
30486
30487         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30488         strerror returned the empty string. Needed on HP-UX 11.00.
30489
30490 2007-10-24  Micah Cowan  <micah@cowan.name>
30491
30492         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30493         * build-aux/bootstrap: Remove support for now-unnecessary option,
30494         --cvs-user, and envvars CVS_USER, CVS_RSH.
30495
30496 2007-10-24  Jim Meyering  <meyering@redhat.com>
30497
30498         Avoid diagnostics from sha1sum when there is no cached checksum.
30499         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30500         if the po.s1 file hasn't been created yet.
30501
30502         * build-aux/bootstrap: Sync from coreutils:
30503         2007-10-24  Jim Meyering  <meyering@redhat.com>
30504         Get gnulib from the git repository, not from an obsolete cvs one.
30505         * build-aux/bootstrap: Suggestion from Micah Cowan.
30506         2007-10-04  Jim Meyering  <jim@meyering.net>
30507         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30508         (update_po_files): Work also when there are no .po files in po/.
30509
30510 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30511
30512         * README: Append ".git" to git and cg examples.
30513         Problem reported by Benoit Sigoure.
30514
30515 2007-10-23  Micah Cowan  <micah@cowan.name>
30516
30517         * users.txt: Add wget.
30518
30519 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30520
30521         Fix linking of some unistdio tests on FreeBSD.
30522         * modules/unistdio/u16-vsnprintf-tests
30523         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30524         * modules/unistdio/u16-vsprintf-tests
30525         (test_u16_vsnprintf1_LDADD): Likewise.
30526         * modules/unistdio/u32-vsnprintf-tests
30527         (test_u32_vsnprintf1_LDADD): Likewise.
30528         * modules/unistdio/u32-vsprintf-tests
30529         (test_u32_vsprintf1_LDADD): Likewise.
30530         * modules/unistdio/u8-vsnprintf-tests
30531         (test_u8_vsnprintf1_LDADD): Likewise.
30532         * modules/unistdio/u8-vsprintf-tests
30533         (test_u8_vsprintf1_LDADD): Likewise.
30534         * modules/unistdio/ulc-vsnprintf-tests
30535         (test_ulc_vsnprintf1_LDADD): Likewise.
30536         * modules/unistdio/ulc-vsprintf-tests
30537         (test_ulc_vsprintf1_LDADD): Likewise.
30538
30539         Fix linking of some uniconv tests on FreeBSD.
30540         * modules/uniconv/u16-conv-from-enc-tests
30541         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30542         * modules/uniconv/u16-conv-to-enc-tests
30543         (test_u16_conv_to_enc_LDADD): Likewise.
30544         * modules/uniconv/u16-strconv-from-enc-tests
30545         (test_u16_strconv_from_enc_LDADD): Likewise.
30546         * modules/uniconv/u16-strconv-to-enc-tests
30547         (test_u16_strconv_to_enc_LDADD): Likewise.
30548         * modules/uniconv/u32-conv-from-enc-tests
30549         (test_u32_conv_from_enc_LDADD): Likewise.
30550         * modules/uniconv/u32-conv-to-enc-tests
30551         (test_u32_conv_to_enc_LDADD): Likewise.
30552         * modules/uniconv/u32-strconv-from-enc-tests
30553         (test_u32_strconv_from_enc_LDADD): Likewise.
30554         * modules/uniconv/u32-strconv-to-enc-tests
30555         (test_u32_strconv_to_enc_LDADD): Likewise.
30556         * modules/uniconv/u8-conv-from-enc-tests
30557         (test_u8_conv_from_enc_LDADD): Likewise.
30558         * modules/uniconv/u8-conv-to-enc-tests
30559         (test_u8_conv_to_enc_LDADD): Likewise.
30560         * modules/uniconv/u8-strconv-from-enc-tests
30561         (test_u8_strconv_from_enc_LDADD): Likewise.
30562         * modules/uniconv/u8-strconv-to-enc-tests
30563         (test_u8_strconv_to_enc_LDADD): Likewise.
30564
30565 2007-10-22  Bruno Haible  <bruno@clisp.org>
30566
30567         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30568         size.
30569
30570 2007-10-22  Eric Blake  <ebb9@byu.net>
30571
30572         Tweak x*printf documentation.
30573         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30574         variable name and comments.
30575         Suggested by Bruno Haible.
30576
30577 2007-10-22  Bruno Haible  <bruno@clisp.org>
30578
30579         * lib/acl.c (copy_acl): Fix file name in comment.
30580
30581 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30582
30583         Fix Tru64 problem with stdbool.h.
30584         * lib/stdbool.in.h (false, true):
30585         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30586         Don't declare as an enum in this situation; it runs afoul of Tru64.
30587         Problem reported by Steven M. Schweda in
30588         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30589
30590 2007-10-22  Eric Blake  <ebb9@byu.net>
30591
30592         Also wrap vf?printf.
30593         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30594         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30595         (xvprintf, xvfprintf): New functions.
30596
30597 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30598
30599         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30600         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30601
30602         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30603         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30604
30605 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30606
30607         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30608         by Bruno Haible.
30609
30610 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30611
30612         * lib/getloadavg.c
30613         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30614         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30615
30616         * tests/test-i-ring.c: Work for C89.
30617
30618 2007-10-22  Bruno Haible  <bruno@clisp.org>
30619
30620         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30621         -1u, in preprocessor expression, so that we don't test for the bug
30622         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30623         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30624
30625 2007-10-22  Eric Blake  <ebb9@byu.net>
30626
30627         * tests/test-yesno.sh: Silence stderr during test.
30628
30629 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30630
30631         * modules/crypto/gc-camellia: New file.
30632
30633         * m4/gc-camellia.m4: New file.
30634
30635         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30636
30637         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30638
30639 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30640
30641         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30642         --help to stdout.  Reported by sms@antinode.org (Steven
30643         M. Schweda).
30644
30645 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30646
30647         * users.txt: Fix link to libksba.
30648
30649 2007-10-21  Ben Pfaff  <blp@gnu.org>
30650
30651         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30652         round.c roundf implementation that depends on floorf and ceilf to
30653         be tested unconditionally.
30654
30655 2007-10-21  Ben Pfaff  <blp@gnu.org>
30656
30657         * m4/check-libm-func.m4: Removed.
30658         * m4/check-math-lib.m4: New file.
30659         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30660         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30661         definition and lack of AC_LIBOBJ([roundf]).
30662         * m4/roundl.m4: Ditto, and similarly for roundl.
30663         * modules/round: Reference new m4 file.
30664         * modules/roundf: Ditto.
30665         * modules/roundl: Ditto.
30666         * tests/test-round2.c (main): Use ROUND instead of round.
30667         Bug report from Bruno Haible.
30668
30669 2007-10-21  Bruno Haible  <bruno@clisp.org>
30670
30671         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30672         context.
30673
30674 2007-10-21  Bruno Haible  <bruno@clisp.org>
30675
30676         * tests/test-wcwidth.c (main): Allow negative result for some control
30677         characters.
30678
30679         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30680         Needed on OSF/1 5.1.
30681
30682 2007-10-21  Bruno Haible  <bruno@clisp.org>
30683
30684         * tests/test-floorf1.c: Include isnanf.h.
30685         (main): Use isnanf() instead of isnan().
30686         * tests/test-ceilf1.c: Include isnanf.h.
30687         (main): Use isnanf() instead of isnan().
30688         * tests/test-truncf1.c: Include isnanf.h.
30689         (main): Use isnanf() instead of isnan().
30690         * tests/test-roundf1.c: Include isnanf.h.
30691         (main): Use isnanf() instead of isnan().
30692
30693 2007-10-21  Eric Blake  <ebb9@byu.net>
30694
30695         * users.txt: Update URL for m4.
30696
30697 2007-10-21  Bruno Haible  <bruno@clisp.org>
30698
30699         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30700
30701 2007-10-21  Bruno Haible  <bruno@clisp.org>
30702
30703         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30704         Git's management files if the CVS files are not present.
30705
30706 2007-10-20  Bruno Haible  <bruno@clisp.org>
30707
30708         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30709         gcc-3.4.x.
30710
30711 2007-10-20  Ben Pfaff  <blp@gnu.org>
30712
30713         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30714         implementations.
30715         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30716         * lib/round.c: New file.
30717         * lib/roundf.c: New file.
30718         * lib/roundl.c: New file.
30719         * m4/round.m4: New file.
30720         * m4/roundf.m4: New file.
30721         * m4/roundl.m4: New file.
30722         * m4/check-libm-func-m4: New file.
30723         * modules/math: Replace round, roundf, roundl related @VARS@ in
30724         math.in.h.
30725         * modules/round: New file.
30726         * modules/round-tests: New file.
30727         * modules/roundf: New file.
30728         * modules/roundf-tests: New file.
30729         * modules/roundl: New file.
30730         * modules/roundl-tests: New file.
30731         * tests/test-round1.c: New file.
30732         * tests/test-round2.c: New file.
30733         * tests/test-roundf1.c: New file.
30734         * tests/test-roundf2.c: New file.
30735         * tests/test-roundl.c: New file.
30736         * doc/functions/round.texi: Mention round module.
30737         * doc/functions/roundf.texi: Mention roundf module.
30738         * doc/functions/roundl.texi: Mention roundl module.
30739         * MODULES.html.sh: Mention new modules.
30740         Thanks to Bruno Haible for suggestions.
30741
30742 2007-10-20  Jim Meyering  <meyering@redhat.com>
30743
30744         * lib/xprintf.c: Include <config.h> unconditionally.
30745
30746         Change xprintf's license to GPL.
30747         * modules/xprintf (License): s/LGPL/GPL/, since this module
30748         depends on modules (exit and exitfail) which are GPL.
30749         Suggestion from Bruno Haible.
30750
30751         xprintf fixes.
30752         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30753         Use a clearer diagnostic.
30754         Patch from Bruno Haible.
30755
30756 2007-10-20  Bruno Haible  <bruno@clisp.org>
30757
30758         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30759         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30760         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30761
30762 2007-10-20  Bruno Haible  <bruno@clisp.org>
30763
30764         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30765         precision in the comparison result > x - 1 or similar.
30766         * tests/test-ceilf2.c (correct_result_p): Likewise.
30767         * tests/test-truncf2.c (correct_result_p): Likewise.
30768         * tests/test-trunc2.c (correct_result_p): Likewise.
30769         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30770
30771 2007-10-20  Bruno Haible  <bruno@clisp.org>
30772
30773         * modules/ceil: New file.
30774         * m4/ceil.m4: New file.
30775         * doc/functions/ceil.texi: Mention the 'ceil' module.
30776
30777 2007-10-20  Bruno Haible  <bruno@clisp.org>
30778
30779         * modules/floor: New file.
30780         * m4/floor.m4: New file.
30781         * doc/functions/floor.texi: Mention the 'floor' module.
30782
30783 2007-10-20  Bruno Haible  <bruno@clisp.org>
30784
30785         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30786         of %a.
30787         * modules/floorf-tests (Depends-on): Likewise.
30788         * modules/truncf-tests (Depends-on): Likewise.
30789         * modules/trunc-tests (Depends-on): Likewise.
30790         Reported by Ben Pfaff.
30791
30792 2007-10-19  Jim Meyering  <meyering@redhat.com>
30793
30794         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30795         Don't bother testing specific errno values.  Just test ferror.
30796
30797         New module: xprintf
30798         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30799
30800 2007-10-19  Bruno Haible  <bruno@clisp.org>
30801
30802         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30803         syntax.
30804         * modules/javaexec (Makefile.am): Likewise.
30805         * modules/relocatable-prog (Makefile.am): Likewise.
30806         Suggested by Jim Meyering.
30807
30808 2007-10-18  Bruno Haible  <bruno@clisp.org>
30809
30810         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30811         Reported by Jim Meyering.
30812
30813 2007-10-18  Eric Blake  <ebb9@byu.net>
30814
30815         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30816
30817 2007-10-18  Bruno Haible  <bruno@clisp.org>
30818
30819         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30820         the format string into writable memory. Needed in Fortify conditions.
30821
30822 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30823             Bruno Haible  <bruno@clisp.org>
30824
30825         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30826         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30827         * modules/trim (Depends-on): Add mbchar.
30828         (configure.ac): Add gl_FUNC_MBRTOWC.
30829         (Makefile.am): Augment lib_SOURCES.
30830
30831 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30832
30833         Modify glob.c to use fstatat and dirfd, to simplify it.
30834         Suggested by Eric Blake.
30835         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30836         Don't include <stdbool.h>; not used.
30837         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30838         (link_exists_p): Simplify implementation, since we can now assume
30839         dirfd and fstatat.
30840         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30841
30842 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30843
30844         * gnulib-tool (func_get_dependencies): Fix sed script to
30845         match only tests.
30846
30847 2007-10-17  Bruno Haible  <bruno@clisp.org>
30848
30849         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30850         allow locale names without encoding suffix.
30851         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30852         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30853
30854 2007-10-16  Bruno Haible  <bruno@clisp.org>
30855
30856         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30857         * lib/getgroups.c (getgroups): Likewise.
30858         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30859
30860 2007-10-16  Bruno Haible  <bruno@clisp.org>
30861
30862         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30863         * modules/malloc-posix (License): Likewise.
30864         * modules/realloc-posix (License): Likewise.
30865         * modules/calloc-posix (License): Likewise.
30866         * modules/intprops (License): Change from GPL to LGPL, with
30867         Paul Eggert's approval.
30868
30869 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30870
30871         Merge glibc changes into lib/glob.c.
30872
30873         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30874         2007-10-15 04:59:03 UTC.  Here are the changes:
30875
30876         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30877
30878         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30879
30880         * lib/glob.c: Add some branch prediction throughout.
30881
30882         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30883
30884         [BZ #5103]
30885         * lib/glob.c (glob): Recognize patterns starting \/.
30886
30887         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30888
30889         [BZ #3996]
30890         * lib/glob.c (attribute_hidden): Define if not defined.
30891         (glob): Unescape dirname, filename or username when needed and not
30892         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30893         is NULL.  Handle unescaped [ in pattern without closing ].
30894         Don't pass GLOB_CHECK down to recursive glob for directories.
30895         (__glob_pattern_type): New function.
30896         (__glob_pattern_p): Implement using __glob_pattern_type.
30897         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30898         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30899         Remove unreachable code.
30900
30901         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30902
30903         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30904         explain why there are no leaks.
30905
30906         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30907
30908         [BZ #3253]
30909         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30910         time, rather allocate increasingly bigger arrays of pointers, if
30911         possible with alloca, if too large with malloc.
30912
30913 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30914
30915         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30916         Problem reported by H.Merijn Brand in
30917         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30918         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30919         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30920
30921 2007-10-15  Bruno Haible  <bruno@clisp.org>
30922
30923         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30924         with explicit rpl_ prefix.
30925         * lib/fopen.c (fopen): Likewise.
30926         * lib/freopen.c (freopen): Likewise.
30927         * lib/iconv.c (iconv): Likewise.
30928         * lib/iconv_close.c (iconv_close): Likewise.
30929
30930 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30931
30932         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30933
30934 2007-10-15  Bruno Haible  <bruno@clisp.org>
30935
30936         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30937         <stddef.h> instead of <stdlib.h> since we only need NULL.
30938         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30939
30940 2007-10-15  Bruno Haible  <bruno@clisp.org>
30941
30942         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30943         Replace paragraph talking about LIBOBJS.
30944         Reported by Colin Watson <cjwatson@debian.org>.
30945
30946 2007-10-15  Bruno Haible  <bruno@clisp.org>
30947
30948         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30949         <stdlib.h> before using NULL.
30950
30951 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30952
30953         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30954         Reported by Albert Chin <china@thewrittenword.com>.
30955
30956 2007-10-14  Bruno Haible  <bruno@clisp.org>
30957
30958         * modules/iconv_open-utf-tests: New file.
30959         * tests/test-iconv-utf.c: New file.
30960
30961         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30962         * modules/iconv_open-utf: New file.
30963         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30964         (iconv, iconv_close): New declarations.
30965         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30966         be defined.
30967         (iconv_open): Add special handling of conversion between UTF-8 and
30968         UTF-{16,32}{BE,LE}.
30969         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30970         * lib/iconv_close.c: New file.
30971         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30972         gl_FUNC_ICONV_OPEN.
30973         (gl_FUNC_ICONV_OPEN): Use it.
30974         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30975         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30976         and REPLACE_ICONV_UTF.
30977         * modules/iconv_open (Depends-on): Add c-strcase.
30978         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30979         ICONV_CONST.
30980         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30981
30982 2007-10-13  Albert Chin  <china@thewrittenword.com>
30983             Bruno Haible  <bruno@clisp.org>
30984
30985         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30986         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30987
30988 2007-10-13  Bruno Haible  <bruno@clisp.org>
30989
30990         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30991         defined, use the ISO C99 inline semantics.
30992         * lib/argp.h (ARGP_EI): Likewise.
30993
30994 2007-10-13  Bruno Haible  <bruno@clisp.org>
30995
30996         Handle 'inline' change in gcc 4.3.0.
30997         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30998         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30999         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31000         argp_fmtstream_point): Disable 'extern' declaration if the function
31001         definition is going to be provided inline.
31002         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31003         semantics, not the ISO C99 inline semantics.
31004         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31005         'extern' declaration if the function definition is going to be provided
31006         inline.
31007         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31008         the GNU C inline semantics, not the ISO C99 inline semantics. With
31009         GCC 4.2, avoid a warning.
31010
31011 2007-10-13  Bruno Haible  <bruno@clisp.org>
31012
31013         * lib/freading.h (freading): Enable the use of __freading for
31014         glibc >= 2.7.
31015         * lib/freading.c (freading): Likewise.
31016
31017 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31018
31019         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31020         "warning: C99 inline functions are not supported; using GNU89".
31021
31022 2007-10-12  Bruno Haible  <bruno@clisp.org>
31023
31024         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31025         of 2.
31026         * tests/test-ceilf2.c: New file.
31027         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31028
31029         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31030         * modules/ceilf-tests: Update.
31031
31032 2007-10-12  Bruno Haible  <bruno@clisp.org>
31033
31034         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31035         of 2.
31036         * tests/test-floorf2.c: New file.
31037         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31038
31039         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31040         * modules/floorf-tests: Update.
31041
31042 2007-10-12  Bruno Haible  <bruno@clisp.org>
31043
31044         * tests/test-trunc2.c: New file.
31045         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31046
31047         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31048         * modules/trunc-tests: Update.
31049
31050 2007-10-12  Bruno Haible  <bruno@clisp.org>
31051
31052         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31053         of 2.
31054         * tests/test-truncf2.c: New file.
31055         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31056
31057         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31058         * modules/truncf-tests: Update.
31059
31060 2007-10-11  Eric Blake  <ebb9@byu.net>
31061
31062         Don't claim strerror is broken on Interix.
31063         * doc/functions/strerror.texi (strerror): Known broken systems are
31064         now Solaris 8, and not Interix.
31065         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31066         Interix on cross-compile.
31067         Reported by Martin Koeppe in
31068         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31069
31070 2007-10-11  Bruno Haible  <bruno@clisp.org>
31071
31072         * modules/i-ring-tests: New file.
31073         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31074         instead of assert.
31075
31076 2007-10-11  Bruno Haible  <bruno@clisp.org>
31077
31078         * modules/filenamecat-tests: New file.
31079         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31080         * lib/filenamecat.c: Remove test code.
31081
31082 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31083
31084         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31085
31086         * lib/strerror.c: Include <string.h> always, to test interface,
31087         and to remove the need for the dummy.
31088         Include intprops.h to compute width instead of doing it ourselves
31089         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31090         (strerror): Define it to return NULL if there's no system strerror.
31091         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31092         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31093         ancient pre-strerror Unix systems well any more.  Saying "unknown
31094         system error" is enough.
31095         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31096         simpler strerror.c implementation.
31097         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31098         Simplify the tests to reflect the simpler strerror implementation.
31099         * modules/strerror (Depends-on): Add intprops.
31100
31101 2007-10-09  Eric Blake  <ebb9@byu.net>
31102
31103         Silence test-fpending.
31104         * modules/fpending-tests (Files): Add wrapper script.
31105         * tests/test-fpending.sh: New file.
31106
31107 2007-10-09  Bruno Haible  <bruno@clisp.org>
31108
31109         * MODULES.html.sh (func_module): Don't create a hyperlink for
31110         function names like 'printf_frexp'.
31111         (Misc): Add crc, memxor.
31112         (Characteristics of floating types): New section.
31113         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31114         isnanf-nolibm, signbit, trunc, truncf, truncl.
31115         (Enhancements for ISO C 99 functions): New subsection Input/output.
31116         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31117         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31118         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31119         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31120         (Enhancements for POSIX:2001 functions): Add chdir-long.
31121         (File system functions): Add areadlink, chdir-safer, read-file.
31122         Remove cycle-check.
31123         (File system as inode set): New section.
31124         (Date and time): Add gethrxtime.
31125         (Multithreading): Add openmp.
31126         (Internationalization functions): Add localename.
31127         (Unicode string functions): Add unistr/u*-mbsnlen.
31128         (Support for maintaining and releasing projects): Add git-version-gen.
31129         (Lone files): Remove directories.
31130
31131 2007-10-08  Ben Pfaff  <blp@gnu.org>
31132
31133         * lib/xmalloca.h: Fix typo in comment.
31134
31135 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31136
31137         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
31138         when avoiding problems with integer overflow.  Use a portable test
31139         instead.
31140
31141 2007-10-08  Simon Josefsson  <simon@josefsson.org>
31142
31143         * modules/dummy (License): Change to LGPLv2+.
31144         * modules/float (License): Likewise
31145         * modules/realloc (License): Likewise
31146         * modules/stdlib (License): Likewise
31147
31148 2007-10-07  Bruno Haible  <bruno@clisp.org>
31149
31150         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
31151         * floor.c (TWO_MANT_DIG): Likewise.
31152         * ceil.c (TWO_MANT_DIG): Likewise.
31153         Reported by Ben Pfaff.
31154
31155 2007-10-07  Bruno Haible  <bruno@clisp.org>
31156
31157         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
31158         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
31159         * lib/frexp.c (FUNC): Likewise.
31160         * lib/printf-frexp.h (printf_frexp): Likewise.
31161         * lib/printf-frexpl.h (printf_frexpl): Likewise.
31162         * lib/printf-frexp.c (FUNC): Likewise.
31163         Suggested by Jim Meyering.
31164
31165 2007-10-07  Jim Meyering  <meyering@redhat.com>
31166
31167         Make xnanosleep's integer overflow test more robust.
31168         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
31169         so that gcc-4.3.0 doesn't optimize away this test for overflow.
31170
31171 2007-10-07  Bruno Haible  <bruno@clisp.org>
31172
31173         * NEWS: Mention the license change.
31174
31175         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
31176         abbreviations in the modules files.
31177
31178         Change copyright notice from GPLv2+ to GPLv3+.
31179         * README: Change copyright notice.
31180         * MODULES.html.sh: Likewise.
31181         * build-aux/bootstrap.conf: Likewise.
31182         * build-aux/config.libpath: Likewise.
31183         * build-aux/csharpcomp.sh.in: Likewise.
31184         * build-aux/csharpexec.sh.in: Likewise.
31185         * build-aux/install-reloc: Likewise.
31186         * build-aux/javacomp.sh.in: Likewise.
31187         * build-aux/javaexec.sh.in: Likewise.
31188         * build-aux/ldd.sh.in: Likewise.
31189         * build-aux/reloc-ldflags: Likewise.
31190         * build-aux/relocatable.sh.in: Likewise.
31191         * build-aux/x-to-1.in: Likewise.
31192         * check-module: Likewise.
31193         * config/srclistvars.sh: Likewise.
31194         * gnulib-tool: Likewise.
31195         * lib/acl-internal.h: Likewise.
31196         * lib/acl.c: Likewise.
31197         * lib/acl.h: Likewise.
31198         * lib/acl_entries.c: Likewise.
31199         * lib/areadlink-with-size.c: Likewise.
31200         * lib/areadlink.c: Likewise.
31201         * lib/areadlink.h: Likewise.
31202         * lib/argmatch.c: Likewise.
31203         * lib/argmatch.h: Likewise.
31204         * lib/argp-ba.c: Likewise.
31205         * lib/argp-eexst.c: Likewise.
31206         * lib/argp-fmtstream.c: Likewise.
31207         * lib/argp-fmtstream.h: Likewise.
31208         * lib/argp-fs-xinl.c: Likewise.
31209         * lib/argp-help.c: Likewise.
31210         * lib/argp-namefrob.h: Likewise.
31211         * lib/argp-parse.c: Likewise.
31212         * lib/argp-pin.c: Likewise.
31213         * lib/argp-pv.c: Likewise.
31214         * lib/argp-pvh.c: Likewise.
31215         * lib/argp-xinl.c: Likewise.
31216         * lib/argp.h: Likewise.
31217         * lib/at-func.c: Likewise.
31218         * lib/atanl.c: Likewise.
31219         * lib/backupfile.c: Likewise.
31220         * lib/backupfile.h: Likewise.
31221         * lib/basename.c: Likewise.
31222         * lib/binary-io.h: Likewise.
31223         * lib/byteswap.in.h: Likewise.
31224         * lib/c-stack.c: Likewise.
31225         * lib/c-stack.h: Likewise.
31226         * lib/c-strcasestr.c: Likewise.
31227         * lib/c-strcasestr.h: Likewise.
31228         * lib/c-strstr.c: Likewise.
31229         * lib/c-strstr.h: Likewise.
31230         * lib/c-strtod.c: Likewise.
31231         * lib/calloc.c: Likewise.
31232         * lib/canon-host.c: Likewise.
31233         * lib/canon-host.h: Likewise.
31234         * lib/canonicalize-lgpl.c: Likewise.
31235         * lib/canonicalize.c: Likewise.
31236         * lib/canonicalize.h: Likewise.
31237         * lib/ceil.c: Likewise.
31238         * lib/ceilf.c: Likewise.
31239         * lib/ceill.c: Likewise.
31240         * lib/chdir-long.c: Likewise.
31241         * lib/chdir-long.h: Likewise.
31242         * lib/chdir-safer.c: Likewise.
31243         * lib/chdir-safer.h: Likewise.
31244         * lib/chown.c: Likewise.
31245         * lib/classpath.c: Likewise.
31246         * lib/classpath.h: Likewise.
31247         * lib/clean-temp.c: Likewise.
31248         * lib/clean-temp.h: Likewise.
31249         * lib/cloexec.c: Likewise.
31250         * lib/close-stream.c: Likewise.
31251         * lib/closein.c: Likewise.
31252         * lib/closein.h: Likewise.
31253         * lib/closeout.c: Likewise.
31254         * lib/closeout.h: Likewise.
31255         * lib/concat-filename.c: Likewise.
31256         * lib/copy-file.c: Likewise.
31257         * lib/copy-file.h: Likewise.
31258         * lib/count-one-bits.h: Likewise.
31259         * lib/crc.c: Likewise.
31260         * lib/crc.h: Likewise.
31261         * lib/creat-safer.c: Likewise.
31262         * lib/csharpcomp.c: Likewise.
31263         * lib/csharpcomp.h: Likewise.
31264         * lib/csharpexec.c: Likewise.
31265         * lib/csharpexec.h: Likewise.
31266         * lib/cycle-check.c: Likewise.
31267         * lib/cycle-check.h: Likewise.
31268         * lib/diacrit.c: Likewise.
31269         * lib/diacrit.h: Likewise.
31270         * lib/diffseq.h: Likewise.
31271         * lib/dirchownmod.c: Likewise.
31272         * lib/dirent.in.h: Likewise.
31273         * lib/dirfd.c: Likewise.
31274         * lib/dirfd.h: Likewise.
31275         * lib/dirname.c: Likewise.
31276         * lib/dirname.h: Likewise.
31277         * lib/dummy.c: Likewise.
31278         * lib/dup-safer.c: Likewise.
31279         * lib/dup2.c: Likewise.
31280         * lib/eealloc.h: Likewise.
31281         * lib/error.c: Likewise.
31282         * lib/error.h: Likewise.
31283         * lib/euidaccess.c: Likewise.
31284         * lib/exclude.c: Likewise.
31285         * lib/exclude.h: Likewise.
31286         * lib/execute.c: Likewise.
31287         * lib/execute.h: Likewise.
31288         * lib/exitfail.c: Likewise.
31289         * lib/exitfail.h: Likewise.
31290         * lib/expl.c: Likewise.
31291         * lib/fatal-signal.c: Likewise.
31292         * lib/fatal-signal.h: Likewise.
31293         * lib/fbufmode.c: Likewise.
31294         * lib/fbufmode.h: Likewise.
31295         * lib/fchdir.c: Likewise.
31296         * lib/fchmodat.c: Likewise.
31297         * lib/fchownat.c: Likewise.
31298         * lib/fcntl--.h: Likewise.
31299         * lib/fcntl-safer.h: Likewise.
31300         * lib/fcntl.in.h: Likewise.
31301         * lib/fd-safer.c: Likewise.
31302         * lib/fflush.c: Likewise.
31303         * lib/file-has-acl.c: Likewise.
31304         * lib/file-set.c: Likewise.
31305         * lib/file-type.c: Likewise.
31306         * lib/file-type.h: Likewise.
31307         * lib/fileblocks.c: Likewise.
31308         * lib/filemode.c: Likewise.
31309         * lib/filemode.h: Likewise.
31310         * lib/filename.h: Likewise.
31311         * lib/filenamecat.c: Likewise.
31312         * lib/filenamecat.h: Likewise.
31313         * lib/findprog.c: Likewise.
31314         * lib/findprog.h: Likewise.
31315         * lib/float.in.h: Likewise.
31316         * lib/floor.c: Likewise.
31317         * lib/floorf.c: Likewise.
31318         * lib/floorl.c: Likewise.
31319         * lib/fopen-safer.c: Likewise.
31320         * lib/fopen.c: Likewise.
31321         * lib/fpending.c: Likewise.
31322         * lib/fpending.h: Likewise.
31323         * lib/fprintf.c: Likewise.
31324         * lib/fprintftime.h: Likewise.
31325         * lib/fpucw.h: Likewise.
31326         * lib/fpurge.c: Likewise.
31327         * lib/fpurge.h: Likewise.
31328         * lib/freadable.c: Likewise.
31329         * lib/freadable.h: Likewise.
31330         * lib/freadahead.c: Likewise.
31331         * lib/freadahead.h: Likewise.
31332         * lib/freading.c: Likewise.
31333         * lib/freading.h: Likewise.
31334         * lib/free.c: Likewise.
31335         * lib/freopen.c: Likewise.
31336         * lib/frexp.c: Likewise.
31337         * lib/frexpl.c: Likewise.
31338         * lib/fseek.c: Likewise.
31339         * lib/fseterr.c: Likewise.
31340         * lib/fseterr.h: Likewise.
31341         * lib/fstatat.c: Likewise.
31342         * lib/fstrcmp.c: Likewise.
31343         * lib/fstrcmp.h: Likewise.
31344         * lib/fsusage.c: Likewise.
31345         * lib/fsusage.h: Likewise.
31346         * lib/ftell.c: Likewise.
31347         * lib/ftello.c: Likewise.
31348         * lib/fts-cycle.c: Likewise.
31349         * lib/fts.c: Likewise.
31350         * lib/fts_.h: Likewise.
31351         * lib/full-read.c: Likewise.
31352         * lib/full-read.h: Likewise.
31353         * lib/full-write.c: Likewise.
31354         * lib/full-write.h: Likewise.
31355         * lib/fwritable.c: Likewise.
31356         * lib/fwritable.h: Likewise.
31357         * lib/fwriteerror.c: Likewise.
31358         * lib/fwriteerror.h: Likewise.
31359         * lib/fwriting.c: Likewise.
31360         * lib/fwriting.h: Likewise.
31361         * lib/gcd.c: Likewise.
31362         * lib/gcd.h: Likewise.
31363         * lib/getcwd.c: Likewise.
31364         * lib/getdate.h: Likewise.
31365         * lib/getdate.y: Likewise.
31366         * lib/getdomainname.c: Likewise.
31367         * lib/getdomainname.h: Likewise.
31368         * lib/getgroups.c: Likewise.
31369         * lib/gethostname.c: Likewise.
31370         * lib/gethrxtime.c: Likewise.
31371         * lib/gethrxtime.h: Likewise.
31372         * lib/getloadavg.c: Likewise.
31373         * lib/getndelim2.c: Likewise.
31374         * lib/getndelim2.h: Likewise.
31375         * lib/getnline.c: Likewise.
31376         * lib/getnline.h: Likewise.
31377         * lib/getopt.c: Likewise.
31378         * lib/getopt.in.h: Likewise.
31379         * lib/getopt1.c: Likewise.
31380         * lib/getopt_int.h: Likewise.
31381         * lib/getpagesize.h: Likewise.
31382         * lib/getsubopt.c: Likewise.
31383         * lib/gettime.c: Likewise.
31384         * lib/getugroups.c: Likewise.
31385         * lib/getugroups.h: Likewise.
31386         * lib/getusershell.c: Likewise.
31387         * lib/gl_anyavltree_list1.h: Likewise.
31388         * lib/gl_anyavltree_list2.h: Likewise.
31389         * lib/gl_anyhash_list1.h: Likewise.
31390         * lib/gl_anyhash_list2.h: Likewise.
31391         * lib/gl_anylinked_list1.h: Likewise.
31392         * lib/gl_anylinked_list2.h: Likewise.
31393         * lib/gl_anyrbtree_list1.h: Likewise.
31394         * lib/gl_anyrbtree_list2.h: Likewise.
31395         * lib/gl_anytree_list1.h: Likewise.
31396         * lib/gl_anytree_list2.h: Likewise.
31397         * lib/gl_anytree_oset.h: Likewise.
31398         * lib/gl_anytreehash_list1.h: Likewise.
31399         * lib/gl_anytreehash_list2.h: Likewise.
31400         * lib/gl_array_list.c: Likewise.
31401         * lib/gl_array_list.h: Likewise.
31402         * lib/gl_array_oset.c: Likewise.
31403         * lib/gl_array_oset.h: Likewise.
31404         * lib/gl_avltree_list.c: Likewise.
31405         * lib/gl_avltree_list.h: Likewise.
31406         * lib/gl_avltree_oset.c: Likewise.
31407         * lib/gl_avltree_oset.h: Likewise.
31408         * lib/gl_avltreehash_list.c: Likewise.
31409         * lib/gl_avltreehash_list.h: Likewise.
31410         * lib/gl_carray_list.c: Likewise.
31411         * lib/gl_carray_list.h: Likewise.
31412         * lib/gl_linked_list.c: Likewise.
31413         * lib/gl_linked_list.h: Likewise.
31414         * lib/gl_linkedhash_list.c: Likewise.
31415         * lib/gl_linkedhash_list.h: Likewise.
31416         * lib/gl_list.c: Likewise.
31417         * lib/gl_list.h: Likewise.
31418         * lib/gl_oset.c: Likewise.
31419         * lib/gl_oset.h: Likewise.
31420         * lib/gl_rbtree_list.c: Likewise.
31421         * lib/gl_rbtree_list.h: Likewise.
31422         * lib/gl_rbtree_oset.c: Likewise.
31423         * lib/gl_rbtree_oset.h: Likewise.
31424         * lib/gl_rbtreehash_list.c: Likewise.
31425         * lib/gl_rbtreehash_list.h: Likewise.
31426         * lib/gl_sublist.c: Likewise.
31427         * lib/gl_sublist.h: Likewise.
31428         * lib/group-member.c: Likewise.
31429         * lib/group-member.h: Likewise.
31430         * lib/hard-locale.c: Likewise.
31431         * lib/hard-locale.h: Likewise.
31432         * lib/hash-pjw.c: Likewise.
31433         * lib/hash-pjw.h: Likewise.
31434         * lib/hash-triple.c: Likewise.
31435         * lib/hash.c: Likewise.
31436         * lib/hash.h: Likewise.
31437         * lib/human.c: Likewise.
31438         * lib/human.h: Likewise.
31439         * lib/i-ring.c: Likewise.
31440         * lib/i-ring.h: Likewise.
31441         * lib/idcache.c: Likewise.
31442         * lib/imaxabs.c: Likewise.
31443         * lib/imaxdiv.c: Likewise.
31444         * lib/inet_pton.c: Likewise.
31445         * lib/inet_pton.h: Likewise.
31446         * lib/intprops.h: Likewise.
31447         * lib/inttostr.c: Likewise.
31448         * lib/inttostr.h: Likewise.
31449         * lib/inttypes.in.h: Likewise.
31450         * lib/isapipe.c: Likewise.
31451         * lib/isdir.c: Likewise.
31452         * lib/isnan.c: Likewise.
31453         * lib/isnan.h: Likewise.
31454         * lib/isnanf.c: Likewise.
31455         * lib/isnanf.h: Likewise.
31456         * lib/isnanl-nolibm.h: Likewise.
31457         * lib/isnanl.c: Likewise.
31458         * lib/isnanl.h: Likewise.
31459         * lib/javacomp.c: Likewise.
31460         * lib/javacomp.h: Likewise.
31461         * lib/javaexec.c: Likewise.
31462         * lib/javaexec.h: Likewise.
31463         * lib/javaversion.c: Likewise.
31464         * lib/javaversion.h: Likewise.
31465         * lib/javaversion.java: Likewise.
31466         * lib/lbrkprop.h: Likewise.
31467         * lib/lchmod.h: Likewise.
31468         * lib/lchown.c: Likewise.
31469         * lib/ldexpl.c: Likewise.
31470         * lib/linebreak.c: Likewise.
31471         * lib/linebreak.h: Likewise.
31472         * lib/linebuffer.c: Likewise.
31473         * lib/linebuffer.h: Likewise.
31474         * lib/locale.in.h: Likewise.
31475         * lib/logl.c: Likewise.
31476         * lib/long-options.c: Likewise.
31477         * lib/long-options.h: Likewise.
31478         * lib/lstat.c: Likewise.
31479         * lib/lstat.h: Likewise.
31480         * lib/math.in.h: Likewise.
31481         * lib/mbchar.c: Likewise.
31482         * lib/mbchar.h: Likewise.
31483         * lib/mbfile.h: Likewise.
31484         * lib/mbiter.h: Likewise.
31485         * lib/mbscasecmp.c: Likewise.
31486         * lib/mbscasestr.c: Likewise.
31487         * lib/mbschr.c: Likewise.
31488         * lib/mbscspn.c: Likewise.
31489         * lib/mbslen.c: Likewise.
31490         * lib/mbsncasecmp.c: Likewise.
31491         * lib/mbsnlen.c: Likewise.
31492         * lib/mbspbrk.c: Likewise.
31493         * lib/mbspcasecmp.c: Likewise.
31494         * lib/mbsrchr.c: Likewise.
31495         * lib/mbssep.c: Likewise.
31496         * lib/mbsspn.c: Likewise.
31497         * lib/mbsstr.c: Likewise.
31498         * lib/mbstok_r.c: Likewise.
31499         * lib/mbswidth.c: Likewise.
31500         * lib/mbswidth.h: Likewise.
31501         * lib/mbuiter.h: Likewise.
31502         * lib/memcasecmp.c: Likewise.
31503         * lib/memcasecmp.h: Likewise.
31504         * lib/memchr.c: Likewise.
31505         * lib/memcmp.c: Likewise.
31506         * lib/memcoll.c: Likewise.
31507         * lib/memcoll.h: Likewise.
31508         * lib/memcpy.c: Likewise.
31509         * lib/memrchr.c: Likewise.
31510         * lib/mkancesdirs.c: Likewise.
31511         * lib/mkdir-p.c: Likewise.
31512         * lib/mkdir-p.h: Likewise.
31513         * lib/mkdir.c: Likewise.
31514         * lib/mkdirat.c: Likewise.
31515         * lib/mkdtemp.c: Likewise.
31516         * lib/mkstemp-safer.c: Likewise.
31517         * lib/mkstemp.c: Likewise.
31518         * lib/modechange.c: Likewise.
31519         * lib/modechange.h: Likewise.
31520         * lib/mountlist.c: Likewise.
31521         * lib/mountlist.h: Likewise.
31522         * lib/mpsort.c: Likewise.
31523         * lib/nanosleep.c: Likewise.
31524         * lib/obstack.c: Likewise.
31525         * lib/obstack.h: Likewise.
31526         * lib/open-safer.c: Likewise.
31527         * lib/open.c: Likewise.
31528         * lib/openat-die.c: Likewise.
31529         * lib/openat-priv.h: Likewise.
31530         * lib/openat-proc.c: Likewise.
31531         * lib/openat.c: Likewise.
31532         * lib/openat.h: Likewise.
31533         * lib/pagealign_alloc.c: Likewise.
31534         * lib/pagealign_alloc.h: Likewise.
31535         * lib/physmem.c: Likewise.
31536         * lib/physmem.h: Likewise.
31537         * lib/pipe-safer.c: Likewise.
31538         * lib/pipe.c: Likewise.
31539         * lib/pipe.h: Likewise.
31540         * lib/posixtm.c: Likewise.
31541         * lib/posixtm.h: Likewise.
31542         * lib/posixver.c: Likewise.
31543         * lib/printf-frexp.c: Likewise.
31544         * lib/printf-frexp.h: Likewise.
31545         * lib/printf-frexpl.c: Likewise.
31546         * lib/printf-frexpl.h: Likewise.
31547         * lib/printf.c: Likewise.
31548         * lib/progname.c: Likewise.
31549         * lib/progname.h: Likewise.
31550         * lib/progreloc.c: Likewise.
31551         * lib/putenv.c: Likewise.
31552         * lib/quote.c: Likewise.
31553         * lib/quote.h: Likewise.
31554         * lib/quotearg.c: Likewise.
31555         * lib/quotearg.h: Likewise.
31556         * lib/raise.c: Likewise.
31557         * lib/readline.c: Likewise.
31558         * lib/readline.h: Likewise.
31559         * lib/readlink.c: Likewise.
31560         * lib/readtokens.c: Likewise.
31561         * lib/readtokens.h: Likewise.
31562         * lib/readtokens0.c: Likewise.
31563         * lib/readtokens0.h: Likewise.
31564         * lib/readutmp.c: Likewise.
31565         * lib/readutmp.h: Likewise.
31566         * lib/realloc.c: Likewise.
31567         * lib/relocwrapper.c: Likewise.
31568         * lib/rename-dest-slash.c: Likewise.
31569         * lib/rename.c: Likewise.
31570         * lib/rmdir.c: Likewise.
31571         * lib/rpmatch.c: Likewise.
31572         * lib/safe-read.c: Likewise.
31573         * lib/safe-read.h: Likewise.
31574         * lib/safe-write.c: Likewise.
31575         * lib/safe-write.h: Likewise.
31576         * lib/same-inode.h: Likewise.
31577         * lib/same.c: Likewise.
31578         * lib/same.h: Likewise.
31579         * lib/save-cwd.c: Likewise.
31580         * lib/save-cwd.h: Likewise.
31581         * lib/savedir.c: Likewise.
31582         * lib/savedir.h: Likewise.
31583         * lib/savewd.c: Likewise.
31584         * lib/savewd.h: Likewise.
31585         * lib/search.in.h: Likewise.
31586         * lib/setenv.c: Likewise.
31587         * lib/setenv.h: Likewise.
31588         * lib/settime.c: Likewise.
31589         * lib/sh-quote.c: Likewise.
31590         * lib/sh-quote.h: Likewise.
31591         * lib/sig2str.c: Likewise.
31592         * lib/sig2str.h: Likewise.
31593         * lib/signal.in.h: Likewise.
31594         * lib/signbitd.c: Likewise.
31595         * lib/signbitf.c: Likewise.
31596         * lib/signbitl.c: Likewise.
31597         * lib/sigprocmask.c: Likewise.
31598         * lib/sincosl.c: Likewise.
31599         * lib/sleep.c: Likewise.
31600         * lib/sprintf.c: Likewise.
31601         * lib/sqrtl.c: Likewise.
31602         * lib/stat-time.h: Likewise.
31603         * lib/stdio--.h: Likewise.
31604         * lib/stdio-safer.h: Likewise.
31605         * lib/stdlib--.h: Likewise.
31606         * lib/stdlib-safer.h: Likewise.
31607         * lib/stdlib.in.h: Likewise.
31608         * lib/stpcpy.c: Likewise.
31609         * lib/stpncpy.c: Likewise.
31610         * lib/strchrnul.c: Likewise.
31611         * lib/strcspn.c: Likewise.
31612         * lib/strerror.c: Likewise.
31613         * lib/strftime.c: Likewise.
31614         * lib/strftime.h: Likewise.
31615         * lib/striconveh.c: Likewise.
31616         * lib/striconveh.h: Likewise.
31617         * lib/striconveha.c: Likewise.
31618         * lib/striconveha.h: Likewise.
31619         * lib/stripslash.c: Likewise.
31620         * lib/strnlen1.c: Likewise.
31621         * lib/strnlen1.h: Likewise.
31622         * lib/strtod.c: Likewise.
31623         * lib/strtoimax.c: Likewise.
31624         * lib/strtok_r.c: Likewise.
31625         * lib/strtol.c: Likewise.
31626         * lib/strtoll.c: Likewise.
31627         * lib/strtoul.c: Likewise.
31628         * lib/strtoull.c: Likewise.
31629         * lib/sysexits.in.h: Likewise.
31630         * lib/tempname.c: Likewise.
31631         * lib/tempname.h: Likewise.
31632         * lib/timespec.h: Likewise.
31633         * lib/tls.c: Likewise.
31634         * lib/tls.h: Likewise.
31635         * lib/tmpdir.c: Likewise.
31636         * lib/tmpdir.h: Likewise.
31637         * lib/tmpfile-safer.c: Likewise.
31638         * lib/tmpfile.c: Likewise.
31639         * lib/trigl.c: Likewise.
31640         * lib/trigl.h: Likewise.
31641         * lib/trim.c: Likewise.
31642         * lib/trim.h: Likewise.
31643         * lib/trunc.c: Likewise.
31644         * lib/truncf.c: Likewise.
31645         * lib/truncl.c: Likewise.
31646         * lib/tsearch.c: Likewise.
31647         * lib/unicodeio.c: Likewise.
31648         * lib/unicodeio.h: Likewise.
31649         * lib/unistd--.h: Likewise.
31650         * lib/unistd-safer.h: Likewise.
31651         * lib/unistdio/ulc-fprintf.c: Likewise.
31652         * lib/unistdio/ulc-vfprintf.c: Likewise.
31653         * lib/unlinkdir.c: Likewise.
31654         * lib/unlinkdir.h: Likewise.
31655         * lib/unlocked-io.h: Likewise.
31656         * lib/unsetenv.c: Likewise.
31657         * lib/userspec.c: Likewise.
31658         * lib/utime.c: Likewise.
31659         * lib/utimecmp.c: Likewise.
31660         * lib/utimecmp.h: Likewise.
31661         * lib/utimens.c: Likewise.
31662         * lib/verify.h: Likewise.
31663         * lib/verror.c: Likewise.
31664         * lib/verror.h: Likewise.
31665         * lib/version-etc-fsf.c: Likewise.
31666         * lib/version-etc.c: Likewise.
31667         * lib/version-etc.h: Likewise.
31668         * lib/vfprintf.c: Likewise.
31669         * lib/vprintf.c: Likewise.
31670         * lib/vsprintf.c: Likewise.
31671         * lib/w32spawn.h: Likewise.
31672         * lib/wait-process.c: Likewise.
31673         * lib/wait-process.h: Likewise.
31674         * lib/wcwidth.c: Likewise.
31675         * lib/write-any-file.c: Likewise.
31676         * lib/xalloc-die.c: Likewise.
31677         * lib/xalloc.h: Likewise.
31678         * lib/xasprintf.c: Likewise.
31679         * lib/xgetcwd.c: Likewise.
31680         * lib/xgetcwd.h: Likewise.
31681         * lib/xgetdomainname.c: Likewise.
31682         * lib/xgetdomainname.h: Likewise.
31683         * lib/xgethostname.c: Likewise.
31684         * lib/xmalloc.c: Likewise.
31685         * lib/xmalloca.c: Likewise.
31686         * lib/xmalloca.h: Likewise.
31687         * lib/xmemcoll.c: Likewise.
31688         * lib/xnanosleep.c: Likewise.
31689         * lib/xreadlink.c: Likewise.
31690         * lib/xreadlink.h: Likewise.
31691         * lib/xsetenv.c: Likewise.
31692         * lib/xsetenv.h: Likewise.
31693         * lib/xstriconv.c: Likewise.
31694         * lib/xstriconv.h: Likewise.
31695         * lib/xstrndup.c: Likewise.
31696         * lib/xstrndup.h: Likewise.
31697         * lib/xstrtod.c: Likewise.
31698         * lib/xstrtod.h: Likewise.
31699         * lib/xstrtol-error.c: Likewise.
31700         * lib/xstrtol.c: Likewise.
31701         * lib/xstrtol.h: Likewise.
31702         * lib/xtime.h: Likewise.
31703         * lib/xvasprintf.c: Likewise.
31704         * lib/xvasprintf.h: Likewise.
31705         * lib/yesno.c: Likewise.
31706         * lib/yesno.h: Likewise.
31707         * posix-modules: Likewise.
31708         * tests/test-alloca-opt.c: Likewise.
31709         * tests/test-arcfour.c: Likewise.
31710         * tests/test-arctwo.c: Likewise.
31711         * tests/test-argmatch.c: Likewise.
31712         * tests/test-argp-2.sh: Likewise.
31713         * tests/test-argp.c: Likewise.
31714         * tests/test-arpa_inet.c: Likewise.
31715         * tests/test-array_list.c: Likewise.
31716         * tests/test-array_oset.c: Likewise.
31717         * tests/test-atexit.c: Likewise.
31718         * tests/test-avltree_list.c: Likewise.
31719         * tests/test-avltree_oset.c: Likewise.
31720         * tests/test-avltreehash_list.c: Likewise.
31721         * tests/test-base64.c: Likewise.
31722         * tests/test-binary-io.c: Likewise.
31723         * tests/test-byteswap.c: Likewise.
31724         * tests/test-c-ctype.c: Likewise.
31725         * tests/test-c-strcasecmp.c: Likewise.
31726         * tests/test-c-strcasestr.c: Likewise.
31727         * tests/test-c-strncasecmp.c: Likewise.
31728         * tests/test-c-strstr.c: Likewise.
31729         * tests/test-canonicalize-lgpl.c: Likewise.
31730         * tests/test-canonicalize.c: Likewise.
31731         * tests/test-carray_list.c: Likewise.
31732         * tests/test-ceilf.c: Likewise.
31733         * tests/test-ceill.c: Likewise.
31734         * tests/test-count-one-bits.c: Likewise.
31735         * tests/test-crc.c: Likewise.
31736         * tests/test-dirname.c: Likewise.
31737         * tests/test-fbufmode.c: Likewise.
31738         * tests/test-fcntl.c: Likewise.
31739         * tests/test-fflush.c: Likewise.
31740         * tests/test-floorf.c: Likewise.
31741         * tests/test-floorl.c: Likewise.
31742         * tests/test-fopen.c: Likewise.
31743         * tests/test-fprintf-posix.c: Likewise.
31744         * tests/test-fprintf-posix.h: Likewise.
31745         * tests/test-fpurge.c: Likewise.
31746         * tests/test-freadable.c: Likewise.
31747         * tests/test-freadahead.c: Likewise.
31748         * tests/test-freading.c: Likewise.
31749         * tests/test-freopen.c: Likewise.
31750         * tests/test-frexp.c: Likewise.
31751         * tests/test-frexpl.c: Likewise.
31752         * tests/test-fseek.c: Likewise.
31753         * tests/test-fseeko.c: Likewise.
31754         * tests/test-fseterr.c: Likewise.
31755         * tests/test-fstrcmp.c: Likewise.
31756         * tests/test-ftell.c: Likewise.
31757         * tests/test-ftello.c: Likewise.
31758         * tests/test-fwritable.c: Likewise.
31759         * tests/test-fwriting.c: Likewise.
31760         * tests/test-getaddrinfo.c: Likewise.
31761         * tests/test-getpass.c: Likewise.
31762         * tests/test-gettimeofday.c: Likewise.
31763         * tests/test-hmac-md5.c: Likewise.
31764         * tests/test-hmac-sha1.c: Likewise.
31765         * tests/test-iconv.c: Likewise.
31766         * tests/test-iconvme.c: Likewise.
31767         * tests/test-inttypes.c: Likewise.
31768         * tests/test-isnan.c: Likewise.
31769         * tests/test-isnanf.c: Likewise.
31770         * tests/test-isnanl-nolibm.c: Likewise.
31771         * tests/test-isnanl.c: Likewise.
31772         * tests/test-isnanl.h: Likewise.
31773         * tests/test-ldexpl.c: Likewise.
31774         * tests/test-linked_list.c: Likewise.
31775         * tests/test-linkedhash_list.c: Likewise.
31776         * tests/test-locale.c: Likewise.
31777         * tests/test-localename.c: Likewise.
31778         * tests/test-lock.c: Likewise.
31779         * tests/test-lseek.c: Likewise.
31780         * tests/test-malloca.c: Likewise.
31781         * tests/test-math.c: Likewise.
31782         * tests/test-mbscasecmp.c: Likewise.
31783         * tests/test-mbscasestr1.c: Likewise.
31784         * tests/test-mbscasestr2.c: Likewise.
31785         * tests/test-mbscasestr3.c: Likewise.
31786         * tests/test-mbscasestr4.c: Likewise.
31787         * tests/test-mbschr.c: Likewise.
31788         * tests/test-mbscspn.c: Likewise.
31789         * tests/test-mbsncasecmp.c: Likewise.
31790         * tests/test-mbspbrk.c: Likewise.
31791         * tests/test-mbspcasecmp.c: Likewise.
31792         * tests/test-mbsrchr.c: Likewise.
31793         * tests/test-mbsspn.c: Likewise.
31794         * tests/test-mbsstr1.c: Likewise.
31795         * tests/test-mbsstr2.c: Likewise.
31796         * tests/test-mbsstr3.c: Likewise.
31797         * tests/test-md5.c: Likewise.
31798         * tests/test-memmem.c: Likewise.
31799         * tests/test-netinet_in.c: Likewise.
31800         * tests/test-open.c: Likewise.
31801         * tests/test-printf-frexp.c: Likewise.
31802         * tests/test-printf-frexpl.c: Likewise.
31803         * tests/test-printf-posix.c: Likewise.
31804         * tests/test-printf-posix.h: Likewise.
31805         * tests/test-rbtree_list.c: Likewise.
31806         * tests/test-rbtree_oset.c: Likewise.
31807         * tests/test-rbtreehash_list.c: Likewise.
31808         * tests/test-read-file.c: Likewise.
31809         * tests/test-rijndael.c: Likewise.
31810         * tests/test-search.c: Likewise.
31811         * tests/test-signbit.c: Likewise.
31812         * tests/test-sleep.c: Likewise.
31813         * tests/test-snprintf-posix.c: Likewise.
31814         * tests/test-snprintf-posix.h: Likewise.
31815         * tests/test-snprintf.c: Likewise.
31816         * tests/test-sprintf-posix.c: Likewise.
31817         * tests/test-sprintf-posix.h: Likewise.
31818         * tests/test-stat-time.c: Likewise.
31819         * tests/test-stdbool.c: Likewise.
31820         * tests/test-stdint.c: Likewise.
31821         * tests/test-stdio.c: Likewise.
31822         * tests/test-stdlib.c: Likewise.
31823         * tests/test-stpncpy.c: Likewise.
31824         * tests/test-strcasestr.c: Likewise.
31825         * tests/test-striconv.c: Likewise.
31826         * tests/test-striconveh.c: Likewise.
31827         * tests/test-striconveha.c: Likewise.
31828         * tests/test-string.c: Likewise.
31829         * tests/test-sys_select.c: Likewise.
31830         * tests/test-sys_socket.c: Likewise.
31831         * tests/test-sys_stat.c: Likewise.
31832         * tests/test-sys_time.c: Likewise.
31833         * tests/test-sysexits.c: Likewise.
31834         * tests/test-time.c: Likewise.
31835         * tests/test-tls.c: Likewise.
31836         * tests/test-trunc.c: Likewise.
31837         * tests/test-truncf.c: Likewise.
31838         * tests/test-truncl.c: Likewise.
31839         * tests/test-unistd.c: Likewise.
31840         * tests/test-vasnprintf-posix.c: Likewise.
31841         * tests/test-vasnprintf-posix2.c: Likewise.
31842         * tests/test-vasnprintf.c: Likewise.
31843         * tests/test-vasprintf-posix.c: Likewise.
31844         * tests/test-vasprintf.c: Likewise.
31845         * tests/test-verify.c: Likewise.
31846         * tests/test-vfprintf-posix.c: Likewise.
31847         * tests/test-vprintf-posix.c: Likewise.
31848         * tests/test-vsnprintf-posix.c: Likewise.
31849         * tests/test-vsnprintf.c: Likewise.
31850         * tests/test-vsprintf-posix.c: Likewise.
31851         * tests/test-wchar.c: Likewise.
31852         * tests/test-wctype.c: Likewise.
31853         * tests/test-wcwidth.c: Likewise.
31854         * tests/test-xstrtol.c: Likewise.
31855         * tests/test-xvasprintf.c: Likewise.
31856         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31857         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31858         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31859         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31860         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31861         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31862         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31863         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31864         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31865         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31866         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31867         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31868         * tests/uniname/test-uninames.c: Likewise.
31869         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31870         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31871         * tests/unistdio/test-u16-printf1.h: Likewise.
31872         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31873         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31874         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31875         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31876         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31877         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31878         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31879         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31880         * tests/unistdio/test-u32-printf1.h: Likewise.
31881         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31882         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31883         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31884         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31885         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31886         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31887         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31888         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31889         * tests/unistdio/test-u8-printf1.h: Likewise.
31890         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31891         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31892         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31893         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31894         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31895         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31896         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31897         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31898         * tests/unistdio/test-ulc-printf1.h: Likewise.
31899         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31900         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31901         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31902         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31903         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31904         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31905         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31906         * tests/uniwidth/test-u16-width.c: Likewise.
31907         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31908         * tests/uniwidth/test-u32-width.c: Likewise.
31909         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31910         * tests/uniwidth/test-u8-width.c: Likewise.
31911         * tests/uniwidth/test-uc_width.c: Likewise.
31912         * config/srclist-update: Likewise.
31913         (fixlicense): Update to GPLv3+.
31914
31915         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31916         * tests/test-tsearch.c: Change copyright notice.
31917
31918         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31919         * lib/c-strcaseeq.h: Change copyright notice.
31920         * lib/streq.h: Likewise.
31921         * lib/uniconv.h: Likewise.
31922         * lib/uniconv/u-conv-from-enc.h: Likewise.
31923         * lib/uniconv/u-conv-to-enc.h: Likewise.
31924         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31925         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31926         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31927         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31928         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31929         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31930         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31931         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31932         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31933         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31934         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31935         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31936         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31937         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31938         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31939         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31940         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31941         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31942         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31943         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31944         * lib/uniname.h: Likewise.
31945         * lib/uniname/uniname.c: Likewise.
31946         * lib/unistdio.h: Likewise.
31947         * lib/unistdio/u-asnprintf.h: Likewise.
31948         * lib/unistdio/u-asprintf.h: Likewise.
31949         * lib/unistdio/u-printf-args.c: Likewise.
31950         * lib/unistdio/u-printf-args.h: Likewise.
31951         * lib/unistdio/u-printf-parse.h: Likewise.
31952         * lib/unistdio/u-snprintf.h: Likewise.
31953         * lib/unistdio/u-sprintf.h: Likewise.
31954         * lib/unistdio/u-vasprintf.h: Likewise.
31955         * lib/unistdio/u-vsnprintf.h: Likewise.
31956         * lib/unistdio/u-vsprintf.h: Likewise.
31957         * lib/unistdio/u16-asnprintf.c: Likewise.
31958         * lib/unistdio/u16-asprintf.c: Likewise.
31959         * lib/unistdio/u16-printf-parse.c: Likewise.
31960         * lib/unistdio/u16-snprintf.c: Likewise.
31961         * lib/unistdio/u16-sprintf.c: Likewise.
31962         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31963         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31964         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31965         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31966         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31967         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31968         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31969         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31970         * lib/unistdio/u16-vasnprintf.c: Likewise.
31971         * lib/unistdio/u16-vasprintf.c: Likewise.
31972         * lib/unistdio/u16-vsnprintf.c: Likewise.
31973         * lib/unistdio/u16-vsprintf.c: Likewise.
31974         * lib/unistdio/u32-asnprintf.c: Likewise.
31975         * lib/unistdio/u32-asprintf.c: Likewise.
31976         * lib/unistdio/u32-printf-parse.c: Likewise.
31977         * lib/unistdio/u32-snprintf.c: Likewise.
31978         * lib/unistdio/u32-sprintf.c: Likewise.
31979         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31980         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31981         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31982         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31983         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31984         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31985         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31986         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31987         * lib/unistdio/u32-vasnprintf.c: Likewise.
31988         * lib/unistdio/u32-vasprintf.c: Likewise.
31989         * lib/unistdio/u32-vsnprintf.c: Likewise.
31990         * lib/unistdio/u32-vsprintf.c: Likewise.
31991         * lib/unistdio/u8-asnprintf.c: Likewise.
31992         * lib/unistdio/u8-asprintf.c: Likewise.
31993         * lib/unistdio/u8-printf-parse.c: Likewise.
31994         * lib/unistdio/u8-snprintf.c: Likewise.
31995         * lib/unistdio/u8-sprintf.c: Likewise.
31996         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31997         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31998         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31999         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32000         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32001         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32002         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32003         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32004         * lib/unistdio/u8-vasnprintf.c: Likewise.
32005         * lib/unistdio/u8-vasprintf.c: Likewise.
32006         * lib/unistdio/u8-vsnprintf.c: Likewise.
32007         * lib/unistdio/u8-vsprintf.c: Likewise.
32008         * lib/unistdio/ulc-asnprintf.c: Likewise.
32009         * lib/unistdio/ulc-asprintf.c: Likewise.
32010         * lib/unistdio/ulc-printf-parse.c: Likewise.
32011         * lib/unistdio/ulc-snprintf.c: Likewise.
32012         * lib/unistdio/ulc-sprintf.c: Likewise.
32013         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32014         * lib/unistdio/ulc-vasprintf.c: Likewise.
32015         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32016         * lib/unistdio/ulc-vsprintf.c: Likewise.
32017         * lib/unistr.h: Likewise.
32018         * lib/unistr/u-cpy-alloc.h: Likewise.
32019         * lib/unistr/u-cpy.h: Likewise.
32020         * lib/unistr/u-endswith.h: Likewise.
32021         * lib/unistr/u-move.h: Likewise.
32022         * lib/unistr/u-set.h: Likewise.
32023         * lib/unistr/u-startswith.h: Likewise.
32024         * lib/unistr/u-stpcpy.h: Likewise.
32025         * lib/unistr/u-stpncpy.h: Likewise.
32026         * lib/unistr/u-strcat.h: Likewise.
32027         * lib/unistr/u-strcpy.h: Likewise.
32028         * lib/unistr/u-strcspn.h: Likewise.
32029         * lib/unistr/u-strdup.h: Likewise.
32030         * lib/unistr/u-strlen.h: Likewise.
32031         * lib/unistr/u-strncat.h: Likewise.
32032         * lib/unistr/u-strncpy.h: Likewise.
32033         * lib/unistr/u-strnlen.h: Likewise.
32034         * lib/unistr/u-strpbrk.h: Likewise.
32035         * lib/unistr/u-strspn.h: Likewise.
32036         * lib/unistr/u-strstr.h: Likewise.
32037         * lib/unistr/u-strtok.h: Likewise.
32038         * lib/unistr/u16-check.c: Likewise.
32039         * lib/unistr/u16-chr.c: Likewise.
32040         * lib/unistr/u16-cmp.c: Likewise.
32041         * lib/unistr/u16-cpy-alloc.c: Likewise.
32042         * lib/unistr/u16-cpy.c: Likewise.
32043         * lib/unistr/u16-endswith.c: Likewise.
32044         * lib/unistr/u16-mblen.c: Likewise.
32045         * lib/unistr/u16-mbsnlen.c: Likewise.
32046         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32047         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32048         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32049         * lib/unistr/u16-mbtouc.c: Likewise.
32050         * lib/unistr/u16-mbtoucr.c: Likewise.
32051         * lib/unistr/u16-move.c: Likewise.
32052         * lib/unistr/u16-next.c: Likewise.
32053         * lib/unistr/u16-prev.c: Likewise.
32054         * lib/unistr/u16-set.c: Likewise.
32055         * lib/unistr/u16-startswith.c: Likewise.
32056         * lib/unistr/u16-stpcpy.c: Likewise.
32057         * lib/unistr/u16-stpncpy.c: Likewise.
32058         * lib/unistr/u16-strcat.c: Likewise.
32059         * lib/unistr/u16-strchr.c: Likewise.
32060         * lib/unistr/u16-strcmp.c: Likewise.
32061         * lib/unistr/u16-strcpy.c: Likewise.
32062         * lib/unistr/u16-strcspn.c: Likewise.
32063         * lib/unistr/u16-strdup.c: Likewise.
32064         * lib/unistr/u16-strlen.c: Likewise.
32065         * lib/unistr/u16-strmblen.c: Likewise.
32066         * lib/unistr/u16-strmbtouc.c: Likewise.
32067         * lib/unistr/u16-strncat.c: Likewise.
32068         * lib/unistr/u16-strncmp.c: Likewise.
32069         * lib/unistr/u16-strncpy.c: Likewise.
32070         * lib/unistr/u16-strnlen.c: Likewise.
32071         * lib/unistr/u16-strpbrk.c: Likewise.
32072         * lib/unistr/u16-strrchr.c: Likewise.
32073         * lib/unistr/u16-strspn.c: Likewise.
32074         * lib/unistr/u16-strstr.c: Likewise.
32075         * lib/unistr/u16-strtok.c: Likewise.
32076         * lib/unistr/u16-to-u32.c: Likewise.
32077         * lib/unistr/u16-to-u8.c: Likewise.
32078         * lib/unistr/u16-uctomb-aux.c: Likewise.
32079         * lib/unistr/u16-uctomb.c: Likewise.
32080         * lib/unistr/u32-check.c: Likewise.
32081         * lib/unistr/u32-chr.c: Likewise.
32082         * lib/unistr/u32-cmp.c: Likewise.
32083         * lib/unistr/u32-cpy-alloc.c: Likewise.
32084         * lib/unistr/u32-cpy.c: Likewise.
32085         * lib/unistr/u32-endswith.c: Likewise.
32086         * lib/unistr/u32-mblen.c: Likewise.
32087         * lib/unistr/u32-mbsnlen.c: Likewise.
32088         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32089         * lib/unistr/u32-mbtouc.c: Likewise.
32090         * lib/unistr/u32-mbtoucr.c: Likewise.
32091         * lib/unistr/u32-move.c: Likewise.
32092         * lib/unistr/u32-next.c: Likewise.
32093         * lib/unistr/u32-prev.c: Likewise.
32094         * lib/unistr/u32-set.c: Likewise.
32095         * lib/unistr/u32-startswith.c: Likewise.
32096         * lib/unistr/u32-stpcpy.c: Likewise.
32097         * lib/unistr/u32-stpncpy.c: Likewise.
32098         * lib/unistr/u32-strcat.c: Likewise.
32099         * lib/unistr/u32-strchr.c: Likewise.
32100         * lib/unistr/u32-strcmp.c: Likewise.
32101         * lib/unistr/u32-strcpy.c: Likewise.
32102         * lib/unistr/u32-strcspn.c: Likewise.
32103         * lib/unistr/u32-strdup.c: Likewise.
32104         * lib/unistr/u32-strlen.c: Likewise.
32105         * lib/unistr/u32-strmblen.c: Likewise.
32106         * lib/unistr/u32-strmbtouc.c: Likewise.
32107         * lib/unistr/u32-strncat.c: Likewise.
32108         * lib/unistr/u32-strncmp.c: Likewise.
32109         * lib/unistr/u32-strncpy.c: Likewise.
32110         * lib/unistr/u32-strnlen.c: Likewise.
32111         * lib/unistr/u32-strpbrk.c: Likewise.
32112         * lib/unistr/u32-strrchr.c: Likewise.
32113         * lib/unistr/u32-strspn.c: Likewise.
32114         * lib/unistr/u32-strstr.c: Likewise.
32115         * lib/unistr/u32-strtok.c: Likewise.
32116         * lib/unistr/u32-to-u16.c: Likewise.
32117         * lib/unistr/u32-to-u8.c: Likewise.
32118         * lib/unistr/u32-uctomb.c: Likewise.
32119         * lib/unistr/u8-check.c: Likewise.
32120         * lib/unistr/u8-chr.c: Likewise.
32121         * lib/unistr/u8-cmp.c: Likewise.
32122         * lib/unistr/u8-cpy-alloc.c: Likewise.
32123         * lib/unistr/u8-cpy.c: Likewise.
32124         * lib/unistr/u8-endswith.c: Likewise.
32125         * lib/unistr/u8-mblen.c: Likewise.
32126         * lib/unistr/u8-mbsnlen.c: Likewise.
32127         * lib/unistr/u8-mbtouc-aux.c: Likewise.
32128         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32129         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
32130         * lib/unistr/u8-mbtouc.c: Likewise.
32131         * lib/unistr/u8-mbtoucr.c: Likewise.
32132         * lib/unistr/u8-move.c: Likewise.
32133         * lib/unistr/u8-next.c: Likewise.
32134         * lib/unistr/u8-prev.c: Likewise.
32135         * lib/unistr/u8-set.c: Likewise.
32136         * lib/unistr/u8-startswith.c: Likewise.
32137         * lib/unistr/u8-stpcpy.c: Likewise.
32138         * lib/unistr/u8-stpncpy.c: Likewise.
32139         * lib/unistr/u8-strcat.c: Likewise.
32140         * lib/unistr/u8-strchr.c: Likewise.
32141         * lib/unistr/u8-strcmp.c: Likewise.
32142         * lib/unistr/u8-strcpy.c: Likewise.
32143         * lib/unistr/u8-strcspn.c: Likewise.
32144         * lib/unistr/u8-strdup.c: Likewise.
32145         * lib/unistr/u8-strlen.c: Likewise.
32146         * lib/unistr/u8-strmblen.c: Likewise.
32147         * lib/unistr/u8-strmbtouc.c: Likewise.
32148         * lib/unistr/u8-strncat.c: Likewise.
32149         * lib/unistr/u8-strncmp.c: Likewise.
32150         * lib/unistr/u8-strncpy.c: Likewise.
32151         * lib/unistr/u8-strnlen.c: Likewise.
32152         * lib/unistr/u8-strpbrk.c: Likewise.
32153         * lib/unistr/u8-strrchr.c: Likewise.
32154         * lib/unistr/u8-strspn.c: Likewise.
32155         * lib/unistr/u8-strstr.c: Likewise.
32156         * lib/unistr/u8-strtok.c: Likewise.
32157         * lib/unistr/u8-to-u16.c: Likewise.
32158         * lib/unistr/u8-to-u32.c: Likewise.
32159         * lib/unistr/u8-uctomb-aux.c: Likewise.
32160         * lib/unistr/u8-uctomb.c: Likewise.
32161         * lib/unitypes.h: Likewise.
32162         * lib/uniwidth.h: Likewise.
32163         * lib/uniwidth/cjk.h: Likewise.
32164         * lib/uniwidth/u16-strwidth.c: Likewise.
32165         * lib/uniwidth/u16-width.c: Likewise.
32166         * lib/uniwidth/u32-strwidth.c: Likewise.
32167         * lib/uniwidth/u32-width.c: Likewise.
32168         * lib/uniwidth/u8-strwidth.c: Likewise.
32169         * lib/uniwidth/u8-width.c: Likewise.
32170         * lib/uniwidth/width.c: Likewise.
32171
32172 2007-10-07  Bruno Haible  <bruno@clisp.org>
32173
32174         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
32175         The file is still under LGPL (see modules/inttypes).
32176
32177 2007-10-06  Bruno Haible  <bruno@clisp.org>
32178
32179         * modules/trunc (Dependencies): Add 'extensions'.
32180         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
32181         Reported by Ben Pfaff <blp@gnu.org>.
32182
32183 2007-10-06  Bruno Haible  <bruno@clisp.org>
32184
32185         * modules/freopen-tests: New file.
32186         * tests/test-freopen.c: New file.
32187
32188         * modules/fopen-tests: New file.
32189         * tests/test-fopen.c: New file.
32190
32191         * modules/fopen: New file.
32192         * lib/fopen.c: New file.
32193         * m4/fopen.m4: New file.
32194         * modules/freopen: New file.
32195         * lib/freopen.c: New file.
32196         * m4/freopen.m4: New file.
32197         * lib/stdio.in.h (fopen, freopen): New declarations.
32198         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
32199         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32200         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
32201         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32202         * doc/functions/fopen.texi: Mention the 'fopen' module.
32203         * doc/functions/freopen.texi: Mention the 'freopen' module.
32204
32205 2007-10-06  Bruno Haible  <bruno@clisp.org>
32206
32207         * modules/open-tests: New file.
32208         * tests/test-open.c: New file.
32209
32210         * modules/open: New file.
32211         * lib/open.c: New file.
32212         * m4/open.m4: New file.
32213         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
32214         lib/open.c does.
32215         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
32216         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32217         macros.
32218         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
32219         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32220         REPLACE_OPEN.
32221         * doc/functions/open.texi: Mention the 'open' module.
32222
32223 2007-10-04  Bruno Haible  <bruno@clisp.org>
32224
32225         * modules/ceill-tests: New file.
32226         * tests/test-ceill.c: New file.
32227
32228         * modules/ceill: New file.
32229         * lib/ceill.c: Replace entire file.
32230         * m4/ceill.m4: New file.
32231         * lib/math.in.h (ceill): Replace declaration.
32232         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
32233         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
32234         * doc/functions/ceill.texi: Mention the 'ceill' module.
32235         * modules/mathl (Files): Remove lib/ceill.c.
32236         (Depends-on): Add ceill.
32237
32238 2007-10-04  Bruno Haible  <bruno@clisp.org>
32239
32240         * modules/ceilf-tests: New file.
32241         * tests/test-ceilf.c: New file.
32242
32243         * modules/ceilf: New file.
32244         * lib/ceil.c: New file.
32245         * lib/ceilf.c: New file.
32246         * m4/ceilf.m4: New file.
32247         * lib/math.in.h (ceilf): New declaration.
32248         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
32249         HAVE_DECL_CEILF.
32250         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
32251         HAVE_DECL_CEILF.
32252         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
32253
32254 2007-10-04  Bruno Haible  <bruno@clisp.org>
32255
32256         * modules/floorl-tests: New file.
32257         * tests/test-floorl.c: New file.
32258
32259         * modules/floorl: New file.
32260         * lib/floorl.c: Replace entire file.
32261         * m4/floorl.m4: New file.
32262         * lib/math.in.h (floorl): Replace declaration.
32263         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
32264         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
32265         * doc/functions/floorl.texi: Mention the 'floorl' module.
32266         * modules/mathl (Files): Remove lib/floorl.c.
32267         (Depends-on): Add floorl.
32268
32269 2007-10-04  Bruno Haible  <bruno@clisp.org>
32270
32271         * modules/floorf-tests: New file.
32272         * tests/test-floorf.c: New file.
32273
32274         * modules/floorf: New file.
32275         * lib/floor.c: New file.
32276         * lib/floorf.c: New file.
32277         * m4/floorf.m4: New file.
32278         * lib/math.in.h (floorf): New declaration.
32279         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32280         HAVE_DECL_FLOORF.
32281         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32282         HAVE_DECL_FLOORF.
32283         * doc/functions/floorf.texi: Mention the 'floorf' module.
32284
32285 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32286             Bruno Haible  <bruno@clisp.org>
32287
32288         Advertise for the Git server instead of the CVS server.
32289         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32290         repository instead of the CVS one.
32291         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32292         about all VCS systems generically.
32293         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32294
32295 2007-10-04  Bruno Haible  <bruno@clisp.org>
32296
32297         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32298         means.
32299         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32300
32301 2007-10-04  Bruno Haible  <bruno@clisp.org>
32302
32303         * modules/truncl-tests: New file.
32304         * tests/test-truncl.c: New file.
32305
32306         * modules/truncl: New file.
32307         * lib/truncl.c: New file.
32308         * m4/truncl.m4: New file.
32309         * lib/math.in.h (truncl): New declaration.
32310         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32311         HAVE_DECL_TRUNCL.
32312         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32313         HAVE_DECL_TRUNCL.
32314         * doc/functions/truncl.texi: Mention the 'truncl' module.
32315
32316 2007-10-04  Bruno Haible  <bruno@clisp.org>
32317
32318         * modules/truncf-tests: New file.
32319         * tests/test-truncf.c: New file.
32320
32321         * modules/truncf: New file.
32322         * lib/trunc.c: Make paramerizable through USE_* macros.
32323         * lib/truncf.c: New file.
32324         * m4/truncf.m4: New file.
32325         * lib/math.in.h (truncf): New declaration.
32326         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32327         HAVE_DECL_TRUNCF.
32328         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32329         HAVE_DECL_TRUNCF.
32330         * doc/functions/truncf.texi: Mention the 'truncf' module.
32331
32332 2007-10-03  Bruno Haible  <bruno@clisp.org>
32333
32334         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32335         augmentation also for tests modules.
32336         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32337         * modules/atexit-tests (Makefile.am): Likewise.
32338         * modules/binary-io-tests (Makefile.am): Likewise.
32339         * modules/c-strcase-tests (Makefile.am): Likewise.
32340         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32341         * modules/canonicalize-tests (Makefile.am): Likewise.
32342         * modules/closein-tests (Makefile.am): Likewise.
32343         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32344         * modules/freadahead-tests (Makefile.am): Likewise.
32345         * modules/fseek-tests (Makefile.am): Likewise.
32346         * modules/fseeko-tests (Makefile.am): Likewise.
32347         * modules/ftell-tests (Makefile.am): Likewise.
32348         * modules/ftello-tests (Makefile.am): Likewise.
32349         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32350         * modules/isnanl-tests (Makefile.am): Likewise.
32351         * modules/lseek-tests (Makefile.am): Likewise.
32352         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32353         * modules/mbscasestr-tests (Makefile.am): Likewise.
32354         * modules/mbschr-tests (Makefile.am): Likewise.
32355         * modules/mbscspn-tests (Makefile.am): Likewise.
32356         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32357         * modules/mbspbrk-tests (Makefile.am): Likewise.
32358         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32359         * modules/mbsrchr-tests (Makefile.am): Likewise.
32360         * modules/mbsspn-tests (Makefile.am): Likewise.
32361         * modules/mbsstr-tests (Makefile.am): Likewise.
32362         * modules/printf-posix-tests (Makefile.am): Likewise.
32363         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32364         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32365         * modules/tsearch-tests (Makefile.am): Likewise.
32366         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32367         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32368         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32369         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32370         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32371         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32372         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32373         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32374         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32375         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32376         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32377         * modules/xstrtol-tests (Makefile.am): Likewise.
32378         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32379         * modules/yesno-tests (Makefile.am): Likewise.
32380
32381 2007-10-03  Bruno Haible  <bruno@clisp.org>
32382
32383         * modules/trunc-tests: New file.
32384         * tests/test-trunc.c: New file.
32385
32386         * modules/trunc: New file.
32387         * lib/trunc.c: New file.
32388         * m4/trunc.m4: New file.
32389         * lib/math.in.h (trunc): New declaration.
32390         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32391         HAVE_DECL_TRUNC.
32392         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32393         HAVE_DECL_TRUNC.
32394         * doc/functions/trunc.texi: Mention the 'trunc' module.
32395
32396 2007-10-03  Bruno Haible  <bruno@clisp.org>
32397
32398         * tests/test-fpending.c: New file, mostly copied
32399         from coreutils/lib/t-fpending.c.
32400         * modules/fpending-tests: New file.
32401
32402 2007-10-03  Bruno Haible  <bruno@clisp.org>
32403
32404         Port the stdio extensions to QNX (untested).
32405         * lib/fseterr.c (fseterr): Add support for QNX.
32406         * lib/fbufmode.c (fbufmode): Likewise.
32407         * lib/freadable.c (freadable): Likewise.
32408         * lib/fwritable.c (fwritable): Likewise.
32409         * lib/freading.c (freading): Likewise.
32410         * lib/fwriting.c (fwriting): Likewise.
32411         * lib/freadahead.c (freadahed): Likewise.
32412         * lib/fpurge.c (fpurge): Likewise.
32413         * lib/fseeko.c (rpl_fseeko): Likewise.
32414
32415 2007-10-03  Bruno Haible  <bruno@clisp.org>
32416             Jim Meyering  <jim@meyering.net>
32417             Eric Blake  <ebb9@byu.net>
32418
32419         * doc/relocatable.texi: Use @command instead of @program.
32420
32421 2007-10-02  Jim Meyering  <jim@meyering.net>
32422
32423         Perform one more "_.h" -> ".in.h" substitution.
32424         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32425         instead of unistd_.h here, too.
32426
32427 2007-10-01  Bruno Haible  <bruno@clisp.org>
32428
32429         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32430         Needed for the alloca-opt module.
32431
32432 2007-09-30  Bruno Haible  <bruno@clisp.org>
32433
32434         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32435         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32436         alloca_.h.
32437         * lib/argz.in.h: Renamed from lib/argz_.h.
32438         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32439         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32440         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32441         byteswap_.h.
32442         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32443         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32444         dirent_.h.
32445         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32446         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32447         fcntl_.h.
32448         * lib/float.in.h: Renamed from lib/float_.h.
32449         * modules/float (Files, Makefile.am): Use float.in.h instead of
32450         float_.h.
32451         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32452         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32453         fnmatch_.h.
32454         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32455         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32456         getopt_.h.
32457         * lib/glob.in.h: Renamed from lib/glob_.h.
32458         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32459         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32460         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32461         iconv_.h.
32462         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32463         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32464         inttypes_.h.
32465         * lib/locale.in.h: Renamed from lib/locale_.h.
32466         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32467         locale_.h.
32468         * lib/math.in.h: Renamed from lib/math_.h.
32469         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32470         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32471         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32472         of netinet_in_.h. Add dependency.
32473         * lib/poll.in.h: Renamed from lib/poll_.h.
32474         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32475         * lib/search.in.h: Renamed from lib/search_.h.
32476         * modules/search (Files, Makefile.am): Use search.in.h instead of
32477         search_.h.
32478         * lib/signal.in.h: Renamed from lib/signal_.h.
32479         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32480         _signal.h.
32481         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32482         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32483         stdbool_.h.
32484         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32485         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32486         stdint_.h.
32487         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32488         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32489         stdio_.h.
32490         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32491         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32492         stdlib_.h.
32493         * lib/string.in.h: Renamed from lib/string_.h.
32494         * modules/string (Files, Makefile.am): Use string.in.h instead of
32495         string_.h.
32496         * doc/gnulib-tool.texi (Initial import): Update.
32497         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32498         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32499         of sys_select_.h. Add dependency.
32500         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32501         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32502         of sys_socket_.h.
32503         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32504         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32505         sys_stat_.h.
32506         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32507         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32508         sys_time_.h.
32509         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32510         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32511         sysexits_.h.
32512         * lib/time.in.h: Renamed from lib/time_.h.
32513         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32514         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32515         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32516         unistd_.h.
32517         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32518         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32519         wchar_.h.
32520         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32521         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32522         wctype_.h.
32523         * build-aux/bootstrap (slurp): Update.
32524         * lib/.cppi-disable: Update.
32525
32526 2007-09-30  Bruno Haible  <bruno@clisp.org>
32527
32528         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32529         Needed on BeOS.
32530
32531 2007-09-30  Bruno Haible  <bruno@clisp.org>
32532
32533         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32534
32535 2007-09-29  Bruno Haible  <bruno@clisp.org>
32536
32537         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32538
32539 2007-09-29  Bruno Haible  <bruno@clisp.org>
32540
32541         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32542         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32543         * build-aux/install-reloc: Compile also areadlink.c.
32544         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32545
32546 2007-09-29  Bruno Haible  <bruno@clisp.org>
32547
32548         * gnulib-tool (func_emit_initmacro_done): Indentation.
32549
32550 2007-09-29  Bruno Haible  <bruno@clisp.org>
32551
32552         * README: Add CVS checkout update instructions.
32553         Info from Bob Proulx <bob@proulx.com>.
32554
32555 2007-09-28  Eric Blake  <ebb9@byu.net>
32556
32557         Provide move-if-change.
32558         * build-aux/move-if-change: New file, based on best practice
32559         rather than any canonical upstream location.
32560
32561 2007-09-28  Jim Meyering  <jim@meyering.net>
32562
32563         Fix canonicalize loop-detection corner case.
32564         Do not attempt to stat the symlink values stored via seen_triple.
32565         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32566         on linux-2.6.18, (but not 2.6.22).
32567         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32568         triple_compare.  The former compares dev,ino,filename, while the latter
32569         would actually stat dirname(filename) when dev and ino were equal.
32570         * lib/hash-triple.c: Install <string.h>.
32571         (STREQ): Define.
32572         (triple_compare_ino_str): New function.
32573         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32574
32575 2007-09-28  Eric Blake  <ebb9@byu.net>
32576
32577         Enforce that AC_REPLACE_FUNCS files exist.
32578         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32579         override check for typos.
32580
32581         Fix test-closein on Solaris 10.
32582         * tests/test-closein.c (main): Don't assume stdin can be inherited
32583         closed on all systems.
32584         * tests/test-closein.sh: Likewise.
32585         Reported by Piotr Tarnowski.
32586
32587 2007-09-28  Jim Meyering  <jim@meyering.net>
32588
32589         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32590
32591 2007-09-27  Jim Meyering  <jim@meyering.net>
32592
32593         canonicalize: Avoid a false-positive cycle failure.
32594         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32595         Sort.  Remove cycle-check.
32596         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32597         not cycle-check.h.
32598         (seen_triple): New function.
32599         (canonicalize_filename_mode): Use it instead of cycle-check.
32600         * tests/test-canonicalize.c: Add a test for this bug.
32601         * tests/test-canonicalize.sh: Set up and run the test.
32602
32603         New module, file-set, from coreutils.
32604         * modules/file-set: Define it.
32605         * lib/file-set.c, lib/file-set.h: Implement.
32606
32607         New module, hash-triple, from coreutils.
32608         * modules/hash-triple: Define it.
32609         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32610
32611 2007-09-25  Eric Blake  <ebb9@byu.net>
32612
32613         Fix strerror on Interix.
32614         * lib/string_.h (strerror): Declare replacement.
32615         * doc/functions/strerror.texi (strerror): Document the Interix
32616         shortcoming.
32617         * modules/string (Makefile.am): Support new hooks.
32618         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32619         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32620         gl_FUNC_STRERROR_SEPARATE.
32621         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32622         * lib/strerror.c (rpl_strerror): Provide replacement.
32623         * modules/strerror (Depends-on): Add string.
32624         (configure.ac): Detect use of module.
32625         * tests/test-strerror.c: New file.
32626         * modules/strerror-tests: New test module.
32627         * modules/argp (Depends-on): Add strerror.
32628         * modules/error (Depends-on): Likewise.
32629         Reported by Martin Koeppe.
32630
32631 2007-09-24  Bruno Haible  <bruno@clisp.org>
32632
32633         * README: Update git instructions.
32634
32635 2007-09-24  Eric Blake  <ebb9@byu.net>
32636
32637         Revert fpending breakage from 2007-09-08.
32638         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32639         __fpending.c.
32640
32641 2007-09-24  Jim Meyering  <jim@meyering.net>
32642
32643         filenamecat.c: Add a test.
32644         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32645         showing how the function works when DIR is the empty string.
32646
32647 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32648
32649         * tests/test-canonicalize.sh: Turn on executable bit.
32650
32651 2007-09-19  Eric Blake  <ebb9@byu.net>
32652
32653         * README: Update CVS instructions.
32654
32655 2007-09-18  Bruno Haible  <bruno@clisp.org>
32656
32657         * modules/areadlink: New file.
32658         * lib/areadlink.h (areadlink): New declaration.
32659         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32660
32661 2007-09-17  Jim Meyering  <jim@meyering.net>
32662
32663         * lib/savewd.c (ESTALE) [!defined]: Define.
32664         Reported to be required on Interix by Martin Koeppe.
32665
32666 2007-09-17  Bruno Haible  <bruno@clisp.org>
32667
32668         * gnulib-tool (func_version): Use $version.
32669
32670 2007-09-16  Bruno Haible  <bruno@clisp.org>
32671
32672         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32673         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32674         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32675         Reported by Greg Schafer <gschafer@zip.com.au>.
32676
32677 2007-09-15  Bruno Haible  <bruno@clisp.org>
32678
32679         * gnulib-tool (sed): Try a little harder to make bash understand the
32680         alias.
32681         Reported by Bruce Korb <bruce.korb@gmail.com>.
32682
32683 2007-09-13  Eric Blake  <ebb9@byu.net>
32684
32685         * ChangeLog: Remove conflict markers.
32686
32687 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32688
32689         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32690         Reported by Bruno Haible <bruno@clisp.org>.
32691
32692 2007-09-12  Bruno Haible  <bruno@clisp.org>
32693
32694         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32695         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32696         is not defined.
32697
32698 2007-09-12  Eric Blake  <ebb9@byu.net>
32699
32700         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32701         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32702         Autoconf definition.
32703         * modules/euidaccess (Depends-on): Add extensions, for
32704         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32705         * modules/fnmatch (Depends-on): Likewise.
32706         * modules/getaddrinfo (Depends-on): Likewise.
32707         * modules/getdelim (Depends-on): Likewise.
32708         * modules/getline (Depends-on): Likewise.
32709         * modules/getsubopt (Depends-on): Likewise.
32710         * modules/gettext (Depends-on): Likewise.
32711         * modules/group-member (Depends-on): Likewise.
32712         * modules/mbchar (Depends-on): Likewise.
32713         * modules/memmem (Depends-on): Likewise.
32714         * modules/mempcpy (Depends-on): Likewise.
32715         * modules/memrchr (Depends-on): Likewise.
32716         * modules/pagealign_alloc (Depends-on): Likewise.
32717         * modules/readutmp (Depends-on): Likewise.
32718         * modules/stpcpy (Depends-on): Likewise.
32719         * modules/stpncpy (Depends-on): Likewise.
32720         * modules/strchrnul (Depends-on): Likewise.
32721         * modules/strndup (Depends-on): Likewise.
32722         * modules/strsep (Depends-on): Likewise.
32723         * modules/strverscmp (Depends-on): Likewise.
32724         * modules/vasprintf (Depends-on): Likewise.
32725         * modules/wcwidth (Depends-on): Likewise.
32726         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32727         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32728         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32729         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32730         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32731         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32732         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32733         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32734         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32735         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32736         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32737         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32738         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32739         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32740         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32741         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32742         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32743         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32744         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32745         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32746         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32747         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32748         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32749         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32750         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32751         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32752         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32753         so that lock.m4 can be used in gettext without extensions module.
32754
32755 2007-09-11  Bruno Haible  <bruno@clisp.org>
32756
32757         * m4/isc-posix.m4: Remove file.
32758         Suggested by Eric Blake.
32759
32760 2007-09-11  Eric Blake  <ebb9@byu.net>
32761
32762         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32763
32764 2007-09-10  Bruno Haible  <bruno@clisp.org>
32765
32766         * posix-modules: Fix typo in error message.
32767         Reported by Matt <mkraai@beckman.com>.
32768
32769 2007-09-09  Bruno Haible  <bruno@clisp.org>
32770
32771         * doc/functions/getdelim.texi: Update list of platforms lacking the
32772         function.
32773         * doc/functions/getline.texi: Likewise.
32774
32775 2007-09-09  Jim Meyering  <jim@meyering.net>
32776
32777         * lib/hash.c (hash_initialize): Detect calloc failure.
32778         Reported by Bruno Haible.
32779
32780 2007-09-09  Bruno Haible  <bruno@clisp.org>
32781
32782         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32783         malloc or realloc fails.
32784
32785 2007-09-09  Bruno Haible  <bruno@clisp.org>
32786
32787         * modules/getcwd (Depends-on): Add malloc-posix.
32788         * modules/glob (Depends-on): Likewise.
32789         * modules/putenv (Depends-on): Likewise.
32790         * modules/strdup (Depends-on): Likewise.
32791         * modules/getdelim (Depends-on): Add realloc-posix.
32792         * modules/read-file (Depends-on): Likewise.
32793
32794 2007-09-09  Bruno Haible  <bruno@clisp.org>
32795
32796         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32797         (gl_FUNC_MALLOC_POSIX): Require it.
32798         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32799         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32800         * modules/realloc (Files): Add m4/malloc.m4.
32801         * modules/calloc (Files): Likewise.
32802
32803 2007-09-09  Bruno Haible  <bruno@clisp.org>
32804
32805         * modules/malloc-posix: New file.
32806         * modules/malloc (Depends-on): Add malloc-posix.
32807         * lib/malloc.c: Include errno.h.
32808         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32809         and a POSIX-compatible malloc into a single function. Set ENOMEM
32810         when returning NULL.
32811         * m4/malloc.m4: New file.
32812         * doc/functions/malloc.texi: Mention the malloc-posix module.
32813         * lib/stdlib_.h (malloc): New declaration.
32814         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32815         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32816         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32817         and HAVE_MALLOC_POSIX.
32818
32819 2007-09-09  Bruno Haible  <bruno@clisp.org>
32820
32821         * modules/realloc-posix: New file.
32822         * modules/realloc (Depends-on): Add realloc-posix.
32823         * lib/realloc.c: Include errno.h.
32824         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32825         and a POSIX-compatible realloc into a single function. Set ENOMEM
32826         when returning NULL.
32827         * m4/realloc.m4: New file.
32828         * doc/functions/realloc.texi: Mention the realloc-posix module.
32829         * lib/stdlib_.h (realloc): New declaration.
32830         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32831         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32832         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32833         and HAVE_REALLOC_POSIX.
32834
32835 2007-09-09  Bruno Haible  <bruno@clisp.org>
32836
32837         * modules/calloc-posix: New file.
32838         * modules/calloc (Depends-on): Add calloc-posix.
32839         * lib/calloc.c: Include errno.h.
32840         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32841         and a POSIX-compatible calloc into a single function. Set ENOMEM
32842         when returning NULL.
32843         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32844         * doc/functions/calloc.texi: Mention the calloc-posix module.
32845         * lib/stdlib_.h (calloc): New declaration.
32846         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32847         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32848         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32849         and HAVE_CALLOC_POSIX.
32850
32851 2007-09-09  Bruno Haible  <bruno@clisp.org>
32852
32853         Allow for modules to show an arbitrary notice.
32854         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32855         * gnulib-tool: New option --extract-notice.
32856         (func_usage): Document it.
32857         (sed_extract_prog): Update.
32858         (func_get_notice): New function.
32859         (func_modules_notice): New function.
32860         (func_import, func_create_testdir): Invoke it.
32861         Suggested by Jim Meyering.
32862
32863 2007-09-09  Bruno Haible  <bruno@clisp.org>
32864
32865         * gnulib-tool: New options --verbose, --quiet.
32866         (func_usage): Document them.
32867         (verbose): New variable.
32868         (func_execute_command): New function.
32869         (func_import): Don't show the module list and the file list if
32870         $verbose < 0.
32871         (func_create_testdir): Likewise. Use func_execute_command.
32872         (func_create_megatestdir): Use func_execute_command.
32873
32874 2007-09-08  Bruno Haible  <bruno@clisp.org>
32875
32876         * gnulib-tool (func_import): Prefer rsync over wget when available,
32877         for fetching the PO files.
32878
32879 2007-09-08  Bruno Haible  <bruno@clisp.org>
32880
32881         * posix-modules: New file. Portions copied from gnulib-tool.
32882         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32883
32884 2007-09-08  Jim Meyering  <jim@meyering.net>
32885
32886         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32887         * lib/fpending.h: Rename from __fpending.h.
32888         * lib/fpending.c: Rename from __fpending.c.
32889         Include "fpending.h", not "__fpending.h".
32890         * lib/__fpending.h, lib/__fpending.c: Remove files.
32891         * modules/fpending (Files): Reflect new file names.
32892         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32893
32894 2007-09-08  Bruno Haible  <bruno@clisp.org>
32895
32896         * m4/inttypes-h.m4: Remove stub file.
32897
32898 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32899
32900         * doc/headers/stdint.texi: Discuss #include_next issue.
32901
32902 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32903
32904         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32905
32906 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32907
32908         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32909         in variable name.
32910
32911 2007-09-03  Jim Meyering  <jim@meyering.net>
32912
32913         New module: git-version-gen.
32914         * modules/git-version-gen: New file.
32915
32916         Import changes from coreutils for bootstrap script.
32917
32918         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32919
32920         bootstrap: uses rsync to download the .po files
32921         * build-aux/bootstrap (po_download_command_format): New global.
32922         (download_po_files): Use rsync.
32923         (update_po_files): Don't remove .po files after download,
32924         so future rsync runs can take advantage of the copies.
32925
32926         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32927
32928         Solve the unnecessary-.po-file-regeneration problem once and for all.
32929         * build-aux/bootstrap (download_po_files): New function, renamed from
32930         get_translations.  Now, downloads, but doesn't update LINGUAS.
32931         (update_po_files): New function.
32932
32933         bootstrap: Ignore more.
32934         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32935         uniwidth to e.g., lib/.gitignore.
32936         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32937
32938         * build-aux/bootstrap: New setting: vc_ignore.
32939         (insert_sorted_if_absent): Create $file if absent.
32940         Adapt to new, possibly empty, list: $vc_ignore.
32941
32942         bootstrap: generate more ignorable names
32943         * build-aux/bootstrap (slurp): When generating ignorable names,
32944         also map .sin to .sed, .gperf to .c, and .y to .c.
32945
32946 2007-09-03  Jim Meyering  <jim@meyering.net>
32947
32948         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32949         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32950
32951 2007-09-02  Bruno Haible  <bruno@clisp.org>
32952
32953         Fix mis-recognition of 'mcs' on QNX 6.
32954         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32955         output contains the string "Mono".
32956         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32957         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32958
32959 2007-09-01  Bruno Haible  <bruno@clisp.org>
32960
32961         Fix collision between uniwidth/* and linebreak modules.
32962         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32963         u32_width): Remove declarations.
32964         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32965         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32966         streq3, streq2, streq1, streq0): Remove functions.
32967         (STREQ): Remove macro.
32968         (is_cjk_encoding): Remove function.
32969         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32970         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32971         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32972         * NEWS: Document the change.
32973
32974 2007-09-01  Bruno Haible  <bruno@clisp.org>
32975
32976         * lib/streq.h: Add double-inclusion guard.
32977
32978 2007-09-01  Karl Berry  <karl@gnu.org>
32979
32980         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32981
32982 2007-08-28  Jim Meyering  <jim@meyering.net>
32983
32984         Rename mreadlink_with_size to areadlink_with_size.
32985         * NEWS: Document the change.
32986         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32987         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32988         * lib/mreadlink.h: Rename this to...
32989         * lib/areadlink.h: ...this.
32990         * modules/mreadlink-with-size: Rename this to...
32991         * modules/areadlink-with-size: ...this.
32992         * lib/canonicalize.c: Reflect the renaming.
32993         * modules/canonicalize: Likewise.
32994
32995 2007-08-26  Bruno Haible  <bruno@clisp.org>
32996
32997         * gnulib-tool (func_import): When deciding which files to remove,
32998         consider also dangling symbolic links.
32999         Reported by Eric Blake.
33000
33001 2007-08-26  Bruno Haible  <bruno@clisp.org>
33002
33003         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33004
33005 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33006
33007         * lib/readline.c: Don't include getline.h, the prototype is now
33008         found in stdio.h.
33009
33010 2007-08-23  Jim Meyering  <jim@meyering.net>
33011
33012         Getdelim touchup.
33013         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33014         around the funlockfile call, since funlockfile never sets errno.
33015         Don't set errno upon failed realloc.
33016
33017 2007-08-22  Eric Blake  <ebb9@byu.net>
33018
33019         Getline touchups.
33020         * lib/getdelim.c (getdelim): Revert regression that required *n to
33021         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33022         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33023         getdelim, rather than whether implementation is missing.
33024         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33025         * lib/stdio_.h (getline): Also declare if replacement is
33026         required.
33027         * doc/functions/getdelim.texi: New file.
33028         * doc/functions/getline.texi: Likewise.
33029         * doc/gnulib.texi (Function Substitutes): Add new files.
33030         Reported by Bruno Haible.
33031
33032 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33033
33034         * users.txt: Add Guile.
33035
33036 2007-08-22  Eric Blake  <ebb9@byu.net>
33037
33038         * tests/test-getdelim.c (main): Use remove, not unlink.
33039         * tests/test-getline.c (main): Likewise.
33040
33041         Move getline and getdelim into stdio.h, per POSIX 200x.
33042         * modules/getline (Files): Remove getline.h.
33043         (Depends-on): Add stdio.
33044         (configure.ac): Add module indicator.
33045         * modules/getdelim (Files): Remove getdelim.h.
33046         (Depends-on): Add stdio.
33047         (configure.ac): Add module indicator.
33048         * modules/stdio (Makefile.am): Work with new indicators.
33049         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33050         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33051         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33052         * lib/getdelim.h: Delete.
33053         * lib/getline.h: Delete.
33054         * lib/stdio_.h (getdelim, getline): Declare.
33055         * modules/getdelim-tests: New module.
33056         * modules/getline-tests: Likewise.
33057         * tests/test-getdelim.c: New file.
33058         * tests/test-getline.c: Likewise.
33059         * NEWS: Document the change.
33060         * lib/getline.c: Update choice of header.
33061         * lib/csharpcomp.c: Likewise.
33062         * lib/getpass.c: Likewise.
33063         * lib/javacomp.c: Likewise.
33064         * lib/javaversion.c: Likewise.
33065         * lib/yesno.c: Likewise.
33066         * lib/getdelim.c: Likewise.
33067         (getdelim): Set errno on failure, and avoid memory leak.
33068
33069 2007-08-19  Bruno Haible  <bruno@clisp.org>
33070
33071         * modules/closein (Depends-on): Add freadahead.
33072         * lib/closein.c: Include freadahead.h.
33073         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33074         is zero.
33075
33076 2007-08-19  Bruno Haible  <bruno@clisp.org>
33077
33078         * modules/freadahead-tests: New file.
33079         * tests/test-freadahead.sh: New file.
33080         * tests/test-freadahead.c: New file.
33081
33082         * modules/freadahead: New file.
33083         * lib/freadahead.h: New file.
33084         * lib/freadahead.c: New file.
33085         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33086         fbufmode, fpurge, freadable, fwritable.
33087
33088 2007-08-19  Eric Blake  <ebb9@byu.net>
33089
33090         Test yesno in combination with closein.
33091         * lib/yesno.c (yesno): Document use of stdin.
33092         * modules/yesno-tests (Files): New module.
33093         * tests/test-yesno.c (main): New file.
33094         * tests/test-yesno.sh: Likewise.
33095
33096 2007-08-19  Bruno Haible  <bruno@clisp.org>
33097
33098         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33099         * lib/fseeko.c (rpl_fseeko): Likewise.
33100         * lib/fseterr.c (fseterr): Likewise.
33101
33102 2007-08-19  Bruno Haible  <bruno@clisp.org>
33103
33104         * tests/test-lseek.c (main): Disable a test for BeOS.
33105         * doc/functions/lseek.texi: Document the BeOS bug.
33106
33107 2007-08-19  Bruno Haible  <bruno@clisp.org>
33108             Eric Blake  <ebb9@byu.net>
33109
33110         * lib/lseek.c: Include <sys/stat.h>.
33111         (rpl_lseek): Add workaround code also for Unix platforms.
33112         Needed for BeOS.
33113         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33114         * doc/functions/lseek.texi: Document BeOS definiency.
33115
33116 2007-08-18  Bruno Haible  <bruno@clisp.org>
33117
33118         * modules/fstrcmp-tests: New file.
33119         * tests/test-fstrcmp.c: New file.
33120
33121 2007-08-18  Bruno Haible  <bruno@clisp.org>
33122
33123         * modules/fstrcmp: New file, from GNU gettext with modifications.
33124         * lib/fstrcmp.h: New file, from GNU gettext.
33125         * lib/fstrcmp.c: New file, from GNU gettext.
33126         * MODULES.html.sh (String handling): Add fstrcmp.
33127
33128 2007-08-18  Bruno Haible  <bruno@clisp.org>
33129
33130         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
33131         'bool'.
33132         (diag, compareseq): Remove const from the ctxt argument.
33133         (USE_HEURISTIC): Undefine at the end.
33134
33135 2007-08-18  Jim Meyering  <jim@meyering.net>
33136
33137         New file: lib/idcache.h
33138         * NEWS: Mention the addition.
33139         * modules/idcache (Files): Add lib/idcache.h
33140         * lib/idcache.c: Include "idcache.h".
33141         Don't include <sys/types.h>.
33142         Add a FIXME comment.
33143         Move file-scoped "static" declarations to the top.
33144         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
33145
33146 2007-08-17  Bruno Haible  <bruno@clisp.org>
33147         and Paul Eggert  <eggert@cs.ucla.edu>
33148
33149         * MODULES.html.sh: Add diffseq.
33150         * modules/diffseq: New file.
33151         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
33152         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
33153
33154 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33155
33156         Import changes from coreutils for bootstrap script.
33157
33158         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
33159
33160         * build-aux/bootstrap (slurp): Work even in environments where
33161         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
33162         current code does not slurp files whose names start with ".", and
33163         this looks like it might be a troublesome area.
33164
33165         2007-07-11  Jim Meyering  <jim@meyering.net>
33166
33167         If there's a GPL vN copyright comment, require that N == 3.
33168
33169         2007-07-08  Jim Meyering  <jim@meyering.net>
33170
33171         Run the coreutils-specific code only if tests/Makefile.am.in exists.
33172         * build-aux/bootstrap (mam_template): Move definition out of loop.
33173
33174         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
33175
33176         * build-aux/bootstrap (symlink_to_dir): Rename function from
33177         symlink_to_gnulib.  Add a directory parameter.  Update all
33178         callers.
33179         (cp_mark_as_generated): Also check for -- and link to -- files in
33180         gl/.
33181
33182         2007-07-08  Jim Meyering  <jim@meyering.net>
33183
33184         Adapt to deeper hierarchy in gnulib.
33185         * build-aux/bootstrap (symlink_to_dir): If the destination
33186         directory doesn't exist, create it. This is required at least for
33187         "lib/uniwidth/cjk.h".
33188
33189         2007-05-15  Jim Meyering  <jim@meyering.net>
33190
33191         * build-aux/bootstrap: Now that generated Makefile.am files
33192         are no longer under version control, they must be created at
33193         bootstrap time.
33194
33195 2007-08-14  Ben Pfaff  <blp@gnu.org>
33196
33197         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
33198
33199 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33200
33201         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
33202         given the changes below.
33203         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
33204         even on hosts that have padding bits beyond the supported 64.
33205
33206 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33207
33208         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
33209         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
33210         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
33211         depends on it.
33212         (xstrtol_error): Remove.
33213         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
33214         but with a different signature.
33215         (ATTRIBUTE_NORETURN, __attribute__): New macros.
33216         * lib/xstrtol-error.c: Include exitfail.h.
33217         (xstrtol_fatal): New function, with a different signature from the
33218         old xstrtol_error, so that the caller need not worry about passing
33219         in an exit status, or about storage management of the option argument.
33220         (xstrtol_error): Now a static function.  Redo signature to
33221         implement xstrtol_fatal.  Output the correct number of hyphens in
33222         front of the option so that the caller need not worry about
33223         storage management.
33224         (N_): New macro.
33225         (_): Remove; not used now.
33226         * modules/xstrtol: Depend on getopt.
33227         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
33228         of old STRTOL_FATAL_ERROR macro.
33229         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
33230         of test program.
33231         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
33232         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
33233
33234 2007-08-08  Eric Blake  <ebb9@byu.net>
33235
33236         * lib/xstrtol-error.c: Add missing include.
33237
33238         Move xstrtol messages into gnulib domain, when --pobase is used.
33239         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
33240         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
33241         * modules/xstrtol (Files): Distribute new file.
33242         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
33243         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
33244         * tests/test-xstrtol.c: ...into new file.
33245         * tests/test-xstrtoul.c: Also test xstrtoul.
33246         * tests/test-xstrtoimax.c: Also test xstrtoimax.
33247         * tests/test-xstrtoumax.c: Also test xstrtoumax.
33248         * tests/test-xstrtol.sh: Drive the tests.
33249         * tests/test-xstrtoimax.sh: Likewise.
33250         * tests/test-xstrtoumax.sh: Likewise.
33251         * modules/xstrtol-tests: New module.
33252         * modules/xstrtoimax-tests: Likewise.
33253         * modules/xstrtoumax-tests: Likewise.
33254
33255 2007-08-08  Jim Meyering  <jim@meyering.net>
33256
33257         New function: mfile_name_concat.
33258         * lib/filenamecat.c (mfile_name_concat): New function, just like
33259         file_name_concat, but return NULL upon failure rather than exiting
33260         with a diagnostic.
33261         * lib/filenamecat.h: Declare it.
33262
33263 2007-08-07  Bruno Haible  <bruno@clisp.org>
33264
33265         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
33266         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
33267         warning from gcc.
33268         Reported by Eric Blake.
33269
33270 2007-08-07  Simon Josefsson  <simon@josefsson.org>
33271
33272         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33273         * modules/crypto/arcfour (License): Likewise.
33274         * modules/crypto/des-tests (License): Likewise.
33275         * modules/crypto/gc-arctwo-tests (License): Likewise.
33276         * modules/crypto/gc-des-tests (License): Likewise.
33277         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33278         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33279         * modules/crypto/gc-md2-tests (License): Likewise.
33280         * modules/crypto/gc-md4-tests (License): Likewise.
33281         * modules/crypto/gc-md5-tests (License): Likewise.
33282         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33283         * modules/crypto/gc-rijndael-tests (License): Likewise.
33284         * modules/crypto/gc-sha1-tests (License): Likewise.
33285         * modules/crypto/gc-tests (License): Likewise.
33286         * modules/crypto/hmac-md5 (License): Likewise.
33287         * modules/crypto/hmac-sha1 (License): Likewise.
33288         * modules/crypto/md2-tests (License): Likewise.
33289         * modules/crypto/md4-tests (License): Likewise.
33290         * modules/crypto/md5 (License): Likewise.
33291         * modules/crypto/rijndael (License): Likewise.
33292         * modules/crypto/sha1 (License): Likewise.
33293         * modules/memxor (License): Likewise.
33294
33295 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33296         and Bruno Haible  <bruno@clisp.org>
33297
33298         * NEWS: Describe interface changes to human, xstrtol.
33299         * lib/human.h: Include <xstrtol.h>.
33300         (human_options): Return enum strtol_error, not int.  Remove
33301         bool arg; take int * instead.
33302         * lib/human.c: Don't include "gettext.h".
33303         (_): Remove; no longer used.
33304         Don't include <xstrtol.h>, since human.h does it.
33305         (human_options): Adjust to abovementioned interface changes.
33306         Do not report error to stderr; that's now the caller's
33307         responsibility.
33308         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33309         interface change.
33310         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33311         Str, Argument_type_string.  All uses changed.  Put " argument"
33312         in diagnostics to make them clearer.  Change wording of suffix
33313         message for clarity.
33314         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33315         Argument_type_string.
33316         (STRTOL_FATAL_WARN): Remove; no longer used.
33317         * modules/human (Depends-on): Remove gettext-h.
33318
33319 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33320
33321         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33322
33323 2007-07-31  Bruno Haible  <bruno@clisp.org>
33324
33325         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33326         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33327         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33328
33329 2007-07-31  Bruno Haible  <bruno@clisp.org>
33330
33331         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33332         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33333
33334 2007-07-30  Bruno Haible  <bruno@clisp.org>
33335
33336         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33337         * modules/c-ctype (License): Likewise.
33338         * modules/c-strcase (License): Likewise.
33339         * modules/check-version (License): Likewise.
33340         * modules/iconv (License): Likewise.
33341         * modules/iconv_open (License): Likewise.
33342         * modules/read-file (License): Likewise.
33343         * modules/striconv (License): Likewise.
33344         * modules/strverscmp (License): Likewise.
33345         * modules/vasprintf (License): Likewise.
33346         * modules/crypto/des (License): Likewise.
33347         * modules/crypto/gc (License): Likewise.
33348         * modules/crypto/gc-arcfour (License): Likewise.
33349         * modules/crypto/gc-arctwo (License): Likewise.
33350         * modules/crypto/gc-des (License): Likewise.
33351         * modules/crypto/gc-hmac-md5 (License): Likewise.
33352         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33353         * modules/crypto/gc-md2 (License): Likewise.
33354         * modules/crypto/gc-md4 (License): Likewise.
33355         * modules/crypto/gc-md5 (License): Likewise.
33356         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33357         * modules/crypto/gc-random (License): Likewise.
33358         * modules/crypto/gc-rijndael (License): Likewise.
33359         * modules/crypto/gc-sha1 (License): Likewise.
33360         * modules/crypto/md2 (License): Likewise.
33361         * modules/crypto/md4 (License): Likewise.
33362
33363 2007-07-30  Jim Meyering  <jim@meyering.net>
33364
33365         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33366         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33367         it has valid stat data.  This bug would cause du not to count the
33368         sizes of inaccessible directories.
33369         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33370         in <http://bugzilla.redhat.com/250077>.
33371
33372 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33373             Bruno Haible  <bruno@clisp.org>
33374
33375         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33376         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33377         #include_next, gives a diagnostic about it, but reports no error in
33378         the exit code.
33379         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33380
33381 2007-07-24  Ben Pfaff  <blp@gnu.org>
33382
33383         Improve name: "count-one-bits" is better than "popcount".
33384         * MODULES.html.sh: Update name.
33385         * lib/popcount.h: Renamed lib/count-one-bits.h.
33386         (popcount): Renamed count_one_bits.
33387         (popcountl): Renamed count_one_bits_l.
33388         (popcountll): Renamed count_one_bits_ll.
33389         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33390         * modules/popcount: Renamed module/count-one-bits.
33391         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33392         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33393
33394 2007-07-23  Ben Pfaff  <blp@gnu.org>
33395
33396         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33397         better code generation, and add U to large constants to avoid
33398         warnings, in non-GCC case.
33399         Suggested by Bruno Haible.
33400
33401 2007-07-23  Ben Pfaff  <blp@gnu.org>
33402
33403         * lib/popcount.h: Use verify_true instead of if...abort.
33404         * modules/popcount: Depend on verify module.
33405         Suggested by Jim Meyering.
33406
33407 2007-07-23  Bruno Haible  <bruno@clisp.org>
33408
33409         * gnulib-tool (func_import): Create a .cvsignore file also when the
33410         directory is not yet in CVS but the toplevel directory is. When
33411         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33412         Reported by Karl Berry.
33413
33414 2007-07-22  Ben Pfaff  <blp@gnu.org>
33415
33416         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33417         case.
33418         Suggested by Eric Blake.
33419
33420 2007-07-22  Ben Pfaff  <blp@gnu.org>
33421
33422         New module: popcount.
33423         * MODULES.html.sh: Add popcount.
33424         * modules/popcount: New file.
33425         * modules/popcount-tests: New file.
33426         * tests/test-popcount.c: New file.
33427         * lib/popcount.h: New file.
33428         * m4/popcount.m4: New file.
33429
33430 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33431
33432         * build-aux/announce-gen: Update to GPLv3.
33433
33434         * build-aux/config.guess: Update from config.
33435
33436 2007-07-21  Bruno Haible  <bruno@clisp.org>
33437
33438         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33439         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33440
33441 2007-07-20  Jim Meyering  <jim@meyering.net>
33442
33443         * check-module: Diagnose a self-dependency.
33444
33445 2007-07-19  Bruno Haible  <bruno@clisp.org>
33446
33447         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33448         empty.
33449         Reported by Eric Blake.
33450
33451 2007-07-18  Bruno Haible  <bruno@clisp.org>
33452
33453         * gnulib-tool: New options --po-base, --po-domain.
33454         (func_usage): Document them.
33455         (pobase, po_domain): New variables.
33456         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33457         DEFAULT_TEXT_DOMAIN.
33458         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33459         (func_import): Consider pobase and po_domain. Create a po/ directory.
33460         (func_create_testdir): Set pobase and po_domain to empty.
33461         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33462         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33463
33464 2007-07-18  Bruno Haible  <bruno@clisp.org>
33465
33466         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33467         EXTRA_DIST augmentation for files in build-aux/.
33468
33469 2007-07-16  Bruno Haible  <bruno@clisp.org>
33470
33471         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33472         * modules/getdelim (License): Likewise.
33473
33474 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33475
33476         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33477         * modules/d-type (License): Likewise.
33478         * modules/extensions (License): Likewise.
33479         * modules/fnmatch (License): Likewise.
33480         * modules/fseeko (License): Likewise.
33481         * modules/getaddrinfo (License): Likewise.
33482         * modules/getline (License): Likewise.
33483         * modules/getlogin_r (License): Likewise.
33484         * modules/getpass (License): Likewise.
33485         * modules/gettimeofday (License): Likewise.
33486         * modules/glob (License): Likewise.
33487         * modules/inet_ntop (License): Likewise.
33488         * modules/malloc (License): Likewise.
33489         * modules/malloca (License): Likewise.
33490         * modules/memmem (License): Likewise.
33491         * modules/mempcpy (License): Likewise.
33492         * modules/memset (License): Likewise.
33493         * modules/minmax (License): Likewise.
33494         * modules/mktime (License): Likewise.
33495         * modules/netinet_in (License): Likewise.
33496         * modules/pathmax (License): Likewise.
33497         * modules/poll (License): Likewise.
33498         * modules/regex (License): Likewise.
33499         * modules/snprintf (License): Likewise.
33500         * modules/stdbool (License): Likewise.
33501         * modules/stdint (License): Likewise.
33502         * modules/stdio (License): Likewise.
33503         * modules/strcase (License): Likewise.
33504         * modules/strcasestr (License): Likewise.
33505         * modules/strdup (License): Likewise.
33506         * modules/string (License): Likewise.
33507         * modules/strndup (License): Likewise.
33508         * modules/strnlen (License): Likewise.
33509         * modules/strpbrk (License): Likewise.
33510         * modules/strptime (License): Likewise.
33511         * modules/strsep (License): Likewise.
33512         * modules/sys_select (License): Likewise.
33513         * modules/sys_socket (License): Likewise.
33514         * modules/sys_stat (License): Likewise.
33515         * modules/sys_time (License): Likewise.
33516         * modules/time (License): Likewise.
33517         * modules/time_r (License): Likewise.
33518         * modules/timegm (License): Likewise.
33519         * modules/unistd (License): Likewise.
33520         * modules/vsnprintf (License): Likewise.
33521         * modules/wctype (License): Likewise.
33522
33523 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33524
33525         * modules/argz (License): LGPLv2+.
33526
33527 2007-07-15  Karl Berry  <karl@gnu.org>
33528
33529         * doc/gnulib.texi: revise node structure per new fdl.texi.
33530
33531 2007-07-14  Bruno Haible  <bruno@clisp.org>
33532
33533         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33534         the output file.
33535         * lib/uniname/uninames.h: Regenerated.
33536
33537 2007-07-14  Karl Berry  <karl@gnu.org>
33538
33539         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33540         omitting sectioning and index commands.
33541
33542 2007-07-13  Bruno Haible  <bruno@clisp.org>
33543
33544         New gnulib-tool option --more-symlinks.
33545         * gnulib-tool (func_usage): Document --more-symlinks.
33546         (do_copyrights): New variable.
33547         Recognize option --more-symlinks.
33548         (func_import): Don't add a copyright notice transform to
33549         sed_transform_lib_file if do_copyrights is empty.
33550
33551 2007-07-13  Bruno Haible  <bruno@clisp.org>
33552
33553         * lib/vasnprintf.c (decimal_point_char): Define also if
33554         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33555         && !NEED_PRINTF_DIRECTIVE_A.
33556         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33557         Gary V. Vaughan <gary@gnu.org>.
33558
33559 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33560
33561         * lib/inttypes_.h: Undo previous change, since it was fixed
33562         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33563
33564 2007-07-13  Bruno Haible  <bruno@clisp.org>
33565
33566         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33567         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33568
33569 2007-07-13  Jim Meyering  <jim@meyering.net>
33570
33571         df: Don't fail for Tru64's "file-on-file mount".
33572         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33573         so we fall through and use statfs instead.  Details here:
33574         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33575         Reported by Albert Chin.
33576
33577 2007-07-13  Bruno Haible  <bruno@clisp.org>
33578
33579         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33580         * modules/configmake (License): Likewise.
33581         * modules/gettext (License): Likewise.
33582         * modules/gettext-h (License): Likewise.
33583         * modules/include_next (License): Likewise.
33584         * modules/link-warning (License): Likewise.
33585         * modules/localcharset (License): Likewise.
33586         * modules/localename (License): Likewise.
33587         * modules/lock (License): Likewise.
33588         * modules/relocatable-lib-lgpl (License): Likewise.
33589         * modules/size_max (License): Likewise.
33590         * modules/vasnprintf (License): Likewise.
33591         * modules/wchar (License): Likewise.
33592         * modules/xsize (License): Likewise.
33593
33594 2007-07-13  Bruno Haible  <bruno@clisp.org>
33595
33596         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33597         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33598
33599 2007-07-12  Bruno Haible  <bruno@clisp.org>
33600
33601         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33602         in the modules files.
33603
33604 2007-07-11  Karl Berry  <karl@gnu.org>
33605
33606         * MODULES.html.sh (func_module): use
33607          sed -e '\|^'"${includefile}"'$|d'
33608          instead of /.../d, to avoid errors on $includefile's containing /.
33609
33610 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33611
33612         * gnulib-tool (func_import): Avoid duplication of --avoid
33613         statements
33614         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33615         names to `_' in variable names.
33616
33617 2007-07-10  Eric Blake  <ebb9@byu.net>
33618
33619         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33620         * NEWS: Document this change.
33621
33622 2007-07-08  Bruno Haible  <bruno@clisp.org>
33623
33624         Update to Unicode 5.0.
33625         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33626         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33627         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33628         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33629         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33630         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33631         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33632         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33633         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33634         U+10A3F, U+1D242..U+1D244.
33635         (nonspacing_table_ind): Update.
33636         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33637         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33638
33639 2007-07-08  Bruno Haible  <bruno@clisp.org>
33640
33641         Update to Unicode 5.0.
33642         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33643         code transform. Extend the name index field of unicode_name_to_code and
33644         unicode_code_to_name from 16 to 24 bits.
33645         * lib/uniname/uniname.c (unicode_character_name,
33646         unicode_name_character): Add the range 0x12xxx to the code transform.
33647         * lib/uniname/uninames.h: Regenerated.
33648         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33649
33650 2007-07-07  Bruno Haible  <bruno@clisp.org>
33651
33652         * modules/wcwidth-tests: New file.
33653         * tests/test-wcwidth.c: New file.
33654
33655         Work around MacOS X wcwidth() bug.
33656         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33657         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33658         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33659         original wcwidth in non-UTF-8 locales.
33660         * modules/wcwidth (Depends-on): Add localcharset, streq,
33661         uniwidth/width.
33662         * doc/functions/wcwidth.texi: Update.
33663
33664 2007-07-07  Bruno Haible  <bruno@clisp.org>
33665
33666         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33667         (wcwidth): New declaration.
33668         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33669         macros.
33670         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33671         here. Prepare for creating <wchar.h> unconditionally.
33672         * modules/wchar (Depends-on): Add link-warning.
33673         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33674         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33675         * lib/wcwidth.h: Remove file.
33676         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33677         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33678         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33679         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33680         (Include): Replace wcwidth.h with <wchar.h>.
33681         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33682         * lib/mbchar.h: Don't include wcwidth.h.
33683         * lib/mbswidth.c: Likewise.
33684         * NEWS: Mention the change.
33685
33686 2007-07-07  Bruno Haible  <bruno@clisp.org>
33687
33688         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33689         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33690         definition with an external declaration.
33691         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33692         defined as a function. Remove AC_C_INLINE requirement.
33693         * modules/wcwidth (Files): Add lib/wcwidth.c.
33694         (Makefile.am): Remove redundant statement.
33695
33696 2007-07-07  Bruno Haible  <bruno@clisp.org>
33697
33698         * MODULES.html.sh (Unicode string functions): Add the new modules.
33699
33700         * tests/uniwidth/test-u32-strwidth.c: New file.
33701         * modules/uniwidth/u32-strwidth-tests: New file.
33702
33703         * lib/uniwidth/u32-strwidth.c: New file.
33704         * modules/uniwidth/u32-strwidth: New file.
33705
33706         * tests/uniwidth/test-u16-strwidth.c: New file.
33707         * modules/uniwidth/u16-strwidth-tests: New file.
33708
33709         * lib/uniwidth/u16-strwidth.c: New file.
33710         * modules/uniwidth/u16-strwidth: New file.
33711
33712         * tests/uniwidth/test-u8-strwidth.c: New file.
33713         * modules/uniwidth/u8-strwidth-tests: New file.
33714
33715         * lib/uniwidth/u8-strwidth.c: New file.
33716         * modules/uniwidth/u8-strwidth: New file.
33717
33718         * tests/uniwidth/test-u32-width.c: New file.
33719         * modules/uniwidth/u32-width-tests: New file.
33720
33721         * lib/uniwidth/u32-width.c: New file.
33722         * modules/uniwidth/u32-width: New file.
33723
33724         * tests/uniwidth/test-u16-width.c: New file.
33725         * modules/uniwidth/u16-width-tests: New file.
33726
33727         * lib/uniwidth/u16-width.c: New file.
33728         * modules/uniwidth/u16-width: New file.
33729
33730         * tests/uniwidth/test-u8-width.c: New file.
33731         * modules/uniwidth/u8-width-tests: New file.
33732
33733         * lib/uniwidth/u8-width.c: New file.
33734         * modules/uniwidth/u8-width: New file.
33735
33736         * tests/uniwidth/test-uc_width.c: New file.
33737         * modules/uniwidth/width-tests: New file.
33738
33739         * lib/uniwidth/width.c: New file, from GNU libiconv.
33740         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33741         * modules/uniwidth/width: New file.
33742
33743         * lib/uniwidth.h: New file, from GNU libiconv.
33744         * modules/uniwidth/base: New file.
33745
33746 2007-07-07  Bruno Haible  <bruno@clisp.org>
33747
33748         * lib/uniname.h: New file, from GNU gettext.
33749         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33750         * lib/uniname/uninames.h: New file, from GNU gettext.
33751         * lib/uniname/uniname.c: New file, from GNU gettext.
33752         * tests/uniname/test-uninames.sh: New file.
33753         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33754         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33755         * modules/uniname/base: New file.
33756         * modules/uniname/uniname: New file.
33757         * modules/uniname/uniname-tests: New file.
33758         * MODULES.html.sh (Unicode string functions): Add the new modules.
33759
33760 2007-07-06  Bruno Haible  <bruno@clisp.org>
33761
33762         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33763
33764 2007-07-06  Bruno Haible  <bruno@clisp.org>
33765
33766         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33767         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33768         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33769         include <sys/time.h>.
33770         Reported by Eric Blake.
33771
33772 2007-07-06  Eric Blake  <ebb9@byu.net>
33773
33774         Fix testing canonicalize on cygwin.
33775         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33776         Revert patch from 2007-06-19.
33777         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33778         canonicalize module is also in use.
33779         * tests/test-canonicalize.c: New file.
33780         * tests/test-canonicalize.sh: Likewise.
33781         * modules/canonicalize-tests: Likewise.
33782
33783 2007-07-06  Jim Meyering  <jim@meyering.net>
33784
33785         * lib/getugroups.c (getugroups): Detect getgrent failure.
33786         Adjust comment to reflect reality: this function may return -1.
33787
33788 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33789
33790         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33791         the new TP address.
33792         (usage): Fix typo
33793         (gnulib_mk): New variable.
33794
33795 2007-07-05  Jim Meyering  <jim@meyering.net>
33796
33797         Don't let endgrent clobber errno, no matter how improbable.
33798         * lib/getugroups.c (getugroups): Save and restore errno around
33799         endgrent call.
33800
33801         Close the group DB even when failing with 2^31 or more members.
33802         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33803
33804 2007-07-04  Jim Meyering  <jim@meyering.net>
33805
33806         * lib/getugroups.h: New file.
33807         * lib/getugroups.c: Include "getugroups.h".
33808         Remove uses of "register" keyword.
33809         Move local variable, "cp", down into scope where used.
33810         Give "username" parameter the "const" attribute.
33811         * modules/getugroups (Files): Add lib/getugroups.h
33812
33813 2007-07-04  Karl Berry  <karl@gnu.org>
33814
33815         * MODULES.html.sh (func_all_modules): Complete rename of
33816         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33817
33818 2007-07-02  Bruno Haible  <bruno@clisp.org>
33819
33820         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33821         mode, when inttypes.h comes from gnulib.
33822         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33823
33824 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33825
33826         * NEWS: Mention lgpl module name change.
33827
33828         * modules/lgpl-2.1: Renamed from lgpl.
33829
33830         * NEWS: Mention gpl module name change.
33831
33832         * modules/gpl-3.0: New file, based on gpl-2.0.
33833
33834         * modules/gpl-2.0: Renamed from gpl.
33835
33836         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33837         doc/gpl-2.0.texi.
33838
33839 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33840
33841         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33842         #define __STDC_LIMIT_MACROS temporarily while including
33843         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33844         Problem reported by Joel E. Denny in
33845         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33846
33847 2007-07-01  Bruno Haible  <bruno@clisp.org>
33848
33849         * lib/unistdio.h: New file.
33850         * lib/unistdio/u-asnprintf.h: New file.
33851         * lib/unistdio/u-asprintf.h: New file.
33852         * lib/unistdio/u-printf-args.c: New file.
33853         * lib/unistdio/u-printf-args.h: New file.
33854         * lib/unistdio/u-printf-parse.h: New file.
33855         * lib/unistdio/u-snprintf.h: New file.
33856         * lib/unistdio/u-sprintf.h: New file.
33857         * lib/unistdio/u-vasprintf.h: New file.
33858         * lib/unistdio/u-vsnprintf.h: New file.
33859         * lib/unistdio/u-vsprintf.h: New file.
33860         * lib/unistdio/ulc-asnprintf.c: New file.
33861         * lib/unistdio/ulc-asprintf.c: New file.
33862         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33863         * lib/unistdio/ulc-printf-parse.c: New file.
33864         * lib/unistdio/ulc-snprintf.c: New file.
33865         * lib/unistdio/ulc-sprintf.c: New file.
33866         * lib/unistdio/ulc-vasnprintf.c: New file.
33867         * lib/unistdio/ulc-vasprintf.c: New file.
33868         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33869         * lib/unistdio/ulc-vsnprintf.c: New file.
33870         * lib/unistdio/ulc-vsprintf.c: New file.
33871         * lib/unistdio/u8-asnprintf.c: New file.
33872         * lib/unistdio/u8-asprintf.c: New file.
33873         * lib/unistdio/u8-printf-parse.c: New file.
33874         * lib/unistdio/u8-snprintf.c: New file.
33875         * lib/unistdio/u8-sprintf.c: New file.
33876         * lib/unistdio/u8-vasnprintf.c: New file.
33877         * lib/unistdio/u8-vasprintf.c: New file.
33878         * lib/unistdio/u8-vsnprintf.c: New file.
33879         * lib/unistdio/u8-vsprintf.c: New file.
33880         * lib/unistdio/u8-u8-asnprintf.c: New file.
33881         * lib/unistdio/u8-u8-asprintf.c: New file.
33882         * lib/unistdio/u8-u8-snprintf.c: New file.
33883         * lib/unistdio/u8-u8-sprintf.c: New file.
33884         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33885         * lib/unistdio/u8-u8-vasprintf.c: New file.
33886         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33887         * lib/unistdio/u8-u8-vsprintf.c: New file.
33888         * lib/unistdio/u16-asnprintf.c: New file.
33889         * lib/unistdio/u16-asprintf.c: New file.
33890         * lib/unistdio/u16-printf-parse.c: New file.
33891         * lib/unistdio/u16-snprintf.c: New file.
33892         * lib/unistdio/u16-sprintf.c: New file.
33893         * lib/unistdio/u16-vasnprintf.c: New file.
33894         * lib/unistdio/u16-vasprintf.c: New file.
33895         * lib/unistdio/u16-vsnprintf.c: New file.
33896         * lib/unistdio/u16-vsprintf.c: New file.
33897         * lib/unistdio/u16-u16-asnprintf.c: New file.
33898         * lib/unistdio/u16-u16-asprintf.c: New file.
33899         * lib/unistdio/u16-u16-snprintf.c: New file.
33900         * lib/unistdio/u16-u16-sprintf.c: New file.
33901         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33902         * lib/unistdio/u16-u16-vasprintf.c: New file.
33903         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33904         * lib/unistdio/u16-u16-vsprintf.c: New file.
33905         * lib/unistdio/u32-asnprintf.c: New file.
33906         * lib/unistdio/u32-asprintf.c: New file.
33907         * lib/unistdio/u32-printf-parse.c: New file.
33908         * lib/unistdio/u32-snprintf.c: New file.
33909         * lib/unistdio/u32-sprintf.c: New file.
33910         * lib/unistdio/u32-vasnprintf.c: New file.
33911         * lib/unistdio/u32-vasprintf.c: New file.
33912         * lib/unistdio/u32-vsnprintf.c: New file.
33913         * lib/unistdio/u32-vsprintf.c: New file.
33914         * lib/unistdio/u32-u32-asnprintf.c: New file.
33915         * lib/unistdio/u32-u32-asprintf.c: New file.
33916         * lib/unistdio/u32-u32-snprintf.c: New file.
33917         * lib/unistdio/u32-u32-sprintf.c: New file.
33918         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33919         * lib/unistdio/u32-u32-vasprintf.c: New file.
33920         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33921         * lib/unistdio/u32-u32-vsprintf.c: New file.
33922         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33923         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33924         * tests/unistdio/test-ulc-printf1.h: New file.
33925         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33926         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33927         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33928         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33929         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33930         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33931         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33932         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33933         * tests/unistdio/test-u8-asnprintf1.c: New file.
33934         * tests/unistdio/test-u8-asnprintf1.h: New file.
33935         * tests/unistdio/test-u8-printf1.h: New file.
33936         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33937         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33938         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33939         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33940         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33941         * tests/unistdio/test-u8-vasprintf1.c: New file.
33942         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33943         * tests/unistdio/test-u8-vsprintf1.c: New file.
33944         * tests/unistdio/test-u16-asnprintf1.c: New file.
33945         * tests/unistdio/test-u16-asnprintf1.h: New file.
33946         * tests/unistdio/test-u16-printf1.h: New file.
33947         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33948         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33949         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33950         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33951         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33952         * tests/unistdio/test-u16-vasprintf1.c: New file.
33953         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33954         * tests/unistdio/test-u16-vsprintf1.c: New file.
33955         * tests/unistdio/test-u32-asnprintf1.c: New file.
33956         * tests/unistdio/test-u32-asnprintf1.h: New file.
33957         * tests/unistdio/test-u32-printf1.h: New file.
33958         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33959         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33960         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33961         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33962         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33963         * tests/unistdio/test-u32-vasprintf1.c: New file.
33964         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33965         * tests/unistdio/test-u32-vsprintf1.c: New file.
33966         * modules/unistdio/base: New file.
33967         * modules/unistdio/u-printf-args: New file.
33968         * modules/unistdio/ulc-asnprintf: New file.
33969         * modules/unistdio/ulc-asprintf: New file.
33970         * modules/unistdio/ulc-fprintf: New file.
33971         * modules/unistdio/ulc-printf-parse: New file.
33972         * modules/unistdio/ulc-snprintf: New file.
33973         * modules/unistdio/ulc-sprintf: New file.
33974         * modules/unistdio/ulc-vasnprintf: New file.
33975         * modules/unistdio/ulc-vasprintf: New file.
33976         * modules/unistdio/ulc-vfprintf: New file.
33977         * modules/unistdio/ulc-vsnprintf: New file.
33978         * modules/unistdio/ulc-vsprintf: New file.
33979         * modules/unistdio/u8-asnprintf: New file.
33980         * modules/unistdio/u8-asprintf: New file.
33981         * modules/unistdio/u8-printf-parse: New file.
33982         * modules/unistdio/u8-snprintf: New file.
33983         * modules/unistdio/u8-sprintf: New file.
33984         * modules/unistdio/u8-vasnprintf: New file.
33985         * modules/unistdio/u8-vasprintf: New file.
33986         * modules/unistdio/u8-vsnprintf: New file.
33987         * modules/unistdio/u8-vsprintf: New file.
33988         * modules/unistdio/u8-u8-asnprintf: New file.
33989         * modules/unistdio/u8-u8-asprintf: New file.
33990         * modules/unistdio/u8-u8-snprintf: New file.
33991         * modules/unistdio/u8-u8-sprintf: New file.
33992         * modules/unistdio/u8-u8-vasnprintf: New file.
33993         * modules/unistdio/u8-u8-vasprintf: New file.
33994         * modules/unistdio/u8-u8-vsnprintf: New file.
33995         * modules/unistdio/u8-u8-vsprintf: New file.
33996         * modules/unistdio/u16-asnprintf: New file.
33997         * modules/unistdio/u16-asprintf: New file.
33998         * modules/unistdio/u16-printf-parse: New file.
33999         * modules/unistdio/u16-snprintf: New file.
34000         * modules/unistdio/u16-sprintf: New file.
34001         * modules/unistdio/u16-vasnprintf: New file.
34002         * modules/unistdio/u16-vasprintf: New file.
34003         * modules/unistdio/u16-vsnprintf: New file.
34004         * modules/unistdio/u16-vsprintf: New file.
34005         * modules/unistdio/u16-u16-asnprintf: New file.
34006         * modules/unistdio/u16-u16-asprintf: New file.
34007         * modules/unistdio/u16-u16-snprintf: New file.
34008         * modules/unistdio/u16-u16-sprintf: New file.
34009         * modules/unistdio/u16-u16-vasnprintf: New file.
34010         * modules/unistdio/u16-u16-vasprintf: New file.
34011         * modules/unistdio/u16-u16-vsnprintf: New file.
34012         * modules/unistdio/u16-u16-vsprintf: New file.
34013         * modules/unistdio/u32-asnprintf: New file.
34014         * modules/unistdio/u32-asprintf: New file.
34015         * modules/unistdio/u32-printf-parse: New file.
34016         * modules/unistdio/u32-snprintf: New file.
34017         * modules/unistdio/u32-sprintf: New file.
34018         * modules/unistdio/u32-vasnprintf: New file.
34019         * modules/unistdio/u32-vasprintf: New file.
34020         * modules/unistdio/u32-vsnprintf: New file.
34021         * modules/unistdio/u32-vsprintf: New file.
34022         * modules/unistdio/u32-u32-asnprintf: New file.
34023         * modules/unistdio/u32-u32-asprintf: New file.
34024         * modules/unistdio/u32-u32-snprintf: New file.
34025         * modules/unistdio/u32-u32-sprintf: New file.
34026         * modules/unistdio/u32-u32-vasnprintf: New file.
34027         * modules/unistdio/u32-u32-vasprintf: New file.
34028         * modules/unistdio/u32-u32-vsnprintf: New file.
34029         * modules/unistdio/u32-u32-vsprintf: New file.
34030         * modules/unistdio/ulc-asnprintf-tests: New file.
34031         * modules/unistdio/ulc-vasnprintf-tests: New file.
34032         * modules/unistdio/ulc-vasprintf-tests: New file.
34033         * modules/unistdio/ulc-vsnprintf-tests: New file.
34034         * modules/unistdio/ulc-vsprintf-tests: New file.
34035         * modules/unistdio/u8-asnprintf-tests: New file.
34036         * modules/unistdio/u8-vasnprintf-tests: New file.
34037         * modules/unistdio/u8-vasprintf-tests: New file.
34038         * modules/unistdio/u8-vsnprintf-tests: New file.
34039         * modules/unistdio/u8-vsprintf-tests: New file.
34040         * modules/unistdio/u16-asnprintf-tests: New file.
34041         * modules/unistdio/u16-vasnprintf-tests: New file.
34042         * modules/unistdio/u16-vasprintf-tests: New file.
34043         * modules/unistdio/u16-vsnprintf-tests: New file.
34044         * modules/unistdio/u16-vsprintf-tests: New file.
34045         * modules/unistdio/u32-asnprintf-tests: New file.
34046         * modules/unistdio/u32-vasnprintf-tests: New file.
34047         * modules/unistdio/u32-vasprintf-tests: New file.
34048         * modules/unistdio/u32-vsnprintf-tests: New file.
34049         * modules/unistdio/u32-vsprintf-tests: New file.
34050         * MODULES.html.sh (Unicode string functions): Add the new modules.
34051
34052 2007-07-01  Bruno Haible  <bruno@clisp.org>
34053
34054         * lib/sprintf.c (sprintf): Limit the available length estimation,
34055         to avoid address wraparound.
34056         * lib/vsprintf.c (vsprintf): Likewise.
34057         * modules/sprintf-posix (Dependencies): Add stdint.
34058         * modules/vsprintf-posix (Dependencies): Likewise.
34059
34060 2007-07-01  Bruno Haible  <bruno@clisp.org>
34061
34062         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34063         Windows PATH as well. Conservative double-quoting. Comments.
34064
34065 2007-07-01  Bruno Haible  <bruno@clisp.org>
34066             Eric Blake  <ebb9@byu.net>
34067             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34068
34069         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34070         empty components in $PATH, denoting '.'.
34071
34072 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34073
34074         * gnulib-tool: Fix indentation.
34075         (func_create_megatestdir): Likewise.
34076         Report by Bruno Haible.
34077
34078 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34079
34080         Sync from Automake.
34081         * build-aux/gnupload: Fix shell portability issues with for loops.
34082         Report by Karl Berry.
34083
34084 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34085
34086         * build-aux/maint.mk (POURL): Use translationproject.org.
34087
34088 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34089             Bruno Haible  <bruno@clisp.org>
34090
34091         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34092         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34093         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34094         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34095         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34096
34097 2007-06-27  Bruno Haible  <bruno@clisp.org>
34098
34099         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34100         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34101
34102 2007-06-26  Karl Berry  <karl@gnu.org>
34103
34104         * MODULES.html.sh: remove xreadlink-with-size.
34105
34106 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34107
34108         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34109         method that I hope also handles the double-include problem noted
34110         by Bruno Haible in
34111         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34112
34113 2007-06-23  Bruno Haible  <bruno@clisp.org>
34114
34115         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34116         Don't let the 'mostlyclean' target fail if the last subdirectory could
34117         not be removed.
34118         Reported by Karl Berry.
34119
34120 2007-06-23  Bruno Haible  <bruno@clisp.org>
34121
34122         * gnulib-tool (echo): Add a speedier workaround for ksh.
34123         * tests/test-echo.sh: Likewise.
34124
34125 2007-06-23  Bruno Haible  <bruno@clisp.org>
34126
34127         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
34128         * tests/test-echo.sh: Likewise.
34129
34130 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34131
34132         * gnulib-tool (IFS): Initialize early, so we don't set it to
34133         empty later.
34134         (self_abspathname): Rewrite algorithm to set it, reindent.
34135         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
34136         (func_create_megatestdir): Merge some sed scripts.
34137
34138 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34139
34140         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
34141         exposed by Sun Studio 11 cc on Solaris 8.
34142
34143 2007-06-22  Bruno Haible  <bruno@clisp.org>
34144
34145         * gnulib-tool (echo): Ensure the echo primitive does not interpret
34146         backslashes.
34147         * tests/test-echo.sh: New file.
34148
34149 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34150
34151         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
34152         simplify `sed_replace_build_aux' scripts, they are portable but
34153         echoing them with `echo' is not.
34154         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
34155
34156 2007-06-21  Karl Berry  <karl@gnu.org>
34157
34158         * config/srclist.txt: guess we can't handle the licenses via
34159         srclist at the moment.
34160
34161 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34162
34163         * MODULES.html.sh: Add include_next.
34164         * modules/include_next: New file.
34165
34166 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34167
34168         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
34169         INCLUDE_NEXT.
34170         (gl_CHECK_NEXT_HEADERS): New macro.
34171         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
34172         the obsolescent gl_ABSOLUTE_HEADER.
34173         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
34174         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
34175         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34176         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
34177         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
34178         * m4/math_h.m4 (gl_MATH_H): Likewise.
34179         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
34180         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
34181         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
34182         * m4/stdint.m4 (gl_STDINT_H): Likewise.
34183         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
34184         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
34185         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
34186         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
34187         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
34188         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
34189         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
34190         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
34191         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
34192         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
34193         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34194         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34195         * m4/inttypes.m4 (gl_INTTYPES_H): Define
34196         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
34197         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
34198         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
34199         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
34200         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
34201         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
34202         * lib/float_.h: Likewise.
34203         * lib/inttypes_.h: Likewise.
34204         * lib/math_.h: Likewise.
34205         * lib/search_.h: Likewise.
34206         * lib/signal_.h: Likewise.
34207         * lib/stdint_.h: Likewise.
34208         * lib/stdio_.h: Likewise.
34209         * lib/stdlib_.h: Likewise.
34210         * lib/string_.h: Likewise.
34211         * lib/sys_stat_.h: Likewise.
34212         * lib/sys_time_.h: Likewise.
34213         * lib/time_.h: Likewise.
34214         * lib/unistd_.h: Likewise.
34215         * lib/wchar_.h: Likewise.
34216         * lib/wctype_.h: Likewise.
34217         * lib/dirent_.h: Likewise.
34218         * lib/iconv_.h: Likewise.
34219         * lib/locale_.h: Likewise.
34220         * lib/netinet_in_.h: Likewise.
34221         * lib/sys_select_.h: Likewise.
34222         * lib/sys_socket_.h: Likewise.
34223         * lib/sysexits_.h: Likewise.
34224         * modules/fcntl (Depends-on): Depend on include_next, not
34225         absolute_header.
34226         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
34227         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
34228         * modules/fchdir: Likewise.
34229         * modules/float: Likewise.
34230         * modules/iconv_open: Likewise.
34231         * modules/inttypes: Likewise.
34232         * modules/locale: Likewise.
34233         * modules/math: Likewise.
34234         * modules/netinet_in: Likewise.
34235         * modules/search: Likewise.
34236         * modules/signal: Likewise.
34237         * modules/stdint: Likewise.
34238         * modules/stdio: Likewise.
34239         * modules/stdlib: Likewise.
34240         * modules/string: Likewise.
34241         * modules/sys_select: Likewise.
34242         * modules/sys_socket: Likewise.
34243         * modules/sys_stat: Likewise.
34244         * modules/sys_time: Likewise.
34245         * modules/sysexits: Likewise.
34246         * modules/time: Likewise.
34247         * modules/unistd: Likewise.
34248         * modules/wchar: Likewise.
34249         * modules/wctype: Likewise.
34250         * modules/sys_stat: Change maintainer to "all".
34251         * modules/unistd: Likewise.
34252
34253 2007-06-20  Karl Berry  <karl@gnu.org>
34254
34255         * config/srclist.txt: track www changes in license files.
34256
34257 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
34258
34259         * build-aux/bootstrap: Remove stray dot.
34260         Make sure build_aux settings are honored when linking
34261         gnulib_extra_files.
34262
34263 2007-06-19  Eric Blake  <ebb9@byu.net>
34264
34265         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34266         Allow compilation on cygwin.
34267
34268 2007-06-19  Jim Meyering  <jim@meyering.net>
34269
34270         xreadlink-with-size: Remove module.  No longer used.
34271         Ex-callers now use xreadlink or mreadlink-with-size.
34272         * modules/xreadlink-with-size: Remove module.
34273         * lib/xreadlink-with-size.c: Remove file.
34274         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34275         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34276         just before the function definition *is* accurate.
34277
34278         Eliminate one way canonicalize_filename_mode could exit.
34279         * lib/canonicalize.c (canonicalize_filename_mode):
34280         Use mreadlink_with_size, not xreadlink_with_size.
34281
34282 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34283
34284         Detect porting problems to FreeBSD/arm, which has time_t wider than
34285         long int.  Original problem reported for GNU diff by Xin Li in
34286         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34287         * modules/getdate (Depends-on): Add intprops, verify.
34288         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34289         is an integer type no wider than long int.
34290
34291 2007-06-18  Jim Meyering  <jim@meyering.net>
34292
34293         New module: mreadlink-with-size.
34294         * MODULES.html.sh: Add mreadlink-with-size.
34295         * modules/mreadlink-with-size: New module
34296         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34297         not xreadlink-with-size.
34298         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34299
34300 2007-06-16  Bruno Haible  <bruno@clisp.org>
34301
34302         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34303         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34304         Reported by Gary V. Vaughan <gary@gnu.org>.
34305
34306 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34307
34308         Revamp lchown so that it lives in unistd.h where it belongs.
34309         * lib/lchown.h: Remove.
34310         * lib/dirchownmod.c: Don't include lib/lchown.h.
34311         * lib/fchownat.c: Likewise.
34312         * lib/openat.c: Likewise.
34313         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34314         does not follow symlinks.
34315         (EOPNOTSUPP): Define if not defined.
34316         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34317         is defined to 0.
34318         (lchown): New decl.
34319         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34320         Do not check for lchown decl.
34321         Set REPLACE_LCHOWN.
34322         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34323         REPLACE_LCHOWN.
34324         * modules/chown: Make it clear it follows symlinks.
34325         * modules/lchown: Make it clear it doesn't follow symlinks.
34326         (Files): Remove lib/lchown.h
34327         (Depends-on): Add unistd.
34328         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34329         (Include): Include <unistd.h>, not "lchown.h".
34330         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34331         REPLACE_LCHOWN.
34332
34333 2007-06-15  Jim Meyering  <jim@meyering.net>
34334
34335         Change license (GPL to LGPL) of fsusage and dependents.
34336         * modules/fsusage (License): Change to LGPL.
34337         * modules/full-read (License): Likewise.
34338         * modules/full-write (License): Likewise.
34339         * modules/safe-read (License): Likewise.
34340         * modules/safe-write (License): Likewise.
34341
34342 2007-06-14  Ben Pfaff  <blp@gnu.org>
34343
34344         Missing part of allocsa -> malloca transition.
34345         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34346         gl_MALLOCA.
34347
34348 2007-06-12  Bruno Haible  <bruno@clisp.org>
34349
34350         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34351         to ia64, x86_64, i386.
34352         Reported by Eric Blake.
34353
34354 2007-06-12  Bruno Haible  <bruno@clisp.org>
34355
34356         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34357         cross-compiling to x86_64.
34358
34359 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34360
34361         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34362         glitch reported by Ralf Wildenhues in
34363         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34364
34365         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34366         Vin Shelton.
34367
34368 2007-06-11  Bruno Haible  <bruno@clisp.org>
34369
34370         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34371         replacement string.
34372         Reported by Eric Blake.
34373
34374 2007-06-10  Bruno Haible  <bruno@clisp.org>
34375
34376         Prepare vasnprintf code for use with Unicode strings.
34377         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34378         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34379         TYPE_U32_STRING.
34380         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34381         a_u32_string variants.
34382         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34383         * lib/printf-args.c: Don't include config.h and the specification
34384         header if PRINTF_FETCHARGS is already defined.
34385         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34386         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34387         TYPE_U16_STRING, TYPE_U32_STRING.
34388         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34389         u16_directive, u16_directives, u32_directive, u32_directives): New
34390         types.
34391         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34392         New declarations.
34393         * lib/printf-parse.c: Don't include config.h and the specification
34394         header if PRINTF_PARSE is already defined. Eliminate the set of
34395         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34396         them now. Include c-ctype.h.
34397         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34398         directive and CHAR_T_ONLY_ASCII.
34399         * lib/vasnprintf.c: Don't include config.h and the specification header
34400         if VASNPRINTF is already defined.
34401         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34402         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34403         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34404         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34405         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34406         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34407         code accordingly.
34408         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34409         pad_ourselves also in this case, with the 'c' and 's' directives, and
34410         with a different notion of "width".
34411         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34412
34413 2007-06-10  Bruno Haible  <bruno@clisp.org>
34414
34415         * modules/unistr/u32-mbsnlen: New file.
34416         * lib/unistr/u32-mbsnlen.c: New file.
34417
34418         * modules/unistr/u16-mbsnlen: New file.
34419         * lib/unistr/u16-mbsnlen.c: New file.
34420
34421         * modules/unistr/u8-mbsnlen: New file.
34422         * lib/unistr/u8-mbsnlen.c: New file.
34423
34424         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34425         declarations.
34426
34427 2007-06-10  Bruno Haible  <bruno@clisp.org>
34428
34429         * lib/string_.h (mbsnlen): New declaration.
34430         * lib/mbsnlen.c: New file.
34431         * m4/mbsnlen.m4: New file.
34432         * modules/mbsnlen: New file.
34433         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34434         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34435         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34436
34437 2007-06-10  Bruno Haible  <bruno@clisp.org>
34438
34439         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34440
34441 2007-06-10  Bruno Haible  <bruno@clisp.org>
34442
34443         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34444         * lib/mbuiter.h: Likewise.
34445
34446 2007-06-10  Bruno Haible  <bruno@clisp.org>
34447
34448         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34449         declaration.
34450
34451 2007-06-10  Karl Berry  <karl@gnu.org>
34452
34453         * config/srclist.txt: remove gettext entries, Bruno prefers
34454         to update individually.
34455
34456 2007-06-10  Bruno Haible  <bruno@clisp.org>
34457
34458         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34459         'maxlen'. Ensure only length + width bytes are allocated, not
34460         length + 1 + width.
34461
34462 2007-06-09  Bruno Haible  <bruno@clisp.org>
34463
34464         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34465         (CHAR_T): Remove macro.
34466         (VASNPRINTF): Update.
34467
34468 2007-06-09  Bruno Haible  <bruno@clisp.org>
34469
34470         * MODULES.html.sh (Unicode string functions): Add the new modules.
34471
34472         * modules/uniconv/u32-conv-to-enc: New file.
34473         * lib/uniconv/u32-conv-to-enc.c: New file.
34474         * modules/uniconv/u32-conv-to-enc-tests: New file.
34475         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34476
34477         * modules/uniconv/u16-conv-to-enc: New file.
34478         * lib/uniconv/u16-conv-to-enc.c: New file.
34479         * lib/uniconv/u-conv-to-enc.h: New file.
34480         * modules/uniconv/u16-conv-to-enc-tests: New file.
34481         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34482
34483         * modules/uniconv/u8-conv-to-enc: New file.
34484         * lib/uniconv/u8-conv-to-enc.c: New file.
34485         * modules/uniconv/u8-conv-to-enc-tests: New file.
34486         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34487
34488         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34489         u32_conv_to_encoding): New declarations.
34490
34491 2007-06-09  Bruno Haible  <bruno@clisp.org>
34492
34493         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34494
34495 2007-06-09  Bruno Haible  <bruno@clisp.org>
34496
34497         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34498         * modules/malloca: Renamed from modules/allocsa, updated.
34499         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34500         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34501         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34502         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34503         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34504         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34505         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34506         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34507         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34508         * modules/c-strcasestr (Depends-on): Update.
34509         * lib/c-strcasestr.c: Update.
34510         * modules/c-strstr (Depends-on): Update.
34511         * lib/c-strstr.c: Update.
34512         * modules/canonicalize-lgpl (Depends-on): Update.
34513         * lib/canonicalize-lgpl.c: Update.
34514         * modules/clean-temp (Depends-on): Update.
34515         * lib/clean-temp.c: Update.
34516         * modules/csharpcomp (Depends-on): Update.
34517         * lib/csharpcomp.c: Update.
34518         * modules/csharpexec (Depends-on): Update.
34519         * lib/csharpexec.c: Update.
34520         * modules/javacomp (Depends-on): Update.
34521         * lib/javacomp.c: Update.
34522         * modules/javaexec (Depends-on): Update.
34523         * lib/javaexec.c: Update.
34524         * modules/mbscasestr (Depends-on): Update.
34525         * lib/mbscasestr.c: Update.
34526         * modules/mbsstr (Depends-on): Update.
34527         * lib/mbsstr.c: Update.
34528         * modules/setenv (Depends-on): Update.
34529         * lib/setenv.c: Update.
34530         * modules/strcasestr (Depends-on): Update.
34531         * lib/strcasestr.c: Update.
34532         * modules/striconveha (Depends-on): Update.
34533         * lib/striconveha.c: Update.
34534         * modules/relocatable-prog-wrapper (Files): Update.
34535         * lib/relocwrapper.c: Update.
34536         * build-aux/install-reloc: Update.
34537         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34538
34539 2007-06-08  Bruno Haible  <bruno@clisp.org>
34540
34541         Port to uClibc.
34542         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34543         * lib/fpurge.c (fpurge): Likewise.
34544         * lib/freading.c (freading): Likewise.
34545         * lib/fseeko.c (rpl_fseeko): Likewise.
34546         * lib/fseterr.c (fseterr): Likewise.
34547         * lib/fwriting.c (fwriting): Likewise.
34548         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34549
34550 2007-06-08  Bruno Haible  <bruno@clisp.org>
34551
34552         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34553         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34554         * modules/gettext (Files): Add m4/intlmacosx.m4.
34555
34556 2007-06-07  Bruno Haible  <bruno@clisp.org>
34557
34558         * modules/localename-tests: New file.
34559         * tests/test-localename.c: New file.
34560
34561         New module 'localename'.
34562         * lib/localename.h: New file.
34563         * lib/localename.c: New file, from GNU gettext.
34564         * m4/localename.m4: New file.
34565         * modules/localename: New file.
34566
34567 2007-06-07  Bruno Haible  <bruno@clisp.org>
34568
34569         Work around the lack of <wchar.h> on some builds of uClibc.
34570         * doc/headers/wchar.texi: Update.
34571         * lib/wchar_.h: Include <wchar.h> only if it exists.
34572         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34573         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34574         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34575         doesn't exist.
34576         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34577         * modules/mbfile (Depends-on): Add wchar.
34578         * modules/mbiter (Depends-on): Likewise.
34579         * modules/mbuiter (Depends-on): Likewise.
34580         Reported by Simon Josefsson.
34581
34582 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34583
34584         Work around problem reported by Steven M. Schweda in
34585         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34586         Tru64 5.1B with the Compaq compiler environment installed declares
34587         an 'isblank' function but does not define it in the C library.
34588         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34589         * lib/regex_internal.h (isblank): Likewise.
34590         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34591         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34592
34593 2007-06-05  Bruno Haible  <bruno@clisp.org>
34594
34595         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34596         ia64.
34597         * modules/printf-safe: New file.
34598         * modules/fprintf-posix (Depends-on): Add printf-safe.
34599         * modules/printf-posix (Depends-on): Likewise.
34600         * modules/snprintf-posix (Depends-on): Likewise.
34601         * modules/sprintf-posix (Depends-on): Likewise.
34602         * modules/vasnprintf-posix (Depends-on): Likewise.
34603         * modules/vasprintf-posix (Depends-on): Likewise.
34604         * modules/vfprintf-posix (Depends-on): Likewise.
34605         * modules/vprintf-posix (Depends-on): Likewise.
34606         * modules/vsnprintf-posix (Depends-on): Likewise.
34607         * modules/vsprintf-posix (Depends-on): Likewise.
34608         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34609         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34610         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34611         "no" on i386, x86_64, ia64.
34612         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34613         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34614         on i386, x86_64, ia64.
34615         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34616         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34617         on i386, x86_64, ia64.
34618         * tests/test-vasnprintf-posix.c: Include float.h.
34619         (LDBL80_WORDS): New macro.
34620         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34621         on i386, x86_64, ia64.
34622         * tests/test-vasprintf-posix.c: Include float.h.
34623         (LDBL80_WORDS): New macro.
34624         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34625         on i386, x86_64, ia64.
34626         * tests/test-snprintf-posix.c: Include float.h.
34627         * tests/test-sprintf-posix.c: Likewise.
34628         * tests/test-vsnprintf-posix.c: Likewise.
34629         * tests/test-vsprintf-posix.c: Likewise.
34630
34631 2007-06-05  Bruno Haible  <bruno@clisp.org>
34632
34633         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34634         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34635         non-IEEE numbers on i386, x86_64, ia64.
34636         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34637         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34638         * tests/test-isnanl.h: Include float.h.
34639         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34640
34641 2007-06-05  Bruno Haible  <bruno@clisp.org>
34642
34643         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34644         also the %a / %A. Handle the %a / %A code before this extra handling.
34645
34646 2007-06-05  Bruno Haible  <bruno@clisp.org>
34647
34648         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34649         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34650
34651 2007-06-05  Bruno Haible  <bruno@clisp.org>
34652
34653         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34654         typo in variable name.
34655
34656 2007-06-05  Eric Blake  <ebb9@byu.net>
34657
34658         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34659         Reported by Simon Josefsson.
34660
34661 2007-06-04  Bruno Haible  <bruno@clisp.org>
34662
34663         Avoid test failures on some PowerPC platforms.
34664         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34665         Define differently for PowerPC.
34666         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34667         Reported by Gary V. Vaughan <gary@gnu.org>.
34668
34669 2007-06-02  Bruno Haible  <bruno@clisp.org>
34670
34671         Fix test-stdint failure on FreeBSD/ia64.
34672         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34673         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34674         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34675         * doc/headers/stdint.texi: Update.
34676
34677 2007-06-01  Bruno Haible  <bruno@clisp.org>
34678
34679         * tests/test-binary-io.c (main): Pass a third argument to open().
34680         Reported by Gary V. Vaughan <gary@gnu.org>.
34681
34682 2007-06-01  Bruno Haible  <bruno@clisp.org>
34683
34684         * doc/functions/frexpl.texi: Update for mingw.
34685
34686 2007-06-01  Bruno Haible  <bruno@clisp.org>
34687
34688         * tests/test-lseek.c (main): Disable test of errno for invalid third
34689         argument.
34690         * doc/functions/lseek.texi: Update.
34691         Reported by Gary V. Vaughan <gary@gnu.org>.
34692
34693 2007-05-28  Bruno Haible  <bruno@clisp.org>
34694
34695         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34696
34697 2007-05-31  Eric Blake  <ebb9@byu.net>
34698
34699         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34700         cross compiling.
34701
34702 2007-05-30  Eric Blake  <ebb9@byu.net>
34703         and Bruno Haible  <bruno@clisp.org>
34704
34705         Work around mingw test failures exposed by m4-1.4.9b.
34706         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34707         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34708         moment.
34709
34710 2007-05-30  Bruno Haible  <bruno@clisp.org>
34711
34712         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34713         assuming that they are closed. Needed on HP-UX 11.
34714
34715 2007-05-29  Bruno Haible  <bruno@clisp.org>
34716
34717         Fix a problem with #include_next.
34718         * lib/dirent_.h: Split the double-inclusion guard.
34719         * lib/fcntl_.h: Likewise.
34720         * lib/float_.h: Likewise.
34721         * lib/iconv_.h: Likewise.
34722         * lib/inttypes_.h: Likewise.
34723         * lib/locale_.h: Likewise.
34724         * lib/math_.h: Likewise.
34725         * lib/netinet_in_.h: Likewise.
34726         * lib/search_.h: Likewise.
34727         * lib/signal_.h: Likewise.
34728         * lib/stdint_.h: Likewise.
34729         * lib/stdio_.h: Likewise.
34730         * lib/stdlib_.h: Likewise.
34731         * lib/string_.h: Likewise.
34732         * lib/sys_select_.h: Likewise.
34733         * lib/sys_socket_.h: Likewise.
34734         * lib/sys_stat_.h: Likewise.
34735         * lib/sys_time_.h: Likewise.
34736         * lib/sysexits_.h: Likewise.
34737         * lib/time_.h: Likewise.
34738         * lib/unistd_.h: Likewise.
34739         * lib/wchar_.h: Likewise.
34740         * lib/wctype_.h: Likewise.
34741
34742 2007-05-29  Bruno Haible  <bruno@clisp.org>
34743
34744         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34745         for the moment.
34746
34747 2007-05-29  Bruno Haible  <bruno@clisp.org>
34748
34749         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34750         invocation.
34751         Reported by Eric Blake.
34752
34753 2007-05-29  Bruno Haible  <bruno@clisp.org>
34754
34755         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34756         compiling case.
34757
34758 2007-05-29  Eric Blake  <ebb9@byu.net>
34759             Bruno Haible  <bruno@clisp.org>
34760
34761         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34762         cross compiles.
34763
34764 2007-05-28  Eric Blake  <ebb9@byu.net>
34765
34766         * modules/closein-tests (test_closein_LDADD): Support test on
34767         cygwin with libtool.
34768
34769 2007-05-28  Bruno Haible  <bruno@clisp.org>
34770
34771         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34772         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34773         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34774         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34775         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34776         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34777         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34778         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34779         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34780
34781 2007-05-28  Eric Blake  <ebb9@byu.net>
34782
34783         Unconditionally include <config.h> in unit tests.
34784         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34785         * tests/test-allocsa.c, tests/test-arcfour.c,
34786         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34787         tests/test-array_list.c, tests/test-array_oset.c,
34788         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34789         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34790         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34791         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34792         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34793         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34794         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34795         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34796         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34797         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34798         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34799         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34800         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34801         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34802         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34803         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34804         test-md5.c, test-memmem.c, test-printf-posix.c,
34805         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34806         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34807         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34808         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34809         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34810         test-vasnprintf-posix2.c, test-vasnprintf.c,
34811         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34812         test-vfprintf-posix.c, test-vprintf-posix.c,
34813         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34814         test-xvasprintf.c: Likewise.
34815
34816 2007-05-28  Bruno Haible  <bruno@clisp.org>
34817
34818         * gnulib-tool (func_import): Remember the --with-tests command-line
34819         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34820         Reported by Eric Blake.
34821
34822 2007-05-28  Bruno Haible  <bruno@clisp.org>
34823
34824         * modules/ftell-tests: New file.
34825         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34826         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34827
34828         * lib/ftell.c: New file.
34829         * modules/ftell: New file.
34830         * m4/ftell.m4: New file.
34831         * doc/functions/ftell.texi: Update.
34832         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34833         REPLACE_FTELL.
34834         * lib/stdio_.h (rpl_ftell): New declaration.
34835         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34836         REPLACE_FTELL.
34837
34838 2007-05-28  Eric Blake  <ebb9@byu.net>
34839
34840         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34841
34842 2007-05-28  Bruno Haible  <bruno@clisp.org>
34843
34844         * modules/fseek-tests: New file.
34845         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34846         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34847
34848         * lib/fseek.c: New file.
34849         * modules/fseek: New file.
34850         * m4/fseek.m4: New file.
34851         * doc/functions/fseek.texi: Update.
34852         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34853         REPLACE_FSEEK.
34854         * lib/stdio_.h (rpl_fseek): New declaration.
34855         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34856         REPLACE_FSEEK.
34857
34858 2007-05-28  Bruno Haible  <bruno@clisp.org>
34859
34860         * lib/stdio_.h (fflush): More comments.
34861
34862 2007-05-28  Bruno Haible  <bruno@clisp.org>
34863
34864         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34865         runtime test.
34866
34867 2007-05-28  Eric Blake  <ebb9@byu.net>
34868
34869         Improve lseek module.
34870         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34871         * lib/unistd_.h (lseek): Scale back link warning message.
34872         * tests/test-lseek.c: Beef up test.
34873         * tests/test-lseek.sh: Exercise more facets of lseek.
34874         Reported by Bruno Haible.
34875
34876 2007-05-28  Bruno Haible  <bruno@clisp.org>
34877
34878         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34879         to define.
34880
34881 2007-05-27  Bruno Haible  <bruno@clisp.org>
34882
34883         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34884
34885 2007-05-27  Bruno Haible  <bruno@clisp.org>
34886
34887         * modules/openmp: New file.
34888         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34889         Noah Misch.
34890
34891 2007-05-26  Bruno Haible  <bruno@clisp.org>
34892
34893         * modules/chdir-long (Depends-on): Add fchdir.
34894         * modules/chdir-safer (Depends-on): Likewise.
34895         * modules/fts (Depends-on): Likewise.
34896         * modules/fts-lgpl (Depends-on): Likewise.
34897         * modules/openat (Depends-on): Likewise.
34898         * modules/savewd (Depends-on): Likewise.
34899
34900 2007-05-24  Eric Blake  <ebb9@byu.net>
34901
34902         Fix lseek on mingw.
34903         * modules/lseek: New module.
34904         * m4/lseek.m4: New file.
34905         * lib/lseek.c: New file.
34906         * modules/lseek-tests: New file.
34907         * tests/test-lseek.c: New file.
34908         * tests/test-lseek.sh: New file.
34909         * MODULES.html.sh: Document lseek module.
34910         * modules/fflush (Depends-on): Add lseek, fseeko.
34911         * modules/fseeko (Depends-on): Likewise.
34912         * modules/ftello (Depends-on): Likewise.
34913         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34914         broken.
34915         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34916         broken.
34917         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34918         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34919         * lib/ftello.c (rpl_ftello): Likewise.
34920         * tests/test-fseeko.c (main): Test this.
34921         * tests/test-fseeko.sh: Likewise.
34922         * tests/test-ftello.c (main): Likewise.
34923         * tests/test-ftello.sh: Likewise.
34924         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34925         implies replacing fseek.
34926         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34927         HAVE_FTELLO.
34928         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34929         * modules/unistd (Makefile.am): Likewise.
34930         * lib/unistd_.h (lseek): Declare a replacement.
34931         * doc/functions/lseek.texi (lseek): Document this fix.
34932         * doc/functions/fseek.texi (fseek): Likewise.
34933         * doc/functions/ftell.texi (ftell): Likewise.
34934
34935 2007-05-24  Bruno Haible  <bruno@clisp.org>
34936
34937         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34938         in the printed representation of a NaN.
34939         * tests/test-vasprintf-posix.c (test_function): Likewise.
34940         * tests/test-snprintf-posix.h (test_function): Likewise.
34941         * tests/test-sprintf-posix.h (test_function): Likewise.
34942         Reported by Eric Blake.
34943
34944 2007-05-23  Eric Blake  <ebb9@byu.net>
34945
34946         Fix fseeko/ftello on cygwin 1.5.24.
34947         * doc/functions/fseeko.texi (fseeko): Document the fix.
34948         * doc/functions/ftello.texi (ftello): Document the fix.
34949         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34950         * doc/functions/stdout.text (stdout): New file.
34951         * doc/functions/stderr.text (stderr): New file.
34952         * doc/gnulib.texi (Function Substitutes): Use new files.
34953         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34954         prior to 1.7.0.
34955         * tests/test-ftello.c (main): Likewise for ftello.
34956         * tests/test-fseeko.sh: New file.
34957         * tests/test-ftello.sh: New file.
34958         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34959         with seekable stdin.
34960         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34961         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34962         (gl_REPLACE_FSEEKO): New macro.
34963         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34964         * modules/fseeko (Files): Distribute fseeko.c.
34965         * modules/ftello (Files): Distribute ftello.c.
34966         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34967         mode.
34968         * lib/ftello.c (rpl_ftello): New file.
34969         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34970         fseeko, ftello.
34971         (gl_STDIN_LARGE_OFFSET): New macro.
34972         * modules/stdio (Makefile.am): Perform the replacement.
34973         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34974
34975 2007-05-23  Bruno Haible  <bruno@clisp.org>
34976
34977         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34978         GNULIB_POSIXCHECK is defined.
34979
34980 2007-05-21  Bruno Haible  <bruno@clisp.org>
34981
34982         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34983         Check also the output for NaN arguments. When cross-compiling, guess
34984         no on IRIX.
34985         * lib/vasnprintf.c: Update comments.
34986         * tests/test-vasnprintf-posix.c (strisnan): New function.
34987         (test_function): Use it.
34988         * tests/test-vasprintf-posix.c (strisnan): New function.
34989         (test_function): Use it.
34990         * tests/test-snprintf-posix.h (strisnan): New function.
34991         (test_function): Use it.
34992         * tests/test-sprintf-posix.h (strisnan): New function.
34993         (test_function): Use it.
34994         Reported by Eric Blake.
34995
34996 2007-05-20  Bruno Haible  <bruno@clisp.org>
34997
34998         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34999         numbers that fails on BeOS.
35000         * doc/functions/frexpl.texi: Update.
35001
35002 2007-05-20  Jim Meyering  <jim@meyering.net>
35003
35004         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35005         forced upon us by glibc-2.6.
35006
35007 2007-05-20  Bruno Haible  <bruno@clisp.org>
35008
35009         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35010         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35011         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35012         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35013         NEED_PRINTF_INFINITE.
35014         (is_infinitel): New function.
35015         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35016         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35017         gl_PREREQ_VASNPRINTF_INFINITE.
35018         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35019         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35020         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35021         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35022         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35023         gl_PREREQ_VASNPRINTF_INFINITE.
35024         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35025         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35026         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35027         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35028         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35029         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35030         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35031         * doc/functions/fprintf.texi: Update.
35032         * doc/functions/printf.texi: Update.
35033         * doc/functions/snprintf.texi: Update.
35034         * doc/functions/sprintf.texi: Update.
35035         * doc/functions/vfprintf.texi: Update.
35036         * doc/functions/vprintf.texi: Update.
35037         * doc/functions/vsnprintf.texi: Update.
35038         * doc/functions/vsprintf.texi: Update.
35039
35040 2007-05-20  Bruno Haible  <bruno@clisp.org>
35041
35042         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35043         was not found in libc.
35044         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35045
35046 2007-05-20  Bruno Haible  <bruno@clisp.org>
35047
35048         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35049         printed as "-nan" instead of "nan".
35050         * tests/test-vasprintf-posix.c (test_function): Likewise.
35051         * tests/test-snprintf-posix.h (test_function): Likewise.
35052         * tests/test-sprintf-posix.h (test_function): Likewise.
35053         Needed for HP-UX 11.
35054
35055 2007-05-20  Jim Meyering  <jim@meyering.net>
35056
35057         Fix buggy test for the fchownat-deref bug.
35058         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35059         symlink required for the run-test.  Without it, this test would
35060         always declare that fchownat doesn't work, and client code would
35061         unnecessarily use the replacement function with fixed libc.
35062         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35063         Reported by Greg Schafer.
35064
35065 2007-05-19  Bruno Haible  <bruno@clisp.org>
35066
35067         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35068         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35069         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35070         Needed for IRIX 6.5 and Solaris 2.5.1.
35071
35072 2007-05-19  Bruno Haible  <bruno@clisp.org>
35073
35074         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35075         (test_function): Skip tests involving -0.0 on platforms where
35076         -0.0 = 0.0.
35077         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35078         (test_function): Skip tests involving -0.0 on platforms where
35079         -0.0 = 0.0.
35080         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35081         (test_function): Skip tests involving -0.0 on platforms where
35082         -0.0 = 0.0.
35083         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35084         (test_function): Skip tests involving -0.0 on platforms where
35085         -0.0 = 0.0.
35086         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35087         tests.
35088         * tests/test-printf-posix.h (test_function): Likewise.
35089         * tests/test-printf-posix.output: Remove all -0.0 related results.
35090         Needed for IRIX 6.5.
35091
35092 2007-05-19  Bruno Haible  <bruno@clisp.org>
35093
35094         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35095         printed as "nan0x7fffffff" instead of "nan".
35096         * tests/test-vasprintf-posix.c (test_function): Likewise.
35097         * tests/test-snprintf-posix.h (test_function): Likewise.
35098         * tests/test-sprintf-posix.h (test_function): Likewise.
35099         * tests/test-fprintf-posix.h (NaN): Remove macro.
35100         (test_function): Remove all NaN related tests.
35101         * tests/test-printf-posix.h (NaN): Remove macro.
35102         (test_function): Remove all NaN related tests.
35103         * tests/test-printf-posix.output: Remove all NaN related results.
35104         Needed for IRIX 6.5.
35105
35106 2007-05-19  Bruno Haible  <bruno@clisp.org>
35107
35108         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35109         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35110
35111 2007-05-19  Bruno Haible  <bruno@clisp.org>
35112
35113         * lib/float_.h: New file.
35114         * m4/float_h.m4: New file.
35115         * modules/float: New file.
35116         * modules/isnanl (Dependencies): Add float.
35117         * modules/isnanl-nolibm (Dependencies): Likewise.
35118         * modules/mathl (Dependencies): Likewise.
35119         * modules/printf-frexpl (Dependencies): Likewise.
35120         * modules/signbit (Dependencies): Likewise.
35121         * modules/vasnprintf (Dependencies): Likewise.
35122         * doc/headers/float.texi: Update.
35123
35124 2007-05-19  Jim Meyering  <jim@meyering.net>
35125
35126         * lib/utimens.c (gl_futimens): Rename from futimens,
35127         now that glibc-2.6 declares futimens.
35128         * lib/utimens.h: Likewise.
35129
35130 2007-05-19  Bruno Haible  <bruno@clisp.org>
35131
35132         Avoid test failures on mingw.
35133         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
35134         * tests/test-printf-posix.sh: Likewise.
35135         * tests/test-vfprintf-posix.sh: Likewise.
35136         * tests/test-vprintf-posix.sh: Likewise.
35137
35138 2007-05-19  Bruno Haible  <bruno@clisp.org>
35139
35140         Fix *printf result for NaN, Inf, -0.0 on mingw.
35141         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
35142         * lib/vasnprintf.c: Include math.h and isnan.h.
35143         (is_infinite_or_zero): New function.
35144         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
35145         values in the %f, %F, %e, %E, %g, %G directives.
35146         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
35147         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35148         gl_PRINTF_INFINITE and test its result. Invoke
35149         gl_PREREQ_VASNPRINTF_INFINITE.
35150         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35151         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35152         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35153         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35154         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35155         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35156         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35157         * doc/functions/fprintf.texi: Update.
35158         * doc/functions/printf.texi: Update.
35159         * doc/functions/snprintf.texi: Update.
35160         * doc/functions/sprintf.texi: Update.
35161         * doc/functions/vfprintf.texi: Update.
35162         * doc/functions/vprintf.texi: Update.
35163         * doc/functions/vsnprintf.texi: Update.
35164         * doc/functions/vsprintf.texi: Update.
35165
35166 2007-05-19  Bruno Haible  <bruno@clisp.org>
35167
35168         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
35169         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
35170         Instead of multiplying with 10^k, set extra_zeroes to k.
35171         (scale10_round_long_double): Remove function.
35172
35173 2007-05-18  Bruno Haible  <bruno@clisp.org>
35174
35175         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
35176         introduced on 2007-05-06.
35177
35178 2007-05-18  Bruno Haible  <bruno@clisp.org>
35179
35180         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
35181         %g directives.
35182         * tests/test-vasprintf-posix.c (test_function): Likewise.
35183         * tests/test-snprintf-posix.h (test_function): Likewise.
35184         * tests/test-sprintf-posix.h (test_function): Likewise.
35185
35186 2007-05-18  Bruno Haible  <bruno@clisp.org>
35187
35188         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
35189         (strmatch): New function.
35190         (test_function): Test the %f directive on numbers of various exponents.
35191         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
35192         (strmatch): New function.
35193         (test_function): Test the %f directive on numbers of various exponents.
35194         * tests/test-snprintf-posix.h (strmatch): New function.
35195         (test_function): Test the %f directive on numbers of various exponents.
35196         * tests/test-sprintf-posix.h (strmatch): New function.
35197         (test_function): Test the %f directive on numbers of various exponents.
35198         * tests/test-snprintf-posix.c (SIZEOF): New macro.
35199         * tests/test-sprintf-posix.c (SIZEOF): New macro.
35200         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
35201         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
35202
35203 2007-05-18  Bruno Haible  <bruno@clisp.org>
35204
35205         Add support for 'long double' number output.
35206         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
35207         * lib/vasnprintf.c: Include math.h and float+.h.
35208         (mp_limb_t): New type.
35209         (GMP_LIMB_BITS): New macro.
35210         (mp_twolimb_t): New type.
35211         (GMP_TWOLIMB_BITS): New macro.
35212         (mpn_t): New type.
35213         (multiply, divide, convert_to_decimal, decode_long_double,
35214         scale10_round_long_double, scale10_round_decimal_long_double,
35215         floorlog10l): New functions.
35216         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
35217         for the %f, %F, %e, %E, %g, %G directives.
35218         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
35219         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35220         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
35221         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
35222         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35223         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35224         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35225         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35226         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35227         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35228         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35229         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
35230         * modules/snprintf-posix (Depends-on): Likewise.
35231         * modules/sprintf-posix (Depends-on): Likewise.
35232         * modules/vasnprintf-posix (Depends-on): Likewise.
35233         * modules/vasprintf-posix (Depends-on): Likewise.
35234         * modules/vfprintf-posix (Depends-on): Likewise.
35235         * modules/vsnprintf-posix (Depends-on): Likewise.
35236         * modules/vsprintf-posix (Depends-on): Likewise.
35237         * modules/vasnprintf (Files): Add lib/float+.h.
35238         * doc/functions/fprintf.texi: Update.
35239         * doc/functions/printf.texi: Update.
35240         * doc/functions/snprintf.texi: Update.
35241         * doc/functions/sprintf.texi: Update.
35242         * doc/functions/vfprintf.texi: Update.
35243         * doc/functions/vprintf.texi: Update.
35244         * doc/functions/vsnprintf.texi: Update.
35245         * doc/functions/vsprintf.texi: Update.
35246
35247 2007-05-18  Bruno Haible  <bruno@clisp.org>
35248
35249         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
35250
35251 2007-05-18  Bruno Haible  <bruno@clisp.org>
35252
35253         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
35254         for printing 64-bit integers. Needed for mingw.
35255
35256 2007-05-18  Bruno Haible  <bruno@clisp.org>
35257
35258         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35259         gl_FUNC_FREXPL_WORKS.
35260         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
35261
35262 2007-05-18  Bruno Haible  <bruno@clisp.org>
35263
35264         * modules/frexpl-nolibm-tests: New file.
35265
35266         * modules/frexpl-nolibm: New file.
35267         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
35268
35269 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35270
35271         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
35272         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35273         GCC 4.2, which otherwise issues a lot of warnings.
35274         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35275         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35276         Likewise.
35277         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35278         * modules/iconv_open (iconv.h): Likewise.
35279         * modules/locale (locale.h): Likewise.
35280         * modules/netinet_in (netinet/in.h): Likewise.
35281         * modules/sys_select (sys_select.h): Likewise.
35282         * modules/sys_socket (sys/socket.h): Likewise.
35283         * modules/sys_stat (sys/stat.h): Likewise.
35284         * modules/sysexits (sysexits.h): Likewise.
35285         * modules/unistd (unistd.h): Likewise.
35286
35287 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35288
35289         * modules/closein-tests (Makefile.am): Distribute
35290         `test-closein.sh'.
35291
35292 2007-05-17  Bruno Haible  <bruno@clisp.org>
35293
35294         * tests/test-printf-posix.output: Renamed from
35295         tests/test-fprintf-posix.out.
35296         * modules/fprintf-posix-tests: Update.
35297         * modules/printf-posix-tests: Update.
35298         * modules/vfprintf-posix-tests: Update.
35299         * modules/vprintf-posix-tests: Update.
35300         * tests/test-fprintf-posix.sh: Update.
35301         * tests/test-printf-posix.sh: Update.
35302         * tests/test-vfprintf-posix.sh: Update.
35303         * tests/test-vprintf-posix.sh: Update.
35304         Reported by Ralf Wildenhues.
35305
35306 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35307
35308         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35309         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35310         GCC 4.2, which otherwise issues a lot of warnings.
35311         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35312         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35313         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35314         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35315         it should no longer be needed.
35316         * lib/string_.h: Likewise.
35317         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35318         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35319         * modules/inttypes (inttypes.h): Likewise.
35320         * modules/math (math.h): Likewise.
35321         * modules/search (search.h): Likewise.
35322         * modules/signal (signal.h): Likewise.
35323         * modules/stdint (stdint.h): Likewise.
35324         * modules/stdio (stdio.h): Likewise.
35325         * modules/stdlib (stdlib.h): Likewise.
35326         * modules/string (string.h): Likewise.
35327         * modules/sys_time (sys/time.h): Likewise.
35328         * modules/time (time.h): Likewise.
35329         * modules/wchar (wchar.h): Likewise.
35330         * modules/wctype (wtype.h): Likewise.
35331
35332 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35333
35334         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35335
35336 2007-05-13  Bruno Haible  <bruno@clisp.org>
35337
35338         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35339         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35340         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35341         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35342         (gl_PREREQ_STRTOK_R): Don't require it here.
35343
35344 2007-05-13  Bruno Haible  <bruno@clisp.org>
35345
35346         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35347         when used in C++ mode.
35348
35349 2007-05-12  Bruno Haible  <bruno@clisp.org>
35350
35351         * lib/linebuffer.h: Tweak doc.
35352         * lib/linebuffer.c: Likewise.
35353
35354 2007-05-12  James Youngman  <jay@gnu.org>
35355
35356         * lib/linebuffer.c (readlinebuffer_delim): New function,
35357         like readlinebuffer, but use a caller-specified delimiter.
35358         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35359         as the delimiter.
35360         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35361
35362 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35363
35364         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35365         * modules/openat (Files): Remove openat-die.c.
35366         (Depends-on): Add openat-die.
35367         * modules/openat-die: New module.
35368
35369 2007-05-06  Bruno Haible  <bruno@clisp.org>
35370
35371         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35372         Update with info about Cygwin.
35373         * doc/functions/fprintf.texi: Update.
35374         * doc/functions/printf.texi: Update.
35375         * doc/functions/snprintf.texi: Update.
35376         * doc/functions/sprintf.texi: Update.
35377         * doc/functions/vfprintf.texi: Update.
35378         * doc/functions/vprintf.texi: Update.
35379         * doc/functions/vsnprintf.texi: Update.
35380         * doc/functions/vsprintf.texi: Update.
35381         Reported by Eric Blake.
35382
35383 2007-05-06  Bruno Haible  <bruno@clisp.org>
35384
35385         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35386         padding ourselves for the floating-point directives.
35387         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35388         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35389         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35390         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35391         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35392         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35393         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35394         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35395         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35396         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35397         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35398         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35399         * tests/test-snprintf-posix.h (test_function): Also check the width
35400         and some flags in the %f directive.
35401         * tests/test-sprintf-posix.h (test_function): Likewise.
35402         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35403         * tests/test-vasprintf-posix.c (test_function): Likewise.
35404         * doc/functions/fprintf.texi: Update.
35405         * doc/functions/printf.texi: Update.
35406         * doc/functions/snprintf.texi: Update.
35407         * doc/functions/sprintf.texi: Update.
35408         * doc/functions/vfprintf.texi: Update.
35409         * doc/functions/vprintf.texi: Update.
35410         * doc/functions/vsnprintf.texi: Update.
35411         * doc/functions/vsprintf.texi: Update.
35412
35413 2007-05-06  Bruno Haible  <bruno@clisp.org>
35414
35415         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35416         pass the ' flag character to sprintf or snprintf.
35417         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35418         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35419         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35420         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35421         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35422         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35423         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35424         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35425         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35426         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35427         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35428         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35429         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35430         flag.
35431         * tests/test-sprintf-posix.h (test_function): Likewise.
35432         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35433         * tests/test-vasprintf-posix.c (test_function): Likewise.
35434         * doc/functions/fprintf.texi: Update.
35435         * doc/functions/printf.texi: Update.
35436         * doc/functions/snprintf.texi: Update.
35437         * doc/functions/sprintf.texi: Update.
35438         * doc/functions/vfprintf.texi: Update.
35439         * doc/functions/vprintf.texi: Update.
35440         * doc/functions/vsnprintf.texi: Update.
35441         * doc/functions/vsprintf.texi: Update.
35442
35443 2007-05-01  Bruno Haible  <bruno@clisp.org>
35444
35445         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35446
35447 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35448
35449         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35450         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35451
35452 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35453
35454         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35455         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35456         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35457
35458 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35459
35460         * lib/argp-help.c (struct hol_entry): New member `ord'.
35461         (HOL_ENTRY_PTRCMP): Use ord for comparison
35462         (hol_sort): Initialize ord.
35463
35464 2007-05-01  Bruno Haible  <bruno@clisp.org>
35465
35466         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35467         Reported by Eric Blake.
35468         * doc/gnulib.texi (Function Substitutes): Update.
35469
35470 2007-05-01  Bruno Haible  <bruno@clisp.org>
35471
35472         * doc/functions.texi: Remove file, now redundant through
35473         doc/functions/*.texi.
35474
35475 2007-05-01  Bruno Haible  <bruno@clisp.org>
35476
35477         * modules/argp (Depends-on): Add sleep.
35478
35479 2007-05-01  Bruno Haible  <bruno@clisp.org>
35480
35481         * modules/sleep-tests: New file.
35482         * tests/test-sleep.c: New file.
35483
35484         * modules/sleep: New file.
35485         * lib/sleep.c: New file.
35486         * m4/sleep.m4: New file.
35487         * lib/unistd_.h (sleep): New declaration.
35488         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35489         HAVE_SLEEP.
35490         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35491         * doc/functions/sleep.texi: Document the sleep module.
35492
35493 2007-05-01  Bruno Haible  <bruno@clisp.org>
35494
35495         * lib/sigprocmask.h: Remove file.
35496         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35497         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35498         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35499         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35500         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35501         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35502         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35503         HAVE_SIGSET_T as a shell variable.
35504         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35505         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35506         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35507         (Depends-on): Add signal. Remove verify.
35508         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35509         (Include): Mention <signal.h> instead of sigprocmask.h.
35510         * NEWS: Mention the change.
35511         * lib/fatal-signal.c: Don't include sigprocmask.h.
35512
35513 2007-05-01  Bruno Haible  <bruno@clisp.org>
35514
35515         * modules/signal: New file.
35516         * lib/signal_.h: New file.
35517         * m4/signal_h.m4: New file.
35518
35519 2007-05-01  Bruno Haible  <bruno@clisp.org>
35520
35521         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35522         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35523         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35524         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35525
35526 2007-05-01  Bruno Haible  <bruno@clisp.org>
35527
35528         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35529         configure time.
35530         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35531         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35532         * modules/sys_stat (Makefile.am): Substitute their values into
35533         sys/stat.h.
35534
35535 2007-05-01  Bruno Haible  <bruno@clisp.org>
35536
35537         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35538         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35539         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35540
35541 2007-05-01  Bruno Haible  <bruno@clisp.org>
35542
35543         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35544         'assert' module here.
35545
35546 2007-05-01  Bruno Haible  <bruno@clisp.org>
35547
35548         * doc/functions/*.texi: New files.
35549         * doc/functions/google-ranking.txt: New file.
35550         * doc/gnulib.texi (Function Substitutes): New chapter.
35551         (ctime, inet_ntoa): Remove sections.
35552         * doc/ctime.texi: Remove file.
35553         * doc/inet_ntoa.texi: Remove file.
35554         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35555         dependencies.
35556         (%.info): New rule, specifying a --reference-limit.
35557
35558 2007-05-01  Bruno Haible  <bruno@clisp.org>
35559
35560         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35561
35562 2007-05-01  Bruno Haible  <bruno@clisp.org>
35563
35564         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35565         the portability of 'mkdir' to mingw systems.
35566
35567 2007-05-01  Bruno Haible  <bruno@clisp.org>
35568
35569         * doc/headers/google-ranking.txt: New file.
35570
35571 2007-04-30  Eric Blake  <ebb9@byu.net>
35572
35573         Prefer fseeko to fseek.
35574         * modules/getpass (Depends-on): Add fseeko.
35575         * lib/getpass.c (getpass): Use fseeko, not fseek.
35576
35577 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35578
35579         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35580         assumes the sorting is stable, while most qsort implementations
35581         are not.  Use argument addresses to ensure they never compare as
35582         equal.
35583
35584         * tests/test-argp-2.sh (usage-indent test): Fix output
35585         (func_compare): Restore diff options
35586         * tests/test-argp.c: Restore #include "progname.h"
35587
35588 2007-04-29  Bruno Haible  <bruno@clisp.org>
35589
35590         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35591         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35592         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35593         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35594         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35595         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35596         (TESTS, check_PROGRAMS): Add test-snprintf.
35597         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35598         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35599         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35600         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35601         assertions that fail on HP-UX, OSF/1, or IRIX.
35602         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35603
35604 2007-04-29  Bruno Haible  <bruno@clisp.org>
35605
35606         * MODULES.html.sh (posix_functions): Remove 'contents'.
35607
35608 2007-04-29  Karl Berry  <karl@gnu.org>
35609
35610         * config/srclist.txt (gendocs_template_min): new entry.
35611
35612 2007-04-29  Bruno Haible  <bruno@clisp.org>
35613
35614         Work around fpurge bug on BSD systems.
35615         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35616         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35617         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35618         fpurge to rpl_fpurge if the system already has this function.
35619         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35620         the case where the system already has this function. Correct invariants
35621         on BSD systems.
35622         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35623         BSD systems.
35624
35625 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35626
35627         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35628         proposed by Sven Verdoolaege.
35629
35630         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35631         options.
35632         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35633         (usage and help tests): Update
35634
35635 2007-04-29  Bruno Haible  <bruno@clisp.org>
35636
35637         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35638         Print more information in case of failure. Disable a test on BeOS.
35639
35640 2007-04-29  Bruno Haible  <bruno@clisp.org>
35641
35642         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35643         This helps debugging on systems on which no gdb is available.
35644
35645 2007-04-29  Bruno Haible  <bruno@clisp.org>
35646
35647         * lib/freading.h: Improve comments.
35648         * lib/fwriting.h: Likewise.
35649         * tests/test-freading.c (main): Don't check freading immediately after
35650         repositioning. Needed for glibc.
35651
35652 2007-04-29  Bruno Haible  <bruno@clisp.org>
35653
35654         * lib/freading.c (freading): Trivial simplification.
35655
35656 2007-04-28  Bruno Haible  <bruno@clisp.org>
35657
35658         * tests/test-fwriting.c (main): Also test the interaction between
35659         fflush and fwriting.
35660         * modules/fwriting-tests (Depends-on): Add fflush.
35661
35662         * tests/test-freading.c (main): Also test the interaction between
35663         fflush and freading.
35664         * modules/freading-tests (Depends-on): Add fflush.
35665
35666 2007-04-28  Bruno Haible  <bruno@clisp.org>
35667
35668         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35669         fseeko and ftello.
35670         Suggested by Eric Blake.
35671
35672 2007-04-28  Jim Meyering  <jim@meyering.net>
35673
35674         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35675         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35676         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35677
35678 2007-04-27  Eric Blake  <ebb9@byu.net>
35679
35680         * doc/headers/assert.texi (assert.h): Document assert module use.
35681
35682 2007-04-27  Bruno Haible  <bruno@clisp.org>
35683
35684         * doc/headers/*.texi: New files.
35685         * doc/gnulib.texi (Header File Substitutes): New chapter.
35686         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35687         dependencies.
35688         (standards.info ,standards.html, standards.dvi): Update dependencies.
35689         (mostlyclean, clean): New targets.
35690
35691 2007-04-27  Bruno Haible  <bruno@clisp.org>
35692
35693         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35694         * modules/sysexits (Files, Makefile.am): Update.
35695
35696         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35697         * modules/sys_socket (Files, Makefile.am): Update.
35698
35699         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35700         * modules/sys_stat (Files, Makefile.am): Update.
35701
35702 2007-04-27  Eric Blake  <ebb9@byu.net>
35703
35704         * lib/freading.h: Improve comments.
35705         * lib/fwriting.h: Likewise.
35706         * lib/fflush.c: Likewise.
35707
35708         Fix closein for mingw.
35709         * modules/closein-tests: Add tests for closein.
35710         * tests/test-closein.c: New file.
35711         * tests/test-closein.sh: Likewise.
35712         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35713         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35714
35715 2007-04-27  Bruno Haible  <bruno@clisp.org>
35716
35717         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35718         version is < 6.
35719         * lib/math_.h [__DECC]: Likewise.
35720         * lib/stdio_.h [__DECC]: Likewise.
35721         * lib/stdlib_.h [__DECC]: Likewise.
35722         * lib/string_.h [__DECC]: Likewise.
35723         * lib/time_.h [__DECC]: Likewise.
35724         * lib/wchar_.h [__DECC]: Likewise.
35725         * lib/wctype_.h [__DECC]: Likewise.
35726
35727 2007-04-27  Bruno Haible  <bruno@clisp.org>
35728
35729         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35730
35731 2007-04-27  Bruno Haible  <bruno@clisp.org>
35732
35733         * lib/fflush.c: Add comments.
35734         * modules/fpurge-tests (Depends-on): Add fflush.
35735         * modules/freadable-tests (Depends-on): Likewise.
35736         * modules/fwritable-tests (Depends-on): Likewise.
35737
35738 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35739
35740         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35741         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35742         Report by Bruno Haible <bruno@clisp.org>.
35743
35744 2007-04-26  Eric Blake  <ebb9@byu.net>
35745
35746         Fix fflush on mingw.
35747         * modules/fflush (Depends-on): Add freading.
35748         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35749         but unread data.
35750
35751 2007-04-26  Eric Blake  <ebb9@byu.net>
35752         and Bruno Haible  <bruno@clisp.org>
35753
35754         Implement freading and fwriting.
35755         * lib/freading.c: New file.
35756         * lib/freading.h: Likewise.
35757         * m4/freading.m4: Likewise.
35758         * modules/freading: Likewise.
35759         * modules/freading-tests: Likewise.
35760         * tests/test-freading.c: Likewise.
35761         * lib/fwriting.c: New file.
35762         * lib/fwriting.h: Likewise.
35763         * m4/fwriting.m4: Likewise.
35764         * modules/fwriting: Likewise.
35765         * modules/fwriting-tests: Likewise.
35766         * tests/test-fwriting.c: Likewise.
35767         * MODULES.html.sh (File stream based Input/Output): Mention them.
35768
35769 2007-04-26  Bruno Haible  <bruno@clisp.org>
35770
35771         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35772         'long' when we assume it.
35773         Suggested by Eric Blake.
35774
35775 2007-04-26  Bruno Haible  <bruno@clisp.org>
35776
35777         Ensure fseeko, ftello are declared on glibc systems.
35778         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35779         * modules/fseeko (configure.ac-early): Likewise.
35780         * modules/ftello (configure.ac-early): Likewise.
35781         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35782         AC_FUNC_FSEEKO for this.
35783         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35784         (gl_CHECK_FSEEKO): Remove macro.
35785
35786 2007-04-26  Bruno Haible  <bruno@clisp.org>
35787
35788         * tests/test-fflush.c (main): Also check the ftell result after
35789         fflush and fseek/fseeko.
35790         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35791         file descriptor position cache in the stream.
35792         * lib/fseeko.c (rpl_fseeko): Likewise.
35793
35794 2007-04-26  Bruno Haible  <bruno@clisp.org>
35795
35796         * modules/fflush-tests (Depends-on): Add fseeko.
35797
35798 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35799             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35800
35801         * lib/argz_.h: ensure error_t definition is obtained in same
35802         mechanism system argz.h would have.
35803         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35804         argz facilities are known bad.  Err on the side of caution if
35805         cross-compiling.
35806
35807 2007-04-25  Eric Blake  <ebb9@byu.net>
35808
35809         * lib/fpurge.c (includes): Use stdlib.h for free.
35810         * tests/test-fflush.c (main): Also test fflush-fseeko.
35811
35812 2007-04-25  Bruno Haible  <bruno@clisp.org>
35813
35814         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35815         * lib/fseeko.c: New file.
35816         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35817         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35818         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35819         gl_FUNC_FSEEKO.
35820         (gl_FUNC_FSEEKO): Invoke it.
35821         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35822         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35823         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35824
35825 2007-04-25  Bruno Haible  <bruno@clisp.org>
35826
35827         * modules/fflush (Depends-on): Add ftello.
35828
35829 2007-04-25  Bruno Haible  <bruno@clisp.org>
35830
35831         * modules/ftello-tests: New file.
35832         * tests/test-ftello.c: New file.
35833
35834         * modules/ftello: New file.
35835         * m4/ftello.m4: New file.
35836         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35837         HAVE_FTELLO.
35838         * lib/stdio_.h (ftello): New declaration.
35839         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35840         HAVE_FTELLO.
35841
35842 2007-04-25  Bruno Haible  <bruno@clisp.org>
35843
35844         * modules/fseeko-tests: New file.
35845         * tests/test-fseeko.c: New file.
35846
35847         * modules/fseeko: New file.
35848         * m4/fseeko.m4: New file.
35849         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35850         HAVE_FSEEKO.
35851         * lib/stdio_.h (fseeko): New declaration.
35852         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35853         HAVE_FSEEKO.
35854
35855 2007-04-25  Bruno Haible  <bruno@clisp.org>
35856
35857         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35858
35859 2007-04-25  Bruno Haible  <bruno@clisp.org>
35860
35861         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35862         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35863         * tests/test-unistd.c: Likewise.
35864         * tests/test-fcntl.c: Likewise.
35865
35866 2007-04-23  Eric Blake  <ebb9@byu.net>
35867
35868         * lib/fflush.c: Fix missing include.
35869         Reported by Bruno Haible.
35870
35871 2007-04-23  Bruno Haible  <bruno@clisp.org>
35872
35873         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35874         Reported by Eric Blake.
35875
35876 2007-04-23  Bruno Haible  <bruno@clisp.org>
35877
35878         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35879
35880 2007-04-23  Bruno Haible  <bruno@clisp.org>
35881
35882         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35883
35884 2007-04-23  Bruno Haible  <bruno@clisp.org>
35885
35886         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35887         Needed on HP-UX 11.
35888
35889 2007-04-16  Eric Blake  <ebb9@byu.net>
35890
35891         Make fflush rely on fpurge.
35892         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35893         open coding all variants.
35894         * modules/fflush (Depends-on): Add fpurge and unistd.
35895         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35896         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35897
35898         Fix --with-tests compilation on cygwin.
35899         * modules/argmatch-tests (Makefile.am): List gnulib library first
35900         in LDADD.
35901         * modules/argp-tests (Makefile.am): Likewise.
35902         * modules/array-list-tests (Makefile.am): Likewise.
35903         * modules/array-oset-tests (Makefile.am): Likewise.
35904         * modules/avltree-list-tests (Makefile.am): Likewise.
35905         * modules/avltree-oset-tests (Makefile.am): Likewise.
35906         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35907         * modules/carray-list-tests (Makefile.am): Likewise.
35908         * modules/dirname-tests (Makefile.am): Likewise.
35909         * modules/frexp-tests (Makefile.am): Likewise.
35910         * modules/isnanl-tests (Makefile.am): Likewise.
35911         * modules/linked-list-tests (Makefile.am): Likewise.
35912         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35913         * modules/lock-tests (Makefile.am): Likewise.
35914         * modules/rbtree-list-tests (Makefile.am): Likewise.
35915         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35916         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35917         * modules/tls-tests (Makefile.am): Likewise.
35918         * modules/tsearch-tests (Makefile.am): Likewise.
35919         * modules/xvasprintf-tests (Makefile.am): Likewise.
35920
35921         Fix fpurge for cygwin.
35922         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35923         value.
35924         * modules/fpurge-tests (Depends-on): Clean up trash.
35925
35926 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35927
35928         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35929
35930         * m4/autobuild.m4: Re-indent.
35931
35932 2007-04-13  Bruno Haible  <bruno@clisp.org>
35933
35934         * modules/fpurge-tests: New file.
35935         * tests/test-fpurge.c: New file.
35936
35937         * modules/fpurge: New file.
35938         * lib/fpurge.h: New file.
35939         * lib/fpurge.c: New file.
35940         * m4/fpurge.m4: New file.
35941
35942 2007-04-13  Bruno Haible  <bruno@clisp.org>
35943
35944         * modules/fbufmode-tests: New file.
35945         * tests/test-fbufmode.c: New file.
35946
35947         * modules/fbufmode: New file.
35948         * lib/fbufmode.h: New file.
35949         * lib/fbufmode.c: New file.
35950         * m4/fbufmode.m4: New file.
35951
35952 2007-04-13  Bruno Haible  <bruno@clisp.org>
35953
35954         * modules/fwritable-tests: New file.
35955         * tests/test-fwritable.c: New file.
35956
35957         * modules/fwritable: New file.
35958         * lib/fwritable.h: New file.
35959         * lib/fwritable.c: New file.
35960         * m4/fwritable.m4: New file.
35961
35962 2007-04-13  Bruno Haible  <bruno@clisp.org>
35963
35964         * modules/freadable-tests: New file.
35965         * tests/test-freadable.c: New file.
35966
35967         * modules/freadable: New file.
35968         * lib/freadable.h: New file.
35969         * lib/freadable.c: New file.
35970         * m4/freadable.m4: New file.
35971
35972 2007-04-13  Bruno Haible  <bruno@clisp.org>
35973
35974         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35975         MOSTLYCLEANFILES.
35976
35977 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35978
35979         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35980         gzip bootstrap.conf to avoid dragging in i18n machinery.
35981         (gnulib_tool_option): Use it.
35982
35983 2007-04-13  Bruno Haible  <bruno@clisp.org>
35984
35985         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35986         %F directives.
35987         * tests/test-vasprintf-posix.c (test_function): Likewise.
35988         * tests/test-snprintf-posix.h (test_function): Likewise.
35989         * tests/test-sprintf-posix.h (test_function): Likewise.
35990         * tests/test-fprintf-posix.h (test_function): Likewise.
35991         * tests/test-printf-posix.h (test_function): Likewise.
35992         * tests/test-fprintf-posix.out: Likewise.
35993
35994 2007-04-13  Bruno Haible  <bruno@clisp.org>
35995
35996         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35997         * modules/tls-tests (configure.ac): Likewise.
35998         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35999
36000 2007-04-13  Bruno Haible  <bruno@clisp.org>
36001
36002         * lib/tls.c (glthread_tls_get): Fix return type.
36003         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36004
36005 2007-04-12  Eric Blake  <ebb9@byu.net>
36006
36007         * modules/gettime (Depends-on): Remove gettime.
36008         Reported by Dmitry V. Levin.
36009
36010 2007-04-12  Bruno Haible  <bruno@clisp.org>
36011
36012         * modules/fflush (Include): Mention <stdio.h>.
36013         * modules/strtoimax (Include): Mention <inttypes.h>.
36014         * modules/strtoumax (Include): Likewise.
36015
36016 2007-04-12  Eric Blake  <ebb9@byu.net>
36017
36018         * .cvsignore: New file.
36019         * .gitignore: Likewise.
36020
36021 2007-04-12  Bruno Haible  <bruno@clisp.org>
36022
36023         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36024         not before, since $(LDADD) often contains libgnu.a.
36025         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36026         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36027         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36028         Needed on Cygwin.
36029
36030 2007-04-12  Eric Blake  <ebb9@byu.net>
36031
36032         Work around glibc's failure to flush stdin on fclose.
36033         * lib/closein.c (close_stdin): Flush stdin before closing.
36034
36035         Work around glibc's failure to reset seekable stdin on exit.
36036         * modules/closein: New module.
36037         * lib/closein.c: New file.
36038         * lib/closein.h: Likewise.
36039         * m4/closein.m4: Likewise.
36040         * MODULES.html.sh (File stream based Input/Output): Document it.
36041
36042 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36043
36044         * gnulib-tool: Rename generated 'autobuild' script to
36045         'do-autobuild' in --create-megatestdir output.
36046
36047         * doc/gnulib.texi (Build robot for gnulib): Fix.
36048
36049 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36050
36051         * modules/sysexits (Depends-on): Add absolute-header.
36052
36053 2007-04-12  Eric Blake  <ebb9@byu.net>
36054
36055         No need to preserve errno on success.
36056         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36057         Reported by Bruno Haible.
36058
36059 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36060
36061         * MODULES.html.sh (Support for maintaining and releasing
36062         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36063
36064 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36065
36066         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36067
36068 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36069
36070         * modules/autobuild: New module.
36071
36072         * m4/autobuild.m4: New file.
36073
36074 2007-04-11  Bruno Haible  <bruno@clisp.org>
36075
36076         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36077         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36078         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36079         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36080         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36081         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36082         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36083         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36084         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36085         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36086         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36087         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36088         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36089         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36090         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36091         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36092         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36093         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36094         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36095         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36096         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36097         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36098         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36099         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36100         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36101         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36102         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36103         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36104         Reported by Eric Blake.
36105
36106 2007-04-11  Bruno Haible  <bruno@clisp.org>
36107
36108         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36109
36110 2007-04-10  Bruno Haible  <bruno@clisp.org>
36111
36112         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36113         for NaN and Infinity. Needed on FreeBSD 6.1.
36114         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36115         regarding results for "%010a" of Infinity and NaN.
36116         * tests/test-vasprintf-posix.c (test_function): Likewise.
36117         * tests/test-snprintf-posix.h (test_function): Likewise.
36118         * tests/test-sprintf-posix.h (test_function): Likewise.
36119         * tests/test-fprintf-posix.h (test_function): Likewise.
36120         * tests/test-printf-posix.h (test_function): Likewise.
36121         * tests/test-fprintf-posix.out: Likewise.
36122
36123 2007-04-10  Bruno Haible  <bruno@clisp.org>
36124
36125         * modules/locale-tests: New file.
36126         * tests/test-locale.c: New file.
36127
36128         * modules/locale: New file.
36129         * lib/locale_.h: New file.
36130         * m4/locale_h.m4: New file.
36131
36132 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
36133             Bruno Haible  <bruno@clisp.org>
36134
36135         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
36136         be determined, test for availability of the copysignf, copysign,
36137         copysignl functions.
36138         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
36139         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
36140         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
36141
36142 2007-04-09  Eric Blake  <ebb9@byu.net>
36143
36144         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
36145         * modules/stdio (Makefile.am): Support fflush.
36146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
36147         * modules/fflush: New file.
36148         * lib/fflush.c: Likewise.
36149         * m4/fflush.m4: Likewise.
36150         * modules/fflush-tests: New test.
36151         * tests/test-fflush.c: Likewise.
36152         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
36153
36154 2007-04-06  Bruno Haible  <bruno@clisp.org>
36155
36156         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
36157         (VASNPRINTF): Use signbit for faster determination whether to print a
36158         minus sign.
36159         * modules/vasnprintf (Files): Remove lib/float+.h.
36160         * modules/fprintf-posix (Depends-on): Add signbit.
36161         * modules/snprintf-posix (Depends-on): Likewise.
36162         * modules/sprintf-posix (Depends-on): Likewise.
36163         * modules/vasnprintf-posix (Depends-on): Likewise.
36164         * modules/vasprintf-posix (Depends-on): Likewise.
36165         * modules/vfprintf-posix (Depends-on): Likewise.
36166         * modules/vsnprintf-posix (Depends-on): Likewise.
36167         * modules/vsprintf-posix (Depends-on): Likewise.
36168
36169 2007-04-06  Bruno Haible  <bruno@clisp.org>
36170
36171         * tests/test-frexp.c (main): Test also the sign bit of zero results.
36172         * tests/test-frexpl.c (main): Likewise.
36173         * tests/test-ldexpl.c (main): Likewise.
36174         * modules/frexp-tests (Depends-on): Add signbit.
36175         * modules/frexpl-tests (Depdends-on): Likewise.
36176         * modules/ldexpl-tests (Depdends-on): Likewise.
36177
36178 2007-04-06  Bruno Haible  <bruno@clisp.org>
36179
36180         * modules/signbit-tests: New file.
36181         * tests/test-signbit.c: New file.
36182
36183         * modules/signbit: New file.
36184         * lib/signbitf.c: New file.
36185         * lib/signbitd.c: New file.
36186         * lib/signbitl.c: New file.
36187         * m4/signbit.m4: New file.
36188         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
36189         (signbit): New macro.
36190         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
36191         REPLACE_SIGNBIT.
36192         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
36193         REPLACE_FREXPL into math.h.
36194
36195 2007-04-06  Bruno Haible  <bruno@clisp.org>
36196
36197         * modules/isnanf-nolibm-tests: New file.
36198         * tests/test-isnanf.c: New file.
36199
36200         * modules/isnanf-nolibm: New file.
36201         * lib/isnanf.h: New file.
36202         * lib/isnanf.c: New file.
36203         * lib/isnan.c: Consider the USE_FLOAT macro.
36204         * m4/isnanf.m4: New file.
36205
36206 2007-04-06  Bruno Haible  <bruno@clisp.org>
36207
36208         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
36209         (Link): New section.
36210
36211         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
36212
36213 2007-04-06  Bruno Haible  <bruno@clisp.org>
36214
36215         Assume the 'long double' type.
36216         * m4/longdouble.m4: Remove file.
36217         * config/srclist.txt: Don't mention longdouble.m4.
36218         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
36219         * lib/float+.h: Likewise.
36220         * lib/frexp.c: Likewise.
36221         * lib/printf-args.h: Likewise.
36222         * lib/printf-args.c: Likewise.
36223         * lib/printf-frexp.c: Likewise.
36224         * lib/printf-parse.c: Likewise.
36225         * lib/vasnprintf.c: Likewise.
36226         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
36227         * m4/intl.m4: Likewise.
36228         * m4/isnanl.m4: Likewise.
36229         * m4/printf.m4: Likewise.
36230         * m4/printf-frexpl.m4: Likewise.
36231         * m4/vasnprintf.m4: Likewise.
36232         * modules/allocsa (Files): Remove m4/longdouble.m4.
36233         * modules/gettext (Files): Likewise.
36234         * modules/relocatable-prog-wrapper (Files): Likewise.
36235         * modules/vasnprintf (Files): Likewise.
36236         * modules/isnanl (Files): Likewise.
36237         (Include): Simplify.
36238         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
36239         (Include): Simplify.
36240         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
36241         (Include): Simplify.
36242         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
36243         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36244         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
36245         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36246         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36247         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36248         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
36249         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36250         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36251         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36252         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
36253         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36254         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
36255         * tests/test-isnanl.c: Likewise.
36256         * tests/test-snprintf-posix.h: Likewise.
36257         * tests/test-sprintf-posix.h: Likewise.
36258         * tests/test-vasnprintf-posix.c: Likewise.
36259         * tests/test-vasnprintf-posix2.c: Likewise.
36260         * tests/test-vasprintf-posix.c: Likewise.
36261
36262 2007-04-06  Bruno Haible  <bruno@clisp.org>
36263
36264         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
36265         * lib/math_.h [__DECC]: Include the overridden include file through
36266         #include_next, outside the double-inclusion guard.
36267         * lib/stdio_.h [__DECC]: Likewise.
36268         * lib/stdlib_.h [__DECC]: Likewise.
36269         * lib/string_.h [__DECC]: Likewise.
36270         * lib/time_.h [__DECC]: Likewise.
36271         * lib/wchar_.h [__DECC]: Likewise.
36272         * lib/wctype_.h [__DECC]: Likewise.
36273         * lib/inttypes_.h [__DECC]: Likewise.
36274         Reported by Albert Chin <china@thewrittenword.com> in
36275         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36276
36277 2007-04-04  Eric Blake  <ebb9@byu.net>
36278
36279         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36280         1.5.x.
36281
36282 2007-04-04  Bruno Haible  <bruno@clisp.org>
36283
36284         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36285         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36286
36287 2007-04-04  Bruno Haible  <bruno@clisp.org>
36288
36289         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36290         results for "%010a" of Infinity and NaN.
36291         * tests/test-vasprintf-posix.c (test_function): Likewise.
36292         * tests/test-snprintf-posix.h (test_function): Likewise.
36293         * tests/test-sprintf-posix.h (test_function): Likewise.
36294         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36295         * tests/test-printf-posix.h (test_function): Likewise.
36296         * tests/test-fprintf-posix.out: Update.
36297         Needed for FreeBSD 6.1.
36298
36299 2007-04-04  Bruno Haible  <bruno@clisp.org>
36300
36301         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36302         directly used by the gnulib modules nor by gnulib-tool.
36303
36304 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36305
36306         * DEPENDENCIES: Give overall description of version dependency
36307         desirability.  Use more-typical names for apps.
36308         Add shell, coreutils, diffutils, grep, tar, gzip.
36309
36310 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36311
36312         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36313
36314 2007-04-04  Karl Berry  <karl@gnu.org>
36315
36316         * MODULES.html.sh (func_module): missing '.
36317
36318 2007-04-03  Bruno Haible  <bruno@clisp.org>
36319
36320         * modules/argmatch-tests (Makefile.am): New variable
36321         test_argmatch_LDADD.
36322         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36323         * modules/array-list-tests (Makefile.am): New variable
36324         test_array_list_LDADD.
36325         * modules/array-oset-tests (Makefile.am): New variable
36326         test_array_oset_LDADD.
36327         * modules/avltree-list-tests (Makefile.am): New variable
36328         test_avltree_list_LDADD.
36329         * modules/avltree-oset-tests (Makefile.am): New variable
36330         test_avltree_oset_LDADD.
36331         * modules/avltreehash-list-tests (Makefile.am): New variable
36332         test_avltreehash_list_LDADD.
36333         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36334         test_canonicalize_lgpl_LDADD.
36335         * modules/carray-list-tests (Makefile.am): New variable
36336         test_carray_list_LDADD.
36337         * modules/dirname-tests (Makefile.am): New variable
36338         test_dirname_LDADD.
36339         * modules/linked-list-tests (Makefile.am): New variable
36340         test_linked_list_LDADD.
36341         * modules/linkedhash-list-tests (Makefile.am): New variable
36342         test_linkedhash_list_LDADD.
36343         * modules/rbtree-list-tests (Makefile.am): New variable
36344         test_rbtree_list_LDADD.
36345         * modules/rbtree-oset-tests (Makefile.am): New variable
36346         test_rbtree_oset_LDADD.
36347         * modules/rbtreehash-list-tests (Makefile.am): New variable
36348         test_rbtreehash_list_LDADD.
36349         * modules/xvasprintf-tests (Makefile.am): New variable
36350         test_xvasprintf_LDADD.
36351         Reported by Eric Blake.
36352
36353 2007-04-03  Eric Blake  <ebb9@byu.net>
36354
36355         * DEPENDENCIES: Weaken m4 requirements.
36356
36357 2007-04-03  Bruno Haible  <bruno@clisp.org>
36358
36359         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36360         * modules/isnanl-tests (configure.ac): Likewise.
36361
36362 2007-04-03  Ben Pfaff  <blp@gnu.org>
36363
36364         * modules/iconv_open: Add $(srcdir)/ to source directory
36365         references in Makefile fragments that call gperf, to fix VPATH
36366         builds.
36367
36368 2007-04-03  Bruno Haible  <bruno@clisp.org>
36369
36370         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36371         * lib/ldexpl.c: Undo last change.
36372
36373 2007-04-03  Bruno Haible  <bruno@clisp.org>
36374
36375         * modules/printf-frexpl (Depends-on): Undo last change.
36376         (Files): Add m4/ldexpl.m4.
36377
36378 2007-04-03  Bruno Haible  <bruno@clisp.org>
36379
36380         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36381         * modules/isnanl (Link): New section.
36382
36383         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36384         * modules/frexp (Link): New section.
36385
36386         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36387         * modules/frexpl (Link): New section.
36388
36389         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36390         * modules/ldexpl (Link): New section.
36391
36392 2007-04-03  Bruno Haible  <bruno@clisp.org>
36393
36394         * modules/TEMPLATE-EXTENDED: New file.
36395         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36396
36397 2007-04-03  Bruno Haible  <bruno@clisp.org>
36398
36399         * DEPENDENCIES: New file.
36400         Suggested by Simon Josefsson.
36401
36402 2007-04-03  Bruno Haible  <bruno@clisp.org>
36403
36404         * doc/gnulib.texi: Escape @.
36405
36406 2007-04-03  James Youngman  <jay@gnu.org>
36407         and Paul Eggert  <eggert@cs.ucla.edu>
36408
36409         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36410         birthtime on all systems that have birthtime, not just those which
36411         use st_birthtimensec rather than st_birthtim.  Putting zero in
36412         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36413         that the birth time is not available for files on an NFS mount.
36414
36415 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36416
36417         * modules/memxor: Move back from crypto/, suggested by Bruno.
36418         * modules/crypto/hmac-sha1: Fix memxor dependency.
36419
36420         * modules/crypto/gc: Moved from ../.
36421
36422 2007-04-02  Eric Blake  <ebb9@byu.net>
36423
36424         * lib/ldexpl.c (includes): Avoid libm.
36425
36426         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36427
36428 2007-04-02  Bruno Haible  <bruno@clisp.org>
36429
36430         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36431         on IRIX.
36432
36433 2007-04-02  Bruno Haible  <bruno@clisp.org>
36434
36435         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36436         x86 or x86_64 platforms running MacOS X.
36437         Reported by Ryan Schmidt <@ryandesign.com>.
36438
36439 2007-04-02  Bruno Haible  <bruno@clisp.org>
36440
36441         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36442         i386.
36443
36444 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36445
36446         * modules/crypto/arcfour: Moved from ../.
36447         * modules/crypto/arcfour-tests: Moved from ../.
36448         * modules/crypto/arctwo: Moved from ../.
36449         * modules/crypto/arctwo-tests: Moved from ../.
36450         * modules/crypto/des: Moved from ../.
36451         * modules/crypto/des-tests: Moved from ../.
36452         * modules/crypto/gc-arcfour: Moved from ../.
36453         * modules/crypto/gc-arcfour-tests: Moved from ../.
36454         * modules/crypto/gc-arctwo: Moved from ../.
36455         * modules/crypto/gc-arctwo-tests: Moved from ../.
36456         * modules/crypto/gc-des: Moved from ../.
36457         * modules/crypto/gc-des-tests: Moved from ../.
36458         * modules/crypto/gc-hmac-md5: Moved from ../.
36459         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36460         * modules/crypto/gc-hmac-sha1: Moved from ../.
36461         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36462         * modules/crypto/gc-md2: Moved from ../.
36463         * modules/crypto/gc-md2-tests: Moved from ../.
36464         * modules/crypto/gc-md4: Moved from ../.
36465         * modules/crypto/gc-md4-tests: Moved from ../.
36466         * modules/crypto/gc-md5: Moved from ../.
36467         * modules/crypto/gc-md5-tests: Moved from ../.
36468         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36469         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36470         * modules/crypto/gc-random: Moved from ../.
36471         * modules/crypto/gc-rijndael: Moved from ../.
36472         * modules/crypto/gc-rijndael-tests: Moved from ../.
36473         * modules/crypto/gc-sha1: Moved from ../.
36474         * modules/crypto/gc-sha1-tests: Moved from ../.
36475         * modules/crypto/gc-tests: Moved from ../.
36476         * modules/crypto/hmac-md5: Moved from ../.
36477         * modules/crypto/hmac-md5-tests: Moved from ../.
36478         * modules/crypto/hmac-sha1: Moved from ../.
36479         * modules/crypto/hmac-sha1-tests: Moved from ../.
36480         * modules/crypto/md2: Moved from ../.
36481         * modules/crypto/md2-tests: Moved from ../.
36482         * modules/crypto/md4: Moved from ../.
36483         * modules/crypto/md4-tests: Moved from ../.
36484         * modules/crypto/md5: Moved from ../.
36485         * modules/crypto/md5-tests: Moved from ../.
36486         * modules/crypto/memxor: Moved from ../.
36487         * modules/crypto/rijndael: Moved from ../.
36488         * modules/crypto/rijndael-tests: Moved from ../.
36489         * modules/crypto/sha1: Moved from ../.
36490
36491 2007-03-30  James Youngman  <jay@gnu.org>
36492
36493         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36494         rename() to change the ctime of a file (because ctime is unaffected
36495         by rename on jfs2 on AIX 5.1).
36496         (main): Start by doing cleanup, in case a previous run failed leaving
36497         test files behind.
36498
36499 2007-03-31  Bruno Haible  <bruno@clisp.org>
36500
36501         Support old proprietary implementations of iconv.
36502         * modules/iconv_open: New file.
36503         * lib/iconv_.h: New file.
36504         * m4/iconv_h.m4: New file.
36505         * lib/iconv_open.c: New file.
36506         * lib/iconv_open-aix.gperf: New file.
36507         * lib/iconv_open-hpux.gperf: New file.
36508         * lib/iconv_open-irix.gperf: New file.
36509         * lib/iconv_open-osf.gperf: New file.
36510         * m4/iconv_open.m4: New file.
36511         * modules/linebreak (Depends-on): Add iconv_open.
36512         * modules/striconv (Depends-on): Likewise.
36513         * modules/striconveh (Depends-on): Likewise.
36514         * modules/unicodeio (Depends-on): Likewise.
36515         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36516         (iconv_t)(-1).
36517         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36518         conversion if cd is (iconv_t)(-1).
36519         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36520         is not possible.
36521
36522 2007-03-31  Bruno Haible  <bruno@clisp.org>
36523
36524         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36525         work on Solaris either. Protect also second use of "autodetect_jp".
36526
36527 2007-03-31  Bruno Haible  <bruno@clisp.org>
36528
36529         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36530         the function is not present.
36531
36532 2007-03-31  Bruno Haible  <bruno@clisp.org>
36533
36534         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36535         the function is not present.
36536
36537 2007-03-31  Bruno Haible  <bruno@clisp.org>
36538
36539         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36540         a bug in HP-UX iconv_open().
36541
36542 2007-03-31  Bruno Haible  <bruno@clisp.org>
36543
36544         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36545         (Mathematics <math.h>): New section, add fpieee.
36546         (Input/output <stdio.h>): Add fseterr.
36547         (Mathematics <math.h>): New section, add printf-frexp.
36548         (Container data structures): Add sublist.
36549         (Core language properties): Add fpucw, inline.
36550         (Functions for greatest-width integer types <inttypes.h>): Add
36551         imaxabs, imaxdiv, inttypes.
36552         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36553         isnanl-nolibm, ldexp.
36554         (Mathematics <math.h>): New section, add printf-frexpl.
36555         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36556         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36557         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36558         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36559         (Unicode string functions): Add unistr/u*-mbtoucr.
36560         (Java): Add javacomp-script, javaexec-script.
36561         (C#): Add csharpcomp-script, csharpexec-script.
36562         (Support for building libraries and executables): Add havelib,
36563         relocatable-*.
36564         (Support for maintaining and releasing projects): Renamed from
36565         'Support for maintaining and release projects'. Add announce-gen.
36566
36567 2007-03-31  Bruno Haible  <bruno@clisp.org>
36568
36569         * README: Talk primarily about git.
36570         (git and CVS): Renamed from CVS.
36571         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36572         gnulib is available through git.
36573         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36574
36575 2007-03-30  Bruno Haible  <bruno@clisp.org>
36576
36577         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36578         * lib/poll_.h: Likewise.
36579         * lib/stat_.h: Likewise.
36580         * lib/sys_time_.h: Likewise.
36581         * lib/sysexit_.h: Likewise.
36582         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36583         * lib/stdbool_.h: Likewise.
36584         * lib/byteswap_.h: Add double-inclusion guard.
36585
36586 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36587
36588         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36589
36590 2007-03-30  Karl Berry  <karl@gnu.org>
36591
36592         * config/srclist-update: double space after USA in the license
36593         substitution, since that's how it's usually (?) written.
36594
36595 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36596
36597         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36598         reported by Bruno Haible.
36599
36600 2007-03-29  Bruno Haible  <bruno@clisp.org>
36601
36602         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36603         a bug in AIX iconv().
36604
36605 2007-03-29  Bruno Haible  <bruno@clisp.org>
36606
36607         * modules/ldexpl-tests: New file.
36608         * tests/test-ldexpl.c: New file.
36609
36610 2007-03-29  Bruno Haible  <bruno@clisp.org>
36611
36612         * lib/ldexpl.c: Include fpucw.h.
36613         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36614         multiplication.
36615         * modules/ldexpl (Depends-on): Add fpucw.
36616
36617 2007-03-29  Bruno Haible  <bruno@clisp.org>
36618
36619         * modules/ldexpl: New file.
36620         * m4/ldexpl.m4: New file.
36621         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36622         set.
36623         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36624         REPLACE_LDEXPL.
36625         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36626         REPLACE_LDEXPL.
36627         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36628         gl_FUNC_LDEXPL_WORKS.
36629         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36630         * modules/mathl (Files): Remove lib/ldexpl.c.
36631         (Depends-on): Add ldexpl.
36632
36633 2007-03-29  Bruno Haible  <bruno@clisp.org>
36634
36635         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36636
36637 2007-03-29  Bruno Haible  <bruno@clisp.org>
36638
36639         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36640         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36641         and possibly also HP-UX.
36642         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36643         work on AIX, IRIX, HP-UX, OSF/1.
36644         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36645         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36646         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36647         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36648         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36649         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36650
36651 2007-03-29  Bruno Haible  <bruno@clisp.org>
36652
36653         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36654
36655 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36656
36657         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36658         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36659
36660 2007-03-29  Eric Blake  <ebb9@byu.net>
36661
36662         * lib/acl-internal.h: Remove redundant include.
36663         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36664         Cygwin when a file is locked.
36665
36666 2007-03-29  Bruno Haible  <bruno@clisp.org>
36667
36668         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36669         file.
36670         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36671
36672 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36673
36674         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36675         try to remove a parent directory if the child couldn't be removed
36676         (except for the first rmdir, which could fail because the child
36677         doesn't exist).  Problem reported by Jeff Blaine in
36678         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36679
36680 2007-03-28  Bruno Haible  <bruno@clisp.org>
36681
36682         * lib/striconveh.c (utf8conv_carefully): New function.
36683         (mem_cd_iconveh_internal): Invoke it.
36684
36685 2007-03-28  Bruno Haible  <bruno@clisp.org>
36686
36687         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36688         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36689         input.
36690         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36691         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36692         unistr/u8-uctomb.
36693
36694 2007-03-28  Bruno Haible  <bruno@clisp.org>
36695
36696         * modules/unistr/u8-mbtoucr: New file.
36697         * lib/unistr/u8-mbtoucr.c: New file.
36698         * modules/unistr/u16-mbtoucr: New file.
36699         * lib/unistr/u16-mbtoucr.c: New file.
36700         * modules/unistr/u16-mbtoucr: New file.
36701         * lib/unistr/u16-mbtoucr.c: New file.
36702         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36703
36704 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36705             Bruno Haible  <bruno@clisp.org>
36706
36707         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36708         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36709         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36710
36711         * m4/stdio_h.m4: Add stubs for vasprintf too.
36712
36713         * modules/stdio: Support vasprintf in sed command.
36714
36715         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36716         vasprintf.h.  Add stdio module indicator.
36717
36718         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36719         vasprintf.h.
36720
36721         * lib/vasprintf.h: File removed.
36722
36723         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36724         * lib/vasprintf.c: Ditto.
36725         * lib/xvasprintf.c: Ditto.
36726         * tests/test-vasprintf-posix.c: Ditto.
36727         * tests/test-vasprintf.c: Ditto.
36728
36729 2007-03-27  Bruno Haible  <bruno@clisp.org>
36730
36731         Make vasnprintf multithread-safe.
36732         * lib/vasnprintf.c (decimal_point_char): New function.
36733         (VASNPRINTF): Use it.
36734         Suggested by Simon Josefsson.
36735
36736 2007-03-27  Eric Blake  <ebb9@byu.net>
36737
36738         Support sub-second birthtime on cygwin.
36739         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36740         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36741         (get_stat_birthtime): Also work with st_birthtim.
36742
36743 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36744
36745         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36746         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36747         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36748         (get_stat_birthtime_ns): Simplify compile-time tests.
36749         (get_stat_birthtime): Change the API to look like
36750         get_stat_mtime etc., except return a negative tv_nsec on error.
36751         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36752         Don't check for "spare" fields.
36753         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36754         or for struct stat.st_birthtime, as these tests aren't used.
36755         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36756
36757 2007-03-27  Bruno Haible  <bruno@clisp.org>
36758
36759         * lib/stat-time.h: Include <sys/stat.h>.
36760
36761 2007-03-27  James Youngman  <jay@gnu.org>
36762
36763         * lib/stat-time.h (get_stat_birthtime): New function for
36764           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36765         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36766           and its variants.
36767         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36768         * modules/stat-time-test: New file.
36769         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36770
36771 2007-03-26  Bruno Haible  <bruno@clisp.org>
36772
36773         Better support of signalling NaNs.
36774         * lib/atanl.c: Include isnanl.h.
36775         (atanl): Perform test for NaN at the beginning of the function and
36776         through a call to isnanl.
36777         * lib/cosl.c: Include isnanl.h.
36778         (cosl): Perform test for NaN at the beginning of the function and
36779         through a call to isnanl.
36780         * lib/ldexpl.c: Include isnanl.h.
36781         (ldexpl): Perform test for NaN through a call to isnanl.
36782         * lib/logl.c: Include isnanl.h.
36783         (logl): Perform test for NaN at the beginning of the function and
36784         through a call to isnanl.
36785         * lib/sinl.c: Include isnanl.h.
36786         (sinl): Perform test for NaN at the beginning of the function and
36787         through a call to isnanl.
36788         * lib/sqrtl.c: Include isnanl.h.
36789         (sqrtl): Perform test for NaN at the beginning of the function and
36790         through a call to isnanl.
36791         * lib/tanl.c: Include isnanl.h.
36792         (tanl): Perform test for NaN at the beginning of the function and
36793         through a call to isnanl.
36794         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36795         * modules/mathl (Depends-on): Add isnanl.
36796
36797 2007-03-26  Eric Blake  <ebb9@byu.net>
36798
36799         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36800         regression in logic sense of previous patch.
36801
36802 2007-03-26  Bruno Haible  <bruno@clisp.org>
36803
36804         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36805         unportable shell command "if ! ...".
36806         Reported by Ralf Wildenhues.
36807
36808 2007-03-25  Bruno Haible  <bruno@clisp.org>
36809
36810         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36811         <sysexits.h> file, and only add EX_CONFIG.
36812         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36813         absolute file name and whether it is sufficient. Substitute also
36814         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36815         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36816         ABSOLUTE_SYSEXITS_H into sysexits.h.
36817
36818 2007-03-25  Bruno Haible  <bruno@clisp.org>
36819
36820         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36821         hints is NULL.
36822
36823 2007-03-25  Bruno Haible  <bruno@clisp.org>
36824
36825         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36826         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36827
36828 2007-03-25  Bruno Haible  <bruno@clisp.org>
36829
36830         * lib/vasnprintf.c: Include langinfo.h.
36831         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36832         multithread-safe.
36833         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36834         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36835         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36836         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36837         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36838         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36839         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36840         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36841         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36842         Reported by Simon Josefsson.
36843
36844 2007-03-25  Bruno Haible  <bruno@clisp.org>
36845
36846         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36847         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36848         * modules/vasnprintf (Depends-on): Add stdint.
36849
36850 2007-03-25  Bruno Haible  <bruno@clisp.org>
36851
36852         * modules/fpieee: New file.
36853         * m4/fpieee.m4: New file.
36854         * modules/isnan-nolibm (Depends-on): Add fpieee.
36855         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36856         * modules/isnanl (Depends-on): Add fpieee.
36857
36858 2007-03-25  Bruno Haible  <bruno@clisp.org>
36859
36860         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36861
36862 2007-03-25  Bruno Haible  <bruno@clisp.org>
36863
36864         Avoid test failures on IRIX 6.5.
36865         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36866         (main): Use it.
36867         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36868         macros.
36869         (main): Use them.
36870
36871 2007-03-25  Bruno Haible  <bruno@clisp.org>
36872
36873         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36874         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36875         exists but doesn't work.
36876         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36877         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36878         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36879         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36880
36881 2007-03-25  Bruno Haible  <bruno@clisp.org>
36882
36883         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36884         returns inf. Needed on IRIX 6.5.
36885
36886 2007-03-25  Bruno Haible  <bruno@clisp.org>
36887
36888         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36889         (main): Use isnanl instead of x != x idiom.
36890         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36891
36892         * tests/test-frexp.c: Include isnan.h.
36893         (main): Use isnan instead of x != x idiom.
36894         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36895
36896 2007-03-25  Bruno Haible  <bruno@clisp.org>
36897
36898         * tests/test-frexp.c (NaN): New function/macro.
36899         (main): Use it instead of 0.0 / 0.0.
36900         * tests/test-isnan.c (NaN): New function/macro.
36901         (main): Use it instead of 0.0 / 0.0.
36902         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36903         (test_function): Use it instead of 0.0 / 0.0.
36904         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36905         (test_function): Use it instead of 0.0 / 0.0.
36906         * tests/test-snprintf-posix.h (NaN): New function/macro.
36907         (test_function): Use it instead of 0.0 / 0.0.
36908         * tests/test-sprintf-posix.h (NaN): New function/macro.
36909         (test_function): Use it instead of 0.0 / 0.0.
36910         * tests/test-fprintf-posix.h (NaN): New function/macro.
36911         (test_function): Use it instead of 0.0 / 0.0.
36912         * tests/test-printf-posix.h (NaN): New function/macro.
36913         (test_function): Use it instead of 0.0 / 0.0.
36914
36915         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36916
36917 2007-03-25  Bruno Haible  <bruno@clisp.org>
36918
36919         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36920
36921 2007-03-25  Bruno Haible  <bruno@clisp.org>
36922
36923         * lib/regexec.c (merge_state_with_log): Make static.
36924
36925 2007-03-25  Bruno Haible  <bruno@clisp.org>
36926
36927         * lib/trigl.c (kernel_rem_pio2): Make static.
36928
36929 2007-03-25  Bruno Haible  <bruno@clisp.org>
36930
36931         * lib/sincosl.c (sincosl_table): Make static.
36932
36933 2007-03-25  Bruno Haible  <bruno@clisp.org>
36934
36935         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36936         if the compiler does not support C99.
36937
36938 2007-03-25  Bruno Haible  <bruno@clisp.org>
36939
36940         * modules/time (Makefile.am): Ensure all rule action lines start with a
36941         tab.
36942
36943 2007-03-24  Bruno Haible  <bruno@clisp.org>
36944
36945         * modules/tsearch-tests: New file.
36946         * tests/test-tsearch.sh: New file.
36947         * tests/test-tsearch.c: New file, mostly copied from glibc.
36948
36949         * modules/search-tests: New file.
36950         * tests/test-search.c: New file.
36951
36952         * modules/search: New file.
36953         * lib/search_.h: New file, incorporating lib/tsearch.h.
36954         * m4/search_h.m4: New file.
36955         * lib/tsearch.h: Remove file.
36956         * lib/tsearch.c: Include search.h instead of tsearch.h.
36957         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36958         HAVE_TSEARCH.
36959         * modules/tsearch (Files): Remove lib/tsearch.h.
36960         (Depends-on): Add search.
36961         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36962         (Include): Change tsearch.h into search.h.
36963
36964 2007-03-24  Bruno Haible  <bruno@clisp.org>
36965
36966         * modules/fpucw: New file.
36967         * lib/fpucw.h: New file.
36968         * lib/frexp.c: Include fpucw.h.
36969         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36970         (FUNC): Use them.
36971         * lib/printf-frexp.c: Include fpucw.h.
36972         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36973         (FUNC): Use them.
36974         * lib/vasnprintf.c: Include fpucw.h.
36975         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36976         'long double' calculations.
36977         * tests/test-frexpl.c: Include fpucw.h.
36978         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36979         * tests/test-printf-frexpl.c: Include fpucw.h.
36980         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36981         * modules/frexpl (Depends-on): Add fpucw.
36982         * modules/printf-frexpl (Depends-on): Likewise.
36983         * modules/fprintf-posix (Depends-on): Likewise.
36984         * modules/snprintf-posix (Depends-on): Likewise.
36985         * modules/sprintf-posix (Depends-on): Likewise.
36986         * modules/vasnprintf-posix (Depends-on): Likewise.
36987         * modules/vasprintf-posix (Depends-on): Likewise.
36988         * modules/vfprintf-posix (Depends-on): Likewise.
36989         * modules/vsnprintf-posix (Depends-on): Likewise.
36990         * modules/vsprintf-posix (Depends-on): Likewise.
36991         * modules/frexpl-tests (Depends-on): Likewise.
36992         * modules/printf-frexpl-tests (Depends-on): Likewise.
36993
36994 2007-03-24  Bruno Haible  <bruno@clisp.org>
36995
36996         * lib/float+.h: New file.
36997         * lib/isnan.c: Include float+.h.
36998         (SIZE): New macro.
36999         (FUNC): Compare only SIZE bytes of the value.
37000         * lib/vasnprintf.c: Include float+.h.
37001         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37002         SIZEOF_LDBL or SIZEOF_DBL bytes.
37003         * modules/isnan-nolibm (Files): Add lib/float+.h.
37004         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37005         * modules/isnanl (Files): Add lib/float+.h.
37006         * modules/vasnprintf (Files): Add lib/float+.h.
37007
37008 2007-03-24  Bruno Haible  <bruno@clisp.org>
37009
37010         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37011         include isnanl-nolibm.h.
37012
37013 2007-03-24  Bruno Haible  <bruno@clisp.org>
37014
37015         * tests/test-read-file.c (main): Don't produce spurious output for
37016         expected situations. Make the test fail if it encountered unexpected
37017         results.
37018
37019 2007-03-24  Bruno Haible  <bruno@clisp.org>
37020
37021         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37022         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37023
37024 2007-03-24  Bruno Haible  <bruno@clisp.org>
37025
37026         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37027
37028 2007-03-24  Bruno Haible  <bruno@clisp.org>
37029
37030         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37031         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37032
37033         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37034         * modules/utf8-ucs4: Turn into a symbolic link to module
37035         unistr/u8-mbtouc.
37036
37037         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37038         utf8-ucs4-unsafe.
37039         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37040         unistr/u8-mbtouc-unsafe.
37041
37042         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37043         * modules/utf16-ucs4: Turn into a symbolic link to module
37044         unistr/u16-mbtouc.
37045
37046         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37047         utf16-ucs4-unsafe.
37048         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37049         unistr/u16-mbtouc-unsafe.
37050
37051         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37052         * modules/ucs4-utf8: Turn into a symbolic link to module
37053         unistr/u8-ubtomb.
37054
37055         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37056         * modules/ucs4-utf16: Turn into a symbolic link to module
37057         unistr/u16-ubtomb.
37058
37059 2007-03-24  Bruno Haible  <bruno@clisp.org>
37060
37061         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37062         Enable the function only if HAVE_INLINE.
37063         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37064         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37065         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37066         Enable the function only if HAVE_INLINE.
37067         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37068         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37069         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37070         Enable the function only if HAVE_INLINE.
37071         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37072         Enable the function only if HAVE_INLINE.
37073         * modules/utf8-ucs4: Update.
37074         * modules/utf8-ucs4-unsafe: Update.
37075         * modules/utf16-ucs4: Update.
37076         * modules/utf16-ucs4-unsafe: Update.
37077         * modules/ucs4-utf8: Update.
37078         * modules/ucs4-utf16: Update.
37079
37080 2007-03-24  Bruno Haible  <bruno@clisp.org>
37081
37082         * lib/utf8-ucs4.h: Remove file.
37083         * lib/utf8-ucs4-unsafe.h: Remove file.
37084         * lib/utf16-ucs4.h: Remove file.
37085         * lib/utf16-ucs4-unsafe.h: Remove file.
37086         * lib/ucs4-utf8.h: Remove file.
37087         * lib/ucs4-utf16.h: Remove file.
37088         * lib/unistr.h: Include their previous contents.
37089         * m4/utf-ucs4.m4: Remove file.
37090         * m4/ucs4-utf.m4: Remove file.
37091         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
37092         (Depends-on): Add unistr/base.
37093         (configure.ac): Remove gl_UTF_UCS4.
37094         (Makefile.am): Update.
37095         (Include): Change to unistr.h.
37096         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
37097         (Depends-on): Add unistr/base.
37098         (configure.ac): Remove gl_UTF_UCS4.
37099         (Makefile.am): Update.
37100         (Include): Change to unistr.h.
37101         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
37102         (Depends-on): Add unistr/base.
37103         (configure.ac): Remove gl_UTF_UCS4.
37104         (Makefile.am): Update.
37105         (Include): Change to unistr.h.
37106         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
37107         (Depends-on): Add unistr/base.
37108         (configure.ac): Remove gl_UTF_UCS4.
37109         (Makefile.am): Update.
37110         (Include): Change to unistr.h.
37111         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
37112         (Depends-on): Add unistr/base.
37113         (configure.ac): Remove gl_UCS4_UTF.
37114         (Makefile.am): Update.
37115         (Include): Change to unistr.h.
37116         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37117         (Depends-on): Add unistr/base.
37118         (configure.ac): Remove gl_UCS4_UTF.
37119         (Makefile.am): Update.
37120         (Include): Change to unistr.h.
37121         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
37122         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
37123         utf8-ucs4-unsafe.h.
37124         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
37125         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
37126         utf16-ucs4-unsafe.h.
37127         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
37128         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
37129         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
37130         * lib/unistr/u8-strchr.c: Likewise.
37131         * lib/unistr/u8-strrchr.c: Likewise.
37132         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
37133         * lib/unistr/u16-strchr.c: Likewise.
37134         * lib/unistr/u16-strrchr.c: Likewise.
37135         * lib/striconveh.c: Update.
37136         * lib/linebreak.c: Update.
37137
37138 2007-03-24  Bruno Haible  <bruno@clisp.org>
37139
37140         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
37141         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
37142
37143 2007-03-22  Bruno Haible  <bruno@clisp.org>
37144
37145         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
37146
37147 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37148
37149         * MODULES.html.sh (File system functions): New module write-any-file.
37150         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
37151         * m4/write-any-file.m4: New files.
37152
37153 2007-03-23  Eric Blake  <ebb9@byu.net>
37154
37155         * gnulib-tool: Rearrange space-tab sequences, since some editors
37156         like to eat them.
37157
37158 2007-03-23  Eric Blake  <ebb9@byu.net>
37159
37160         * lib/version-etc.c (version_etc_va): Update license wording to
37161         be more concise.  Recommended by Richard Stallman.
37162
37163 2007-03-22  Bruno Haible  <bruno@clisp.org>
37164
37165         * lib/poll.c (MSG_PEEK): New fallback definition.
37166
37167 2007-03-22  Bruno Haible  <bruno@clisp.org>
37168
37169         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
37170         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
37171         (main): Update.
37172         Fixes a compilation error on BeOS.
37173
37174 2007-03-22  Bruno Haible  <bruno@clisp.org>
37175
37176         * modules/frexpl-tests: New file.
37177         * tests/test-frexpl.c: New file.
37178
37179         * modules/frexpl: New file.
37180         * m4/frexpl.m4: New file.
37181         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
37182         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
37183         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
37184         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
37185         (Depends-on): Add frexpl. Remove isnanl-nolibm.
37186         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
37187
37188 2007-03-22  Bruno Haible  <bruno@clisp.org>
37189
37190         * lib/frexpl.c: Share code with lib/frexp.c.
37191         * modules/mathl (Files): Add lib/frexp.c.
37192         (Depends-on): Add isnanl-nolibm.
37193
37194 2007-03-22  Bruno Haible  <bruno@clisp.org>
37195
37196         * modules/printf-frexp (Files): Add m4/frexp.m4.
37197         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
37198         only if the found frexp function actually works.
37199
37200 2007-03-22  Bruno Haible  <bruno@clisp.org>
37201
37202         * lib/frexp.c: Remove older implementation that uses divisions.
37203
37204 2007-03-21  Bruno Haible  <bruno@clisp.org>
37205
37206         * modules/frexp-tests: New file.
37207         * tests/test-frexp.c: New file.
37208
37209         * modules/frexp: New file.
37210         * lib/frexp.c: New file.
37211         * m4/frexp.m4: New file.
37212         * lib/math_.h (frexp): New declaration.
37213         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
37214         REPLACE_FREXP.
37215         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
37216
37217 2007-03-21  Bruno Haible  <bruno@clisp.org>
37218
37219         * modules/isnanl-tests: New file.
37220         * tests/test-isnanl.c: New file.
37221
37222         * modules/isnanl: New file.
37223         * lib/isnanl.h: New file.
37224         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
37225         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
37226         gl_FUNC_ISNANL_WORKS.
37227         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
37228         New macros.
37229
37230 2007-03-21  Bruno Haible  <bruno@clisp.org>
37231
37232         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
37233         lib/isnanl.h.
37234         (Include): Update.
37235         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
37236         * lib/vasnprintf.c: Update.
37237         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
37238         tests/test-isnanl.h, remove tests/test-isnanl.c.
37239         (Makefile.am): Update.
37240         * tests/test-isnanl-nolibm.c: New file.
37241         * tests/test-isnanl.h: New file.
37242         * tests/test-isnanl.c: Remove file.
37243
37244 2007-03-21  Jim Meyering  <jim@meyering.net>
37245
37246         When trying to open ".", treat ESTALE like EACCES.
37247         * lib/savewd.c (savewd_save): Resort to forking not just upon
37248         failure with EACCES, but also when errno is ESTALE.
37249
37250 2007-03-20  Bruno Haible  <bruno@clisp.org>
37251
37252         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
37253         Needed on AIX 5.1. Reported by Matthew Woehlke.
37254
37255 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37256
37257         Suggestions by Bruno Haible:
37258         * lib/acl-internal.h: Include "gettext.h" rather than rolling
37259         our own.
37260         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
37261         * modules/acl (Depends-on): Add gettext.
37262
37263 2007-03-19  Bruno Haible  <bruno@clisp.org>
37264
37265         * modules/iconvme: Remove file.
37266         * lib/iconvme.h: Remove file.
37267         * lib/iconvme.c: Remove file.
37268         * m4/iconvme.m4: Remove file.
37269
37270 2007-03-19  Bruno Haible  <bruno@clisp.org>
37271
37272         * doc/relocatable-maint.texi: Break long shell script line.
37273         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37274
37275 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37276
37277         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37278         handle file_has_acl.
37279         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37280         * lib/acl.c: Move header inclusions and related macro defns into
37281         lib/acl-internal.h.
37282         (S_ISLNK): Remove defn, since that's now done for us.
37283         (file_has_acl): Move to lib/file-has-acl.c.
37284         Call acl_trivial if available.  This is the crucial part of the fix.
37285         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37286         shared within the library.  Rewrite a bit, partly to make it compatible
37287         with the GNU coding style.
37288         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37289         Remove unnecessary double-quotes.
37290         Don't test for acl_to_text; the build will catch that.
37291         Replace acl_entries if it doesn't exist and it is needed.
37292         Check for -lsec and acl_trivial (as used on Solaris 10).
37293         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37294         lib/file-has-acl.c.
37295         (Depends-on): Add sys_stat, for S_ISLNK.
37296
37297 2007-03-19  Ben Pfaff  <blp@gnu.org>
37298
37299         * doc/gnulib.texi: Fix typos.
37300         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37301
37302 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37303
37304         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37305         If size is zero here, buf must be zero.
37306
37307 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37308
37309         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37310         <bruno@clisp.org>.
37311
37312 2007-03-18  Bruno Haible  <bruno@clisp.org>
37313
37314         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37315         Suggested by Eric Blake.
37316
37317 2007-03-18  Ben Pfaff  <blp@gnu.org>
37318
37319         * doc/relocatable.texi: Recommend using as prefix a directory
37320         that does not exist and will never be created.  Based on
37321         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37322         and others.
37323
37324 2007-03-17  Bruno Haible  <bruno@clisp.org>
37325
37326         * lib/fchownat.c: Include lchown.h.
37327
37328 2007-03-17  Bruno Haible  <bruno@clisp.org>
37329
37330         Fix endless loop when the given allocated size was > INT_MAX.
37331         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37332         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37333         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37334         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37335         * lib/sprintf.c (sprintf): Likewise.
37336
37337 2007-03-17  Bruno Haible  <bruno@clisp.org>
37338
37339         * tests/test-argp-2.sh (func_compare): Output a context diff.
37340
37341 2007-03-17  Bruno Haible  <bruno@clisp.org>
37342
37343         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37344         locale's decimal-point character.
37345
37346 2007-03-17  Bruno Haible  <bruno@clisp.org>
37347
37348         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37349         before comparing it. Needed because on some platforms (e.g. x86) a
37350         'long double' occupies less bytes than sizeof (long double).
37351
37352 2007-03-17  Bruno Haible  <bruno@clisp.org>
37353
37354         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37355         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37356         * tests/test-getaddrinfo.c (simple): Likewise.
37357         * tests/test-read-file.c (main): Likewise.
37358
37359 2007-03-17  Bruno Haible  <bruno@clisp.org>
37360
37361         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37362
37363 2007-03-17  Bruno Haible  <bruno@clisp.org>
37364
37365         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37366         unused variable.
37367
37368 2007-03-17  Bruno Haible  <bruno@clisp.org>
37369
37370         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37371         * tests/test-c-strncasecmp.c: Likewise.
37372
37373 2007-03-17  Bruno Haible  <bruno@clisp.org>
37374
37375         * modules/stdlib (Depends-on): Add unistd.
37376         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37377         Needed for MacOS X 10.3.
37378
37379 2007-03-17  Bruno Haible  <bruno@clisp.org>
37380
37381         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37382
37383 2007-03-17  Bruno Haible  <bruno@clisp.org>
37384
37385         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37386
37387 2007-03-17  Bruno Haible  <bruno@clisp.org>
37388
37389         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37390         to reflect files copied from gnulib (with or without modifications).
37391         Suggested by Jim Meyering.
37392
37393 2007-03-17  Eric Blake  <ebb9@byu.net>
37394
37395         * NEWS: Document stdlib change from 2007-02-18.
37396
37397 2007-03-17  Jim Meyering  <jim@meyering.net>
37398
37399         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37400         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37401         someone uses a name containing shell meta-characters.
37402         Reported by Alfred M. Szmidt.
37403
37404         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37405
37406 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37407
37408         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37409         and copy gettext configuration files only if configure.ac contains
37410         a use of AM_GNU_GETTEXT_VERSION.
37411
37412 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37413
37414         * build-aux/bootstrap (gnulib_name): New variable.
37415         (gnulib_tool_options): Use it.
37416
37417 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37418
37419         * tests/test-des.c: Use new namespace.
37420
37421 2007-03-15  Bruno Haible  <bruno@clisp.org>
37422
37423         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37424         Reported by James Youngman <jay@gnu.org>.
37425
37426 2007-03-15  Bruno Haible  <bruno@clisp.org>
37427
37428         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37429         declared prototype. Needed with cc on OSF/1 5.1.
37430
37431 2007-03-15  Bruno Haible  <bruno@clisp.org>
37432
37433         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37434         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37435         (struct gl_list_implementation): Add dispose_fn argument to the
37436         'create_empty', 'create' methods.
37437         (struct gl_list_impl_base): Add field 'dispose_fn'.
37438         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37439         argument.
37440         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37441         dispose_fn argument.
37442         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37443         dispose_fn on the dropped values.
37444         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37445         dispose_fn argument.
37446         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37447         dropped values.
37448         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37449         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37450         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37451         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37452         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37453         argument.
37454         (gl_tree_list_free): Call dispose_fn on the dropped values.
37455         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37456         the dropped values.
37457         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37458         Add dispose_fn argument.
37459         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37460         Call dispose_fn on the dropped values.
37461         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37462         Add dispose_fn argument.
37463         (gl_sublist_create): Initialize the 'dispose_fn' field.
37464         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37465         * tests/test-array_list.c (main): Update.
37466         * tests/test-carray_list.c (main): Update.
37467         * tests/test-avltree_list.c (main): Update.
37468         * tests/test-rbtree_list.c (main): Update.
37469         * tests/test-avltreehash_list.c (main): Update.
37470         * tests/test-rbtreehash_list.c (main): Update.
37471         * tests/test-linked_list.c (main): Update.
37472         * tests/test-linkedhash_list.c (main): Update.
37473         * tests/test-array_oset.c (main): Update.
37474
37475 2007-03-15  Bruno Haible  <bruno@clisp.org>
37476
37477         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37478         (gl_oset_create_empty): Add dispose_fn argument.
37479         (struct gl_oset_implementation): Add dispose_fn argument to
37480         'create_empty' method.
37481         (struct gl_oset_impl_base): Add dispose_fn field.
37482         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37483         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37484         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37485         values.
37486         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37487         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37488         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37489         dropped value.
37490         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37491         dropped value.
37492         * tests/test-array_oset.c (main): Update.
37493         * tests/test-avltree_oset.c (main): Update.
37494         * tests/test-rbtree_oset.c (main): Update.
37495         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37496
37497 2007-03-13  Bruno Haible  <bruno@clisp.org>
37498
37499         * tests/test-stdbool.c (i): Update after last patch.
37500
37501 2007-03-12  Bruno Haible  <bruno@clisp.org>
37502
37503         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37504         the iswprint macro. Needed on Solaris 2.5.1.
37505
37506 2007-03-12  Bruno Haible  <bruno@clisp.org>
37507
37508         * tests/test-printf-frexp.c (main): Declare x as volatile.
37509
37510 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37511
37512         * doc/gnulib.texi (Build robot for gnulib): New section.
37513
37514 2007-03-12  Jim Meyering  <jim@meyering.net>
37515
37516         * build-aux/bootstrap: New file.
37517         * build-aux/bootstrap.conf: New file, from coreutils.
37518
37519 2007-03-11  Bruno Haible  <bruno@clisp.org>
37520
37521         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37522
37523 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37524
37525         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37526         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37527         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37528
37529 2007-03-11  Bruno Haible  <bruno@clisp.org>
37530
37531         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37532         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37533
37534 2007-03-11  Bruno Haible  <bruno@clisp.org>
37535
37536         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37537         formula. Needed for SunPRO C 5.0.
37538
37539 2007-03-11  Bruno Haible  <bruno@clisp.org>
37540
37541         * modules/long-options (Depends-on): Add getopt.
37542
37543 2007-03-11  Bruno Haible  <bruno@clisp.org>
37544
37545         * modules/modechange (Depends-on): Add stdbool.
37546
37547 2007-03-11  Bruno Haible  <bruno@clisp.org>
37548
37549         * modules/i-ring (Depends-on): Add stdbool.
37550
37551 2007-03-11  Bruno Haible  <bruno@clisp.org>
37552
37553         * modules/gc-des (Depends-on): Add stdbool.
37554
37555 2007-03-11  Bruno Haible  <bruno@clisp.org>
37556
37557         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37558
37559 2007-03-11  Bruno Haible  <bruno@clisp.org>
37560
37561         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37562
37563 2007-03-11  Bruno Haible  <bruno@clisp.org>
37564
37565         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37566
37567 2007-03-11  Bruno Haible  <bruno@clisp.org>
37568
37569         * lib/vasnprintf.c (sprintf): Undefine.
37570
37571 2007-03-11  Bruno Haible  <bruno@clisp.org>
37572
37573         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37574         initializers in SunPRO C and Compaq C compilers.
37575
37576 2007-03-11  Bruno Haible  <bruno@clisp.org>
37577
37578         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37579         decrementing code ANSI C compliant.
37580
37581 2007-03-11  Bruno Haible  <bruno@clisp.org>
37582
37583         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37584         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37585
37586 2007-03-11  Bruno Haible  <bruno@clisp.org>
37587
37588         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37589         <stdbool.h> substitute doesn't pass.
37590
37591 2007-03-11  Bruno Haible  <bruno@clisp.org>
37592
37593         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37594
37595 2007-03-11  Bruno Haible  <bruno@clisp.org>
37596
37597         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37598         script, for submission to autobuild.josefsson.org.
37599
37600 2007-03-10  Bruno Haible  <bruno@clisp.org>
37601
37602         * modules/canonicalize-lgpl-tests: New file.
37603         * tests/test-canonicalize-lgpl.sh: New file.
37604         * tests/test-canonicalize-lgpl.c: New file.
37605
37606         * modules/c-strcase-tests: New file.
37607         * tests/test-c-strcase.sh: New file.
37608         * tests/test-c-strcasecmp.c: New file.
37609         * tests/test-c-strncasecmp.c: New file.
37610
37611         * modules/atexit-tests: New file.
37612         * tests/test-atexit.sh: New file.
37613         * tests/test-atexit.c: New file.
37614
37615 2007-03-10  Bruno Haible  <bruno@clisp.org>
37616
37617         * tests/test-binary-io.sh: Use temporary filenames that are not so
37618         likely to clash with those of other tests (in a parallel make).
37619         * tests/test-binary-io.c: Likewise.
37620
37621 2007-03-10  Bruno Haible  <bruno@clisp.org>
37622
37623         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37624         fallback; use #error instead.
37625         Suggested by Simon Josefsson.
37626
37627 2007-03-10  Bruno Haible  <bruno@clisp.org>
37628
37629         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37630         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37631         first and the last.
37632
37633 2007-03-10  Bruno Haible  <bruno@clisp.org>
37634
37635         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37636
37637 2007-03-10  Bruno Haible  <bruno@clisp.org>
37638
37639         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37640         "make distcheck".
37641         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37642         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37643         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37644
37645 2007-03-10  Bruno Haible  <bruno@clisp.org>
37646
37647         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37648         variable.
37649         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37650         variable.
37651
37652 2007-03-09  Eric Blake  <ebb9@byu.net>
37653         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37654
37655         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37656         types are not being provided by gnulib.
37657         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37658         types are supported.
37659
37660 2007-03-10  Bruno Haible  <bruno@clisp.org>
37661
37662         * lib/stdio_.h (__attribute__): New macro.
37663         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37664         vsprintf): Specify __attribute__ __format__ for GCC.
37665         Suggested by Eric Blake.
37666
37667 2007-03-09  Bruno Haible  <bruno@clisp.org>
37668
37669         * modules/printf-posix-tests: New file.
37670         * tests/test-printf-posix.sh: New file.
37671         * tests/test-printf-posix.c: New file.
37672
37673         * modules/printf-posix: New file.
37674         * lib/printf.c: New file.
37675         * m4/printf-posix-rpl.m4: New file.
37676         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37677         REPLACE_PRINTF.
37678         * lib/stdio_.h (printf): New declaration.
37679         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37680         ____strfmon____): New macros.
37681         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37682         REPLACE_PRINTF.
37683
37684 2007-03-09  Bruno Haible  <bruno@clisp.org>
37685
37686         * tests/test-vasnprintf-posix2.sh: New file.
37687         * tests/test-vasnprintf-posix2.c: New file.
37688         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37689         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37690         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37691
37692         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37693         a locale dependent decimal point, rather than always '.'.
37694
37695 2007-03-09  Eric Blake  <ebb9@byu.net>
37696
37697         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37698         spite of platforms like Tandem/NSK that define it to -1.
37699
37700 2007-03-08  Bruno Haible  <bruno@clisp.org>
37701
37702         * modules/vprintf-posix-tests: New file.
37703         * tests/test-vprintf-posix.sh: New file.
37704         * tests/test-vprintf-posix.c: New file.
37705         * tests/test-printf-posix.h: New file.
37706
37707         * modules/vprintf-posix: New file.
37708         * lib/vprintf.c: New file.
37709         * m4/vprintf-posix.m4: New file.
37710         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37711         REPLACE_VPRINTF.
37712         * lib/stdio_.h (vprintf): New declaration.
37713         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37714         REPLACE_VPRINTF.
37715
37716 2007-03-08  Bruno Haible  <bruno@clisp.org>
37717
37718         * modules/fprintf-posix-tests: New file.
37719         * tests/test-fprintf-posix.sh: New file.
37720         * tests/test-fprintf-posix.c: New file.
37721
37722         * modules/fprintf-posix: New file.
37723         * lib/fprintf.c: New file.
37724         * m4/fprintf-posix.m4: New file.
37725         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37726         REPLACE_FPRINTF.
37727         * lib/stdio_.h (fprintf): New declaration.
37728         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37729         REPLACE_FPRINTF.
37730
37731 2007-03-08  Bruno Haible  <bruno@clisp.org>
37732
37733         * modules/vfprintf-posix-tests: New file.
37734         * tests/test-vfprintf-posix.sh: New file.
37735         * tests/test-vfprintf-posix.c: New file.
37736         * tests/test-fprintf-posix.h: New file.
37737         * tests/test-fprintf-posix.out: New file.
37738
37739         * modules/vfprintf-posix: New file.
37740         * lib/vfprintf.c: New file.
37741         * m4/vfprintf-posix.m4: New file.
37742         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37743         REPLACE_VFPRINTF.
37744         * lib/stdio_.h (vfprintf): New declaration.
37745         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37746         REPLACE_VFPRINTF.
37747
37748 2007-03-08  Bruno Haible  <bruno@clisp.org>
37749
37750         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37751
37752 2007-03-08  Bruno Haible  <bruno@clisp.org>
37753
37754         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37755         instead of 'expr' invocations.
37756         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37757         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37758         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37759         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37760         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37761         Suggested by Paul Eggert.
37762
37763 2007-03-08  Bruno Haible  <bruno@clisp.org>
37764
37765         * modules/fseterr-tests: New file.
37766         * tests/test-fseterr.c: New file.
37767
37768         * modules/fseterr: New file.
37769         * lib/fseterr.h: New file.
37770         * lib/fseterr.c: New file.
37771
37772 2007-03-08  Bruno Haible  <bruno@clisp.org>
37773
37774         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37775         * lib/getopt_.h: Likewise.
37776         * lib/mbswidth.h: Likewise.
37777         * lib/setenv.h: Likewise.
37778         * lib/vasnprintf.h: Likewise.
37779         * lib/vasprintf.h: Likewise.
37780         * lib/verror.h: Likewise.
37781         * lib/xsetenv.h: Likewise.
37782         * lib/xvasprintf.h: Likewise.
37783
37784 2007-03-08  Jim Meyering  <jim@meyering.net>
37785
37786         * users.txt: Add parted.
37787
37788         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37789
37790 2007-03-07  Bruno Haible  <bruno@clisp.org>
37791
37792         * m4/printf.m4: Make the shell script snippets copy&pastable.
37793
37794 2007-03-02  Bruno Haible  <bruno@clisp.org>
37795
37796         * lib/netinet_in_.h: New file.
37797         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37798         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37799         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37800         (Depends-on): Add absolute-header.
37801         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37802         into netinet/in.h.
37803
37804 2007-03-03  Bruno Haible  <bruno@clisp.org>
37805
37806         * lib/sys_select_.h: New file.
37807         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37808         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37809         * modules/sys_select (Files): Add lib/sys_select_.h.
37810         (Depends-on): Add absolute-header.
37811         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37812         into sys/select.h.
37813
37814 2007-03-02  Bruno Haible  <bruno@clisp.org>
37815
37816         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37817         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37818         values.
37819         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37820         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37821         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37822         * modules/sys_socket (Depends-on): Add absolute-header.
37823         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37824         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37825         (Include): Remove requirement of inclusion of <sys/types.h>.
37826
37827 2007-03-02  Bruno Haible  <bruno@clisp.org>
37828
37829         * lib/byteswap_.h (bswap_32): Fix formula.
37830
37831 2007-03-06  Bruno Haible  <bruno@clisp.org>
37832
37833         * modules/sprintf-posix-tests: New file.
37834         * tests/test-sprintf-posix.c: New file.
37835
37836         * modules/sprintf-posix: New file.
37837         * lib/sprintf.c: New file.
37838         * m4/sprintf-posix.m4: New file.
37839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37840         REPLACE_SPRINTF.
37841         * lib/stdio_.h (sprintf): New declaration.
37842         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37843         REPLACE_SPRINTF.
37844
37845 2007-03-06  Bruno Haible  <bruno@clisp.org>
37846
37847         * modules/vsprintf-posix-tests: New file.
37848         * tests/test-vsprintf-posix.c: New file.
37849         * tests/test-sprintf-posix.h: New file.
37850
37851         * modules/vsprintf-posix: New file.
37852         * lib/vsprintf.c: New file.
37853         * m4/vsprintf-posix.m4: New file.
37854         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37855         REPLACE_VSPRINTF.
37856         * lib/stdio_.h (vsprintf): New declaration.
37857         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37858         REPLACE_VSPRINTF.
37859
37860 2007-03-06  Bruno Haible  <bruno@clisp.org>
37861
37862         * modules/vsnprintf (Depend-on): Remove minmax.
37863
37864 2007-03-06  Bruno Haible  <bruno@clisp.org>
37865
37866         * modules/snprintf-posix-tests: New file.
37867         * tests/test-snprintf-posix.c: New file.
37868
37869         * modules/snprintf-posix: New file.
37870         * m4/snprintf-posix.m4: New file.
37871         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37872         gl_FUNC_SNPRINTF.
37873         (gl_FUNC_SNPRINTF): Invoke it.
37874         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37875         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37876         is set.
37877         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37878
37879 2007-03-06  Bruno Haible  <bruno@clisp.org>
37880
37881         * modules/vsnprintf-posix-tests: New file.
37882         * tests/test-vsnprintf-posix.c: New file.
37883         * tests/test-snprintf-posix.h: New file.
37884
37885         * modules/vsnprintf-posix: New file.
37886         * m4/vsnprintf-posix.m4: New file.
37887         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37888         gl_FUNC_VSNPRINTF.
37889         (gl_FUNC_VSNPRINTF): Invoke it.
37890         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37891         * lib/stdio_.h (vsnprintf): Define as a replacement if
37892         REPLACE_VSNPRINTF is set.
37893         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37894
37895 2007-03-06  Bruno Haible  <bruno@clisp.org>
37896
37897         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37898         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37899
37900 2007-03-06  Bruno Haible  <bruno@clisp.org>
37901
37902         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37903         (asinl): Declare also if HAVE_DECL_ASINL is set.
37904         (atanl): Declare also if HAVE_DECL_ATANL is set.
37905         (ceill): Declare also if HAVE_DECL_CEILL is set.
37906         (cosl): Declare also if HAVE_DECL_COSL is set.
37907         (expl): Declare also if HAVE_DECL_EXPL is set.
37908         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37909         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37910         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37911         (logl): Declare also if HAVE_DECL_LOGL is set.
37912         (sinl): Declare also if HAVE_DECL_SINL is set.
37913         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37914         (tanl): Declare also if HAVE_DECL_TANL is set.
37915         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37916         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37917         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37918         declaration of frexpl, ldexpl.
37919         * modules/printf-frexpl (Depends-on): Add math.
37920         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37921
37922 2007-03-05  Bruno Haible  <bruno@clisp.org>
37923
37924         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37925         frexpl and ldexpl are declared.
37926         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37927
37928 2007-03-05  Bruno Haible  <bruno@clisp.org>
37929
37930         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37931         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37932
37933 2007-03-05  Bruno Haible  <bruno@clisp.org>
37934
37935         * lib/stdio_.h: Include <stddef.h>.
37936
37937 2007-03-05  Bruno Haible  <bruno@clisp.org>
37938
37939         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37940
37941 2007-03-05  Bruno Haible  <bruno@clisp.org>
37942
37943         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37944         NetBSD 4, from Ralf Wildenhues.
37945
37946 2007-03-04  Bruno Haible  <bruno@clisp.org>
37947
37948         * lib/vasprintf.h: Update #if logic for the case when the functions
37949         exist but are overridden.
37950
37951 2007-03-04  Bruno Haible  <bruno@clisp.org>
37952
37953         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37954         implementations: glibc-2.4 and MacOS X 10.3.
37955         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37956         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37957         * tests/test-vasprintf-posix.c (test_function): Likewise.
37958
37959 2007-03-04  Bruno Haible  <bruno@clisp.org>
37960
37961         * modules/vasprintf-posix-tests: New file.
37962         * tests/test-vasprintf-posix.c: New file.
37963
37964         * modules/vasprintf-posix: New file.
37965         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37966         defined.
37967         * m4/vasprintf-posix.m4: New file.
37968         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37969         gl_FUNC_VASPRINTF.
37970         (gl_FUNC_VASPRINTF): Invoke it.
37971         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37972         here.
37973         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37974
37975 2007-03-04  Bruno Haible  <bruno@clisp.org>
37976
37977         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37978         REPLACE_GETTIMEOFDAY.
37979         * modules/sys_time (Makefile.am): Likewise.
37980         * m4/sys_time_h.m4: Likewise.
37981         * m4/gettimeofday.m4: Likewise.
37982
37983 2007-03-04  Bruno Haible  <bruno@clisp.org>
37984
37985         * modules/vasnprintf-posix-tests: New file.
37986         * tests/test-vasnprintf-posix.c: New file.
37987
37988         * modules/vasnprintf-posix: New file.
37989         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37990         printf-frexpl.h.
37991         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37992         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37993         REPLACE_VASNPRINTF is defined.
37994         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37995         gl_FUNC_VASNPRINTF.
37996         (gl_FUNC_VASNPRINTF): Invoke it.
37997         * m4/vasnprintf-posix.m4: New file.
37998         * m4/printf.m4: New file.
37999
38000 2007-03-04  Bruno Haible  <bruno@clisp.org>
38001
38002         Compile progreloc.c only if --enable-relocatable is specified.
38003         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38004         if --enable-relocatable was specified.
38005         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38006         lib_SOURCES.
38007
38008 2007-03-04  Jim Meyering  <jim@meyering.net>
38009
38010         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38011         Use it consistently, rather than enumerating errno constants.
38012
38013 2007-03-04  Bruno Haible  <bruno@clisp.org>
38014
38015         * modules/xvasprintf-tests: New file.
38016         * tests/test-xvasprintf.c: New file.
38017
38018         * modules/vasprintf-tests: New file.
38019         * tests/test-vasprintf.c: New file.
38020
38021         * modules/vasnprintf-tests: New file.
38022         * tests/test-vasnprintf.c: New file.
38023
38024         * modules/vsnprintf-tests: New file.
38025         * tests/test-vsnprintf.c: New file.
38026
38027         * modules/snprintf-tests: New file.
38028         * tests/test-snprintf.c: New file.
38029
38030 2007-03-04  Bruno Haible  <bruno@clisp.org>
38031
38032         Compile relocatable.c only if --enable-relocatable is specified.
38033         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38034         gl_RELOCATABLE_LIBRARY.
38035         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38036         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38037         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38038         gl_RELOCATABLE_LIBRARY.
38039         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38040         (Makefile.am): Remove lib_SOURCES.
38041         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38042         gl_RELOCATABLE_LIBRARY.
38043         (Makefile.am): Remove lib_SOURCES.
38044         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38045         always.
38046         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38047         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38048
38049 2007-03-04  Bruno Haible  <bruno@clisp.org>
38050
38051         * modules/argmatch-tests: New file.
38052         * tests/test-argmatch.c: New file.
38053
38054         * tests/test-allocsa.c (main): Halve the number of loop runs.
38055
38056         * modules/alloca-opt-tests: New file.
38057         * tests/test-alloca-opt.c: New file.
38058
38059 2007-03-04  Jim Meyering  <jim@meyering.net>
38060
38061         Work around difference between Linux ACLs and Solaris 10 ZFS.
38062         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38063         for EINVAL.
38064
38065 2007-03-03  Bruno Haible  <bruno@clisp.org>
38066
38067         * modules/relocatable-prog (Depends-on): Add back progreloc's
38068         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38069
38070 2007-03-03  Bruno Haible  <bruno@clisp.org>
38071
38072         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38073         * modules/relocatable-lib: New file.
38074
38075 2007-03-03  Bruno Haible  <bruno@clisp.org>
38076
38077         * modules/relocatable-prog: Renamed from modules/relocatable.
38078         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38079
38080 2007-03-03  Bruno Haible  <bruno@clisp.org>
38081
38082         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38083         m4/relocatable-lib.m4.
38084         (Depends-on): Remove 'relocatable'.
38085         (configure.ac): Add gl_RELOCATABLE_NOP.
38086
38087 2007-03-03  Bruno Haible  <bruno@clisp.org>
38088
38089         * modules/relocatable-prog-wrapper: New file.
38090         * modules/relocatable (Depends-on): Add it. Remove all other
38091         dependencies except progname.
38092         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38093
38094         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38095         (gl_FUNC_STRERROR): Nop.
38096         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38097
38098         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38099         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38100
38101         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38102         (gl_FUNC_READLINK): Update.
38103
38104         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38105
38106 2007-03-03  Bruno Haible  <bruno@clisp.org>
38107
38108         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38109         * modules/xreadlink (Depends-on): Add unistd.
38110         * modules/xreadlink-with-size (Depends-on): Likewise.
38111
38112 2007-03-03  Bruno Haible  <bruno@clisp.org>
38113
38114         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38115         extracted from gt_FUNC_SETENV.
38116         (gt_FUNC_SETENV): Remove macro.
38117         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38118         remove gt_FUNC_SETENV.
38119
38120 2007-03-03  Bruno Haible  <bruno@clisp.org>
38121
38122         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
38123         ENABLE_RELOCATABLE here.
38124         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
38125
38126 2007-03-03  Bruno Haible  <bruno@clisp.org>
38127
38128         * modules/rbtreehash-list-tests (Depends-on): Add progname.
38129         * tests/test-rbtreehash_list.c: Include progname.h.
38130         (main): Call set_program_name.
38131
38132         * modules/rbtree-oset-tests (Depends-on): Add progname.
38133         * tests/test-rbtree_oset.c: Include progname.h.
38134         (main): Call set_program_name.
38135
38136         * modules/rbtree-list-tests (Depends-on): Add progname.
38137         * tests/test-rbtree_list.c: Include progname.h.
38138         (main): Call set_program_name.
38139
38140         * modules/linked-list-tests (Depends-on): Add progname.
38141         * tests/test-linked_list.c: Include progname.h.
38142         (main): Call set_program_name.
38143
38144 2007-03-03  Bruno Haible  <bruno@clisp.org>
38145
38146         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
38147         All uses of __restrict changed to _Restrict_.
38148         * lib/glob_.h (__restrict): Remove macro.
38149
38150 2007-03-02  Bruno Haible  <bruno@clisp.org>
38151
38152         * modules/gettext (configure.ac): Require gettext infrastructure
38153         from version 0.16.1.
38154
38155 2007-03-02  Bruno Haible  <bruno@clisp.org>
38156
38157         * modules/linkedhash-list-tests (Depends-on): Add progname.
38158         * tests/test-linkedhash_list.c: Include progname.h.
38159         (main): Call set_program_name.
38160
38161         * modules/carray-list-tests (Depends-on): Add progname.
38162         * tests/test-carray_list.c: Include progname.h.
38163         (main): Call set_program_name.
38164
38165         * modules/avltreehash-list-tests (Depends-on): Add progname.
38166         * tests/test-avltreehash_list.c: Include progname.h.
38167         (main): Call set_program_name.
38168
38169         * modules/avltree-oset-tests (Depends-on): Add progname.
38170         * tests/test-avltree_oset.c: Include progname.h.
38171         (main): Call set_program_name.
38172
38173         * modules/avltree-list-tests (Depends-on): Add progname.
38174         * tests/test-avltree_list.c: Include progname.h.
38175         (main): Call set_program_name.
38176
38177         * modules/array-oset-tests (Depends-on): Add progname.
38178         * tests/test-array_oset.c: Include progname.h.
38179         (main): Call set_program_name.
38180
38181         * modules/array-list-tests (Depends-on): Add progname.
38182         * tests/test-array_list.c: Include progname.h.
38183         (main): Call set_program_name.
38184
38185         * modules/argp-tests (Depends-on): Add progname.
38186         * tests/test-argp.c: Include argp.h first. Include progname.h.
38187         (main): Call set_program_name.
38188
38189 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
38190
38191         * doc/gnulib-tool.texi (Initial import): Reword description of
38192         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
38193         limited effect even if defined after the first system include.
38194
38195 2007-03-01  Bruno Haible  <bruno@clisp.org>
38196
38197         * build-aux/config.libpath: Update to libtool-1.5.22.
38198         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
38199
38200 2007-03-01  Bruno Haible  <bruno@clisp.org>
38201
38202         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
38203         foo_CFLAGS.
38204         Reported by Ralf Wildenhues.
38205
38206 2007-03-01  Bruno Haible  <bruno@clisp.org>
38207
38208         * build-aux/install-reloc: Remove object files left over by some
38209         compilers.
38210         Reported by Ralf Wildenhues.
38211
38212 2007-03-01  Bruno Haible  <bruno@clisp.org>
38213
38214         * build-aux/install-reloc: Break long lines.
38215
38216 2007-03-01  Bruno Haible  <bruno@clisp.org>
38217
38218         * doc/relocatable.texi: Document that it may not work on OpenBSD.
38219         Reported by Ralf Wildenhues.
38220
38221 2007-03-01  Bruno Haible  <bruno@clisp.org>
38222
38223         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
38224         include ordering constraints.
38225
38226 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38227
38228         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
38229         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
38230         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
38231         as another example.
38232         * lib/time_.h: Fix misspelling.
38233         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38234         Require gl_HEADER_TIME_H_DEFAULTS.
38235         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
38236         * m4/time_r.m4 (gl_TIME_R): Likewise.
38237         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
38238
38239 2007-03-01  Bruno Haible  <bruno@clisp.org>
38240
38241         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
38242         * m4/utimens.m4 (gl_UTIMENS): Likewise.
38243
38244 2007-03-01  Jim Meyering  <jim@meyering.net>
38245
38246         * modules/xreadlink (Maintainer): Add my name.
38247         * modules/xreadlink-with-size (Depends-on): Alphabetize.
38248
38249 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
38250             Bruno Haible  <bruno@clisp.org>
38251
38252         * build-aux/install-reloc: Compile also c-ctype.c.
38253         * build-aux/relocatable.sh.in: New file.
38254         * doc/relocatable.texi: New file.
38255         * doc/relocatable-maint.texi: New file.
38256         * doc/gnulib.texi: Include relocatable-maint.texi.
38257         * lib/progreloc.c: Include unistd.h unconditionally.
38258         * lib/relocwrapper.c: Include unistd.h unconditionally.
38259         Include c-ctype.h.
38260         (add_dotbin): Use c_tolower.
38261         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
38262         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
38263         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
38264         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
38265         to m4/relocatable-lib.m4.
38266         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
38267         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
38268         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
38269         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
38270         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
38271         * modules/relocatable: New file.
38272         * modules/relocatable-lib: New file.
38273         * modules/relocatable-script: New file.
38274
38275 2007-02-28  Bruno Haible  <bruno@clisp.org>
38276
38277         Import --enable-relocatable infrastructure.
38278         * build-aux/config.libpath: New file, from GNU gettext.
38279         * build-aux/install-reloc: New file, from GNU gettext.
38280         * build-aux/reloc-ldflags: New file, from GNU gettext.
38281         * lib/relocatable.h: New file, from GNU gettext.
38282         * lib/relocatable.c: New file, from GNU gettext.
38283         * lib/relocwrapper.c: New file, from GNU gettext.
38284         * m4/relocatable.m4: New file, from GNU gettext.
38285
38286 2007-02-28  Bruno Haible  <bruno@clisp.org>
38287
38288         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38289
38290         * modules/xreadlink: New file, from GNU gettext with modifications.
38291         * lib/xreadlink.c: New file, from GNU gettext.
38292         * lib/xreadlink.h: Add comments.
38293         (xreadlink): New declaration.
38294
38295         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38296         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38297         lib/xreadlink-with-size.c.
38298         (configure.ac): Remove gl_XREADLINK invocation.
38299         (Makefile.am): Augment lib_SOURCES.
38300         * m4/xreadlink.m4: Remove file.
38301         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38302         (xreadlink_with_size): Renamed from xreadink.
38303         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38304         * modules/canonicalize (Depends-on): Replace xreadlink with
38305         xreadlink-with-size.
38306         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38307
38308 2007-02-25  Jim Meyering  <jim@meyering.net>
38309
38310         * build-aux/announce-gen: When complaining about excess arguments,
38311         list them.
38312
38313 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38314
38315         * README: Document signed integer overflow situation more
38316         accurately.
38317
38318 2007-02-25  Bruno Haible  <bruno@clisp.org>
38319
38320         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38321         'a' or 'A' conversion.
38322
38323 2007-02-25  Bruno Haible  <bruno@clisp.org>
38324
38325         * modules/filename: Renamed from modules/pathname.
38326         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38327         lib/concatpath.c with lib/concat-filename.c.
38328         (Makefile.am): Update.
38329         (Include): Replace pathname.h with filename.h.
38330         * lib/filename.h: Renamed from lib/pathname.h.
38331         (concatenated_filename): Renamed from concatenated_pathname.
38332         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38333         (concatenated_filename): Renamed from concatenated_pathname.
38334         * lib/findprog.c: Include filename.h instead of pathname.h.
38335         (find_in_path): Update.
38336         * lib/javacomp.c: Include filename.h instead of pathname.h.
38337         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38338         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38339         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38340         is_oldgcj_14_13_usable, is_javac_usable): Update.
38341         * lib/javaexec.c: Include filename.h instead of pathname.h.
38342         (execute_java_class): Update.
38343         * modules/findprog: Update.
38344         * modules/javacomp: Update.
38345         * modules/javaexec: Update.
38346         * MODULES.html.sh (File system functions): Add 'filename', remove
38347         'pathname'.
38348
38349 2007-02-25  Bruno Haible  <bruno@clisp.org>
38350
38351         * modules/printf-frexpl-tests: New file.
38352         * tests/test-printf-frexpl.c: New file.
38353
38354         * modules/printf-frexpl: New file.
38355         * lib/printf-frexpl.h: New file.
38356         * lib/printf-frexpl.c: New file.
38357         * m4/printf-frexpl.m4: New file.
38358
38359 2007-02-25  Bruno Haible  <bruno@clisp.org>
38360
38361         * modules/printf-frexp-tests: New file.
38362         * tests/test-printf-frexp.c: New file.
38363
38364         * modules/printf-frexp: New file.
38365         * lib/printf-frexp.h: New file.
38366         * lib/printf-frexp.c: New file.
38367         * m4/printf-frexp.m4: New file.
38368
38369 2007-02-25  Bruno Haible  <bruno@clisp.org>
38370
38371         Assume automake >= 1.10 for the tests.
38372         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38373         * modules/arctwo-tests: Likewise.
38374         * modules/argp-tests: Likewise.
38375         * modules/avltree-list-tests: Likewise.
38376         * modules/avltree-oset-tests: Likewise.
38377         * modules/avltreehash-list-tests: Likewise.
38378         * modules/carray-list-tests: Likewise.
38379         * modules/crc-tests: Likewise.
38380         * modules/des-tests: Likewise.
38381         * modules/gc-arcfour-tests: Likewise.
38382         * modules/gc-arctwo-tests: Likewise.
38383         * modules/gc-des-tests: Likewise.
38384         * modules/gc-hmac-md5-tests: Likewise.
38385         * modules/gc-hmac-sha1-tests: Likewise.
38386         * modules/gc-md2-tests: Likewise.
38387         * modules/gc-md4-tests: Likewise.
38388         * modules/gc-md5-tests: Likewise.
38389         * modules/gc-pbkdf2-sha1-tests: Likewise.
38390         * modules/gc-rijndael-tests: Likewise.
38391         * modules/gc-sha1-tests: Likewise.
38392         * modules/gc-tests: Likewise.
38393         * modules/getaddrinfo-tests: Likewise.
38394         * modules/hmac-md5-tests: Likewise.
38395         * modules/hmac-sha1-tests: Likewise.
38396         * modules/linked-list-tests: Likewise.
38397         * modules/linkedhash-list-tests: Likewise.
38398         * modules/lock-tests: Likewise.
38399         * modules/md2-tests: Likewise.
38400         * modules/md4-tests: Likewise.
38401         * modules/md5-tests: Likewise.
38402         * modules/rbtree-list-tests: Likewise.
38403         * modules/rbtree-oset-tests: Likewise.
38404         * modules/rbtreehash-list-tests: Likewise.
38405         * modules/read-file-tests: Likewise.
38406         * modules/rijndael-tests: Likewise.
38407         * modules/stdint-tests: Likewise.
38408         * modules/tls-tests: Likewise.
38409
38410 2007-02-24  Bruno Haible  <bruno@clisp.org>
38411
38412         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38413         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38414         function; instead check whether isnan with a double argument links.
38415         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38416         function; instead check whether isnan with a 'long double' argument
38417         links.
38418         Reported by Eric Blake <ebb9@byu.net>.
38419
38420 2007-02-24  Bruno Haible  <bruno@clisp.org>
38421
38422         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38423         defined.
38424         * lib/isnanl.c: Remove all code. Just include isnan.c.
38425         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38426
38427 2007-02-25  Jim Meyering  <jim@meyering.net>
38428
38429         Avoid conflicting types for 'unsetenv' on FreeBSD.
38430         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38431         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38432         in stdlib.h.
38433
38434 2007-02-24  Bruno Haible  <bruno@clisp.org>
38435
38436         * modules/isnanl-nolibm-tests: New file.
38437         * tests/test-isnanl.c: New file.
38438
38439         * modules/isnanl-nolibm: New file.
38440         * lib/isnanl.h: New file.
38441         * lib/isnanl.c: New file.
38442         * m4/isnanl.m4: New file.
38443
38444 2007-02-24  Bruno Haible  <bruno@clisp.org>
38445
38446         * modules/isnan-nolibm-tests: New file.
38447         * tests/test-isnan.c: New file.
38448
38449         * modules/isnan-nolibm: New file.
38450         * lib/isnan.h: New file.
38451         * lib/isnan.c: New file.
38452         * m4/isnan.m4: New file.
38453
38454 2007-02-24  Bruno Haible  <bruno@clisp.org>
38455
38456         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38457         assume that an exponent fits in 20 bits.
38458
38459 2007-02-24  Jim Meyering  <jim@meyering.net>
38460
38461         * m4/regex.m4: Update the description of the configure-time option,
38462         --without-included-regex, to state accurately what the defaults are,
38463         and perhaps to give people an idea why using this option is risky.
38464
38465 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38466
38467         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38468         loops on small arguments.  This attempts to avoid the problem
38469         Bruno Haible reported for AIX 4.3.2 in
38470         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38471
38472 2007-02-23  Bruno Haible  <bruno@clisp.org>
38473
38474         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38475         Needed for help2man.
38476
38477 2007-02-23  Karl Berry  <karl@gnu.org>
38478
38479         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38480         exists, foo.h should be cvs-ignored, not committed.
38481
38482 2007-02-23  Eric Blake  <ebb9@byu.net>
38483
38484         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38485         * lib/stat-time.h (includes): Likewise.
38486         * lib/utimecmp.c (includes): Likewise.
38487         * lib/utimens.h (includes): Likewise.
38488         * lib/getdate.y (includes): Also include "timespec.h" for use
38489         internal to the module.
38490         * modules/utimens (Depends-on): Revert yesterday's patch.
38491         * modules/nanosleep (Depends-on): Add missing dependency.
38492
38493 2007-02-22  Bruno Haible  <bruno@clisp.org>
38494
38495         * lib/glob.c: Don't include getlogin_r.h.
38496
38497 2007-02-22  Jim Meyering  <jim@meyering.net>
38498
38499         * modules/utimens (Depends-on): Add timespec, required for
38500         utimens.h's inclusion of timespec.h.
38501
38502 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38503
38504         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38505         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38506         Schwab in
38507         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38508         I'll try to think of a better way to fix the Solaris problem.
38509
38510         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38511         like glibc; on Solaris 10, it fails with errno == EINVAL.
38512         POSIX says the behavior is unspecified if the first argument is NULL,
38513         so play it safe and never pass NULL to the system getcwd.
38514
38515 2007-02-21  Jim Meyering  <jim@meyering.net>
38516
38517         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38518         of gettimeofday.  It would conflict with the one now always
38519         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38520         an IRIX 6.5 build failure.
38521
38522 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38523
38524         Minor fixups to port to Solaris 10 with Sun C 5.8.
38525         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38526         * modules/getcwd (Depends-on): Add dirfd.
38527         * lib/putenv.c (putenv): #undef it.
38528         (rpl_putenv): New decl.
38529         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38530
38531 2007-02-20  Bruno Haible  <bruno@clisp.org>
38532
38533         * modules/stdio-tests: New file.
38534         * tests/test-stdio.c: New file.
38535
38536         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38537         (Depends-on): Add stdio.
38538         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38539         (Include): Use <stdio.h> instead of vsnprintf.h.
38540         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38541         HAVE_DECL_VSNPRINTF.
38542         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38543
38544         * modules/snprintf (Files): Remove lib/snprintf.h.
38545         (Depends-on): Add stdio.
38546         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38547         (Include): Use <stdio.h> instead of snprintf.h.
38548         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38549         HAVE_DECL_SNPRINTF.
38550         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38551         * lib/getaddrinfo.c: Likewise.
38552
38553         * modules/stdio: New file.
38554         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38555         * lib/snprintf.h: Remove file.
38556         * lib/vsnprintf.h: Remove file.
38557         * lib/.cppi-disable: Remove snprintf.h.
38558         * m4/stdio_h.m4: New file.
38559         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38560
38561 2007-02-20  Jim Meyering  <jim@meyering.net>
38562
38563         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38564         used by e.g., mingw.  From Bruno Haible.
38565
38566 2007-02-19  Bruno Haible  <bruno@clisp.org>
38567
38568         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38569         warnings.
38570         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38571
38572 2007-02-19  Bruno Haible  <bruno@clisp.org>
38573
38574         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38575         from mingw users.
38576
38577 2007-02-19  Bruno Haible  <bruno@clisp.org>
38578
38579         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38580         warnings.
38581         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38582
38583 2007-02-19  Jim Meyering  <jim@meyering.net>
38584
38585         Don't use FD after a successful "fdopendir (fd)".
38586         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38587         Reset it by calling dirfd on the just-obtained DIR*.
38588
38589         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38590         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38591
38592 2007-02-18  Bruno Haible  <bruno@clisp.org>
38593
38594         * lib/readlink.c: Include <unistd.h>.
38595         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38596         HAVE_READLINK.
38597         * modules/readlink (Depends-on): Add unistd.
38598         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38599         (Include): Add <unistd.h>.
38600
38601         * lib/getlogin_r.h: Remove file.
38602         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38603         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38604         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38605         HAVE_DECL_GETLOGIN_R.
38606         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38607         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38608         (Include): Use <unistd.h> instead of getlogin_r.h.
38609
38610         * lib/getcwd.h: Remove file.
38611         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38612         * lib/xgetcwd.c: Likewise.
38613         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38614         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38615         * modules/getcwd (Files): Remove lib/getcwd.h.
38616         (Depends-on): Add unistd.
38617         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38618         (Include): Use <unistd.h> instad of getcwd.h.
38619
38620         * lib/ftruncate.c: Include <unistd.h> first.
38621         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38622         Set HAVE_FTRUNCATE.
38623         * modules/ftruncate (Depends-on): Add unistd.
38624         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38625
38626         * lib/fchdir.c: Include <unistd.h> first.
38627         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38628         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38629         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38630         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38631         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38632
38633         * lib/dup2.c: Include <unistd.h> first.
38634         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38635         HAVE_DUP2.
38636         * modules/dup2 (Depends-on): Add unistd.
38637         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38638
38639         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38640         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38641         REPLACE_CHOWN. Don't define chown as a macro here.
38642         * modules/chown (Depends-on): Add unistd.
38643         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38644
38645         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38646         Add definition for GL_LINK_WARNING.
38647         (chown, dup2): New declarations.
38648         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38649         link warning.
38650         (ftruncate): New declaration.
38651         (getcwd): New declaration, taken from old getcwd.h.
38652         (getlogin_r): New declaration, taken from old getlogin_r.h.
38653         (readlink): New declaration.
38654         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38655         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38656         (gl_PREREQ_UNISTD): Remove macro.
38657         (gl_UNISTD_MODULE_INDICATOR): New macro.
38658         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38659         many new variables. Don't set UNISTD_H.
38660         * modules/unistd (Description): Change.
38661         (Depends-on): Add link-warning.
38662         (configure.ac): Update.
38663         (Makefile.am): Create unistd.h always. Substitute many new variables
38664         into it.
38665
38666 2007-02-18  Bruno Haible  <bruno@clisp.org>
38667
38668         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38669         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38670         HAVE_GETSUBOPT.
38671         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38672         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38673         * lib/getsubopt.h: Remove file.
38674         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38675         (Depends-on): Add stdlib.
38676         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38677         (Includes): Use <stdlib.h> instead of getsubopt.h.
38678         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38679         Set HAVE_GETSUBOPT.
38680         * lib/getsubopt.c: Don't include getsubopt.h.
38681
38682 2007-02-18  Bruno Haible  <bruno@clisp.org>
38683
38684         * modules/fchdir (Depends-on): Add dup2.
38685
38686 2007-02-18  Bruno Haible  <bruno@clisp.org>
38687
38688         * lib/stdlib_.h: Handle glibc's special invocation convention
38689         specially.
38690
38691 2007-02-18  Bruno Haible  <bruno@clisp.org>
38692
38693         * modules/stdlib-tests: New file.
38694         * tests/test-stdlib.c: New file.
38695
38696         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38697         (Depends-on): Add stdlib.
38698         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38699         (Includes): Use <stdlib.h> instead of mkstemp.h.
38700         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38701         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38702         * lib/mkstemp.c: Don't include mkstemp.h.
38703         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38704         * lib/stdlib--.h: Don't include mkstemp.h.
38705
38706         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38707         (Depends-on): Add stdlib.
38708         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38709         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38710         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38711         HAVE_MKDTEMP.
38712         * lib/mkdtemp.c: Don't include mkdtemp.h.
38713         * lib/clean-temp.c: Don't include mkdtemp.h.
38714
38715         * modules/exit (Files): Remove lib/exit.h.
38716         (Depends-on): Add stdlib.
38717         (Makefile.am): Remove lib_SOURCES.
38718         (Include): Use <stdlib.h> instead of exit.h.
38719         * lib/argmatch.c: Don't include exit.h.
38720         * lib/execute.c: Likewise.
38721         * lib/pagealign_alloc.c: Likewise.
38722         * lib/pipe.c: Likewise.
38723         * lib/wait-process.c: Likewise.
38724         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38725         * lib/exitfail.c: Likewise.
38726         * lib/savewd.c: Likewise.
38727         * lib/xsetenv.c: Likewise.
38728
38729         * modules/stdlib: New file.
38730         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38731         and extra comments about mkstemp().
38732         * lib/exit.h: Remove file.
38733         * lib/mkdtemp.h: Remove file.
38734         * lib/mkstemp.h: Remove file.
38735         * m4/stdlib_h.m4: New file.
38736         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38737
38738 2007-02-18  Bruno Haible  <bruno@clisp.org>
38739
38740         * modules/math-tests: New file.
38741         * tests/test-math.c: New file.
38742
38743         * modules/math: New file.
38744         * modules/mathl (Files): Remove lib/mathl.h.
38745         (Depends-on): Add math.
38746         (Makefile.am): Don't mention mathl.h.
38747         (Include): Use <math.h> instead of mathl.h.
38748         * lib/math_.h: New file.
38749         * lib/mathl.h: Remove file.
38750         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38751         mathl.h.
38752         * lib/asinl.c: Likewise.
38753         * lib/atanl.c: Likewise.
38754         * lib/ceill.c: Likewise.
38755         * lib/cosl.c: Likewise.
38756         * lib/expl.c: Likewise.
38757         * lib/floorl.c: Likewise.
38758         * lib/frexpl.c: Likewise.
38759         * lib/ldexpl.c: Likewise.
38760         * lib/logl.c: Likewise.
38761         * lib/sincosl.c: Likewise.
38762         * lib/sinl.c: Likewise.
38763         * lib/sqrtl.c: Likewise.
38764         * lib/tanl.c: Likewise.
38765         * lib/trigl.c: Likewise.
38766         * m4/math_h.m4: New file.
38767         * MODULES.html.sh (Mathematics): Add math.
38768
38769 2007-02-17  Bruno Haible  <bruno@clisp.org>
38770
38771         * modules/wctype-tests: New file.
38772         * tests/test-wctype.c: New file.
38773
38774         * modules/wchar-tests: New file.
38775         * tests/test-wchar.c: New file.
38776
38777         * modules/unistd-tests: New file.
38778         * tests/test-unistd.c: New file.
38779
38780         * modules/time-tests: New file.
38781         * tests/test-time.c: New file.
38782
38783         * modules/sysexits-tests: New file.
38784         * tests/test-sysexits.c: New file.
38785
38786         * modules/sys_time-tests: New file.
38787         * tests/test-sys_time.c: New file.
38788
38789         * modules/sys_stat-tests: New file.
38790         * tests/test-sys_stat.c: New file.
38791
38792         * modules/sys_socket-tests: New file.
38793         * tests/test-sys_socket.c: New file.
38794
38795         * modules/sys_select-tests: New file.
38796         * tests/test-sys_select.c: New file.
38797
38798         * modules/string-tests: New file.
38799         * tests/test-string.c: New file.
38800
38801         * modules/stdbool-tests: New file.
38802         * tests/test-stdbool.c: New file.
38803
38804         * modules/netinet_in-tests: New file.
38805         * tests/test-netinet_in.c: New file.
38806
38807         * modules/inttypes-tests: New file.
38808         * tests/test-inttypes.c: New file.
38809
38810         * modules/fcntl-tests: New file.
38811         * tests/test-fcntl.c: New file.
38812
38813         * modules/byteswap-tests: New file.
38814         * tests/test-byteswap.c: New file.
38815
38816         * modules/arpa_inet-tests: New file.
38817         * tests/test-arpa_inet.c: New file.
38818
38819 2007-02-17  Bruno Haible  <bruno@clisp.org>
38820
38821         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38822         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38823         if the corresponding module is not enabled. Emit link warnings if
38824         the function is used nevertheless.
38825         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38826         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38827         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38828         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38829         * modules/inttypes (Depends-on): Add link-warning.
38830         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38831         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38832         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38833         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38834         * modules/imaxdiv (configure.ac): Likewise.
38835         * modules/strtoimax (configure.ac): Likewise.
38836         * modules/strtoumax (configure.ac): Likewise.
38837
38838 2007-02-17  Bruno Haible  <bruno@clisp.org>
38839
38840         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38841         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38842         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38843         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38844
38845 2007-02-17  Bruno Haible  <bruno@clisp.org>
38846
38847         * modules/link-warning: New file.
38848         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38849         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38850         * modules/string (Depends-on): Add link-warning.
38851         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38852         string.h.
38853         * MODULES.html.sh (Support for building libraries and executables): Add
38854         link-warning.
38855
38856 2007-02-17  Bruno Haible  <bruno@clisp.org>
38857
38858         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38859         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38860         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38861         long lines.
38862
38863 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38864             Bruno Haible  <bruno@clisp.org>
38865
38866         * modules/tmpfile: New file.
38867         * lib/tmpfile.c: New file.
38868         * m4/tmpfile.m4: New file.
38869         * MODULES.html.sh (func_all_modules): New section "Input/output".
38870
38871 2007-02-15  Bruno Haible  <bruno@clisp.org>
38872
38873         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38874         (supports_delete_on_close): New function.
38875         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38876
38877 2007-02-14  Bruno Haible  <bruno@clisp.org>
38878
38879         * modules/mbspcasecmp-tests: New file.
38880         * tests/test-mbspcasecmp.sh: New file.
38881         * tests/test-mbspcasecmp.c: New file.
38882
38883         New module mbspcasecmp.
38884         * modules/mbspcasecmp: New file.
38885         * lib/mbspcasecmp.c: New file.
38886         * lib/string_.h (strncasecmp): Change warning message.
38887         (mbspcasecmp): New declaration.
38888         * m4/mbspcasecmp.m4: New file.
38889         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38890         GNULIB_MBSPCASECMP.
38891         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38892         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38893
38894 2007-02-14  Bruno Haible  <bruno@clisp.org>
38895
38896         * modules/mbsncasecmp-tests: New file.
38897         * tests/test-mbsncasecmp.sh: New file.
38898         * tests/test-mbsncasecmp.c: New file.
38899
38900         New module mbsncasecmp.
38901         * modules/mbsncasecmp: New file.
38902         * lib/mbsncasecmp.c: New file.
38903         * lib/string_.h (mbsncasecmp): New declaration.
38904         * m4/mbsncasecmp.m4: New file.
38905         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38906         GNULIB_MBSNCASECMP.
38907         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38908         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38909
38910 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38911
38912         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38913         Verify that it doesn't overlap with our flags.
38914         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38915         do not have the desired effect in multibyte locales; instead, use
38916         mbscasecmp.
38917         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38918         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38919         we don't require GNU fnmatch ourselves (if our users require it, they
38920         should do so explicitly).
38921
38922         Fix regex code so it doesn't rely on strcasecmp.
38923         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38924         Otherwise, include gnulib's langinfo.h.
38925         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38926         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38927         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38928         * modules/regex (FILES): Remove m4/codeset.m4.
38929         (Depends-on): Add localcharset.  Remove strcase.
38930
38931 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38932
38933         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38934         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38935
38936 2007-02-13  Bruno Haible  <bruno@clisp.org>
38937
38938         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38939         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38940
38941 2007-02-12  Bruno Haible  <bruno@clisp.org>
38942
38943         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38944         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38945         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38946         time warning rather than a link error.
38947
38948 2007-02-12  Bruno Haible  <bruno@clisp.org>
38949
38950         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38951         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38952         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38953
38954 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38955
38956         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38957         args, not 2.
38958
38959 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38960
38961         New module 'time', so that apps can include <time.h> as per
38962         POSIX and GNU instead of separate include files like time_r.h
38963         and timegm.h.  This implementation tries out a simpler approach
38964         for replacing decls in standard include files (as compared to
38965         the string module), somewhat as an experiment.
38966
38967         * config/srclist.txt: Comment out mktime.c for now.
38968         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38969         since it doesn't apply any more.  Use generic wording instead.
38970         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38971         'time'.
38972         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38973         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38974         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38975         Don't include <sys/types.h>; no longer needed since we assume C89.
38976         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38977         * lib/strftime.c: Likewise.
38978         * lib/time_r.c: Likewise.
38979         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38980         * lib/nanosleep.c: Include <time.h> first, to check interface.
38981         * lib/strptime.c: Likewise.
38982         * lib/time_r.c: Likewise.
38983         * lib/timegm.c: Likewise.
38984         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38985         needed.
38986         * lib/timegm.c: Don't include timegm.h; no longer needed.
38987         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38988         time.h now handles any problems in that area.
38989         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38990         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38991         that time.h defines struct timespec.
38992         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38993         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38994         handles that.
38995         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38996         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38997         needed.  Set REPLACE_LOCALTIME.
38998         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38999         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39000         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39001         nanosleep; time_h.m4 now does that.  Don't require
39002         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39003         module handles this now.
39004         * modules/getdate (Depends-on): Remove timespec.  Add time.
39005         * modules/nanosleep (Depends-on): Likewise.
39006         * modules/stat-time (Depends-on): Likewise.
39007         * modules/nanosleep (Include): Include time.h, not timespec.h.
39008         * modules/strptime (Files): Remove lib/strptime.h.
39009         (Depends-on): Add extensions, time.
39010         (Include): Include time.h, not strptime.h.
39011         * modules/time_r (Files): Remove lib/time_r.h.
39012         (Depends-on): Add time.
39013         (Include): Include time.h, not time_r.h.
39014         * modules/timegm: Likewise.
39015         * modules/timespec (Description): Now does timespec-related decls
39016         of our own, instead of struct timespec itself.
39017         (Depends-on): Add time; remove extensions.
39018         (Maintainer): Add self.
39019         * modules/utimecmp (Depends-on): Add time; remove timespec.
39020         * modules/utimens (Depends-on): Likewise.
39021         * modules/xnanosleep (Depends-on): Likewise.
39022
39023 2007-02-11  Bruno Haible  <bruno@clisp.org>
39024
39025         * lib/c-strstr.c: Include allocsa.h.
39026         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39027         * lib/c-strcasestr.c: Include allocsa.h.
39028         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39029         * lib/strcasestr.c: Include allocsa.h.
39030         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39031         * lib/mbsstr.c: Include allocsa.h.
39032         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39033         allocsa/freesa instead of malloc/free.
39034         * lib/mbscasestr.c: Include allocsa.h.
39035         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39036         allocsa/freesa instead of malloc/free.
39037         * modules/c-strstr (Depends-on): Add allocsa.
39038         * modules/c-strcasestr (Depends-on): Likewise.
39039         * modules/strcasestr (Depends-on): Likewise.
39040         * modules/mbsstr (Depends-on): Likewise.
39041         * modules/mbscasestr (Depends-on): Likewise.
39042
39043 2007-02-11  Bruno Haible  <bruno@clisp.org>
39044
39045         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39046
39047         * modules/mbsspn-tests: New file.
39048         * tests/test-mbsspn.sh: New file.
39049         * tests/test-mbsspn.c: New file.
39050
39051 2007-02-11  Bruno Haible  <bruno@clisp.org>
39052
39053         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39054
39055         * modules/mbspbrk-tests: New file.
39056         * tests/test-mbspbrk.sh: New file.
39057         * tests/test-mbspbrk.c: New file.
39058
39059 2007-02-11  Bruno Haible  <bruno@clisp.org>
39060
39061         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39062         unneeded cast.
39063
39064         * modules/mbscspn-tests: New file.
39065         * tests/test-mbscspn.sh: New file.
39066         * tests/test-mbscspn.c: New file.
39067
39068 2007-02-11  Bruno Haible  <bruno@clisp.org>
39069
39070         * modules/mbscasecmp-tests: New file.
39071         * tests/test-mbscasecmp.sh: New file.
39072         * tests/test-mbscasecmp.c: New file.
39073
39074 2007-02-11  Bruno Haible  <bruno@clisp.org>
39075
39076         Ensure O(n) worst-case complexity of mbscasestr.
39077         * lib/mbscasestr.c: Include stdbool.h.
39078         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39079         functions.
39080         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39081         the bookkeeping indicates that it's worth it.
39082         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39083
39084         * modules/mbscasestr-tests: New file.
39085         * tests/test-mbscasestr1.c: New file.
39086         * tests/test-mbscasestr2.sh: New file.
39087         * tests/test-mbscasestr2.c: New file.
39088         * tests/test-mbscasestr3.sh: New file.
39089         * tests/test-mbscasestr3.c: New file.
39090         * tests/test-mbscasestr4.sh: New file.
39091         * tests/test-mbscasestr4.c: New file.
39092         * m4/locale-tr.m4: New file.
39093
39094 2007-02-11  Bruno Haible  <bruno@clisp.org>
39095
39096         Ensure O(n) worst-case complexity of mbsstr.
39097         * lib/mbsstr.c: Include stdbool.h.
39098         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39099         functions.
39100         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39101         bookkeeping indicates that it's worth it.
39102         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39103
39104         * modules/mbsstr-tests: New file.
39105         * tests/test-mbsstr1.c: New file.
39106         * tests/test-mbsstr2.sh: New file.
39107         * tests/test-mbsstr2.c: New file.
39108         * tests/test-mbsstr3.sh: New file.
39109         * tests/test-mbsstr3.c: New file.
39110         * m4/locale-fr.m4: New file.
39111
39112 2007-02-11  Bruno Haible  <bruno@clisp.org>
39113
39114         * lib/mbsrchr.c (mbsrchr): Fix bug.
39115
39116         * modules/mbsrchr-tests: New file.
39117         * tests/test-mbsrchr.sh: New file.
39118         * tests/test-mbsrchr.c: New file.
39119
39120 2007-02-11  Bruno Haible  <bruno@clisp.org>
39121
39122         * lib/mbschr.c (mbschr): Fix bug.
39123
39124         * modules/mbschr-tests: New file.
39125         * tests/test-mbschr.sh: New file.
39126         * tests/test-mbschr.c: New file.
39127         * m4/locale-zh.m4: New file.
39128
39129 2007-02-11  Bruno Haible  <bruno@clisp.org>
39130
39131         Support for copying multibyte string iterators.
39132         * lib/mbiter.h: Include <string.h>.
39133         (mbiter_multi_copy): New function.
39134         (mbi_copy): New macro.
39135         * lib/mbuiter.h: Include <string.h>.
39136         (mbuiter_multi_copy): New function.
39137         (mbui_copy): New macro.
39138
39139 2007-02-11  Bruno Haible  <bruno@clisp.org>
39140
39141         New module mbslen.
39142         * modules/mbslen: New file.
39143         * lib/mbslen.c: New file.
39144         * lib/string_.h (mbslen): New declaration.
39145         * m4/mbslen.m4: New file.
39146         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39147         GNULIB_MBSLEN.
39148         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
39149         * MODULES.html.sh (Internationalization functions): Add mbslen.
39150
39151 2007-02-11  Bruno Haible  <bruno@clisp.org>
39152
39153         Ensure O(n) worst-case complexity of strcasestr substitute.
39154         * lib/strcasestr.c: Include stdbool.h.
39155         (knuth_morris_pratt): New function.
39156         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39157         bookkeeping indicates that it's worth it.
39158         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
39159
39160         * modules/strcasestr-tests: New file.
39161         * tests/test-strcasestr.c: New file.
39162
39163 2007-02-11  Bruno Haible  <bruno@clisp.org>
39164
39165         Ensure O(n) worst-case complexity of c_strcasestr.
39166         * lib/c-strcasestr.c: Include stdbool.h, string.h.
39167         (knuth_morris_pratt): New function.
39168         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
39169         the bookkeeping indicates that it's worth it.
39170         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
39171
39172         * modules/c-strcasestr-tests: New file.
39173         * tests/test-c-strcasestr.c: New file.
39174
39175 2007-02-11  Bruno Haible  <bruno@clisp.org>
39176
39177         Ensure O(n) worst-case complexity of c_strstr.
39178         * lib/c-strstr.c: Include stdbool.h, string.h.
39179         (knuth_morris_pratt): New function.
39180         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39181         bookkeeping indicates that it's worth it.
39182         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
39183
39184         * lib/c-strstr.c: Complete rewrite for maintainability.
39185
39186         * modules/c-strstr-tests: New file.
39187         * tests/test-c-strstr.c: New file.
39188
39189 2007-02-11  Bruno Haible  <bruno@clisp.org>
39190
39191         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
39192         5.2.1 and earlier, whereby \055 was treated just like the range
39193         delimiter '-'.
39194         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
39195
39196 2007-02-08  Bruno Haible  <bruno@clisp.org>
39197
39198         * modules/regex (Depends-on): Add stdbool.
39199         Reported by Dalibor Topic <robilad@kaffe.org>.
39200
39201 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39202
39203         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
39204         Prefer returning from main to exiting from it.
39205         Remove unnecessary parens after sizeof.
39206
39207 2007-02-05  Bruno Haible  <bruno@clisp.org>
39208
39209         New module mbssep.
39210         * modules/mbssep: New file.
39211         * lib/mbssep.c: New file.
39212         * lib/string_.h (strsep): Add a conditional link warning.
39213         (mbssep): New declaration.
39214         * m4/mbssep.m4: New file.
39215         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39216         GNULIB_MBSSEP.
39217         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
39218         * MODULES.html.sh (Internationalization functions): Add mbssep.
39219
39220 2007-02-05  Bruno Haible  <bruno@clisp.org>
39221
39222         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
39223         Optimize search in case of 1 delimiter.
39224
39225 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39226
39227         * lib/acl.h: Include sys/types.h before sys/acl.h.
39228
39229 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39230
39231         Merge upstream fix for glibc bugzilla #3957:
39232
39233         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
39234
39235         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
39236         bit for RE_HAT_LISTS_NOT_NEWLINE.
39237         (build_charclass_op): Remove bogus comment.
39238
39239 2007-02-05  Simon Josefsson  <simon@josefsson.org>
39240
39241         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
39242
39243 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39244
39245         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
39246         * lib/memmem.c [!defined _LIBC]: Include config.h.
39247
39248 2007-02-04  Bruno Haible  <bruno@clisp.org>
39249
39250         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
39251         warning message.
39252
39253 2007-02-04  Bruno Haible  <bruno@clisp.org>
39254
39255         New module mbstok_r.
39256         * modules/mbstok_r: New file.
39257         * lib/mbstok_r.c: New file.
39258         * lib/string_.h (strtok_r): Change argument names to match the
39259         comments. Add a conditional link warning.
39260         (mbstok_r): New declaration.
39261         * m4/mbstok_r.m4: New file.
39262         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39263         GNULIB_MBSTOK_R.
39264         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
39265         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
39266
39267 2007-02-04  Bruno Haible  <bruno@clisp.org>
39268
39269         New module mbsspn.
39270         * modules/mbsspn: New file.
39271         * lib/mbsspn.c: New file.
39272         * lib/string_.h (strspn): Add a conditional link warning.
39273         (mbsspn): New declaration.
39274         * m4/mbsspn.m4: New file.
39275         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39276         GNULIB_MBSSPN.
39277         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39278         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39279
39280 2007-02-04  Bruno Haible  <bruno@clisp.org>
39281
39282         New module mbspbrk.
39283         * modules/mbspbrk: New file.
39284         * lib/mbspbrk.c: New file.
39285         * lib/string_.h (strpbrk): Add a conditional link warning.
39286         (mbspbrk): New declaration.
39287         * m4/mbspbrk.m4: New file.
39288         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39289         GNULIB_MBSPBRK.
39290         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39291         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39292
39293 2007-02-04  Bruno Haible  <bruno@clisp.org>
39294
39295         New module mbscspn.
39296         * modules/mbscspn: New file.
39297         * lib/mbscspn.c: New file.
39298         * lib/string_.h (strcspn): Add a conditional link warning.
39299         (mbscspn): New declaration.
39300         * m4/mbscspn.m4: New file.
39301         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39302         GNULIB_MBSCSPN.
39303         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39304         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39305
39306 2007-02-04  Bruno Haible  <bruno@clisp.org>
39307
39308         New module mbscasestr, reduced goal of strcasestr.
39309         * modules/mbscasestr: New file.
39310         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39311         (mbscasestr): Renamed from strcasestr.
39312         * lib/strcasestr.c: Don't include mbuiter.h.
39313         (strcasestr): Remove support for multibyte locales.
39314         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39315         Change the conditional link warning.
39316         (mbscasestr): New declaration.
39317         * m4/mbscasestr.m4: New file.
39318         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39319         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39320         REPLACE_STRCASESTR.
39321         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39322         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39323         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39324         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39325         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39326         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39327         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39328         (Depends-on): Remove mbuiter.
39329         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39330
39331 2007-02-04  Bruno Haible  <bruno@clisp.org>
39332
39333         Simplify handling of strncasecmp.
39334         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39335         the conditional link warning.
39336         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39337         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39338         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39339         * modules/strcase (configure.ac): Don't invoke
39340         gl_STRING_MODULE_INDICATOR.
39341         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39342
39343 2007-02-04  Bruno Haible  <bruno@clisp.org>
39344
39345         New module mbscasecmp, reduced goal of strcasecmp.
39346         * modules/mbscasecmp: New file.
39347         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39348         (mbscasecmp): Renamed from strcasecmp.
39349         * lib/strcasecmp.c: Don't include mbuiter.h.
39350         (strcasecmp): Remove support for multibyte locales.
39351         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39352         Change the conditional link warning.
39353         (mbscasecmp): New declaration.
39354         * m4/mbscasecmp.m4: New file.
39355         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39356         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39357         REPLACE_STRCASECMP.
39358         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39359         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39360         GNULIB_MBSCASECMP.
39361         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39362         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39363         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39364         (Depends-on): Remove mbuiter.
39365         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39366
39367 2007-02-04  Bruno Haible  <bruno@clisp.org>
39368
39369         New module mbsstr. Remove module strstr.
39370         * modules/mbsstr: New file.
39371         * modules/strstr: Remove file.
39372         * lib/mbsstr.c: Renamed from lib/strstr.c.
39373         (mbsstr): Renamed from strstr.
39374         * lib/string_.h (strstr): Remove declaration. Change the conditional
39375         link warning.
39376         (mbsstr): New declaration.
39377         * m4/mbsstr.m4: New file.
39378         * m4/strstr.m4: Remove file.
39379         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39380         REPLACE_STRSTR.
39381         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39382         Don't initialize GNULIB_STRSTR.
39383         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39384         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39385         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39386         (Support for systems lacking ANSI C 89): Remove strstr.
39387
39388 2007-02-04  Bruno Haible  <bruno@clisp.org>
39389
39390         New module mbsrchr.
39391         * modules/mbsrchr: New file.
39392         * lib/mbsrchr.c: New file.
39393         * lib/string_.h (strrchr): Add a conditional link warning.
39394         (mbsrchr): New declaration.
39395         * m4/mbsrchr.m4: New file.
39396         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39397         GNULIB_MBSRCHR.
39398         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39399         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39400
39401 2007-02-04  Bruno Haible  <bruno@clisp.org>
39402
39403         New module mbschr.
39404         * modules/mbschr: New file.
39405         * lib/mbschr.c: New file.
39406         * lib/string_.h (strchr): Add a conditional link warning.
39407         (mbschr): New declaration.
39408         * m4/mbschr.m4: New file.
39409         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39410         GNULIB_MBSCHR.
39411         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39412         * MODULES.html.sh (Internationalization functions): Add mbschr.
39413
39414 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39415
39416         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39417
39418         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39419
39420 2007-02-04  Bruno Haible  <bruno@clisp.org>
39421
39422         New module description section 'configure.ac-early'.
39423         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39424         (func_get_autoconf_early_snippet): New function.
39425         (func_import, func_create_testdir): Use it. Remove special cases for
39426         modules 'extensions' and 'lock'.
39427         * modules/extensions (configure.ac-early): Require
39428         gl_USE_SYSTEM_EXTENSIONS.
39429         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39430
39431 2007-02-04  Bruno Haible  <bruno@clisp.org>
39432
39433         Make use of gcj-4.3's -fsource and -ftarget option.
39434         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39435         and if so try the options -fsource and -ftarget.
39436         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39437         source_version, ftarget_option, target_version arguments.
39438         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39439         (is_envjavac_oldgcj_14_14_usable): Renamed from
39440         is_envjavac_gcj_14_14_usable.
39441         (is_envjavac_oldgcj_14_13_usable): Renamed from
39442         is_envjavac_gcj_14_13_usable.
39443         (is_gcj_present): Update.
39444         (is_gcj_43, is_gcj43_usable): New functions.
39445         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39446         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39447         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39448         try the options -fsource and -ftarget.
39449
39450 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39451
39452         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39453         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39454         larger value.
39455
39456 2007-02-03  Jim Meyering  <jim@meyering.net>
39457
39458         Give tools a better chance to allocate space for very large buffers.
39459         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39460
39461         Make pwd and readlink work also when run with an unreadable parent dir
39462         on systems with openat support.
39463         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39464         provided getcwd function, even when we have openat support.
39465         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39466
39467 2007-02-02  Bruno Haible  <bruno@clisp.org>
39468
39469         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39470         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39471         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39472         portability problems if one of these functions is only used on specific
39473         platforms.
39474         Reported by Paul Eggert.
39475
39476 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39477
39478         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39479         is causing more trouble than it's curing.
39480         * lib/regex_internal.h (__mempcpy): Remove.
39481         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39482         (and make the code a tad smaller to boot).
39483         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39484
39485 2007-02-02  Jim Meyering  <jim@meyering.net>
39486
39487         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39488         section, not in the Makefile.am: one.
39489
39490 2007-02-02  Eric Blake  <ebb9@byu.net>
39491
39492         * lib/strchrnul.c: Always include config.h first.
39493
39494         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39495         gnulib strstr is not necessary here.
39496
39497 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39498
39499         * m4/socklen.m4: Fix typo.
39500
39501 2007-02-02  Eric Blake  <ebb9@byu.net>
39502
39503         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39504         * modules/netinet_in (Makefile.am): Likewise.
39505
39506 2007-02-01  Bruno Haible  <bruno@clisp.org>
39507
39508         * lib/string_.h (GL_LINK_WARNING): New macro.
39509         (strcasecmp, strstr, strcasestr): If provided by the system,
39510         conditionally define as a macro that leads to a warning instead of to
39511         an error.
39512         (strncasecmp): Conditionally define as a macro that leads to a warning.
39513
39514 2007-02-01  Karl Berry  <karl@gnu.org>
39515
39516         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39517
39518 2007-02-01  Bruno Haible  <bruno@clisp.org>
39519
39520         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39521         renamings.
39522
39523 2007-02-01  Eric Blake  <ebb9@byu.net>
39524
39525         * modules/regex (Depends-on): Revert dependence on mempcpy.
39526         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39527         module's definition of mempcpy.
39528         Reported by Paul Eggert.
39529
39530 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39531
39532         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39533         the symbol XYZ before redefining it.  This fixes a problem with
39534         programs that don't use XYZ, when compiled on systems that define
39535         XYZ to something else.
39536
39537 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39538
39539         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39540         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39541         writeable to group or other and (2) is intended to have a special
39542         mode bit that is set or cleared.  In such a case, the directory
39543         should be neither group- nor other-writeable until the special
39544         mode bits are right.
39545
39546 2007-01-31  Eric Blake  <ebb9@byu.net>
39547
39548         * modules/mountlist (Depends-on): Add strstr.
39549
39550         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39551         bug.
39552         * modules/string (Makefile.am): Remove redundant replacement.
39553         * modules/regex (Depends-on): Add mempcpy.
39554
39555 2007-01-31  Bruno Haible  <bruno@clisp.org>
39556
39557         New module description field 'Link'.
39558         * gnulib-tool (func_usage): Document --extract-link-directive.
39559         (sed_extract_prog): Recognize 'Link' directive.
39560         (func_get_link_directive): New function.
39561         (func_import): Show summary of link directives.
39562         Handle --extract-link-directive option.
39563         * modules/acl (Link): New section.
39564         * modules/clock-time (Link): New section.
39565         * modules/euidaccess (Link): New section.
39566         * modules/gettext (Link): New section.
39567         * modules/iconv (Link): New section.
39568         * modules/lock (Link): New section.
39569         * modules/nanosleep (Link): New section.
39570         * modules/readline (Link): New section.
39571
39572 2007-01-27  Bruno Haible  <bruno@clisp.org>
39573
39574         Enforce the use of gnulib modules for unportable <string.h> functions.
39575         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39576         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39577         (gl_HEADER_STRING_H_BODY): Require it.
39578         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39579         the symbol XYZ to one that gives a link error.
39580         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39581         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39582         * modules/mempcpy (configure.ac): Likewise.
39583         * modules/memrchr (configure.ac): Likewise.
39584         * modules/stpcpy (configure.ac): Likewise.
39585         * modules/stpncpy (configure.ac): Likewise.
39586         * modules/strcase (configure.ac): Likewise.
39587         * modules/strcasestr (configure.ac): Likewise.
39588         * modules/strchrnul (configure.ac): Likewise.
39589         * modules/strdup (configure.ac): Likewise.
39590         * modules/strndup (configure.ac): Likewise.
39591         * modules/strnlen (configure.ac): Likewise.
39592         * modules/strpbrk (configure.ac): Likewise.
39593         * modules/strsep (configure.ac): Likewise.
39594         * modules/strstr (configure.ac): Likewise.
39595         * modules/strtok_r (configure.ac): Likewise.
39596
39597 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39598
39599         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39600
39601 2007-01-30  Jim Meyering  <jim@meyering.net>
39602
39603         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39604
39605 2007-01-29  Bruno Haible  <bruno@clisp.org>
39606
39607         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39608         * lib/execute.c: Likewise.
39609         * lib/pipe.c: Likewise.
39610         * lib/printf-args.h: Likewise.
39611         * lib/printf-args.c: Likewise.
39612         * lib/printf-parse.c: Likewise.
39613         * lib/vasnprintf.c: Likewise.
39614
39615 2007-01-29  Eric Blake  <ebb9@byu.net>
39616
39617         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39618         declaration.
39619
39620 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39621
39622         * lib/strptime.h (strptime): Use 'restrict' for args where
39623         POSIX requires this.
39624         * lib/strptime.c (strptime): Likewise.
39625         Change license notice from LGPL to GPL, since gnulib-tool will
39626         change this as needed.
39627         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39628         defined.
39629         Include "strptime.h" first, to check interface.
39630         Do not #undef _LIBC and _NL_CURRENT.
39631         Do not include <stdlib.h>; no longer needed.
39632         Include "time_r.h" and declare ptime_locale_status
39633         only if _LIBC is not defined.
39634         (__P): Remove unused macro.
39635         (match_string): Bring back glibc version, but use it only if _LIBC
39636         is defined.
39637         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39638         Remove unnecessary assertion and abort() call.
39639         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39640         * m4/strptime.m4: Fix serial number comment.
39641         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39642         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39643         (Depends-on): Add time_r.
39644
39645 2007-01-29  Bruno Haible  <bruno@clisp.org>
39646
39647         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39648         strptime.
39649         * modules/strptime (Depends-on): Add stdbool.
39650         * lib/strptime.h: Include <time.h> always. Add comments.
39651
39652 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39653
39654         * modules/strptime: New file.
39655         * lib/strptime.h: New file.
39656         * lib/strptime.c: New file.
39657         * m4/strptime.m4: New file.
39658
39659 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39660
39661         * MODULES.html.sh: New module mpsort.
39662         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39663
39664         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39665         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39666         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39667         All uses changed.
39668         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39669         All uses changed.
39670         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39671         to _Restrict_.
39672         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39673         the parameter matches the prototype.
39674
39675 2007-01-28  Jim Meyering  <jim@meyering.net>
39676
39677         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39678         sys/time.h here, reverting that part of the previous patch:
39679         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39680
39681 2007-01-28  Bruno Haible  <bruno@clisp.org>
39682
39683         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39684         value of $(SYS_TIME_H).
39685         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39686         remove it conditionally, too. [added by Jim Meyering]
39687         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39688         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39689         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39690         GETTIMEOFDAY_REPLACEMENT to 1.
39691
39692 2007-01-28  Bruno Haible  <bruno@clisp.org>
39693
39694         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39695         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39696         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39697         Set UNISTD_H instead of UNISTD_H2.
39698         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39699
39700 2007-01-28  Bruno Haible  <bruno@clisp.org>
39701
39702         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39703         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39704
39705 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39706
39707         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39708         (func_create_testdir): Ensure C locale for `grep' and `tr'
39709         character ranges.
39710         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39711         ACLOCAL_AMFLAGS parsing state machine.
39712
39713 2007-01-27  Bruno Haible  <bruno@clisp.org>
39714
39715         * modules/unistr/base: Update.
39716
39717 2007-01-27  Bruno Haible  <bruno@clisp.org>
39718
39719         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39720         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39721         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39722         modules/unistr/u32-mbtouc.
39723         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39724         * lib/unistr.h: Update.
39725         * lib/linebreak.c: Update.
39726         * modules/unistr/u32-mbtouc: Renamed from
39727         modules/unistr/u32-mbtouc-safe.
39728         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39729         * lib/unistr.h: Update.
39730         * lib/unistr/u32-to-u8.c: Update.
39731         * lib/unistr/u32-to-u16.c: Update.
39732
39733 2007-01-27  Bruno Haible  <bruno@clisp.org>
39734
39735         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39736         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39737         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39738         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39739         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39740         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39741         modules/unistr/u16-mbtouc.
39742         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39743         * lib/unistr.h: Update.
39744         * lib/linebreak.c: Update.
39745         * modules/linebreak: Update.
39746         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39747         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39748         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39749         * modules/unistr/u16-mbtouc: Renamed from
39750         modules/unistr/u16-mbtouc-safe.
39751         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39752         * lib/unistr.h: Update.
39753         * lib/unistr/u16-to-u8.c: Update.
39754         * modules/unistr/u16-to-u8: Update.
39755         * lib/unistr/u16-to-u32.c: Update.
39756         * modules/unistr/u16-to-u32: Update.
39757
39758 2007-01-27  Bruno Haible  <bruno@clisp.org>
39759
39760         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39761         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39762         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39763         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39764         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39765         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39766         modules/unistr/u8-mbtouc.
39767         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39768         * lib/unistr.h: Update.
39769         * lib/striconveh.c: Update.
39770         * modules/striconveh: Update.
39771         * lib/linebreak.c: Update.
39772         * modules/linebreak: Update.
39773         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39774         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39775         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39776         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39777         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39778         * lib/unistr.h: Update.
39779         * lib/striconveh.c: Update.
39780         * modules/striconveh: Update.
39781         * lib/unistr/u8-to-u16.c: Update.
39782         * modules/unistr/u8-to-u16: Update.
39783         * lib/unistr/u8-to-u32.c: Update.
39784         * modules/unistr/u8-to-u32: Update.
39785
39786 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39787
39788         Sync from Libtool.
39789         * lib/argz.c: Do not include strings.h nor memory.h, include
39790         string.h unconditionally.  Patch by Simon Josefsson.
39791
39792 2007-01-27  Bruno Haible  <bruno@clisp.org>
39793
39794         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39795         from gl_HEADER_STRING_H_BODY.
39796         (gl_HEADER_STRING_H_BODY): Require it.
39797         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39798         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39799         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39800         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39801         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39802         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39803         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39804         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39805         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39806         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39807         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39808         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39809         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39810         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39811         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39812
39813 2007-01-27  Bruno Haible  <bruno@clisp.org>
39814
39815         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39816         check_PROGRAMS into noinst_PROGRAMS.
39817         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39818         check_PROGRAMS in this case.
39819         (func_import): Set for_test to false.
39820         (func_create_testdir): Set for_test to true.
39821
39822 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39823             Bruno Haible  <bruno@clisp.org>
39824
39825         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39826         (Depends-on): Add string.
39827         (Includes): Use <string.h> instead of strcasestr.h.
39828         * modules/string (Makefile.am): Also substitute the value of
39829         REPLACE_STRCASESTR.
39830         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39831         assume strcasestr is declared in <string.h> not <strings.h>. Also
39832         set REPLACE_STRCASESTR.
39833         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39834         REPLACE_STRCASESTR.
39835         * lib/strcasestr.h: Remove file.
39836         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39837         * lib/string_.h (strcasestr): New declaration.
39838
39839 2007-01-27  Bruno Haible  <bruno@clisp.org>
39840
39841         * lib/string_.h: Use 'extern'.
39842
39843 2007-01-27  Jim Meyering  <jim@meyering.net>
39844
39845         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39846         of set-but-not-used local, "q".
39847
39848         * lib/mempcpy.c: Include <config.h> before <string.h>.
39849         This fixes a compilation error on HP-UX, due to the system's
39850         "restrict"-using mempcpy prototype.
39851
39852 2007-01-26  Bruno Haible  <bruno@clisp.org>
39853
39854         Small optimization.
39855         * lib/javacomp.c: Include c-strstr.h.
39856          (is_envjavac_gcj): Use c_strstr instead of strstr.
39857         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39858
39859 2007-01-26  Bruno Haible  <bruno@clisp.org>
39860
39861         * MODULES.html.sh (Unicode string functions): Add the new modules.
39862
39863         * modules/uniconv/u32-strconv-to-locale: New file.
39864         * lib/uniconv/u32-strconv-to-locale.c: New file.
39865
39866         * modules/uniconv/u16-strconv-to-locale: New file.
39867         * lib/uniconv/u16-strconv-to-locale.c: New file.
39868
39869         * modules/uniconv/u8-strconv-to-locale: New file.
39870         * lib/uniconv/u8-strconv-to-locale.c: New file.
39871
39872         * modules/uniconv/u32-strconv-from-locale: New file.
39873         * lib/uniconv/u32-strconv-from-locale.c: New file.
39874
39875         * modules/uniconv/u16-strconv-from-locale: New file.
39876         * lib/uniconv/u16-strconv-from-locale.c: New file.
39877
39878         * modules/uniconv/u8-strconv-from-locale: New file.
39879         * lib/uniconv/u8-strconv-from-locale.c: New file.
39880
39881         * modules/uniconv/u32-strconv-to-enc: New file.
39882         * lib/uniconv/u32-strconv-to-enc.c: New file.
39883         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39884         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39885
39886         * modules/uniconv/u16-strconv-to-enc: New file.
39887         * lib/uniconv/u16-strconv-to-enc.c: New file.
39888         * lib/uniconv/u-strconv-to-enc.h: New file.
39889         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39890         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39891
39892         * modules/uniconv/u8-strconv-to-enc: New file.
39893         * lib/uniconv/u8-strconv-to-enc.c: New file.
39894         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39895         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39896
39897         * modules/uniconv/u32-strconv-from-enc: New file.
39898         * lib/uniconv/u32-strconv-from-enc.c: New file.
39899         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39900         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39901
39902         * modules/uniconv/u16-strconv-from-enc: New file.
39903         * lib/uniconv/u16-strconv-from-enc.c: New file.
39904         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39905         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39906
39907         * modules/uniconv/u8-strconv-from-enc: New file.
39908         * lib/uniconv/u8-strconv-from-enc.c: New file.
39909         * lib/uniconv/u-strconv-from-enc.h: New file.
39910         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39911         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39912
39913         * modules/uniconv/u32-conv-from-enc: New file.
39914         * lib/uniconv/u32-conv-from-enc.c: New file.
39915         * modules/uniconv/u32-conv-from-enc-tests: New file.
39916         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39917
39918         * modules/uniconv/u16-conv-from-enc: New file.
39919         * lib/uniconv/u16-conv-from-enc.c: New file.
39920         * lib/uniconv/u-conv-from-enc.h: New file.
39921         * modules/uniconv/u16-conv-from-enc-tests: New file.
39922         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39923
39924         * modules/uniconv/u8-conv-from-enc: New file.
39925         * lib/uniconv/u8-conv-from-enc.c: New file.
39926         * modules/uniconv/u8-conv-from-enc-tests: New file.
39927         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39928
39929         * modules/uniconv/base: New file.
39930         * lib/uniconv.h: New file.
39931
39932 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39933
39934         * doc/gnulib-tool.texi (Initial import): Update to match current
39935         behavior with strdup module.
39936         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39937         * lib/memmem.h: Remove; all uses removed.  This is now done
39938         by <string.h>.
39939         * lib/mempcpy.h: Likewise.
39940         * lib/memrchr.h: Likewise.
39941         * lib/stpcpy.h: Likewise.
39942         * lib/stpncpy.h: Likewise.
39943         * lib/strcase.h: Likewise.
39944         * lib/strchrnul.h: Likewise.
39945         * lib/strdup.h: Likewise.
39946         * lib/strndup.h: Likewise.
39947         * lib/strnlen.h: Likewise.
39948         * lib/strpbrk.h: Likewise.
39949         * lib/strsep.h: Likewise.
39950         * lib/strstr.h: Likewise.
39951         * lib/strtok_r.h: Likewise.
39952         * lib/string_.h: New file.
39953         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39954         Rely on <string.h> instead.
39955         * lib/canon-host.c: Likewise.
39956         * lib/chdir-long.c: Likewise.
39957         * lib/concatpath.c: Likewise.
39958         * lib/exclude.c: Likewise.
39959         * lib/fchdir.c: Likewise.
39960         * lib/getaddrinfo.c: Likewise.
39961         * lib/getcwd.c: Likewise.
39962         * lib/getsubopt.c: Likewise.
39963         * lib/glob.c: Likewise.
39964         * lib/hard-locale.c: Likewise.
39965         * lib/iconvme.c: Likewise.
39966         * lib/javacomp.c: Likewise.
39967         * lib/mempcpy.c: Likewise.
39968         * lib/memrchr.c: Likewise.
39969         * lib/regex_internal.h: Likewise.
39970         * lib/stpncpy.c: Likewise.
39971         * lib/strcasecmp.c: Likewise.
39972         * lib/strchrnul.c: Likewise.
39973         * lib/strdup.c: Likewise.
39974         * lib/striconv.c: Likewise.
39975         * lib/striconveh.c: Likewise.
39976         * lib/striconveha.c: Likewise.
39977         * lib/strncasecmp.c: Likewise.
39978         * lib/strndup.c: Likewise.
39979         * lib/strnlen.c: Likewise.
39980         * lib/strsep.c: Likewise.
39981         * lib/strstr.c: Likewise.
39982         * lib/strtok_r.c: Likewise.
39983         * lib/userspec.c: Likewise.
39984         * lib/w32spawn.h: Likewise.
39985         * lib/xstrndup.c: Likewise.
39986         * lib/mountlist.c (strstr): Remove decl.
39987         * m4/string_h.m4: New file.
39988         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39989         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39990         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39991         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39992         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39993         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39994         Set REPLACE_STRCASECMP if necessary.
39995         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39996         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39997         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39998         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39999         HAVE_DECL_STRDUP if necessary.
40000         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40001         since gl_FUNC_STRNDUP does that now.
40002         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40003         Check for decl here...
40004         (gl_PREREQ_STRNLEN): ... not here.
40005         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40006         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40007         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40008         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40009         necessary.
40010         * modules/string: New file.
40011         * modules/memmem (Files): Remove special-purpose include file.
40012         (Depends-on): Add string.
40013         (Include): Include <string.h>, not the removed file.
40014         * modules/mempcpy: Likewise.
40015         * modules/memrchr: Likewise.
40016         * modules/stpcpy: Likewise.
40017         * modules/stpncpy: Likewise.
40018         * modules/strcase: Likewise.
40019         * modules/strchrnul: Likewise.
40020         * modules/strdup: Likewise.
40021         * modules/strndup: Likewise.
40022         * modules/strnlen: Likewise.
40023         * modules/strpbrk: Likewise.
40024         * modules/strsep: Likewise.
40025         * modules/strstr: Likewise.
40026         * modules/strtok_r: Likewise.
40027         * tests/test-dirname.c: Don't include "strdup.h", since
40028         <string.h> now suffices.
40029         * tests/test-memmem.c: Don't include "memmem.h", since
40030         <string.h> now suffices.
40031
40032 2007-01-25  Bruno Haible  <bruno@clisp.org>
40033
40034         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40035         *resultp is 0.
40036
40037         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40038         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40039         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40040         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40041
40042         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40043         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40044         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40045         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40046         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40047         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40048
40049 2007-01-24  Bruno Haible  <bruno@clisp.org>
40050
40051         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40052         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40053         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40054         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40055         gl_FUNC_FTS_CORE.
40056         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40057         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40058         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40059         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40060         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40061         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40062         gl_FUNC_FCHOWNAT.
40063         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40064         gl_FUNC_STRFTIME.
40065         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40066         Reported by Ralf Wildenhues.
40067
40068 2007-01-24  Bruno Haible  <bruno@clisp.org>
40069
40070         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40071         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40072         gl_GETADDRINFO.
40073         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40074         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40075         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40076
40077 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40078
40079         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40080         Don't use 'exit'; just return from 'main'.
40081         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40082
40083         * lib/fnmatch_.h: Readjust white space and comments to match
40084         glibc, to avoid spurious diffs.
40085
40086 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40087
40088         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40089         2004-12-01 change by Jakub Jelinek, since this code won't compile
40090         if !LIBC.  Problem reported by Bob Proulx.
40091
40092 2007-01-23  Bruno Haible  <bruno@clisp.org>
40093
40094         * lib/striconveh.c: Include c-strcaseeq.h.
40095         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40096         * modules/striconveh (Depends-on): Add c-strcaseeq.
40097
40098 2007-01-23  Bruno Haible  <bruno@clisp.org>
40099
40100         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40101
40102         * modules/c-strcaseeq: New file.
40103         * lib/c-strcaseeq.h: New file.
40104
40105         * modules/streq: New file.
40106         * lib/streq.h: New file.
40107
40108 2007-01-23  Bruno Haible  <bruno@clisp.org>
40109
40110         * modules/striconveha-tests: New file.
40111         * tests/test-striconveha.c: New file.
40112
40113         * lib/striconveha.h: Include <stdbool.h>.
40114         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40115         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40116         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40117         (mem_iconveha): New function.
40118         (str_iconveha_notranslit): Renamed from str_iconveha.
40119         (str_iconveha): New function.
40120         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40121         c-strcase.
40122
40123 2007-01-23  Bruno Haible  <bruno@clisp.org>
40124
40125         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
40126         encodings without forgiving before trying any encoding with handler.
40127         (str_iconveha): Try all encodings without forgiving before trying any
40128         encoding with handler.
40129
40130 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40131
40132         Import the following changes from libc.
40133
40134         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40135
40136         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40137
40138         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40139
40140         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
40141         normal_bracket label.
40142
40143         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
40144
40145         [BZ #361]
40146         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
40147         to normal_bracket after fetching the next character.
40148
40149 2007-01-22  Bruno Haible  <bruno@clisp.org>
40150
40151         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
40152         argument.
40153         * lib/striconveh.c (iconv_carefully_1): New function.
40154         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
40155         argument.
40156         (str_cd_iconveh): Update.
40157         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
40158         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
40159         * tests/test-striconveh.c (MAGIC): New macro.
40160         (new_offsets): New function.
40161         (main): Test call with and without offsets.
40162
40163 2007-01-22  Bruno Haible  <bruno@clisp.org>
40164
40165         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
40166         * modules/sys_select (Makefile.am): Likewise.
40167         * modules/sys_socket (Makefile.am): Likewise.
40168         * modules/sys_time (Makefile.am): Likewise.
40169
40170 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40171
40172         * modules/gettimeofday (License): Change from GPL to LGPL, since
40173         gettimeofday is a library function.
40174
40175 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40176
40177         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
40178
40179 2007-01-21  Bruno Haible  <bruno@clisp.org>
40180
40181         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
40182
40183 2007-01-21  Bruno Haible  <bruno@clisp.org>
40184
40185         * modules/striconveha: New file.
40186         * lib/striconveha.h: New file.
40187         * lib/striconveha.c: New file.
40188         * MODULES.html.sh (Internationalization functions): Add striconveha.
40189         * lib/striconv.c (str_iconv): Optimize the case of an empty input
40190         string.
40191         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
40192
40193 2007-01-21  Bruno Haible  <bruno@clisp.org>
40194
40195         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
40196         * lib/striconveh.c (str_iconveh): Likewise.
40197
40198 2007-01-21  Bruno Haible  <bruno@clisp.org>
40199
40200         * lib/striconveh.h (mem_iconveh): New declaration.
40201         * lib/striconveh.c (mem_iconveh): New function.
40202         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40203
40204 2007-01-21  Bruno Haible  <bruno@clisp.org>
40205
40206         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
40207
40208         * lib/striconveh.h (mem_cd_iconveh): Change specification.
40209         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
40210         original result buffer.
40211         (str_cd_iconveh): Update.
40212         * tests/test-striconveh.c (main): Update.
40213
40214         * lib/striconv.h (mem_cd_iconv): Change specification.
40215         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
40216         result buffer.
40217         (str_cd_iconv): Update.
40218         * tests/test-striconv.c (main): Update.
40219
40220 2007-01-21  Bruno Haible  <bruno@clisp.org>
40221
40222         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
40223
40224 2007-01-20  Jim Meyering  <jim@meyering.net>
40225
40226         * lib/userspec.c (parse_with_separator): If a user or group string
40227         starts with "+", skip the corresponding name-to-ID look-up, since
40228         such a look-up must fail: user and group names may not include "+".
40229
40230 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40231
40232         * lib/poll.c: Include sys/time.h and time.h unconditionally,
40233         since we now assume the sys_time module.
40234         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
40235         check for sys/time.h; no longer needed.
40236         * modules/poll (Depends-on): Depend on sys_time.
40237
40238 2007-01-18  Bruno Haible  <bruno@clisp.org>
40239
40240         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
40241         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40242
40243         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
40244         gettimeofday.
40245
40246         * tests/test-gettimeofday.c: Include <time.h>.
40247         (dummy): Remove variable.
40248
40249         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
40250         gl_HEADER_SYS_TIME_H.
40251         (gl_HEADER_SYS_TIME_H): New macro.
40252
40253         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
40254         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40255         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
40256         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
40257         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40258         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40259         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
40260         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40261         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
40262         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
40263         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40264
40265         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
40266         last change; it caused a compilation error when cross-compiling to
40267         Cygwin.
40268
40269 2007-01-18  Jim Meyering  <jim@meyering.net>
40270
40271         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
40272         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40273         than the race-prone "test -d sys || mkdir sys".
40274         (configure.ac): Use AC_PROG_MKDIR_P.
40275         * modules/sys_select: Likewise.
40276         * modules/sys_socket: Likewise.
40277         * modules/sys_time: Likewise.
40278
40279 2007-01-18  Eric Blake  <ebb9@byu.net>
40280
40281         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40282         replace gettimeofday.
40283         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40284         name, to avoid infinite recursion.
40285
40286 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40287
40288         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40289         module sys_time.
40290         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40291         assume timespec.h defines struct timeval.
40292         * lib/settime.c: Likewise.
40293         * lib/utimens.c: Likewise.
40294         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40295         since we now assume the gettimeofday module.
40296         * lib/tempname.c (__gen_tempname): Likewise.
40297         * lib/gettimeofday.h: Remove.
40298         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40299         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40300         Include <time.h>, for 'time()'.
40301         (localtime_buffer_addr): Also use this workaround if
40302         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40303         to simplify the uses.  All uses changed.
40304         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40305         that #undef is inside {}, and 'const' follows type name consistently.
40306         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40307         (gettimeofday): Do not use the maximum possible value for
40308         tv->tv_usec, since that might break usages other than ls.c.
40309         Instead, we'll leave ls.c alone.  This undoes today's patch
40310         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40311         we've never observed the problem but might as well keep the
40312         canary.
40313         * lib/nanosleep.c: Include timespec.h first, for interface check.
40314         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40315         now assume the sys_time module.
40316         * lib/tempname.c: Likewise.
40317         * lib/timespec.h: Likewise.
40318         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40319         needed.
40320         * lib/strftime.c: Likewise.
40321         * lib/timespec.h: Likewise.
40322         * lib/posixtm.c: Include posixtm.h first, for interface check.
40323         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40324         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40325         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40326         * lib/sys_time_.h: New file.
40327         * lib/timespec.h (struct timespec): Use long int, not long.
40328         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40329         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40330         Remove obsolescent call to AC_HEADER_TIME.
40331         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40332         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40333         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40334         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40335         Likewise.
40336         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40337         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40338         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40339         into the sys_time module.  Check for gettimeofday just once.
40340         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40341         for gettimeofday signature to just check the signature.  Merely
40342         compile it, since linking doesn't test signature.  Improve test for
40343         whether gettimeofday.o is actually needed.
40344         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40345         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40346         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40347         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40348         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40349         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40350         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40351         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40352         than worrying about sys/time.h.
40353         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40354         Don't bother worrying about TIME_WITH_SYS_TIME.
40355         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40356         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40357         * m4/sys_time_h.m4: New file.
40358         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40359         Don't include sys/time.h.  Return from main rather than exiting.
40360         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40361         all uses changed.
40362         * modules/gethrxtime (Depends-on): Add sys_time.
40363         * modules/gettime (Depends-on): Likewise.
40364         * modules/gettimeofday (Depends-on): Likewise.
40365         * modules/nanosleep (Depends-on): Likewise.
40366         * modules/settime (Depends-on): Likewise.
40367         * modules/tempname (Depends-on): Likewise.
40368         * modules/utimens (Depends-on): Likewise.
40369         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40370         (Include:) Change back to <sys/time.h>.
40371         (Maintainer:) Add self.
40372         * modules/sys_time: New file.
40373         * modules/tempname (Depends-on): Add gettimeofday.
40374         * tests/test-gettimeofday.c: Include <sys/time.h>
40375         rather than gettimeofday.h.
40376
40377 2007-01-17  Bruno Haible  <bruno@clisp.org>
40378
40379         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40380         the license default to GPL.
40381         (func_create_testdir): Don't complain if a module is LGPL and its
40382         tests module depends on GPLed modules.
40383
40384 2007-01-17  Bruno Haible  <bruno@clisp.org>
40385
40386         * lib/gettimeofday.c (gettimeofday): Add code for the case
40387         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40388         maximum possible value for tv->tv_usec, rather than the minimum one.
40389
40390 2005-10-08  Martin Lambers  <marlam@marlam.de>
40391 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40392 2007-01-16  Bruno Haible  <bruno@clisp.org>
40393
40394         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40395         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40396         gl_FUNC_GETTIMEOFDAY.
40397         (Include): Add gettimeofday.h.
40398         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40399         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40400         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40401         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40402         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40403         * lib/gettimeofday.h: New file.
40404         * lib/gettimeofday.c: Include <sys/timeb.h>.
40405         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40406         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40407         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40408         fall back on time().
40409
40410         * tests/test-gettimeofday.c: New file.
40411         * modules/gettimeofday-tests: New file.
40412
40413 2007-01-16  Eric Blake  <ebb9@byu.net>
40414
40415         * modules/fnmatch (Depends-on): Depend on wchar.
40416         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40417         * m4/fnmatch.m4: Likewise.
40418         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40419         * m4/mbchar.m4: Likewise.
40420         * modules/mbswidth (Depends-on): Depend on wchar.
40421         * lib/mbswidth.c: Assume <wchar.h>.
40422         * m4/mbswidth.m4: Likewise.
40423         * modules/quotearg (Depends-on): Depend on wchar.
40424         * lib/quotearg.c: Assume <wchar.h>.
40425         * m4/quotearg.m4: Likewise.
40426         * modules/regex (Depends-on): Depend on wchar.
40427         * lib/regex_internal.h: Assume <wchar.h>.
40428         * m4/regex.m4: Likewise.
40429         * modules/stdint (Depends-on): Depend on wchar.
40430         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40431         * m4/stdint.m4: Likewise.
40432         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40433         * modules/strftime (Depends-on): Depend on wchar.
40434         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40435         * modules/strtol (Depends-on): Depend on wchar.
40436         * lib/strtol.c: Assume <wchar.h>.
40437         * modules/wcwidth (Depends-on): Depend on wchar.
40438         * lib/wcwidth.h: Assume <wchar.h>.
40439         * m4/wcwidth.m4: Likewise.
40440
40441 2007-01-16  Bruno Haible  <bruno@clisp.org>
40442
40443         * modules/csharpexec-script: New, created from...
40444         * modules/csharpexec: ... this.
40445
40446 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40447
40448         * modules/javaexec-script: New, created from...
40449         * modules/javaexec: ... this.
40450
40451 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40452
40453         * modules/poll (Dependencies): Add sys_select.
40454
40455 2007-01-15  Jim Meyering  <jim@meyering.net>
40456
40457         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40458         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40459         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40460         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40461
40462 2007-01-15  Bruno Haible  <bruno@clisp.org>
40463
40464         * modules/striconveh: New file.
40465         * lib/striconveh.h: New file.
40466         * lib/striconveh.c: New file.
40467         * MODULES.html.sh (Internationalization functions): Add striconveh.
40468
40469         * modules/striconveh-tests: New file.
40470         * tests/test-striconveh.c: New file.
40471
40472 2007-01-15  Bruno Haible  <bruno@clisp.org>
40473
40474         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40475         not from GNU libiconv or GNU libc.
40476
40477 2007-01-15  Bruno Haible  <bruno@clisp.org>
40478
40479         * doc/gnulib-intro.texi (Copyright): Explain the different license
40480         terms for module descriptions, autoconf macros, tests, documentation.
40481
40482 2007-01-14  Bruno Haible  <bruno@clisp.org>
40483
40484         * modules/striconv-tests: New file.
40485         * tests/test-striconv.c: New file.
40486
40487 2007-01-14  Bruno Haible  <bruno@clisp.org>
40488
40489         * modules/iconv-tests: New file.
40490         * tests/test-iconv.c: New file.
40491
40492 2007-01-14  Bruno Haible  <bruno@clisp.org>
40493
40494         * gnulib-tool (func_get_license): For test modules, use the license of
40495         the main module.
40496
40497 2007-01-14  Bruno Haible  <bruno@clisp.org>
40498
40499         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40500         if iconv is found to exist.
40501
40502 2007-01-14  Bruno Haible  <bruno@clisp.org>
40503
40504         * modules/c-ctype-tests: New file.
40505         * tests/test-c-ctype.c: New file.
40506
40507 2007-01-14  Bruno Haible  <bruno@clisp.org>
40508
40509         * modules/binary-io-tests: New file.
40510         * tests/test-binary-io.sh: New file.
40511         * tests/test-binary-io.c: New file.
40512
40513 2007-01-14  Bruno Haible  <bruno@clisp.org>
40514
40515         * modules/array-oset-tests: New file.
40516         * tests/test-array_oset.c: New file.
40517
40518 2007-01-14  Bruno Haible  <bruno@clisp.org>
40519
40520         * modules/array-list-tests: New file.
40521         * tests/test-array_list.c: New file.
40522
40523 2007-01-14  Bruno Haible  <bruno@clisp.org>
40524
40525         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40526         and make.
40527         Reported by Simon Josefsson in
40528         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40529
40530 2007-01-14  Bruno Haible  <bruno@clisp.org>
40531
40532         * modules/allocsa-tests: New file.
40533         * tests/test-allocsa.c: New file.
40534
40535 2007-01-14  Bruno Haible  <bruno@clisp.org>
40536
40537         * modules/fchdir (Depends-on): Add absolute-header.
40538         * modules/unistd (Depends-on): Likewise.
40539
40540 2006-12-30  Bruno Haible  <bruno@clisp.org>
40541
40542         * modules/fchdir: New file.
40543         * modules/unistd (Files): Add lib/unistd_.h.
40544         (Makefile.am): Generate unistd.h from unistd_.h.
40545         * lib/fchdir.c: New file.
40546         * lib/dirent_.h: New file.
40547         * lib/unistd_.h: New file.
40548         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40549         * m4/fchdir.m4: New file.
40550         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40551         (gl_HEADER_UNISTD): Invoke it.
40552         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40553         function.
40554         * lib/backupfile.c (opendir, closedir): Undefine.
40555         * lib/chown.c (open, close): Undefine.
40556         * lib/clean-temp.c (open, close): Undefine.
40557         * lib/copy-file.c (open, close): Undefine.
40558         * lib/execute.c (open, close): Undefine.
40559         * lib/fsusage.c (open, close): Undefine.
40560         * lib/gc-gnulib.c (open, close): Undefine.
40561         * lib/getcwd.c (opendir, closedir): Undefine.
40562         * lib/glob.c (opendir, closedir): Undefine.
40563         * lib/javacomp.c (open, close): Undefine.
40564         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40565         * lib/openat-proc.c (open, close): Undefine.
40566         * lib/pagealign_alloc.c (open, close): Undefine.
40567         * lib/pipe.c (open, close): Undefine.
40568         * lib/progreloc.c (open, close): Undefine.
40569         * lib/savedir.c (opendir, closedir): Undefine.
40570         * lib/utime.c (open, close): Undefine.
40571         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40572
40573 2007-01-10  Bruno Haible  <bruno@clisp.org>
40574
40575         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40576
40577 2007-01-12  Eric Blake  <ebb9@byu.net>
40578
40579         Provide a robust <wchar.h>.  Further simplifications are now
40580         possible in other modules, but not included here.
40581         * modules/wchar: New module.
40582         * m4/wchar.m4: New file.
40583         * lib/wchar_.h: Likewise.
40584         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40585         of the new module.
40586         * MODULES.html.sh (Extended multibyte and wide character utilities):
40587         New section.
40588
40589 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40590
40591         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40592         to a reasonable default for memory allocation.
40593         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40594         file system that reports garbage st_size values for symlinks.
40595         Problem reported by Liyang Hu.
40596
40597 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40598
40599         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40600         Emacs .#* auto-save files).
40601
40602 2007-01-11  Bruno Haible  <bruno@clisp.org>
40603
40604         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40605         directory.
40606
40607 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40608
40609         Use @...@ consistently in lib/wctype_.h.
40610         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40611         on it being set to 1 or 0.
40612         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40613         go back to AC_SUBSTing it.
40614         * modules/wctype (Makefile.am): Undo previous change.
40615
40616 2007-01-10  Eric Blake  <ebb9@byu.net>
40617
40618         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40619         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40620         * modules/wctype (Makefile.am): Likewise.
40621         Reported by Chris McGuire.
40622
40623 2007-01-10  Jim Meyering  <jim@meyering.net>
40624
40625         fts.c: a small readability/maintainability improvement
40626         * lib/fts.c (fts_read): Make this code slightly more readable and
40627         maintainable by hoisting the "sp->fts_cur = p" assignments to
40628         immediately follow the statements that set P.  Derived from
40629         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40630
40631 2007-01-10  Eric Blake  <ebb9@byu.net>
40632
40633         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40634         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40635         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40636         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40637         Reported by Chris McGuire.
40638
40639 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40640
40641         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40642         in sed script.
40643
40644 2007-01-09  Bruno Haible  <bruno@clisp.org>
40645
40646         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40647         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40648         variables.
40649         (func_module): Use them.
40650
40651 2007-01-09  Bruno Haible  <bruno@clisp.org>
40652
40653         * modules/unistr/base: New file.
40654         * lib/unistr.h: New file.
40655
40656         * modules/unistr/u8-to-u16: New file.
40657         * lib/unistr/u8-to-u16.c: New file.
40658
40659         * modules/unistr/u8-to-u32: New file.
40660         * lib/unistr/u8-to-u32.c: New file.
40661
40662         * modules/unistr/u16-to-u8: New file.
40663         * lib/unistr/u16-to-u8.c: New file.
40664
40665         * modules/unistr/u16-to-u32: New file.
40666         * lib/unistr/u16-to-u32.c: New file.
40667
40668         * modules/unistr/u32-to-u8: New file.
40669         * lib/unistr/u32-to-u8.c: New file.
40670
40671         * modules/unistr/u32-to-u16: New file.
40672         * lib/unistr/u32-to-u16.c: New file.
40673
40674         * modules/unistr/u8-check: New file.
40675         * modules/unistr/u16-check: New file.
40676         * modules/unistr/u32-check: New file.
40677         * lib/unistr/u8-check.c: New file.
40678         * lib/unistr/u16-check.c: New file.
40679         * lib/unistr/u32-check.c: New file.
40680
40681         * modules/unistr/u8-chr: New file.
40682         * modules/unistr/u16-chr: New file.
40683         * modules/unistr/u32-chr: New file.
40684         * lib/unistr/u8-chr.c: New file.
40685         * lib/unistr/u16-chr.c: New file.
40686         * lib/unistr/u32-chr.c: New file.
40687
40688         * modules/unistr/u8-cmp: New file.
40689         * modules/unistr/u16-cmp: New file.
40690         * modules/unistr/u32-cmp: New file.
40691         * lib/unistr/u8-cmp.c: New file.
40692         * lib/unistr/u16-cmp.c: New file.
40693         * lib/unistr/u32-cmp.c: New file.
40694
40695         * modules/unistr/u8-cpy: New file.
40696         * modules/unistr/u16-cpy: New file.
40697         * modules/unistr/u32-cpy: New file.
40698         * lib/unistr/u8-cpy.c: New file.
40699         * lib/unistr/u16-cpy.c: New file.
40700         * lib/unistr/u32-cpy.c: New file.
40701         * lib/unistr/u-cpy.h: New file.
40702
40703         * modules/unistr/u8-cpy-alloc: New file.
40704         * modules/unistr/u16-cpy-alloc: New file.
40705         * modules/unistr/u32-cpy-alloc: New file.
40706         * lib/unistr/u8-cpy-alloc.c: New file.
40707         * lib/unistr/u16-cpy-alloc.c: New file.
40708         * lib/unistr/u32-cpy-alloc.c: New file.
40709         * lib/unistr/u-cpy-alloc.h: New file.
40710
40711         * modules/unistr/u8-endswith: New file.
40712         * modules/unistr/u16-endswith: New file.
40713         * modules/unistr/u32-endswith: New file.
40714         * lib/unistr/u8-endswith.c: New file.
40715         * lib/unistr/u16-endswith.c: New file.
40716         * lib/unistr/u32-endswith.c: New file.
40717         * lib/unistr/u-endswith.h: New file.
40718
40719         * modules/unistr/u8-mblen: New file.
40720         * modules/unistr/u16-mblen: New file.
40721         * modules/unistr/u32-mblen: New file.
40722         * lib/unistr/u8-mblen.c: New file.
40723         * lib/unistr/u16-mblen.c: New file.
40724         * lib/unistr/u32-mblen.c: New file.
40725
40726         * modules/unistr/u8-mbtouc: New file.
40727         * modules/unistr/u16-mbtouc: New file.
40728         * modules/unistr/u32-mbtouc: New file.
40729         * lib/unistr/u8-mbtouc.c: New file.
40730         * lib/unistr/u16-mbtouc.c: New file.
40731         * lib/unistr/u32-mbtouc.c: New file.
40732
40733         * modules/unistr/u8-mbtouc-safe: New file.
40734         * modules/unistr/u16-mbtouc-safe: New file.
40735         * modules/unistr/u32-mbtouc-safe: New file.
40736         * lib/unistr/u8-mbtouc-safe.c: New file.
40737         * lib/unistr/u16-mbtouc-safe.c: New file.
40738         * lib/unistr/u32-mbtouc-safe.c: New file.
40739
40740         * modules/unistr/u8-move: New file.
40741         * modules/unistr/u16-move: New file.
40742         * modules/unistr/u32-move: New file.
40743         * lib/unistr/u8-move.c: New file.
40744         * lib/unistr/u16-move.c: New file.
40745         * lib/unistr/u32-move.c: New file.
40746         * lib/unistr/u-move.h: New file.
40747
40748         * modules/unistr/u8-next: New file.
40749         * modules/unistr/u16-next: New file.
40750         * modules/unistr/u32-next: New file.
40751         * lib/unistr/u8-next.c: New file.
40752         * lib/unistr/u16-next.c: New file.
40753         * lib/unistr/u32-next.c: New file.
40754
40755         * modules/unistr/u8-prev: New file.
40756         * modules/unistr/u16-prev: New file.
40757         * modules/unistr/u32-prev: New file.
40758         * lib/unistr/u8-prev.c: New file.
40759         * lib/unistr/u16-prev.c: New file.
40760         * lib/unistr/u32-prev.c: New file.
40761
40762         * modules/unistr/u8-set: New file.
40763         * modules/unistr/u16-set: New file.
40764         * modules/unistr/u32-set: New file.
40765         * lib/unistr/u8-set.c: New file.
40766         * lib/unistr/u16-set.c: New file.
40767         * lib/unistr/u32-set.c: New file.
40768         * lib/unistr/u-set.h: New file.
40769
40770         * modules/unistr/u8-startswith: New file.
40771         * modules/unistr/u16-startswith: New file.
40772         * modules/unistr/u32-startswith: New file.
40773         * lib/unistr/u8-startswith.c: New file.
40774         * lib/unistr/u16-startswith.c: New file.
40775         * lib/unistr/u32-startswith.c: New file.
40776         * lib/unistr/u-startswith.h: New file.
40777
40778         * modules/unistr/u8-stpcpy: New file.
40779         * modules/unistr/u16-stpcpy: New file.
40780         * modules/unistr/u32-stpcpy: New file.
40781         * lib/unistr/u8-stpcpy.c: New file.
40782         * lib/unistr/u16-stpcpy.c: New file.
40783         * lib/unistr/u32-stpcpy.c: New file.
40784         * lib/unistr/u-stpcpy.h: New file.
40785
40786         * modules/unistr/u8-stpncpy: New file.
40787         * modules/unistr/u16-stpncpy: New file.
40788         * modules/unistr/u32-stpncpy: New file.
40789         * lib/unistr/u8-stpncpy.c: New file.
40790         * lib/unistr/u16-stpncpy.c: New file.
40791         * lib/unistr/u32-stpncpy.c: New file.
40792         * lib/unistr/u-stpncpy.h: New file.
40793
40794         * modules/unistr/u8-strcat: New file.
40795         * modules/unistr/u16-strcat: New file.
40796         * modules/unistr/u32-strcat: New file.
40797         * lib/unistr/u8-strcat.c: New file.
40798         * lib/unistr/u16-strcat.c: New file.
40799         * lib/unistr/u32-strcat.c: New file.
40800         * lib/unistr/u-strcat.h: New file.
40801
40802         * modules/unistr/u8-strchr: New file.
40803         * modules/unistr/u16-strchr: New file.
40804         * modules/unistr/u32-strchr: New file.
40805         * lib/unistr/u8-strchr.c: New file.
40806         * lib/unistr/u16-strchr.c: New file.
40807         * lib/unistr/u32-strchr.c: New file.
40808
40809         * modules/unistr/u8-strcmp: New file.
40810         * modules/unistr/u16-strcmp: New file.
40811         * modules/unistr/u32-strcmp: New file.
40812         * lib/unistr/u8-strcmp.c: New file.
40813         * lib/unistr/u16-strcmp.c: New file.
40814         * lib/unistr/u32-strcmp.c: New file.
40815
40816         * modules/unistr/u8-strcpy: New file.
40817         * modules/unistr/u16-strcpy: New file.
40818         * modules/unistr/u32-strcpy: New file.
40819         * lib/unistr/u8-strcpy.c: New file.
40820         * lib/unistr/u16-strcpy.c: New file.
40821         * lib/unistr/u32-strcpy.c: New file.
40822         * lib/unistr/u-strcpy.h: New file.
40823
40824         * modules/unistr/u8-strcspn: New file.
40825         * modules/unistr/u16-strcspn: New file.
40826         * modules/unistr/u32-strcspn: New file.
40827         * lib/unistr/u8-strcspn.c: New file.
40828         * lib/unistr/u16-strcspn.c: New file.
40829         * lib/unistr/u32-strcspn.c: New file.
40830         * lib/unistr/u-strcspn.h: New file.
40831
40832         * modules/unistr/u8-strdup: New file.
40833         * modules/unistr/u16-strdup: New file.
40834         * modules/unistr/u32-strdup: New file.
40835         * lib/unistr/u8-strdup.c: New file.
40836         * lib/unistr/u16-strdup.c: New file.
40837         * lib/unistr/u32-strdup.c: New file.
40838         * lib/unistr/u-strdup.h: New file.
40839
40840         * modules/unistr/u8-strlen: New file.
40841         * modules/unistr/u16-strlen: New file.
40842         * modules/unistr/u32-strlen: New file.
40843         * lib/unistr/u8-strlen.c: New file.
40844         * lib/unistr/u16-strlen.c: New file.
40845         * lib/unistr/u32-strlen.c: New file.
40846         * lib/unistr/u-strlen.h: New file.
40847
40848         * modules/unistr/u8-strmblen: New file.
40849         * modules/unistr/u16-strmblen: New file.
40850         * modules/unistr/u32-strmblen: New file.
40851         * lib/unistr/u8-strmblen.c: New file.
40852         * lib/unistr/u16-strmblen.c: New file.
40853         * lib/unistr/u32-strmblen.c: New file.
40854
40855         * modules/unistr/u8-strmbtouc: New file.
40856         * modules/unistr/u16-strmbtouc: New file.
40857         * modules/unistr/u32-strmbtouc: New file.
40858         * lib/unistr/u8-strmbtouc.c: New file.
40859         * lib/unistr/u16-strmbtouc.c: New file.
40860         * lib/unistr/u32-strmbtouc.c: New file.
40861
40862         * modules/unistr/u8-strncat: New file.
40863         * modules/unistr/u16-strncat: New file.
40864         * modules/unistr/u32-strncat: New file.
40865         * lib/unistr/u8-strncat.c: New file.
40866         * lib/unistr/u16-strncat.c: New file.
40867         * lib/unistr/u32-strncat.c: New file.
40868         * lib/unistr/u-strncat.h: New file.
40869
40870         * modules/unistr/u8-strncmp: New file.
40871         * modules/unistr/u16-strncmp: New file.
40872         * modules/unistr/u32-strncmp: New file.
40873         * lib/unistr/u8-strncmp.c: New file.
40874         * lib/unistr/u16-strncmp.c: New file.
40875         * lib/unistr/u32-strncmp.c: New file.
40876
40877         * modules/unistr/u8-strncpy: New file.
40878         * modules/unistr/u16-strncpy: New file.
40879         * modules/unistr/u32-strncpy: New file.
40880         * lib/unistr/u8-strncpy.c: New file.
40881         * lib/unistr/u16-strncpy.c: New file.
40882         * lib/unistr/u32-strncpy.c: New file.
40883         * lib/unistr/u-strncpy.h: New file.
40884
40885         * modules/unistr/u8-strnlen: New file.
40886         * modules/unistr/u16-strnlen: New file.
40887         * modules/unistr/u32-strnlen: New file.
40888         * lib/unistr/u8-strnlen.c: New file.
40889         * lib/unistr/u16-strnlen.c: New file.
40890         * lib/unistr/u32-strnlen.c: New file.
40891         * lib/unistr/u-strnlen.h: New file.
40892
40893         * modules/unistr/u8-strpbrk: New file.
40894         * modules/unistr/u16-strpbrk: New file.
40895         * modules/unistr/u32-strpbrk: New file.
40896         * lib/unistr/u8-strpbrk.c: New file.
40897         * lib/unistr/u16-strpbrk.c: New file.
40898         * lib/unistr/u32-strpbrk.c: New file.
40899         * lib/unistr/u-strpbrk.h: New file.
40900
40901         * modules/unistr/u8-strrchr: New file.
40902         * modules/unistr/u16-strrchr: New file.
40903         * modules/unistr/u32-strrchr: New file.
40904         * lib/unistr/u8-strrchr.c: New file.
40905         * lib/unistr/u16-strrchr.c: New file.
40906         * lib/unistr/u32-strrchr.c: New file.
40907
40908         * modules/unistr/u8-strspn: New file.
40909         * modules/unistr/u16-strspn: New file.
40910         * modules/unistr/u32-strspn: New file.
40911         * lib/unistr/u8-strspn.c: New file.
40912         * lib/unistr/u16-strspn.c: New file.
40913         * lib/unistr/u32-strspn.c: New file.
40914         * lib/unistr/u-strspn.h: New file.
40915
40916         * modules/unistr/u8-strstr: New file.
40917         * modules/unistr/u16-strstr: New file.
40918         * modules/unistr/u32-strstr: New file.
40919         * lib/unistr/u8-strstr.c: New file.
40920         * lib/unistr/u16-strstr.c: New file.
40921         * lib/unistr/u32-strstr.c: New file.
40922         * lib/unistr/u-strstr.h: New file.
40923
40924         * modules/unistr/u8-strtok: New file.
40925         * modules/unistr/u16-strtok: New file.
40926         * modules/unistr/u32-strtok: New file.
40927         * lib/unistr/u8-strtok.c: New file.
40928         * lib/unistr/u16-strtok.c: New file.
40929         * lib/unistr/u32-strtok.c: New file.
40930         * lib/unistr/u-strtok.h: New file.
40931
40932         * modules/unistr/u8-uctomb: New file.
40933         * modules/unistr/u16-uctomb: New file.
40934         * modules/unistr/u32-uctomb: New file.
40935         * lib/unistr/u8-uctomb.c: New file.
40936         * lib/unistr/u16-uctomb.c: New file.
40937         * lib/unistr/u32-uctomb.c: New file.
40938
40939         * MODULES.html.sh (Unicode string functions): Add the new modules.
40940
40941 2007-01-08  Bruno Haible  <bruno@clisp.org>
40942
40943         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40944         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40945         subdirectories.
40946
40947 2007-01-08  Karl Berry  <karl@gnu.org>
40948
40949         * doc/error.texi: mention that main() fns must set program_name
40950         when progname is used.
40951
40952 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40953
40954         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40955         WCTYPE_H is empty, for the benefit of builds from non-distclean
40956         directories.  Problem reported by Eric Blake in
40957         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40958
40959 2007-01-08  Bruno Haible  <bruno@clisp.org>
40960
40961         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40962         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40963         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40964         PROVIDE_CANONICALIZE_FILENAME_MODE.
40965         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40966
40967 2007-01-08  Bruno Haible  <bruno@clisp.org>
40968
40969         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40970         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40971         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40972         * lib/fts.c: Likewise.
40973         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40974
40975 2006-12-25  Bruno Haible  <bruno@clisp.org>
40976
40977         * modules/utf8-ucs4-safe: New file.
40978         * lib/utf8-ucs4-safe.h: New file.
40979         * lib/unistr/utf8-ucs4-safe.c: New file.
40980
40981         * modules/utf16-ucs4-safe: New file.
40982         * lib/utf16-ucs4-safe.h: New file.
40983         * lib/unistr/utf16-ucs4-safe.c: New file.
40984
40985         * MODULES.html.sh (Unicode string functions): Add the new modules.
40986
40987 2007-01-08  Bruno Haible  <bruno@clisp.org>
40988
40989         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40990         (Depends-on): Add unitypes.
40991         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40992         (u8_mbtouc_aux): Move out to separate file.
40993         (u8_mbtouc): Use ucs4_t, uint8_t types.
40994         * lib/unistr/utf8-ucs4.c: New file.
40995
40996         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40997         (Depends-on): Add unitypes.
40998         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40999         (u16_mbtouc_aux): Move out to separate file.
41000         (u16_mbtouc): Use ucs4_t, uint16_t types.
41001         * lib/unistr/utf16-ucs4.c: New file.
41002
41003         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41004         (Depends-on): Add unitypes.
41005         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41006         (u8_uctomb_aux): Move out to separate file.
41007         (u8_uctomb): Use ucs4_t, uint8_t types.
41008         * lib/unistr/ucs4-utf8.c: New file.
41009
41010         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41011         (Depends-on): Add unitypes.
41012         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41013         (u16_uctomb_aux): Move out to separate file.
41014         (u16_uctomb): Use ucs4_t, uint16_t types.
41015         * lib/unistr/ucs4-utf16.c: New file.
41016
41017 2006-12-25  Bruno Haible  <bruno@clisp.org>
41018
41019         * modules/unitypes: New file.
41020         * lib/unitypes.h: New file.
41021         * MODULES.html.sh (func_all_modules): New section "Unicode string
41022         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41023         this section. Add unitypes.
41024
41025 2007-01-08  Bruno Haible  <bruno@clisp.org>
41026
41027         Avoid variable names that conflict with those from libtool.
41028         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41029         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41030         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41031         library_names_spec to acl_library_names_spec, hardcode_* to
41032         acl_hardcode_*.
41033         Reported by Ralf Wildenhues.
41034
41035 2007-01-08  Bruno Haible  <bruno@clisp.org>
41036
41037         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41038         definition.
41039         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41040         definition.
41041         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41042         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41043         definition.
41044         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41045         definition.
41046         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41047         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41048         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41049         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41050         definition.
41051         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41052         definition.
41053         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41054         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41055         GC_USE_<algorithm>.
41056         * lib/gc-libgcrypt.c: Likewise.
41057         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41058         * modules/gc-arctwo (configure.ac): Likewise.
41059         * modules/gc-des (configure.ac): Likewise.
41060         * modules/gc-hmac-md5 (configure.ac): Likewise.
41061         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41062         * modules/gc-md2 (configure.ac): Likewise.
41063         * modules/gc-md4 (configure.ac): Likewise.
41064         * modules/gc-md5 (configure.ac): Likewise.
41065         * modules/gc-random (configure.ac): Likewise.
41066         * modules/gc-rijndael (configure.ac): Likewise.
41067         * modules/gc-sha1 (configure.ac): Likewise.
41068
41069 2007-01-08  Bruno Haible  <bruno@clisp.org>
41070
41071         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41072         macro definition.
41073         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41074         definition.
41075         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41076         definition.
41077         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41078         * modules/fcntl-safer (configure.ac): Likewise.
41079         * modules/fopen-safer (configure.ac): Likewise.
41080         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41081         GNULIB_FWRITEERROR macro definition.
41082
41083 2007-01-08  Bruno Haible  <bruno@clisp.org>
41084
41085         * m4/gnulib-common.m4: New file.
41086         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41087         (func_get_filelist): Add m4/gnulib-common.m4.
41088
41089 2007-01-08  Bruno Haible  <bruno@clisp.org>
41090
41091         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41092         command.
41093
41094 2007-01-08  Jim Meyering  <jim@meyering.net>
41095
41096         Use a more robust test for a "can't happen" condition.
41097         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41098         narrowed the st_size value.  Presuming the "can't happen" condition
41099         is true, that narrowing could conceivably convert an invalid st_size
41100         value into a valid one.  Instead, use a change based on Matthew
41101         Woehlke's original patch.
41102
41103         Slight readability improvement: use an assert-like macro
41104         in place of literal "abort ()" uses.
41105         * lib/fts.c (fts_assert): Define.
41106         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41107         Use this macro instead of a bare 'abort'.
41108
41109 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41110
41111         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41112         simply work around them.
41113         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41114         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41115         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41116         declaring.
41117         Don't bother to define as macros, since the standard doesn't require it.
41118         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41119         longer worry about IRIX 5.3.
41120         (HAVE_WCTYPE_CTMP_BUG): Remove.
41121
41122 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41123
41124         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
41125         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
41126         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
41127         Problems reported by Georg Schwarz for IRIX 5.3.
41128
41129         * gnulib-tool (autoconf_minversion): Take the maximum version number
41130         found, not the minimum.  Problem reported by James Youngman.
41131
41132 2007-01-03  Karl Berry  <karl@gnu.org>
41133
41134         * doc/error.texi: new file, explaining interaction with progname.
41135         * doc/gnulib.texi: include it.  Update copyright.
41136
41137 2007-01-03  Simon Josefsson  <simon@josefsson.org>
41138
41139         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
41140         AC_CANONICAL_HOST, to improve autobuild outputs.
41141
41142 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
41143             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
41144
41145         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
41146         sockets, server sockets, and other file descriptors.  Count errors
41147         to compute the return value.  Reorder the code a bit to be easier
41148         to follow.  Don't set event bits that were not requested (except
41149         POLLERR and POLLHUP).
41150
41151 2007-01-01  Bruno Haible  <bruno@clisp.org>
41152
41153         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
41154
41155 2007-01-03  Jim Meyering  <jim@meyering.net>
41156
41157         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
41158
41159 2007-01-02  Bruno Haible  <bruno@clisp.org>
41160
41161         * modules/settime (Include): Require timespec.h.
41162         * modules/nanosleep (Include): Likewise.
41163
41164 2007-01-01  Bruno Haible  <bruno@clisp.org>
41165
41166         * gnulib-tool (func_emit_copyright_notice): Bump year.
41167         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
41168
41169 2007-01-01  Bruno Haible  <bruno@clisp.org>
41170
41171         Improve support for OpenBSD.
41172         * build-aux/config.rpath (libname_spec): Export.
41173         (library_names_spec): New variable. Export.
41174         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
41175         library_names_spec from the config.rpath output. Locate shared library
41176         through the name pattern in library_names_spec.
41177
41178 2007-01-01  Eric Blake  <ebb9@byu.net>
41179
41180         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
41181
41182 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
41183
41184         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
41185         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
41186         assume the C locale, and avoid an "eval" that could cause trouble.
41187         Problem with SORT reported by Bob Proulx.
41188
41189         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
41190         Define.  Trivial patch from Henning Nielsen Lund, originally
41191         sent to bug-grep@gnu.org today.
41192
41193 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
41194
41195         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41196         struct stat.  Problem reported by Henning Nielsen Lund.
41197         * lib/acl.c: Include acl.h first, to check interface.  Don't
41198         bother to include sys/types.h and sys/stat.h again.
41199
41200 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41201
41202         Import the following change from libc; problem reported by
41203         Sven Verdoolaege.
41204
41205         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
41206
41207         [BZ #1373]
41208         * lib/argp.h: Remove __NTH for __argp_usage inline function.
41209
41210 2006-12-28  Jim Meyering  <jim@meyering.net>
41211
41212         * build-aux/announce-gen: Do not assume that the package
41213         builds any of tar.gz, tar.bz2, and .xdelta files.
41214         Suggestion from Simon Josefsson.
41215
41216 2006-12-28  Simon Josefsson  <simon@josefsson.org>
41217
41218         * modules/announce-gen: New file.
41219
41220 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
41221
41222         * lib/mbchar.h: Just include <wctype.h>; the wctype module
41223         handles its gotchas now.
41224         * lib/mbswidth.c: Likewise.
41225         * lib/wcwidth.h: Likewise.
41226         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
41227         and iswcntrl; the wctype module does this stuff now.
41228         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41229         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41230         * modules/mbchar (Depends-on): Add wctype.
41231         * modules/mbswidth (Depends-on): Likewise.
41232         * modules/wcwidth (Depends-on): Likewise.
41233
41234 2006-12-27  Eric Blake  <ebb9@byu.net>
41235
41236         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
41237         module uses more than what <wctype.h> is required to provide.
41238
41239 2006-12-26  Eric Blake  <ebb9@byu.net>
41240
41241         * gnulib-tool (sed_extract_prog): Avoid space-tab.
41242
41243 2006-12-26  Eric Blake  <ebb9@byu.net>
41244
41245         * modules/absolute-header: New module.
41246         * modules/fcntl (Depends-on): Depend on it.
41247         * modules/inttypes (Depends-on): Likewise.
41248         * modules/stdint (Depends-on): Likewise.
41249         * modules/sys_stat (Depends-on): Likewise.
41250         * modules/wctype (Depends-on): Likewise.
41251         * MODULES.html.sh (Support for building libraries and
41252         executables): Document it.
41253
41254 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
41255
41256         * gnulib-tool (SED): Remove, undoing previous change.
41257         The problem was that it broke coreutils on Solaris, because
41258         "sed --posix" leaked into a makefile.
41259         (sed): New alias, if 'alias' and GNU sed.
41260
41261 2006-12-24  Jim Meyering  <jim@meyering.net>
41262
41263         Work around an fchownat bug in glibc-2.4:
41264         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
41265         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
41266         in spite of the -P option.
41267         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
41268         New macros.
41269         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
41270         * modules/openat (Files): Add lib/fchownat.c.
41271         * lib/openat.c (fchownat): Don't define here.  Move to...
41272         * lib/fchownat.c: ...this new file.
41273
41274 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41275
41276         Fix bug reported by Bruno Haible in
41277         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41278         where quotearg.c didn't compile on Mac OS X 10.2 because it
41279         lacks <wchar.h> and wint_t.
41280         * lib/wctype_.h (__wctype_wint_t): New type.
41281         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41282         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41283         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41284         Arg is now of type __wctype_wint_t, not wint_t.
41285         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41286         substitute HAVE_WINT_T.
41287         * modules/wctype (Files): Add m4/wint_t.m4.
41288         (wctype.h): Substitute HAVE_WINT_T.
41289
41290 2006-12-23  Bruno Haible  <bruno@clisp.org>
41291
41292         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41293
41294 2006-12-23  Bruno Haible  <bruno@clisp.org>
41295
41296         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41297         S_ISLNK.
41298         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41299         mingw.
41300
41301 2006-12-22  Bruno Haible  <bruno@clisp.org>
41302
41303         * lib/copy-file.c: Include acl.h.
41304         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41305         Close the file descriptors only after being done with copy_acl.
41306         * modules/copy-file (Depends-on): Add acl.
41307
41308 2006-12-22  Bruno Haible  <bruno@clisp.org>
41309
41310         * gnulib-tool (SED): New variable.
41311         Use $SED instead of sed everywhere.
41312
41313 2006-12-22  Bruno Haible  <bruno@clisp.org>
41314
41315         * modules/no-c++: New file.
41316         * m4/no-c++.m4: New file.
41317         * MODULES.html.sh (Support for building libraries and executables):
41318         Add no-c++.
41319
41320 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41321
41322         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41323         Include <limits.h>, and use its INT_MAX to rewrite the
41324         j loop so that it does not overflow 'int'.  Problem reported by
41325         Ralf Wildenhues in
41326         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41327         Play it safe by shifting left by 1 rather than multiplying by 2,
41328         as GCC is less likely to optimize this away when the value
41329         is signed (when it assumes overflow leads to undefined behavior).
41330         Also, don't assume time_t uses two's complement.
41331
41332 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41333
41334         * MODULES.html.sh: New module wctype.
41335         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41336         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41337         <wctype.h>, since the new wctype module should fix this.
41338         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41339         the wctype module should arrange for it.
41340         * lib/regex_internal.h: Likewise.
41341         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41342         since the wctype module should handle this now.
41343         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41344         * modules/fnmatch (Depends-on): Add wctype.
41345         * modules/quotearg (Depends-on): Likewise.
41346         * modules/regex (Depends-on): Likewise.
41347
41348 2006-12-19  Bruno Haible  <bruno@clisp.org>
41349
41350         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41351         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41352
41353 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41354
41355         * modules/savewd (Depends-on): Fix dependency on fcntl.
41356
41357 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41358
41359         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41360         conforms to C99, rather than relying on the user's environment
41361         setting of STDINT_H.
41362
41363 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41364         and Eric Blake  <ebb9@byu.net>
41365
41366         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41367         This is more consistent with the other defines here.
41368         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41369         Port to z/OS.  Problem reported by Paul Gilmartin.
41370         Change local vars to use gl_ prefix rather than ac_.
41371         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41372         with other defines.
41373         * modules/double-slash-root: New module.
41374         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41375         (Depends-on): Add double-slash-root.
41376         * MODULES.html.sh (File system functions): Mention new module.
41377
41378 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41379
41380         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41381         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41382         This is for the benefit of gzip, which doesn't do i18n.
41383
41384 2006-12-12  Jim Meyering  <jim@meyering.net>
41385
41386         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41387         Reported by Andreas Schwab <schwab@suse.de>.
41388
41389 2006-12-12  Bruno Haible  <bruno@clisp.org>
41390
41391         Merge these changes.
41392         2006-09-05  Bruno Haible  <bruno@clisp.org>
41393         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41394         iconv_alloc succeeded.
41395         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41396         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41397         test for " && dest " at the end - dest is always != NULL there. Call
41398         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41399         with 2xNULL arguments, also to flush the state storage. Handle the
41400         IRIX iconv behaviour. Realloc the final result, to throw away unused
41401         memory.
41402
41403 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41404
41405         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41406         and fchmodat unconditionally, since glibc 2.4 has them.
41407         Problem reported by Arkadiusz Miskiewicz.
41408
41409 2006-12-10  Bruno Haible  <bruno@clisp.org>
41410
41411         * gnulib-tool (func_import): Show the include files only for those
41412         modules that are copied and specified.
41413         Reported by Karl Berry.
41414
41415 2006-12-08  Jim Meyering  <jim@meyering.net>
41416
41417         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41418         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41419
41420         * build-aux/announce-gen: Add two new options, both optional:
41421         --bootstrap-tools=TOOL_LIST
41422               a comma-separated list of tools, e.g.,
41423               autoconf,automake,bison,gnulib
41424         --gnulib-snapshot-date=DATE
41425               if gnulib is in the bootstrap tool list,
41426               then report this as the snapshot date.
41427               If not specified, use the current date/time.
41428               If you specify a date here, be sure it's UTC.
41429
41430 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41431
41432         * tests/test-argp-2.sh: Fix test to match actual output.
41433         (func_compare): Fix sed script to be portable.
41434
41435 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41436
41437         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41438         workaround for this case.  It is not autoconfigured now; offhand
41439         it's hard to see how to autoconfigure it.
41440
41441 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41442
41443         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41444         a directory that is about to be chowned.  Such a directory's
41445         initial file permissions should permit the owner only and this
41446         should not be changed until after the chown, since the group and
41447         other bits would be incorrect if they granted permission before
41448         the chown.
41449
41450         Fix porting problem for iswctype reported by Georg Schwarz in:
41451         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41452         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41453         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41454         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41455         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41456
41457 2006-12-03  Jim Meyering  <jim@meyering.net>
41458
41459         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41460         p->fts_statp may not yet be defined.
41461         (fts_read): Instead, set it in the caller, once p->fts_statp is
41462         sure to be defined, and corresponds to a top-level directory.
41463         This bug made du -x fail.  Here's the coreutils test case:
41464         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41465         Reported by Mike Frysinger.
41466
41467 2006-12-01  Jim Meyering  <jim@meyering.net>
41468
41469         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41470         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41471         Reported by Simon Josefsson.
41472
41473 2006-11-30  Jim Meyering  <jim@meyering.net>
41474
41475         * m4/warning.m4: Use the all-permissive copyright notice
41476         recommended by RMS (rather than LGPL).
41477         * m4/vararrays.m4: Likewise.
41478         * m4/flexmember.m4: Likewise.
41479
41480 2006-11-29  Bruno Haible  <bruno@clisp.org>
41481
41482         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41483         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41484         using +=.
41485         Reported by Simon Josefsson <simon@josefsson.org>.
41486
41487 2006-11-28  James Youngman <jay@gnu.org>
41488
41489         * README: Advise users that they might find the bug-gnulib@gnu.org
41490         and autotools-announce@gnu.org mailing lists useful.
41491
41492 2006-11-28  Bruno Haible  <bruno@clisp.org>
41493
41494         * m4/ptrdiff_max.m4: Remove file.
41495
41496 2006-11-21  Bruno Haible  <bruno@clisp.org>
41497
41498         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41499         _AC_COMPUTE_INT.
41500         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41501         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41502         _AC_COMPUTE_INT.
41503         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41504         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41505         _AC_COMPUTE_INT.
41506         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41507
41508 2006-11-28  Jim Meyering  <jim@meyering.net>
41509
41510         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41511         warning from "gcc -Wshadow" about shadowing the builtin.
41512
41513 2006-11-27  Bruno Haible  <bruno@clisp.org>
41514
41515         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41516         _AC_COMPUTE_INT.
41517         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41518
41519 2006-11-27  Bruno Haible  <bruno@clisp.org>
41520             Paul Eggert  <eggert@cs.ucla.edu>
41521
41522         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41523
41524 2006-11-26  Bruno Haible  <bruno@clisp.org>
41525
41526         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41527         noinst_LTLIBRARIES.
41528
41529 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41530             Bruno Haible  <bruno@clisp.org>
41531
41532         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41533         if compiling with "gcc -ansi".
41534
41535 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41536
41537         Fix some incompatibilities with gcc -ansi -pedantic.
41538         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41539         if compiling pedantically with GCC, unless it's C99 or later.
41540         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41541         it mishandles gcc -ansi -pedantic as well.
41542         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41543         if gcc -pedantic.
41544         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41545         initializers for struct if -pedantic, unless it's C99 or later.
41546
41547 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41548
41549         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41550         Don't close an fd more than once. Identical atimes indicate
41551         success, not failure.
41552
41553 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41554
41555         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41556
41557 2006-11-23  Jim Meyering  <jim@meyering.net>
41558
41559         * build-aux/announce-gen: New file.  From coreutils.
41560
41561 2006-11-22  Jim Meyering  <jim@meyering.net>
41562
41563         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41564         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41565         (fts_read): Use a temporary to narrow the overused st_size member
41566         before using it in a switch statement.  Reported by Matthew Woehlke.
41567
41568         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41569         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41570
41571 2006-11-20  Bruno Haible  <bruno@clisp.org>
41572
41573         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41574         changequote instead of pairs of brackets.
41575         Reported by Andreas Schwab <schwab@suse.de>.
41576
41577 2006-11-21  Jim Meyering  <jim@meyering.net>
41578
41579         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41580         so as to remain compatible with older compilers.
41581         Patch from Michael Deutschmann.
41582
41583 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41584
41585         * MODULES.html.sh (File system functions): Add openat.
41586
41587         * lib/openat.h (rpl_fstatat): New macro, if
41588         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41589         (fstatat): Define to rpl_fstatat under the same conditions,
41590         unless COMPILING_FSTATAT.
41591         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41592         seems to have the bug.
41593         * lib/fstatat.c: New file.
41594         * modules/openat (Files): Add it.
41595
41596 2006-11-20  Bruno Haible  <bruno@clisp.org>
41597
41598         * Makefile: New file.
41599
41600 2006-11-20  Jim Meyering  <jim@meyering.net>
41601
41602         The beginnings of syntax-related checks for gnulib.
41603         * lib/Makefile: New file.
41604         * lib/t-idcache: New script.  Ensure that the two halves of
41605         idcache.c stay in sync.
41606
41607         * lib/idcache.c: Adjust comments in user- and group- portions to
41608         be more accurate, and to be consistent with one another.
41609
41610 2006-11-20  Jim Meyering  <jim@meyering.net>
41611
41612         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41613         continue using the flexible array member (thus, this module performs
41614         half as many malloc calls), with the addition that...
41615         (getgroup, getuser): Consistently record a non-match via an empty
41616         "name" string, and map an empty string match to a NULL return value.
41617         * modules/idcache (Depends-on): Re-add flexmember.
41618
41619         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41620         (getuidbyname, getgroup, getgidbyname): Likewise.
41621
41622         Use cleaner syntax: NULL rather than 0.
41623         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41624
41625 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41626
41627         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41628         It mishandled the case where the group was missing.
41629         Problem reported by Greg Schafer.
41630         * modules/idcache: Likewise.
41631
41632 2006-11-18  Jim Meyering  <jim@meyering.net>
41633
41634         * check-module (%exempt_header): Add exception for some
41635         conditionally-included headers.
41636
41637         * modules/i-ring (Depends-on): Add verify.
41638         (License): Change to LGPL.
41639
41640 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41641
41642         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41643         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41644         and inttostr.h.  Use snprintf rather than uinttostr, so that
41645         LGPLed code doesn't depend on GPLed.
41646
41647 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41648
41649         * modules/inline (License): Change from GPL to LGPL.
41650
41651 2006-11-17  Jim Meyering  <jim@meyering.net>
41652
41653         * modules/d-type (License): Switch to LGPL.
41654
41655 2006-11-15  Bruno Haible  <bruno@clisp.org>
41656
41657         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41658
41659 2006-11-15  Eric Blake  <ebb9@byu.net>
41660
41661         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41662         the module dependency.
41663
41664 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41665             Bruno Haible  <bruno@clisp.org>
41666
41667         * gnulib-tool (func_create_testdir): Add license consistency check.
41668
41669 2006-11-15  Eric Blake  <ebb9@byu.net>
41670
41671         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41672         random "(cached)" in configure output.
41673
41674 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41675
41676         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41677         test for conforming inttypes.h is both announced and cached.
41678
41679         * MODULES.html.sh (seen_modules, seen_files): New variables.
41680         (func_module): Rewrite to use a few less gnulib-tool and sed
41681         invocations.  Avoid a couple of quadratic algorithms for ...
41682         (missed_modules, missed_files): ... these, with ...
41683         (func_append, func_tmpdir): ... these new functions, from
41684         gnulib-tool.  Analogously, install traps for cleanup.
41685
41686         * tests/test-gc.c (main): Remove unused variables.
41687         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41688
41689 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41690
41691         * modules/inttostr (License): Change to LGPL.
41692
41693 2006-11-14  Eric Blake  <ebb9@byu.net>
41694
41695         * modules/tempname (License): Change to LGPL.
41696
41697 2006-11-14  Eric Blake  <ebb9@byu.net>
41698
41699         * doc/functions.texi (Function Portability): *printf functions on
41700         Cygwin now understand all POSIX size specifiers.
41701
41702 2006-11-14  Bruno Haible  <bruno@clisp.org>
41703
41704         * modules/c-ctype (License): Change to LGPL.
41705
41706 2006-11-12  Bruno Haible  <bruno@clisp.org>
41707
41708         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41709         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41710         for GNOME libraries, for which the include files are installed in
41711         subdirectories of $prefix/include.
41712
41713 2006-11-12  Bruno Haible  <bruno@clisp.org>
41714
41715         * m4/lib-link.m4: Require at least autoconf-2.54.
41716         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41717         name to underscores for the --with option.
41718
41719 2006-11-13  Bruno Haible  <bruno@clisp.org>
41720
41721         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41722         the tests directory.
41723         Reported by Ralf Wildenhues.
41724
41725 2006-11-13  Bruno Haible  <bruno@clisp.org>
41726
41727         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41728         (func_emit_initmacro_end): Undo the override here.
41729         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41730         Works around the famous automake error in coreutils.
41731
41732 2006-11-13  Eric Blake  <ebb9@byu.net>
41733
41734         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41735         element, not its node.
41736
41737 2006-11-12  Bruno Haible  <bruno@clisp.org>
41738
41739         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41740         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41741
41742 2006-11-12  Bruno Haible  <bruno@clisp.org>
41743
41744         * gnulib-tool: New option --local-symlink.
41745         (func_usage): Document it.
41746         (lsymbolic): New variable.
41747         (func_import, func_create_testdir): If --symlink was not specified,
41748         test whether --local-symlink was specified and the file comes from
41749         the local_gnulib_dir.
41750
41751 2006-11-12  Bruno Haible  <bruno@clisp.org>
41752
41753         * gnulib-tool (func_ln): New function.
41754         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41755
41756 2006-11-12  Bruno Haible  <bruno@clisp.org>
41757
41758         Finish support for source files in subdirectories.
41759         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41760         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41761         AUTOMAKE_OPTIONS.
41762         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41763
41764 2006-11-12  Bruno Haible  <bruno@clisp.org>
41765
41766         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41767         EXTRA_lib_SOURCES augmentation.
41768         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41769
41770 2006-11-12  Jim Meyering  <jim@meyering.net>
41771
41772         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41773         file descriptors.  This also averts a failure on systems with
41774         native openat support when a traversed directory lacks "x" access.
41775         * lib/fts_.h: Include "i-ring.h"
41776         (struct FTS) [fts_fd_ring]: New member.
41777         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41778         (FCHDIR): Add parentheses.
41779         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41780         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41781         When descending, rather than simply closing the previous
41782         fts_cwd_fd value, push that file descriptor onto the ring.
41783         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41784         (fts_open): Initialize the new fd_ring member.
41785         (fts_close): Clear the ring.
41786         (fts_safe_changedir): When possible, use our new fd_ring to skip
41787         the diropen and fstat and dev/ino comparison that would normally
41788         accompany a virtual `chdir ("..")'.
41789
41790         * modules/fts (Depends-on): Add i-ring.
41791         * modules/i-ring: New module.
41792         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41793         * m4/i-ring.m4: New file.
41794
41795 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41796
41797         * gnulib-tool (func_create_testdir): Fix replacement of
41798         `build-aux' in configure.ac.  Run autotools in gltests
41799         subdirectory.
41800         (func_create_testdir, func_create_megatestdir, test): There is
41801         no need for '--force' in most autotool invocations in a new
41802         tree.  Actually fail the whole test if any of the tools, or the
41803         configure or make stages fail.
41804
41805         Sync from Automake.
41806         * build-aux/gnupload: Revert last change.  Add pointer to upload
41807         instructions of the GNU Maintenance Instructions.
41808         Suggestion by Karl Berry.
41809
41810 2006-11-10  Jim Meyering  <jim@meyering.net>
41811
41812         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41813
41814 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41815
41816         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41817         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41818         (bind_textdomain_codeset) [! ENABLE_NLS]:
41819         Evaluate all the arguments.  That way, callers get compatible behavior
41820         if the arguments have side effects.  Also, it avoids some GCC
41821         diagnostics in some cases; Joel E. Denny reported problems when Bison
41822         was configured with --enable-gcc-warnigs.
41823
41824 2006-11-10  Jim Meyering  <jim@meyering.net>
41825
41826         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41827         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41828         account.
41829
41830 2006-11-10  Jim Meyering  <jim@meyering.net>
41831
41832         * modules/inline: New file/module.
41833         * modules/xalloc (Files): Remove m4/inline.m4.
41834         (Depends-on): Add inline, instead.
41835         * modules/oset: Likewise.
41836         * modules/list: Likewise.
41837
41838 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41839
41840         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41841         Problem reported by Matthew Woehlke.
41842
41843 2006-11-09  Bruno Haible  <bruno@clisp.org>
41844
41845         * lib/tempname.c (gen_tempname): Remove variant that invokes
41846         __gen_tempname.
41847         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41848         __gen_tempname.
41849
41850 2006-11-08  Bruno Haible  <bruno@clisp.org>
41851
41852         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41853         to 'yes' instead of 'cross-compiling'.
41854
41855 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41856
41857         * lib/quotearg.h (quotearg_free): New decl.
41858         * lib/quotearg.c (quotearg_free): New function.
41859         (slot0, nslots, slotvec0, slotvec):
41860         Now file-scope so that quotearg_free can get at them.
41861
41862 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41863
41864         Sync from Automake.
41865         * build-aux/gnupload: Add missing 'gnu' to example URL.
41866         Report by Karl Berry.
41867
41868 2006-11-08  Bruno Haible  <bruno@clisp.org>
41869
41870         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41871         Suggested by Paul Eggert.
41872
41873 2006-11-08  Jim Meyering  <jim@meyering.net>
41874
41875         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41876         It's already included if !_LIBC.
41877         (fts_safe_changedir): Add a comment.
41878
41879 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41880
41881         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41882         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41883         Matthew Woehlke.
41884
41885         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41886         definitions up, to avoid colliding with change below.
41887         (static_inline) [HAVE_INLINE]: New macro.
41888         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41889         Provide extern decls when !HAVE_INLINE.  Do not define unless
41890         static_inline is defined, either by us or by xmalloc.c.  Use
41891         static_inline rather than static inline.
41892         (XCALLOC): Optimize sizeof(T) = 1 case.
41893         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41894
41895 2006-11-07  Bruno Haible  <bruno@clisp.org>
41896
41897         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41898         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41899         AC_C_INLINE.
41900         * modules/xalloc (Files): Add m4/inline.m4.
41901
41902 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41903
41904         * README: Fix typo.
41905         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41906         (Miscellanous Notes): ...from this.
41907
41908 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41909
41910         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41911         Mention that offsetof should be used instead of sizeof.
41912         From Bruno Haible.
41913
41914 2006-11-07  Bruno Haible  <bruno@clisp.org>
41915
41916         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41917
41918 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41919
41920         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41921         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41922         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41923         (gl_tree_add_before, gl_tree_add_after):
41924         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41925         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41926         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41927         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41928         (gl_linked_add_after, gl_linked_add_at): Likewise.
41929         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41930         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41931         (gl_tree_add_before, gl_tree_add_after): Likewise.
41932         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41933         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41934         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41935
41936 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41937
41938         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41939
41940 2006-11-06  Bruno Haible  <bruno@clisp.org>
41941
41942         * m4/inline.m4: New file.
41943         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41944         * modules/list (Files): Add m4/inline.m4.
41945         * modules/oset (Files): Likewise.
41946
41947 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41948
41949         * lib/idcache.c: Include <stddef.h>, for offsetof.
41950         (struct userid.name): Change from char * to a flexible array member.
41951         All uses changed.
41952         * modules/idcache (Depends-on): Add flexmember.
41953
41954         * MODULES.html.sh (Core language properties): New module flexmember.
41955         * modules/flexmember, m4/flexmember.m4: New files.
41956
41957         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41958         inline functions that are identical with the old xnmalloc_inline,
41959         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41960         that we can avoid some unnecessary integer multiplications and
41961         divisions in the common case where the element size is known at
41962         compile time.
41963         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41964         needed.
41965         (xnboundedmalloc): Remove.
41966         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41967         arguments, for consistency with rest of this header.
41968         (xcharalloc): Rewrite using XNMALLOC.
41969         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41970         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41971         versions have been moved to lib/xalloc.h and renamed to be the
41972         non-*_inline versions.
41973         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41974         and xnrealloc functions, since those functions are now inline and
41975         now call us.
41976         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41977         renaming described above.
41978         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41979         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41980         captures the dependency in AC_C_INLINE.
41981
41982         New module canonicalize-lgpl, proposed by Charles Wilson in
41983         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41984         with a few small changes afterwards.
41985         * MODULES.html.sh (File system functions): New module
41986         canonicalize-lgpl.
41987         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41988         and canonicalize_file_name.
41989         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41990         * modules/canonicalize-lgpl: New files.
41991
41992 2006-11-05  Bruno Haible  <bruno@clisp.org>
41993
41994         * gnulib-tool (func_import, func_create_testdir): Create directories
41995         also for files in subdirectories of lib/.
41996
41997 2006-11-05  Bruno Haible  <bruno@clisp.org>
41998
41999         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42000         ANSI C compliant.
42001
42002 2006-11-03  Bruno Haible  <bruno@clisp.org>
42003
42004         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42005         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42006         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42007         (xnboundedmalloc): New inline function.
42008         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42009         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42010         xmalloc.
42011         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42012         xmalloc.
42013         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42014         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42015         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42016         xmalloc.
42017         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42018         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42019         xmalloc.
42020         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42021         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42022         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42023         xmalloc.
42024         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42025         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42026         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42027         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42028         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42029         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42030         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42031
42032 2006-11-03  Bruno Haible  <bruno@clisp.org>
42033
42034         * lib/c-ctype.h [C++]: Define functions without name mangling.
42035         * lib/fwriteerror.h [C++]: Likewise.
42036         * lib/gcd.h [C++]: Likewise.
42037         * lib/linebreak.h [C++]: Likewise.
42038
42039 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42040
42041         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42042         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42043         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42044         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42045         Check for functions and headers just once.
42046         Check for declaration of canonicalize_file_name.
42047         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42048
42049 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42050
42051         * gnulib-tool (func_import): Fix typo in actioncmd.
42052
42053 2006-11-02  Bruno Haible  <bruno@clisp.org>
42054
42055         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42056         newline sequence in the Makefile.am snippet as a space, like "make"
42057         does.
42058         Reported by Roger Persson <perrog@gmail.com>.
42059
42060 2006-11-01  Bruno Haible  <bruno@clisp.org>
42061
42062         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42063         already declared in <string.h>.
42064         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42065
42066 2006-11-01  Bruno Haible  <bruno@clisp.org>
42067
42068         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42069         * lib/strcase.h: Include <string.h>.
42070         (strcasecmp): Define to rpl_strcasecmp here.
42071
42072 2006-11-01  Bruno Haible  <bruno@clisp.org>
42073
42074         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42075
42076 2006-11-01  Eric Blake  <ebb9@byu.net>
42077
42078         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42079
42080         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42081
42082 2006-10-29  Bruno Haible  <bruno@clisp.org>
42083
42084         Make it compile in C++ mode.
42085         * lib/full-write.c (full_rw): Add a cast.
42086
42087 2006-11-01  Bruno Haible  <bruno@clisp.org>
42088
42089         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42090         be POSIX compliant.
42091         Reported by Roger Persson <perrog@gmail.com>.
42092
42093 2006-11-01  Eric Blake  <ebb9@byu.net>
42094
42095         * lib/getopt_.h: Fix comments.
42096
42097 2006-10-31  Eric Blake  <ebb9@byu.net>
42098
42099         * modules/tmpdir (Depends-on): Add sys_stat.
42100         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42101         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42102         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42103         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42104         tempname.
42105
42106 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42107
42108         Avoid some C++ diagnostics reported by Bruno Haible.
42109         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42110         xmalloc.
42111         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42112         (struct slotvec): Move to top level.
42113         (quotearg_n_options): Rewrite to avoid xmalloc.
42114         * lib/xalloc.h (xcharalloc): New function.
42115         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42116         [defined __cplusplus]: Add function template that provides result
42117         type propagation.  This part of the change is from Bruno Haible.
42118
42119 2006-10-29  Bruno Haible  <bruno@clisp.org>
42120
42121         Make it compile in C++ mode.
42122         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
42123         * lib/strnlen1.c (strnlen1): Cast memchr result.
42124         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
42125         * lib/clean-temp.c (string_equals, string_hash): Add casts.
42126         (create_temp_dir): Rename local variable 'template'.
42127         (compile_csharp_using_sscli): Add cast.
42128         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
42129         * lib/findprog.c (find_in_path): Likewise.
42130         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
42131         * lib/wait-process.c (register_slave_subprocess): Likewise.
42132
42133 2006-10-22  Bruno Haible  <bruno@clisp.org>
42134
42135         * modules/tsearch: New file.
42136         * lib/tsearch.h: New file.
42137         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
42138         * m4/tsearch.m4: New file.
42139         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
42140
42141 2006-10-29  Eric Blake  <ebb9@byu.net>
42142
42143         * lib/arcfour.c: Assume config.h.
42144         * lib/arctwo.c: Likewise.
42145         * lib/base64.c: Likewise.
42146         * lib/check-version.c: Likewise.
42147         * lib/crc.c: Likewise.
42148         * lib/des.c: Likewise.
42149         * lib/gc-gnulib.c: Likewise.
42150         * lib/gc-libgcrypt.c: Likewise.
42151         * lib/gc-pbkdf2-sha1.c: Likewise.
42152         * lib/getaddrinfo.c: Likewise.
42153         * lib/getdelim.c: Likewise.
42154         * lib/getline.c: Likewise.
42155         * lib/hmac-md5.c: Likewise.
42156         * lib/hmac-sha1.c: Likewise.
42157         * lib/iconvme.c: Likewise.
42158         * lib/md2.c: Likewise.
42159         * lib/md4.c: Likewise.
42160         * lib/memxor.c: Likewise.
42161         * lib/read-file.c: Likewise.
42162         * lib/readline.c: Likewise.
42163         * lib/rijndael-alg-fst.c: Likewise.
42164         * lib/rijndael-api-fst.c: Likewise.
42165         * lib/xgetdomainname.c: Likewise.
42166
42167 2006-10-28  Eric Blake  <ebb9@byu.net>
42168
42169         * lib/xstrndup.c: Assume config.h.
42170
42171 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42172
42173         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
42174         stat-macros.h is now for our own macros, whereas stat_h is for
42175         macros in the <sys/stat.h> name space.
42176         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
42177         (STAT_MACROS_H): Remove.
42178         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
42179         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
42180         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
42181         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
42182         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
42183         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
42184         Move these macros to ...
42185         * lib/stat_.h: here.  Don't include stat-macros.h.
42186         * lib/canonicalize.c: Don't include stat-macros.h.
42187         * lib/chown.c: Likewise.
42188         * lib/euidaccess.c: Likewise.
42189         * lib/file-type.c: Likewise.
42190         * lib/filemode.c: Likewise.
42191         * lib/glob.c: Likewise.
42192         * lib/isapipe.c: Likewise.
42193         * lib/lchown.c: Likewise.
42194         * lib/lstat.c: Likewise.
42195         * lib/mkdir-p.c: Likewise.
42196         * lib/rmdir.c: Likewise.
42197         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
42198         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
42199         unless mkdir isn't declared, to speed up 'configure'.
42200         Always create sys/stat.h, since it's unlikely any real sys/stat.h
42201         would define all the S_* symbols.
42202         * modules/canonicalize (Depends-on):
42203         Depend on sys_stat, not stat-macros.
42204         * modules/chown: Likewise.
42205         * modules/euidaccess: Likewise.
42206         * modules/filemode: Likewise.
42207         * modules/file-type: Likewise.
42208         * modules/glob: Likewise.
42209         * modules/isapipe: Likewise.
42210         * modules/lchown: Likewise.
42211         * modules/lstat: Likewise.
42212         * modules/mkancesdirs: Likewise.
42213         * modules/rmdir: Likewise.
42214         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
42215         * modules/modechange: Likewise.
42216         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
42217         (configure.ac): Remove gl_STAT_MACROS.
42218         * modules/sys_stat (Depends-on): Remove stat-macros.
42219
42220 2006-10-27  Bruno Haible  <bruno@clisp.org>
42221
42222         * m4/signed.m4: Remove file.
42223         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
42224         invocation.
42225         * modules/vasnprintf (Files): Remove m4/signed.m4.
42226
42227 2006-10-27  Bruno Haible  <bruno@clisp.org>
42228
42229         Update to GNU gettext 0.16.
42230         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
42231         m4/inttypes-h.m4, m4/signed.m4.
42232         * m4/gettext.m4: Update to GNU gettext 0.16.
42233         * m4/intl.m4: New file, from GNU gettext.
42234         * m4/intldir.m4: New file, from GNU gettext.
42235         * config/srclist.txt: Update
42236
42237 2006-10-27  Eric Blake  <ebb9@byu.net>
42238
42239         * MODULES.html.sh: Document tempname.
42240         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
42241         dependencies.
42242         (Files): Move lib/tempname.c...
42243         * modules/tempname: ...to this new module.
42244         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
42245         (gl_PREREQ_TEMPNAME): Move...
42246         * m4/tempname.m4: ...to this new file.
42247         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
42248         * modules/sys_stat (Depends-on): Add stat-macros.
42249         * lib/stat_.h (includes): Pick up stat macros.
42250         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
42251         if stat macros are broken.
42252         * lib/tempname.c (includes): No need to include "stat-macros.h".
42253         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
42254         (direxists, __path_search) [!_LIBC]: Don't compile these in
42255         gnulib; the tmpdir module covers that.
42256         * lib/tempname.h: New file.
42257
42258 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
42259
42260         * COPYING: Explain how gnulib-tool converts licence headers.
42261         Almost all wording by Eric Blake.
42262
42263 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
42264
42265         * lib/mbchar.h (is_basic_table): Make read-only.
42266         * lib/mbchar.c (is_basic_table): Likewise.
42267         Reported by John Darrington.
42268
42269 2006-10-25  Bruno Haible  <bruno@clisp.org>
42270
42271         * lib/progname.h (set_program_name): Undefine before defining.
42272
42273 2006-10-25  Bruno Haible  <bruno@clisp.org>
42274
42275         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42276         false for non-gcc C++ compilers.
42277         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42278
42279 2006-10-24  Bruno Haible  <bruno@clisp.org>
42280
42281         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42282         iconv implementations like Irix iconv.
42283
42284 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42285
42286         * modules/vararrays: New file.
42287         * m4/vararrays.m4: New file, taken from diffutils.
42288         * MODULES.html.sh: New module vararrays.
42289
42290 2006-10-24  Karl Berry  <karl@gnu.org>
42291
42292         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42293         Don't call GNU Unix.
42294
42295 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42296
42297         * users.txt: Add Libtool.
42298
42299         Sync from Libtool:
42300
42301         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42302
42303         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42304         to gnulib's policy of including config.h unconditionally.
42305
42306 2006-10-24  Bruno Haible  <bruno@clisp.org>
42307
42308         * modules/wcwidth (Files): Add m4/wint_t.m4.
42309         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42310         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42311
42312 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42313
42314         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42315         to pacify GCC with some -W flags enabled.  Problem reported by
42316         Bruno Haible.
42317
42318 2006-10-24  Jim Meyering  <jim@meyering.net>
42319
42320         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42321         Reported by Karl Berry.
42322
42323 2006-10-23  Bruno Haible  <bruno@clisp.org>
42324
42325         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42326
42327 2006-10-24  Bruno Haible  <bruno@clisp.org>
42328
42329         * lib/gl_list.h: Use C comment style, not C++ comment style.
42330
42331 2006-10-23  Eric Blake  <ebb9@byu.net>
42332
42333         * lib/getaddrinfo.c (includes): Add missing include.
42334
42335 2006-10-23  Bruno Haible  <bruno@clisp.org>
42336             Paul Eggert  <eggert@cs.ucla.edu>
42337
42338         Ability to rename obstack_free.
42339         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42340         obstack_free.
42341         (obstack_free): Invoke the __obstack_free macro.
42342         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42343
42344 2006-10-23  Bruno Haible  <bruno@clisp.org>
42345             Paul Eggert  <eggert@cs.ucla.edu>
42346
42347         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42348         __argc, __argv from the declaration. (They are defined as macros on
42349         mingw.)
42350
42351 2006-10-22  Bruno Haible  <bruno@clisp.org>
42352
42353         * doc/gnulib-intro.texi: New file.
42354         * doc/gnulib.texi: Include it.
42355
42356 2006-10-21  Bruno Haible  <bruno@clisp.org>
42357
42358         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42359         "Introduction", "Miscellanous Notes", "Particular Modules".
42360
42361 2006-10-21  Bruno Haible  <bruno@clisp.org>
42362
42363         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42364         Change mostlyclean-local rule to avoid sh syntax error from bash
42365         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42366
42367 2006-10-23  Jim Meyering  <jim@meyering.net>
42368
42369         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42370         in place of snprintf.
42371
42372         * modules/inttostr (Files): Add lib/uinttostr.c.
42373         * lib/uinttostr.c (inttostr): New file/function.
42374         * lib/inttostr.h (uinttostr): Declare.
42375         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42376         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42377         Add uinttostr.
42378         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42379
42380 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42381
42382         * lib/canonicalize.c (ELOOP): Define if not already defined.
42383         Problem reported by Bruno Haible in
42384         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42385
42386 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42387
42388         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42389         Problem reported by Perry Smith and Ville Laurikari.
42390
42391         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42392         uses.
42393
42394 2006-10-19  Bruno Haible  <bruno@clisp.org>
42395
42396         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42397         for mingw.
42398
42399 2006-10-19  Bruno Haible  <bruno@clisp.org>
42400
42401         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42402         Needed for mingw.
42403
42404 2006-10-19  Bruno Haible  <bruno@clisp.org>
42405
42406         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42407
42408 2006-10-19  Bruno Haible  <bruno@clisp.org>
42409
42410         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42411         it.
42412
42413 2006-10-19  Bruno Haible  <bruno@clisp.org>
42414
42415         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42416         invocation.
42417
42418 2006-10-19  Bruno Haible  <bruno@clisp.org>
42419
42420         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42421         mountlist by default.
42422
42423 2006-10-16  Bruno Haible  <bruno@clisp.org>
42424
42425         * lib/c-strstr.c: Include c-strstr.h.
42426
42427 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42428
42429         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42430         in a slash.
42431
42432 2006-10-18  Bruno Haible  <bruno@clisp.org>
42433
42434         * lib/lock.h [C++]: Wrap definitions in extern "C".
42435
42436 2006-10-18  Bruno Haible  <bruno@clisp.org>
42437
42438         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42439         gl_LIBOBJS list.
42440
42441 2006-10-18  Bruno Haible  <bruno@clisp.org>
42442
42443         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42444
42445 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42446
42447         * lib/xstrtol.h: Include gettext.h.
42448         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42449         Problem reported by Eric Blake.
42450         * modules/xstrtol (Depends-on): Add gettext-h.
42451
42452 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42453
42454         * lib/strftime.c (advance): New macro.
42455         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42456         incomplete type, so you can't add 0 to it.  Problem and patch
42457         reported by Eelco Dolstra for dietlibc.
42458
42459 2006-10-18  Jim Meyering  <jim@meyering.net>
42460
42461         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42462         type for a local, and rename it: s/up/user_proc/.
42463
42464 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42465
42466         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42467         READ_UTMP_USER_PROCESS.
42468         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42469
42470 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42471
42472         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42473         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42474
42475 2006-10-17  Eric Blake  <ebb9@byu.net>
42476
42477         * lib/sigprocmask.c (sigprocmask): Fix typo.
42478
42479         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42480
42481         * modules/clean-temp (Makefile.am): Don't add to make output...
42482         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42483         config.h.
42484
42485 2006-10-17  Bruno Haible  <bruno@clisp.org>
42486
42487         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42488         differently if DEFAULT_TEXT_DOMAIN is set.
42489
42490 2006-10-16  Bruno Haible  <bruno@clisp.org>
42491
42492         * lib/clean-temp.c: Include fwriteerror.h.
42493
42494 2006-10-16  Bruno Haible  <bruno@clisp.org>
42495
42496         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42497
42498 2006-10-16  Bruno Haible  <bruno@clisp.org>
42499
42500         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42501         * lib/sigprocmask.h: Include <sys/types.h>.
42502         (sigset_t): Use the system's definition if present.
42503
42504 2006-10-17  Eric Blake  <ebb9@byu.net>
42505
42506         * lib/xvasprintf.c (includes): Assume config.h.
42507         * lib/xasprintf.c (includes): Likewise.
42508
42509 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42510
42511         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42512         at least as wide as intmax_t.
42513
42514 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42515
42516         (Imported from Automake.)
42517         * build-aux/gnupload: Update to version 1.1 of directive file.
42518
42519 2006-10-16  Eric Blake  <ebb9@byu.net>
42520
42521         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42522         match Automake 1.10a.
42523
42524 2006-10-14  Bruno Haible  <bruno@clisp.org>
42525
42526         * modules/sigprocmask: New file.
42527         * lib/sigprocmask.h: New file.
42528         * lib/sigprocmask.c: New file.
42529         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42530         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42531         request sigprocmask.o.
42532         (gl_PREREQ_SIGPROCMASK): New macro.
42533         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42534         (Depends-on): Add sigprocmask.
42535         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42536         gt_SIGNALBLOCKING. Test for 'raise' only once.
42537         * lib/fatal-signal.c: Include sigprocmask.h.
42538         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42539         unblock_fatal_signals): Define always.
42540         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42541         sigprocmask.
42542
42543 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42544
42545         Sync from Automake.
42546         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42547         which incorrectly sets the mode of an existing destination
42548         directory.  In some cases the unpatched install-sh could do the
42549         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42550         system.  We hope this is rare in practice, but it's clearly worth
42551         fixing.  Problem reported by Alex Unleashed in
42552         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42553         Also, don't bother to check for -m bugs unless we're using -m;
42554         suggested by Stepan Kasal.
42555
42556 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42557
42558         Sync from Automake.
42559         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42560         `-c' flag, so they appear at the same position as in %FASTDEP%
42561         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42562         which ignores unknown options only after the first non-option.
42563         Bug report against M4 by Nelson H. F. Beebe.
42564
42565 2006-10-13  Jim Meyering  <jim@meyering.net>
42566
42567         Fix a bug in yesterday's change.
42568         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42569         p->fts_statp->st_dev would be used uninitialized.
42570         Ensures that we always call fts_stat on the very first entry.
42571         Miklos Szeredi reported that find -xdev stopped working.
42572
42573 2006-10-12  Bruno Haible  <bruno@clisp.org>
42574
42575         * gnulib-tool (func_get_automake_snippet): Append an automatically
42576         computed EXTRA_DIST augmentation.
42577         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42578         * modules/alloca-opt (Makefile.am): Likewise.
42579         * modules/allocsa (Makefile.am): Likewise.
42580         * modules/arcfour (Makefile.am): Likewise.
42581         * modules/arctwo (Makefile.am): Likewise.
42582         * modules/argmatch (Makefile.am): Likewise.
42583         * modules/argz (Makefile.am): Likewise.
42584         * modules/atexit (Makefile.am): Likewise.
42585         * modules/backupfile (Makefile.am): Likewise.
42586         * modules/byteswap (Makefile.am): Likewise.
42587         * modules/c-strtod (Makefile.am): Likewise.
42588         * modules/c-strtold (Makefile.am): Likewise.
42589         * modules/calloc (Makefile.am): Likewise.
42590         * modules/canon-host (Makefile.am): Likewise.
42591         * modules/canonicalize (Makefile.am): Likewise.
42592         * modules/chdir-long (Makefile.am): Likewise.
42593         * modules/chdir-safer (Makefile.am): Likewise.
42594         * modules/check-version (Makefile.am): Likewise.
42595         * modules/chown (Makefile.am): Likewise.
42596         * modules/cloexec (Makefile.am): Likewise.
42597         * modules/close-stream (Makefile.am): Likewise.
42598         * modules/closeout (Makefile.am): Likewise.
42599         * modules/crc (Makefile.am): Likewise.
42600         * modules/csharpexec (Makefile.am): Likewise.
42601         * modules/cycle-check (Makefile.am): Likewise.
42602         * modules/des (Makefile.am): Likewise.
42603         * modules/dev-ino (Makefile.am): Likewise.
42604         * modules/dirfd (Makefile.am): Likewise.
42605         * modules/dirname (Makefile.am): Likewise.
42606         * modules/dup2 (Makefile.am): Likewise.
42607         * modules/eealloc (Makefile.am): Likewise.
42608         * modules/error (Makefile.am): Likewise.
42609         * modules/euidaccess (Makefile.am): Likewise.
42610         * modules/exclude (Makefile.am): Likewise.
42611         * modules/exitfail (Makefile.am): Likewise.
42612         * modules/fcntl-safer (Makefile.am): Likewise.
42613         * modules/fcntl (Makefile.am): Likewise.
42614         * modules/file-type (Makefile.am): Likewise.
42615         * modules/fileblocks (Makefile.am): Likewise.
42616         * modules/filemode (Makefile.am): Likewise.
42617         * modules/filenamecat (Makefile.am): Likewise.
42618         * modules/fnmatch (Makefile.am): Likewise.
42619         * modules/fopen-safer (Makefile.am): Likewise.
42620         * modules/fpending (Makefile.am): Likewise.
42621         * modules/fprintftime (Makefile.am): Likewise.
42622         * modules/free (Makefile.am): Likewise.
42623         * modules/fsusage (Makefile.am): Likewise.
42624         * modules/ftruncate (Makefile.am): Likewise.
42625         * modules/fts (Makefile.am): Likewise.
42626         * modules/gc-arcfour (Makefile.am): Likewise.
42627         * modules/gc-des (Makefile.am): Likewise.
42628         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42629         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42630         * modules/gc-md4 (Makefile.am): Likewise.
42631         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42632         * modules/gc-sha1 (Makefile.am): Likewise.
42633         * modules/gc (Makefile.am): Likewise.
42634         * modules/getaddrinfo (Makefile.am): Likewise.
42635         * modules/getcwd (Makefile.am): Likewise.
42636         * modules/getdelim (Makefile.am): Likewise.
42637         * modules/getdomainname (Makefile.am): Likewise.
42638         * modules/getgroups (Makefile.am): Likewise.
42639         * modules/gethostname (Makefile.am): Likewise.
42640         * modules/gethrxtime (Makefile.am): Likewise.
42641         * modules/getline (Makefile.am): Likewise.
42642         * modules/getloadavg (Makefile.am): Likewise.
42643         * modules/getlogin_r (Makefile.am): Likewise.
42644         * modules/getndelim2 (Makefile.am): Likewise.
42645         * modules/getopt (Makefile.am): Likewise.
42646         * modules/getpagesize (Makefile.am): Likewise.
42647         * modules/getpass-gnu (Makefile.am): Likewise.
42648         * modules/getpass (Makefile.am): Likewise.
42649         * modules/getsubopt (Makefile.am): Likewise.
42650         * modules/gettime (Makefile.am): Likewise.
42651         * modules/gettimeofday (Makefile.am): Likewise.
42652         * modules/getugroups (Makefile.am): Likewise.
42653         * modules/getusershell (Makefile.am): Likewise.
42654         * modules/glob (Makefile.am): Likewise.
42655         * modules/group-member (Makefile.am): Likewise.
42656         * modules/hard-locale (Makefile.am): Likewise.
42657         * modules/hash (Makefile.am): Likewise.
42658         * modules/hmac-md5 (Makefile.am): Likewise.
42659         * modules/hmac-sha1 (Makefile.am): Likewise.
42660         * modules/human (Makefile.am): Likewise.
42661         * modules/idcache (Makefile.am): Likewise.
42662         * modules/imaxabs (Makefile.am): Likewise.
42663         * modules/imaxdiv (Makefile.am): Likewise.
42664         * modules/inet_ntop (Makefile.am): Likewise.
42665         * modules/inet_pton (Makefile.am): Likewise.
42666         * modules/intprops (Makefile.am): Likewise.
42667         * modules/inttostr (Makefile.am): Likewise.
42668         * modules/inttypes (Makefile.am): Likewise.
42669         * modules/isapipe (Makefile.am): Likewise.
42670         * modules/javaversion (Makefile.am): Likewise.
42671         * modules/lchmod (Makefile.am): Likewise.
42672         * modules/lchown (Makefile.am): Likewise.
42673         * modules/localcharset (Makefile.am): Likewise.
42674         * modules/long-options (Makefile.am): Likewise.
42675         * modules/lstat (Makefile.am): Likewise.
42676         * modules/malloc (Makefile.am): Likewise.
42677         * modules/mathl (Makefile.am): Likewise.
42678         * modules/mbchar (Makefile.am): Likewise.
42679         * modules/md2 (Makefile.am): Likewise.
42680         * modules/md4 (Makefile.am): Likewise.
42681         * modules/md5 (Makefile.am): Likewise.
42682         * modules/memcasecmp (Makefile.am): Likewise.
42683         * modules/memchr (Makefile.am): Likewise.
42684         * modules/memcmp (Makefile.am): Likewise.
42685         * modules/memcoll (Makefile.am): Likewise.
42686         * modules/memcpy (Makefile.am): Likewise.
42687         * modules/memmem (Makefile.am): Likewise.
42688         * modules/memmove (Makefile.am): Likewise.
42689         * modules/mempcpy (Makefile.am): Likewise.
42690         * modules/memrchr (Makefile.am): Likewise.
42691         * modules/memset (Makefile.am): Likewise.
42692         * modules/memxor (Makefile.am): Likewise.
42693         * modules/mkancesdirs (Makefile.am): Likewise.
42694         * modules/mkdir-p (Makefile.am): Likewise.
42695         * modules/mkdir (Makefile.am): Likewise.
42696         * modules/mkdtemp (Makefile.am): Likewise.
42697         * modules/mkstemp (Makefile.am): Likewise.
42698         * modules/mktime (Makefile.am): Likewise.
42699         * modules/modechange (Makefile.am): Likewise.
42700         * modules/mountlist (Makefile.am): Likewise.
42701         * modules/nanosleep (Makefile.am): Likewise.
42702         * modules/obstack (Makefile.am): Likewise.
42703         * modules/openat (Makefile.am): Likewise.
42704         * modules/pagealign_alloc (Makefile.am): Likewise.
42705         * modules/pathmax (Makefile.am): Likewise.
42706         * modules/physmem (Makefile.am): Likewise.
42707         * modules/poll (Makefile.am): Likewise.
42708         * modules/posixtm (Makefile.am): Likewise.
42709         * modules/posixver (Makefile.am): Likewise.
42710         * modules/putenv (Makefile.am): Likewise.
42711         * modules/quote (Makefile.am): Likewise.
42712         * modules/quotearg (Makefile.am): Likewise.
42713         * modules/raise (Makefile.am): Likewise.
42714         * modules/read-file (Makefile.am): Likewise.
42715         * modules/readline (Makefile.am): Likewise.
42716         * modules/readlink (Makefile.am): Likewise.
42717         * modules/readtokens (Makefile.am): Likewise.
42718         * modules/readutmp (Makefile.am): Likewise.
42719         * modules/realloc (Makefile.am): Likewise.
42720         * modules/regex (Makefile.am): Likewise.
42721         * modules/rename-dest-slash (Makefile.am): Likewise.
42722         * modules/rename (Makefile.am): Likewise.
42723         * modules/rijndael (Makefile.am): Likewise.
42724         * modules/rmdir (Makefile.am): Likewise.
42725         * modules/rpmatch (Makefile.am): Likewise.
42726         * modules/safe-read (Makefile.am): Likewise.
42727         * modules/safe-write (Makefile.am): Likewise.
42728         * modules/same-inode (Makefile.am): Likewise.
42729         * modules/same (Makefile.am): Likewise.
42730         * modules/save-cwd (Makefile.am): Likewise.
42731         * modules/savedir (Makefile.am): Likewise.
42732         * modules/setenv (Makefile.am): Likewise.
42733         * modules/settime (Makefile.am): Likewise.
42734         * modules/sha1 (Makefile.am): Likewise.
42735         * modules/sig2str (Makefile.am): Likewise.
42736         * modules/snprintf (Makefile.am): Likewise.
42737         * modules/stat-macros (Makefile.am): Likewise.
42738         * modules/stat-time (Makefile.am): Likewise.
42739         * modules/stdbool (Makefile.am): Likewise.
42740         * modules/stdint (Makefile.am): Likewise.
42741         * modules/stdlib-safer (Makefile.am): Likewise.
42742         * modules/stpcpy (Makefile.am): Likewise.
42743         * modules/stpncpy (Makefile.am): Likewise.
42744         * modules/strcase (Makefile.am): Likewise.
42745         * modules/strcasestr (Makefile.am): Likewise.
42746         * modules/strchrnul (Makefile.am): Likewise.
42747         * modules/strcspn (Makefile.am): Likewise.
42748         * modules/strdup (Makefile.am): Likewise.
42749         * modules/strerror (Makefile.am): Likewise.
42750         * modules/strftime (Makefile.am): Likewise.
42751         * modules/strndup (Makefile.am): Likewise.
42752         * modules/strnlen (Makefile.am): Likewise.
42753         * modules/strpbrk (Makefile.am): Likewise.
42754         * modules/strsep (Makefile.am): Likewise.
42755         * modules/strstr (Makefile.am): Likewise.
42756         * modules/strtod (Makefile.am): Likewise.
42757         * modules/strtoimax (Makefile.am): Likewise.
42758         * modules/strtok_r (Makefile.am): Likewise.
42759         * modules/strtol (Makefile.am): Likewise.
42760         * modules/strtoll (Makefile.am): Likewise.
42761         * modules/strtoul (Makefile.am): Likewise.
42762         * modules/strtoull (Makefile.am): Likewise.
42763         * modules/strtoumax (Makefile.am): Likewise.
42764         * modules/strverscmp (Makefile.am): Likewise.
42765         * modules/sys_socket (Makefile.am): Likewise.
42766         * modules/sys_stat (Makefile.am): Likewise.
42767         * modules/sysexits (Makefile.am): Likewise.
42768         * modules/time_r (Makefile.am): Likewise.
42769         * modules/timegm (Makefile.am): Likewise.
42770         * modules/timespec (Makefile.am): Likewise.
42771         * modules/tmpfile-safer (Makefile.am): Likewise.
42772         * modules/trim (Makefile.am): Likewise.
42773         * modules/unistd-safer (Makefile.am): Likewise.
42774         * modules/unlinkdir (Makefile.am): Likewise.
42775         * modules/unlocked-io (Makefile.am): Likewise.
42776         * modules/userspec (Makefile.am): Likewise.
42777         * modules/utime (Makefile.am): Likewise.
42778         * modules/utimecmp (Makefile.am): Likewise.
42779         * modules/utimens (Makefile.am): Likewise.
42780         * modules/vasnprintf (Makefile.am): Likewise.
42781         * modules/vasprintf (Makefile.am): Likewise.
42782         * modules/vsnprintf (Makefile.am): Likewise.
42783         * modules/xalloc (Makefile.am): Likewise.
42784         * modules/xgetcwd (Makefile.am): Likewise.
42785         * modules/xnanosleep (Makefile.am): Likewise.
42786         * modules/xreadlink (Makefile.am): Likewise.
42787         * modules/xstrtod (Makefile.am): Likewise.
42788         * modules/xstrtol (Makefile.am): Likewise.
42789         * modules/xstrtold (Makefile.am): Likewise.
42790         * modules/yesno (Makefile.am): Likewise.
42791         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42792
42793 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42794
42795         * modules/error (Makefile.am): Distribute files through
42796         EXTRA_DIST, not lib_SOURCES.
42797
42798 2006-10-12  Eric Blake  <ebb9@byu.net>
42799
42800         * modules/error (Makefile.am): Distribute files in /lib.
42801         * modules/obstack (Makefile.am): Likewise.
42802
42803 2006-10-12  Bruno Haible  <bruno@clisp.org>
42804
42805         * modules/acl (Makefile.am): Distribute all files in lib/ through
42806         EXTRA_DIST.
42807         * modules/arcfour (Makefile.am): Likewise.
42808         * modules/arctwo (Makefile.am): Likewise.
42809         * modules/argmatch (Makefile.am): Likewise.
42810         * modules/argz (Makefile.am): Likewise.
42811         * modules/atexit (Makefile.am): Likewise.
42812         * modules/backupfile (Makefile.am): Likewise.
42813         * modules/c-strtod (Makefile.am): Likewise.
42814         * modules/c-strtold (Makefile.am): Likewise.
42815         * modules/calloc (Makefile.am): Likewise.
42816         * modules/canon-host (Makefile.am): Likewise.
42817         * modules/canonicalize (Makefile.am): Likewise.
42818         * modules/chdir-long (Makefile.am): Likewise.
42819         * modules/chdir-safer (Makefile.am): Likewise.
42820         * modules/check-version (Makefile.am): Likewise.
42821         * modules/chown (Makefile.am): Likewise.
42822         * modules/cloexec (Makefile.am): Likewise.
42823         * modules/close-stream (Makefile.am): Likewise.
42824         * modules/closeout (Makefile.am): Likewise.
42825         * modules/crc (Makefile.am): Likewise.
42826         * modules/cycle-check (Makefile.am): Likewise.
42827         * modules/des (Makefile.am): Likewise.
42828         * modules/dirfd (Makefile.am): Likewise.
42829         * modules/dirname (Makefile.am): Likewise.
42830         * modules/dup2 (Makefile.am): Likewise.
42831         * modules/euidaccess (Makefile.am): Likewise.
42832         * modules/exclude (Makefile.am): Likewise.
42833         * modules/exitfail (Makefile.am): Likewise.
42834         * modules/fcntl-safer (Makefile.am): Likewise.
42835         * modules/file-type (Makefile.am): Likewise.
42836         * modules/fileblocks (Makefile.am): Likewise.
42837         * modules/filemode (Makefile.am): Likewise.
42838         * modules/filenamecat (Makefile.am): Likewise.
42839         * modules/fnmatch (Makefile.am): Likewise.
42840         * modules/fopen-safer (Makefile.am): Likewise.
42841         * modules/fpending (Makefile.am): Likewise.
42842         * modules/fprintftime (Makefile.am): Likewise.
42843         * modules/free (Makefile.am): Likewise.
42844         * modules/fsusage (Makefile.am): Likewise.
42845         * modules/ftruncate (Makefile.am): Likewise.
42846         * modules/fts (Makefile.am): Likewise.
42847         * modules/gc (Makefile.am): Likewise.
42848         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42849         * modules/getaddrinfo (Makefile.am): Likewise.
42850         * modules/getcwd (Makefile.am): Likewise.
42851         * modules/getdelim (Makefile.am): Likewise.
42852         * modules/getdomainname (Makefile.am): Likewise.
42853         * modules/getgroups (Makefile.am): Likewise.
42854         * modules/gethostname (Makefile.am): Likewise.
42855         * modules/gethrxtime (Makefile.am): Likewise.
42856         * modules/getline (Makefile.am): Likewise.
42857         * modules/getloadavg (Makefile.am): Likewise.
42858         * modules/getlogin_r (Makefile.am): Likewise.
42859         * modules/getopt (Makefile.am): Likewise.
42860         * modules/getpass (Makefile.am): Likewise.
42861         * modules/getpass-gnu (Makefile.am): Likewise.
42862         * modules/getsubopt (Makefile.am): Likewise.
42863         * modules/gettime (Makefile.am): Likewise.
42864         * modules/gettimeofday (Makefile.am): Likewise.
42865         * modules/getugroups (Makefile.am): Likewise.
42866         * modules/getusershell (Makefile.am): Likewise.
42867         * modules/glob (Makefile.am): Likewise.
42868         * modules/group-member (Makefile.am): Likewise.
42869         * modules/hard-locale (Makefile.am): Likewise.
42870         * modules/hash (Makefile.am): Likewise.
42871         * modules/hmac-md5 (Makefile.am): Likewise.
42872         * modules/hmac-sha1 (Makefile.am): Likewise.
42873         * modules/human (Makefile.am): Likewise.
42874         * modules/idcache (Makefile.am): Likewise.
42875         * modules/imaxabs (Makefile.am): Likewise.
42876         * modules/imaxdiv (Makefile.am): Likewise.
42877         * modules/inet_ntop (Makefile.am): Likewise.
42878         * modules/inet_pton (Makefile.am): Likewise.
42879         * modules/inttostr (Makefile.am): Likewise.
42880         * modules/isapipe (Makefile.am): Likewise.
42881         * modules/lchown (Makefile.am): Likewise.
42882         * modules/long-options (Makefile.am): Likewise.
42883         * modules/lstat (Makefile.am): Likewise.
42884         * modules/malloc (Makefile.am): Likewise.
42885         * modules/mathl (Makefile.am): Likewise.
42886         * modules/mbchar (Makefile.am): Likewise.
42887         * modules/md2 (Makefile.am): Likewise.
42888         * modules/md4 (Makefile.am): Likewise.
42889         * modules/md5 (Makefile.am): Likewise.
42890         * modules/memcasecmp (Makefile.am): Likewise.
42891         * modules/memchr (Makefile.am): Likewise.
42892         * modules/memcmp (Makefile.am): Likewise.
42893         * modules/memcoll (Makefile.am): Likewise.
42894         * modules/memcpy (Makefile.am): Likewise.
42895         * modules/memmem (Makefile.am): Likewise.
42896         * modules/memmove (Makefile.am): Likewise.
42897         * modules/mempcpy (Makefile.am): Likewise.
42898         * modules/memrchr (Makefile.am): Likewise.
42899         * modules/memset (Makefile.am): Likewise.
42900         * modules/memxor (Makefile.am): Likewise.
42901         * modules/mkancesdirs (Makefile.am): Likewise.
42902         * modules/mkdir (Makefile.am): Likewise.
42903         * modules/mkdir-p (Makefile.am): Likewise.
42904         * modules/mkdtemp (Makefile.am): Likewise.
42905         * modules/mkstemp (Makefile.am): Likewise.
42906         * modules/mktime (Makefile.am): Likewise.
42907         * modules/modechange (Makefile.am): Likewise.
42908         * modules/mountlist (Makefile.am): Likewise.
42909         * modules/nanosleep (Makefile.am): Likewise.
42910         * modules/openat (Makefile.am): Likewise.
42911         * modules/pagealign_alloc (Makefile.am): Likewise.
42912         * modules/physmem (Makefile.am): Likewise.
42913         * modules/poll (Makefile.am): Likewise.
42914         * modules/posixtm (Makefile.am): Likewise.
42915         * modules/posixver (Makefile.am): Likewise.
42916         * modules/putenv (Makefile.am): Likewise.
42917         * modules/quote (Makefile.am): Likewise.
42918         * modules/quotearg (Makefile.am): Likewise.
42919         * modules/raise (Makefile.am): Likewise.
42920         * modules/read-file (Makefile.am): Likewise.
42921         * modules/readline (Makefile.am): Likewise.
42922         * modules/readlink (Makefile.am): Likewise.
42923         * modules/readtokens (Makefile.am): Likewise.
42924         * modules/readutmp (Makefile.am): Likewise.
42925         * modules/realloc (Makefile.am): Likewise.
42926         * modules/regex (Makefile.am): Likewise.
42927         * modules/rename (Makefile.am): Likewise.
42928         * modules/rename-dest-slash (Makefile.am): Likewise.
42929         * modules/rijndael (Makefile.am): Likewise.
42930         * modules/rmdir (Makefile.am): Likewise.
42931         * modules/rpmatch (Makefile.am): Likewise.
42932         * modules/safe-read (Makefile.am): Likewise.
42933         * modules/safe-write (Makefile.am): Likewise.
42934         * modules/same (Makefile.am): Likewise.
42935         * modules/save-cwd (Makefile.am): Likewise.
42936         * modules/savedir (Makefile.am): Likewise.
42937         * modules/setenv (Makefile.am): Likewise.
42938         * modules/settime (Makefile.am): Likewise.
42939         * modules/sha1 (Makefile.am): Likewise.
42940         * modules/sig2str (Makefile.am): Likewise.
42941         * modules/snprintf (Makefile.am): Likewise.
42942         * modules/stdlib-safer (Makefile.am): Likewise.
42943         * modules/stpcpy (Makefile.am): Likewise.
42944         * modules/stpncpy (Makefile.am): Likewise.
42945         * modules/strcase (Makefile.am): Likewise.
42946         * modules/strcasestr (Makefile.am): Likewise.
42947         * modules/strchrnul (Makefile.am): Likewise.
42948         * modules/strcspn (Makefile.am): Likewise.
42949         * modules/strdup (Makefile.am): Likewise.
42950         * modules/strerror (Makefile.am): Likewise.
42951         * modules/strftime (Makefile.am): Likewise.
42952         * modules/strndup (Makefile.am): Likewise.
42953         * modules/strnlen (Makefile.am): Likewise.
42954         * modules/strpbrk (Makefile.am): Likewise.
42955         * modules/strsep (Makefile.am): Likewise.
42956         * modules/strstr (Makefile.am): Likewise.
42957         * modules/strtod (Makefile.am): Likewise.
42958         * modules/strtoimax (Makefile.am): Likewise.
42959         * modules/strtok_r (Makefile.am): Likewise.
42960         * modules/strtol (Makefile.am): Likewise.
42961         * modules/strtoll (Makefile.am): Likewise.
42962         * modules/strtoul (Makefile.am): Likewise.
42963         * modules/strtoull (Makefile.am): Likewise.
42964         * modules/strtoumax (Makefile.am): Likewise.
42965         * modules/strverscmp (Makefile.am): Likewise.
42966         * modules/time_r (Makefile.am): Likewise.
42967         * modules/timegm (Makefile.am): Likewise.
42968         * modules/tmpfile-safer (Makefile.am): Likewise.
42969         * modules/unistd-safer (Makefile.am): Likewise.
42970         * modules/unlinkdir (Makefile.am): Likewise.
42971         * modules/userspec (Makefile.am): Likewise.
42972         * modules/utime (Makefile.am): Likewise.
42973         * modules/utimecmp (Makefile.am): Likewise.
42974         * modules/utimens (Makefile.am): Likewise.
42975         * modules/vasnprintf (Makefile.am): Likewise.
42976         * modules/vasprintf (Makefile.am): Likewise.
42977         * modules/vsnprintf (Makefile.am): Likewise.
42978         * modules/xalloc (Makefile.am): Likewise.
42979         * modules/xgetcwd (Makefile.am): Likewise.
42980         * modules/xnanosleep (Makefile.am): Likewise.
42981         * modules/xreadlink (Makefile.am): Likewise.
42982         * modules/xstrtod (Makefile.am): Likewise.
42983         * modules/xstrtol (Makefile.am): Likewise.
42984         * modules/xstrtold (Makefile.am): Likewise.
42985         * modules/yesno (Makefile.am): Likewise.
42986
42987 2006-10-12  Jim Meyering  <jim@meyering.net>
42988
42989         * m4/getloadavg.m4: Revert the change below.
42990
42991         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42992         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42993         fail with a symlink, which is what coreutils' ./bootstrap now
42994         creates by default.
42995
42996 2006-10-12  Bruno Haible  <bruno@clisp.org>
42997
42998         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42999         mingw.
43000         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43001         MSVC and mingw explicitly.
43002
43003 2006-10-11  Simon Josefsson  <jas@extundo.com>
43004             Bruno Haible  <bruno@clisp.org>
43005
43006         Add support for multiple gnulib-tool invocations in the scope of a
43007         single configure.ac file.
43008         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43009         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43010         with the same contents as the _LIBADD variable.
43011         (func_emit_initmacro_start, func_emit_initmacro_end,
43012         func_emit_initmacro_done): New functions.
43013         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43014         gl_LIBOBJS and gl_LTLIBOBJS.
43015
43016 2006-10-11  Bruno Haible  <bruno@clisp.org>
43017
43018         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43019         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43020         autoreconf. Instead, invoke autopoint explicitly but move back the
43021         *.m4 files from gnulib.
43022
43023 2006-10-11  Bruno Haible  <bruno@clisp.org>
43024
43025         * gnulib-tool (func_usage): Make module names after --create-testdir
43026         optional.
43027         (func_create_testdir): If no module was specified, use nearly all
43028         modules.
43029
43030 2006-10-12  Jim Meyering  <jim@meyering.net>
43031
43032         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43033         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43034         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43035         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43036         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43037         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43038         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43039         (fts_set_stat_required): New function.
43040         (fts_open): Defer the calls to fts_stat, if possible or requested.
43041         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43042         into fts_stat itself.
43043         (fts_read): Perform any required (deferred) fts_stat call.
43044         (fts_build): Likewise, for the directory we're about to open and read.
43045         In the readdir loop, carefully decide whether each entry will require
43046         an eventual call to fts_stat, using dirent.d_type info if available.
43047         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43048         a command line argument into this function.  Update all callers.
43049         Map a return value of FTS_DOT to FTS_D for a command line argument.
43050         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43051         Thanks to Miklos Szeredi for his tenacity and for the initial
43052         bug report about "find" failing on a FUSE-based file system.
43053
43054         * lib/fts.c (fts_open): Use consistent indentation.
43055
43056 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43057
43058         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43059         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43060         reported by Jim Meyering.  All uses of cache variables renamed
43061         to match Autoconf's.
43062         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43063         the other one.
43064
43065         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43066         Fix misspelling in diagnostic.
43067
43068 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43069
43070         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43071         defined.  Problem reported by Matthew Woehlke.
43072
43073         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43074         Add support for Tandem NonStop R series.
43075         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43076         Use new macro.
43077
43078         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43079         (has_trailing_slash): Omit size arg; all callers changed.
43080         Omit 'inline', since it doesn't help performance and we'd
43081         need to configure it.
43082         Don't count //, ///, etc. as having a trailing slash.
43083         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43084         (rpl_rename_dest_slash): On failure, use rename's errno rather
43085         than (in some cases) an incorrect or junk errno.
43086         Simplify code by removing need to compute length; this does
43087         cause it to make two passes instead of one over the file name,
43088         but it's worth it.
43089
43090         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43091         change, since Autoconf's version may no longer be appropriate now
43092         that we are using CVS Autoconf's version.  Add support for Tandem.
43093
43094 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43095             Bruno Haible  <bruno@clisp.org>
43096
43097         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43098         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43099         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43100         gl_AC_TYPE_LONG_LONG.
43101
43102         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43103         instead of HAVE_LONG_LONG.
43104         * lib/printf-args.c (printf_fetchargs): Likewise.
43105         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43106         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43107         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43108         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43109         gl_AC_TYPE_LONG_LONG.
43110
43111 2006-10-11  Bruno Haible  <bruno@clisp.org>
43112
43113         * m4/longlong.m4: Add comments.
43114         * m4/ulonglong.m4: Likewise.
43115
43116 2006-10-10  Bruno Haible  <bruno@clisp.org>
43117
43118         Make it possible to #define stpcpy, strdup to aliases.
43119         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43120         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43121
43122 2006-10-10  Bruno Haible  <bruno@clisp.org>
43123
43124         Make it possible to #define gcd to an alias.
43125         * lib/gcd.c: Include config.h.
43126
43127 2006-10-10  Bruno Haible  <bruno@clisp.org>
43128
43129         Make it possible to #define c_isascii to an alias.
43130         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
43131         defined. Undefine the macros before defining them, to avoid gcc
43132         warnings.
43133         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
43134         define NO_C_CTYPE_MACROS early.
43135
43136 2006-10-10  Bruno Haible  <bruno@clisp.org>
43137
43138         Make it possible to #define set_program_name to an alias.
43139         * lib/progname.c: Don't undefine set_program_name; instead, undefine
43140         ENABLE_RELOCATABLE early.
43141
43142 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43143
43144         Port to Tandem NSK OSS, which has 64-bit signed int but at most
43145         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
43146         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
43147         More generally, don't assume that 64-bit signed int is available
43148         if unsigned int is, and vice versa.
43149         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
43150         unsigned symbols, not on their signed counterparts.
43151         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
43152         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
43153         (UINT64_C, UINTMAX_C):
43154         Likewise.
43155         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
43156         unsigned counterparts.
43157         (Have_long_long, Unsigned): New macros.
43158         (Int): Renamed from INT.
43159         (strtoimax): Use the new macros.
43160         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
43161         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
43162         * modules/inttypes (inttypes.h): Substitute
43163         HAVE_UNSIGNED_LONG_LONG_INT.
43164         * modules/stdint (stdint.h): Likewise.
43165         (Files): Add m4/ulonglong.m4.
43166
43167 2006-10-10  Bruno Haible  <bruno@clisp.org>
43168
43169         Fix a gcc -Wshadow warning.
43170         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
43171         to 'bucket'.
43172         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
43173         gl_linked_indexof_from_to): Likewise.
43174         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
43175         Likewise.
43176         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
43177         Likewise.
43178         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
43179         Reported by Eric Blake.
43180
43181 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
43182
43183         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
43184         for NetBSD.  Problem reported by Bruno Haible.
43185
43186 2006-10-09  Jim Meyering  <jim@meyering.net>
43187
43188         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
43189         Patch from Bruno Haible.
43190
43191 2006-10-09  Jim Meyering  <jim@meyering.net>
43192
43193         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
43194         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
43195         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
43196
43197 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
43198
43199         Don't include <config.h> twice; this doesn't work in some cases,
43200         e.g., when config.h has "#define intmax_t long long int" and
43201         we include <config.h>, <inttypes.h>, <config.h> in that order.
43202         Problem reported by Matthew Woehlke in:
43203         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
43204         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
43205         * lib/fts-cycle.c: Don't include config.h.
43206         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
43207         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
43208         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
43209         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
43210         inttypes.h.
43211         * lib/xstrtoumax.c: Likewise.
43212         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
43213         __strtol and the like, so that this module is more like its siblings.
43214         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
43215         Remove; no longer needed now that we assume gnulib inttypes.h.
43216
43217 2006-10-08  Bruno Haible  <bruno@clisp.org>
43218
43219         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
43220         option.
43221
43222 2006-10-07  Jim Meyering  <jim@meyering.net>
43223
43224         * modules/inttypes (inttypes.h): Revert what seems to have been
43225         an inadvertent part of today's change: use "|", not "/" in the
43226         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
43227
43228 2006-10-07  Bruno Haible  <bruno@clisp.org>
43229
43230         * modules/sublist: New file.
43231
43232 2006-10-07  Bruno Haible  <bruno@clisp.org>
43233
43234         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
43235         * modules/argz (argz.h): Likewise.
43236         * modules/arpa_inet (arpa/inet.h): Likewise.
43237         * modules/byteswap (byteswap.h): Likewise.
43238         * modules/configmake (configmake.h): Likewise.
43239         * modules/fcntl (fcntl.h): Likewise.
43240         * modules/fnmatch (fnmatch.h): Likewise.
43241         * modules/getopt (getopt.h): Likewise.
43242         * modules/glob (glob.h): Likewise.
43243         * modules/inttypes (inttypes.h): Likewise.
43244         * modules/netinet_in (netinet/in.h): Likewise.
43245         * modules/poll (poll.h): Likewise.
43246         * modules/stdbool (stdbool.h): Likewise.
43247         * modules/stdint (stdint.h): Likewise.
43248         * modules/sys_select (sys/select.h): Likewise.
43249         * modules/sys_socket (sys/socket.h): Likewise.
43250         * modules/sys_stat (sys/stat.h): Likewise.
43251         * modules/sysexits (sysexits.h): Likewise.
43252         * modules/unistd (unistd.h): Likewise.
43253         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43254         Add a "DO NOT EDIT" comment to the generated file.
43255         (func_import): Likewise for gnulib-comp.m4.
43256
43257 2006-10-07  Bruno Haible  <bruno@clisp.org>
43258
43259         * lib/gl_sublist.h: New file.
43260         * lib/gl_sublist.c: New file.
43261
43262 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43263
43264         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
43265         name (relative to the original working directory) and the file
43266         name component (relative to the temporary working directory).  All
43267         callers changed.
43268         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
43269         * lib/mkdir-p.c (make_dir_parents): Likewise.
43270         * lib/mkdir-p.h (make_dir_parents): Likewise.
43271
43272 2006-10-06  Eric Blake  <ebb9@byu.net>
43273
43274         Define several macros for use by the clean-temp module.
43275         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43276         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43277         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43278
43279         * lib/clean-temp.h (close_stream_temp): New declaration.
43280         * lib/clean-temp.c (includes): Pull in headers according to what
43281         other modules are in use.
43282         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43283
43284 2006-10-06  Bruno Haible  <bruno@clisp.org>
43285
43286         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43287         instead of fopen, fwriteerror.
43288
43289 2006-10-06  Bruno Haible  <bruno@clisp.org>
43290
43291         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43292         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43293         int.
43294         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43295         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43296         Return an error indicator.
43297         Suggested by Eric Blake.
43298
43299 2006-10-06  Bruno Haible  <bruno@clisp.org>
43300
43301         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43302         Reported by Eric Blake.
43303
43304 2006-10-06  Bruno Haible  <bruno@clisp.org>
43305
43306         * modules/closeout (Description): Mention stderr too.
43307
43308 2006-10-06  Bruno Haible  <bruno@clisp.org>
43309         and Paul Eggert  <eggert@cs.ucla.edu>
43310
43311         * lib/closeout.c (close_stdout): Also close stderr.
43312         * lib/closeout.h: Update comment.
43313
43314 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43315
43316         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43317         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43318         * lib/dirchownmod.c: Include lchown.h.
43319         * lib/lchown.c: Don't include files that lchown.h now includes.
43320         Don't declare chown, since lchown.h now does that.
43321         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43322         (lchown): Define to rpl_chown if lchown is declared but
43323         does not exist.  Declare using a prototype if lchown is not
43324         declared.  Add a copyright notice.
43325         * lib/mkstemp.h: Include <unistd.h>.
43326         * lib/openat.c: Include lchown.h.
43327
43328         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43329         we now test for that separately.
43330         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43331         rather than O_NOFOLLOW, when testing whether it's possible to
43332         avoid a race condition reliably.
43333         * lib/savewd.c (savewd_chdir): Likewise.
43334
43335         Remove macros that are no longer needed now that stdint.h is
43336         reliable.
43337         * lib/fsusage.c (UINTMAX_MAX): Remove.
43338         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43339         * lib/utimecmp.c (SIZE_MAX): Remove.
43340
43341         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43342
43343         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43344         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43345         O_NOATIME works.
43346
43347 2006-10-05  Bruno Haible  <bruno@clisp.org>
43348
43349         * lib/gl_list.h (gl_sortedlist_search_from_to,
43350         gl_sortedlist_indexof_from_to): New declarations.
43351         (gl_list_implementation): New fields sortedlist_search_from_to,
43352         sortedlist_indexof_from_to.
43353         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43354         inline functions.
43355         * lib/gl_list.c (gl_sortedlist_search_from_to,
43356         gl_sortedlist_indexof_from_to): New functions.
43357         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43358         function.
43359         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43360         (gl_array_sortedlist_search_from_to): New function.
43361         (gl_array_list_implementation): Update.
43362         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43363         function.
43364         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43365         (gl_carray_sortedlist_search_from_to): New function.
43366         (gl_carray_list_implementation): Update.
43367         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43368         gl_linked_sortedlist_indexof_from_to): New functions.
43369         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43370         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43371         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43372         gl_tree_sortedlist_indexof_from_to): New functions.
43373         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43374         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43375         Update.
43376         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43377         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43378         Update.
43379
43380 2006-10-05  Bruno Haible  <bruno@clisp.org>
43381
43382         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43383         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43384         (struct gl_list_implementation): Add fields search_from_to,
43385         indexof_from_to. Remove fields search, indexof.
43386         (gl_list_search): Use the search_from_to method.
43387         (gl_list_search_from, gl_list_search_from_to): New functions.
43388         (gl_list_indexof): Use the indexof_from_to method.
43389         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43390         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43391         (gl_list_search_from, gl_list_search_from_to): New functions.
43392         (gl_list_indexof): Use the indexof_from_to method.
43393         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43394         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43395         gl_array_indexof. Add start_index, end_index arguments.
43396         (gl_array_search_from_to): Renamed from gl_array_search. Add
43397         start_index, end_index arguments.
43398         (gl_array_remove, gl_array_list_implementation): Update.
43399         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43400         gl_carray_indexof. Add start_index, end_index arguments.
43401         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43402         start_index, end_index arguments.
43403         (gl_carray_remove, gl_carray_list_implementation): Update.
43404         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43405         gl_linked_search. Add start_index, end_index arguments.
43406         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43407         start_index, end_index arguments.
43408         (gl_linked_remove): Update.
43409         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43410         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43411         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43412         field to 'size_t'.
43413         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43414         gl_tree_search. Add start_index, end_index arguments.
43415         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43416         start_index, end_index arguments.
43417         (gl_tree_remove): Update.
43418         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43419         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43420         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43421         function.
43422         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43423         gl_tree_search. Add start_index, end_index arguments.
43424         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43425         start_index, end_index arguments.
43426         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43427         Update.
43428         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43429
43430 2006-10-05  Bruno Haible  <bruno@clisp.org>
43431
43432         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43433
43434         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43435         fwriteerror_temp): New declarations.
43436         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43437         (descriptors): New variable.
43438         (cleanup): First, close the descriptors.
43439         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43440         fclose_temp, fwriteerror_temp): New functions.
43441
43442 2006-10-04  Jim Meyering  <jim@meyering.net>
43443
43444         * lib/fts.c (fts_open): Tiny comment change.
43445
43446 2006-10-04  Bruno Haible  <bruno@clisp.org>
43447
43448         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43449         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43450         gl_LOCK_BODY.
43451         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43452         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43453         gl_LOCK_EARLY_BODY.
43454         (gl_LOCK): Require gl_LOCK_BODY.
43455
43456 2006-10-04  Bruno Haible  <bruno@clisp.org>
43457
43458         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43459         (gl_oset_search_atleast): New declaration.
43460         (struct gl_oset_implementation): Add field 'search_atleast'.
43461         (gl_oset_search_atleast): New inline function.
43462         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43463         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43464         (gl_array_oset_implementation): Update.
43465         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43466         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43467         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43468
43469 2006-10-04  Bruno Haible  <bruno@clisp.org>
43470
43471         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43472
43473 2006-10-03  Bruno Haible  <bruno@clisp.org>
43474
43475         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43476         from gl_avltreehash_list_implementation.
43477
43478 2006-10-03  Bruno Haible  <bruno@clisp.org>
43479
43480         * lib/gl_oset.c (gl_oset_add): Fix return type.
43481
43482 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43483
43484         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43485
43486 2006-10-02  Eric Blake  <ebb9@byu.net>
43487
43488         * modules/strnlen (Depends-on): Add extensions.
43489
43490 2006-10-02  Eric Blake  <ebb9@byu.net>
43491
43492         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43493         definition in 2.60+.
43494
43495 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43496
43497         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43498         checks.
43499
43500 2006-10-02  Bruno Haible  <bruno@clisp.org>
43501
43502         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43503         to the AUTOMAKE_OPTIONS.
43504         Reported by Jim Meyering.
43505
43506 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43507
43508         Work around bug in Solaris 10 /proc file system:
43509         /proc/self/fd/NNN/.. isn't the parent directory of
43510         the directory whose file descriptor is NNN.  This needs to
43511         be worked around at run time, not compile time, since a
43512         program might be built on Solaris 8, where things work, and
43513         run on Solaris 10.
43514         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43515         to use the following interface instead:
43516         (OPENAT_BUFFER_SIZE): New macro.
43517         (openat_proc_name): New function.
43518         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43519         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43520         Likewise.
43521         * lib/openat-proc.c: New file.
43522         * modules/openat (Files): Add lib/openat-proc.c.
43523         (Depends-on): Add same-inode, stdbool.
43524         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43525
43526 2006-09-29  Bruno Haible  <bruno@clisp.org>
43527
43528         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43529         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43530         argument. Set stdout_closed before testing for ferror, not after.
43531         (fwriteerror, fwriteerror_no_ebadf): New functions.
43532
43533 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43534
43535         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43536
43537 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43538
43539         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43540         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43541
43542 2006-09-28  Jim Meyering  <jim@meyering.net>
43543
43544         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43545         Include <unistd.h>.
43546
43547 2006-09-28  Bruno Haible  <bruno@clisp.org>
43548
43549         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43550         * modules/linkedhash-list (Depends-on): Likewise.
43551         * modules/rbtreehash-list (Depends-on): Likewise.
43552
43553 2006-09-28  Bruno Haible  <bruno@clisp.org>
43554
43555         * lib/strndup.h: Simplify the redefinition of strndup.
43556         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43557         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43558
43559 2006-09-28  Bruno Haible  <bruno@clisp.org>
43560
43561         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43562         * lib/gl_linkedhash_list.c: Likewise.
43563         * lib/gl_rbtreehash_list.c: Likewise.
43564
43565 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43566
43567         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43568         getaddrinfo.
43569
43570         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43571         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43572         it causes <stdio_ext.h> to cause a compile-time error.
43573         Problem reported by Nelson H. F. Beebe.
43574         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43575         of HAVE_DECL___PENDING.
43576
43577         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43578         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43579         declaration.
43580
43581 2006-09-27  Jim Meyering  <jim@meyering.net>
43582
43583         This file could end up with a definition for a function
43584         named __strndup, rather than rpl_strndup on a system with
43585         incomplete weak_alias support.
43586         * lib/strndup.c (strndup): Rename from __strndup.
43587         Remove #defines that used to map __strndup to strndup.
43588         Don't use K&R prototypes.
43589         Remove LIBC-related code, since this file is not sync'd with glibc.
43590         * lib/strndup.h: Revamp, accordingly.
43591         * m4/strndup.m4: Modernize.
43592
43593 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43594
43595         * modules/savewd (Depends-on): Add 'raise'.
43596         * lib/savewd.c: Include <signal.h>, for 'raise'.
43597
43598 2006-09-26  Jim Meyering  <jim@meyering.net>
43599
43600         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43601         when we detect Darwin 8.7.0's acl_get_file bug.
43602         Rearrange to perform the new (below) run-test while $LIBS
43603         contains any acl-related library.  Set USE_ACL at the end.
43604         (gl_ACL_GET_FILE): New function.
43605
43606 2006-09-26  Eric Blake  <ebb9@byu.net>
43607
43608         * lib/verror.c: Include <config.h> unconditionally.
43609
43610 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43611
43612         * modules/clock-time (Maintainer): Add self.
43613         * modules/getlogin_r (Depends-on): Add extensions.
43614
43615 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43616
43617         * modules/clock-time: New module.
43618         * modules/nanosleep (Depends-on): Add clock-time.
43619         * modules/gethrxtime (Depends-on): Likewise.
43620         * modules/gettime (Depends-on): Likewise.
43621         * modules/settime (Depends-on): Likewise.
43622
43623         * modules/fts-lgpl: Depend on openat.
43624         * modules/mkancesdirs: Depend on savewd.
43625         * modules/mkdir-p: Likewise.
43626
43627 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43628
43629         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43630
43631         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43632         `gl_have_arbitrary_file_name_length_limit' to
43633         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43634         actually works between configure runs.
43635
43636 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43637             Bruno Haible  <bruno@clisp.org>
43638
43639         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43640
43641 2006-09-25  Jim Meyering  <jim@meyering.net>
43642
43643         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43644         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43645
43646 2006-09-25  Eric Blake  <ebb9@byu.net>
43647
43648         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43649         exec's in 2006-09-18 patch when shuffling fds.
43650
43651 2006-09-25  Bruno Haible  <bruno@clisp.org>
43652
43653         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43654         Reported by Jim Meyering.
43655
43656 2006-09-24  Jim Meyering  <jim@meyering.net>
43657
43658         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43659         compare a pointer against a literal "0".  That caused failures with
43660         at least HP-UX's hpcc.
43661
43662 2006-09-22  Simon Josefsson  <jas@extundo.com>
43663
43664         * modules/gc-sha1:
43665         * modules/gc-md4:
43666         * modules/gc-hmac-sha1:
43667         * modules/gc-hmac-md5:
43668         * modules/gc-des:
43669         * modules/gc-arcfour: Distribute more files.
43670
43671 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43672
43673         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43674         (gl_linked_iterator_from_to): Initialize struct completely.
43675         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43676         (gl_tree_iterator_from_to): Likewise
43677         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43678         * lib/gl_array_list.c [lint] (gl_array_iterator)
43679         (gl_array_iterator_from_to): Likewise.
43680         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43681         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43682         (gl_carray_iterator_from_to): Likewise.
43683
43684         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43685         * lib/md4.c (md4_process_block): Remove unused variable.
43686         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43687         parentheses for clarity.
43688
43689 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43690
43691         * modules/bison-i18n (Depends-on): Add gettext.
43692
43693 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43694
43695         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43696         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43697         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43698         also add missing comma that caused broken test.
43699         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43700         stdlib.h, for `abort'.
43701         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43702         variables.
43703         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43704         include unistd.h if present, for `rmdir'.
43705         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43706         variables.
43707         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43708         in the process include standard headers for prototypes.
43709         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43710         gets declared on GNU/Linux.
43711         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43712         unistd.h, for `rmdir'.
43713         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43714
43715         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43716         always true.
43717         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43718
43719         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43720
43721 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43722
43723         * gnulib-tool (func_version): Create output all at once.  This
43724         may help avoid triggering unnecessary SIGPIPEs, and at any
43725         rate it doesn't hurt.
43726
43727 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43728             Bruno Haible  <bruno@clisp.org>
43729
43730         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43731         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43732         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43733
43734         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43735         (gl_FUNC_VASPRINTF): Invoke it.
43736
43737 2006-09-22  Bruno Haible  <bruno@clisp.org>
43738
43739         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43740         getloadavg.c as first argument.
43741
43742 2006-09-22  Bruno Haible  <bruno@clisp.org>
43743
43744         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43745         at the beginning of the gl_INIT macro.
43746         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43747         gl_GETLOADAVG.
43748
43749 2006-09-22  Bruno Haible  <bruno@clisp.org>
43750
43751         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43752         module.
43753         Suggested by Ralf Wildenhues.
43754
43755 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43756
43757         Import this patch from libc:
43758
43759         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43760
43761         * lib/regex_internal.c (re_string_reconstruct): Handle
43762         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43763         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43764         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43765         re_string_context_at.
43766
43767         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43768         now requires it.
43769         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43770         gl_REGEX now does it for us.
43771         (gl_REGEX): Add test taken from
43772         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43773
43774         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43775         Check that large offsets work.  Modernize Autoconf usages.
43776         Prefer "yes" to mean a good thing rather than a bad.
43777         Don't put "#define mkstemp" in config.h, as this might interfere
43778         with standard system headers that "#define mkstemp mkstemp64".
43779
43780         * modules/mkstemp (Depends-on): Add extensions, so that
43781         mkstemp is visible on some platforms.
43782         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43783         (Include): Change to "mkstemp.h" from <stdlib.h>.
43784         (Files): Add mkstemp.h.
43785
43786         * lib/mkstemp.h: New file, since some standard headers
43787         #define mkstemp.
43788         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43789         Include "mkstemp.h".
43790         Make the _LIBC code resemble glibc original more,
43791         e.g., use K&R style.
43792         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43793         (mkstemp): Remove, since mkstemp.h does this for us.
43794         * lib/stdlib--.h: Include mkstemp.h.
43795
43796         Import this patch from libc:
43797
43798         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43799
43800         * lib/tempname.c (__gen_tempname): Change attempts_min
43801         into a macro.  Use preprocessor to decide how to initialize
43802         attempts [Coverity CID 67].
43803
43804 2006-09-20  Bruno Haible  <bruno@clisp.org>
43805
43806         * lib/mkdtemp.c: Import from libc.
43807         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43808                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43809                 attempts_min into a macro.  Use preprocessor to decide how to
43810                 initialize attempts [Coverity CID 67].
43811         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43812                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43813                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43814
43815 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43816
43817         * gnulib-tool (func_exit): New function, to allow to pass the
43818         exit status portably through the trap.  Use everywhere.
43819         (--help, --version): Signal a write error.
43820         (trap): catch SIGPIPE, for write errors.
43821         Exit at the end of the trap, with the correct exit status.
43822
43823 2006-09-19  Karl Berry  <karl@gnu.org>
43824
43825         * doc/gnulib.texi: note about the license texinfo files.
43826
43827 2006-09-19  Eric Blake  <ebb9@byu.net>
43828
43829         * gnulib-tool: Avoid space-tab.
43830
43831 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43832
43833         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43834         that prevented coreutils 6.1 from building.  Problem reported
43835         by Petter Reinholdtsen.
43836
43837 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43838
43839         * gnulib-tool (avoidlist): Fix typo that broke options like
43840         --avoid=lock that are used by coreutils bootstrap.
43841
43842 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43843
43844         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43845         more systematically.
43846
43847 2006-09-18  Jim Meyering  <jim@meyering.net>
43848
43849         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43850
43851 2006-09-18  Bruno Haible  <bruno@clisp.org>
43852
43853         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43854
43855 2006-09-18  Bruno Haible  <bruno@clisp.org>
43856
43857         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43858         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43859         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43860         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43861         * m4/gettext.m4: Require autoconf >= 2.52.
43862         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43863         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43864         of gl_cv_header_inttypes_h.
43865
43866 2006-09-18  Bruno Haible  <bruno@clisp.org>
43867
43868         * lib/javaversion.c: Include configmake.h.
43869
43870 2006-09-18  Bruno Haible  <bruno@clisp.org>
43871
43872         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43873         avoid that the while loops be executed in a subshell.
43874
43875 2006-09-18  Bruno Haible  <bruno@clisp.org>
43876
43877         * MODULES.html.sh (func_module): Break long lines.
43878         Suggested by Bruce Korb <bkorb@gnu.org>.
43879
43880 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43881
43882         Speed up by a factor of 1.12.
43883         * gnulib-tool (nl): New variable.
43884         (func_import): Rewrite include directive extraction to only read each
43885         directive once.
43886
43887 2006-09-17  Bruno Haible  <bruno@clisp.org>
43888
43889         * modules/javaversion (Makefile.am): Remove DEFS setting.
43890         (Depends-on): Add configmake, for PKGDATADIR definition.
43891
43892 2006-09-17  Bruno Haible  <bruno@clisp.org>
43893
43894         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43895
43896 2006-09-17  Bruno Haible  <bruno@clisp.org>
43897
43898         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43899         (func_modules_transitive_closure, func_modules_add_dummy,
43900         func_modules_to_filelist, func_import, func_create_testdir,
43901         func_create_megatestdir, ...): Use it wherever possible.
43902         Suggested by Ralf Wildenhues.
43903
43904 2006-09-16  Karl Berry  <karl@gnu.org>
43905
43906         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43907         to avoid sectioning errors.
43908         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43909         [ifinfo]: blank line after @center-ed titles.
43910         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43911         Spell FSF address consistently with others.
43912         (These changes approved by rms.)
43913
43914 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43915
43916         Speed up by a factor of 1.61.
43917         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43918         already checked module names again.
43919
43920 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43921
43922         Speed up by a factor of 1.13.
43923         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43924         for new_files, and the input to func_add_or_update.
43925
43926 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43927
43928         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43929         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43930
43931 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43932
43933         * modules/mkancesdirs (Depends-on): Add fcntl.
43934         * modules/savewd: New file.
43935         * MODULES.html.sh (File system functions): Add savewd.
43936
43937         * modules/configmake (Makefile.am): Add support for the
43938         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43939
43940 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43941
43942         * m4/savewd.m4: New file.
43943
43944 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43945
43946         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43947         (dirchownmod): New arg FD.  All callers changed.
43948         Use FD rather than opening the directory ourself, as opening is
43949         now the caller's responsibility.
43950         * lib/dirchownmod.h: Likewise.
43951         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43952         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43953         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43954         (test_dir): Remove.
43955         (mkancesdirs): Return length of prefix of FILE that has already
43956         been made, or -2 if there is a child doing the work.  Redo
43957         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43958         ".", and treat ".." specially since it might stray back into
43959         already-created areas.  Use a subprocess if necessary.  New arg
43960         WD; all users changed.  MAKE_DIR function should now return 1
43961         if it creates a directory that is not readable.  Return -2 if
43962         a child process is spun off.
43963         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43964         Adjust signature to match code.
43965         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43966         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43967         all users changed.
43968         * lib/savewd.c, lib/savewd.h: New files.
43969
43970 2006-09-15  Jim Meyering  <jim@meyering.net>
43971
43972         * modules/rename-dest-slash: New module.
43973         * MODULES.html.sh (posix_compat): Add it here.
43974
43975         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43976
43977 2006-09-15  Jim Meyering  <jim@meyering.net>
43978
43979         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43980         file.
43981
43982         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43983
43984 2006-09-15  Jim Meyering  <jim@meyering.net>
43985
43986         * lib/rename-dest-slash.c (has_trailing_slash): Use
43987         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43988         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43989         test before testing whether SRC is a directory.
43990         Suggestions from Bruno Haible.
43991
43992         Avoid a warning about an unused variable.
43993         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43994         into the #ifdef block where it's used.
43995
43996         * lib/rename-dest-slash.c: New file.
43997
43998 2006-09-14  Bruno Haible  <bruno@clisp.org>
43999
44000         * lib/allocsa.c: Include <config.h> unconditionally.
44001         * lib/asnprintf.c: Likewise.
44002         * lib/asprintf.c: Likewise.
44003         * lib/c-strcasecmp.c: Likewise.
44004         * lib/c-strcasestr.c: Likewise.
44005         * lib/c-strncasecmp.c: Likewise.
44006         * lib/c-strstr.c: Likewise.
44007         * lib/classpath.c: Likewise.
44008         * lib/clean-temp.c: Likewise.
44009         * lib/concatpath.c: Likewise.
44010         * lib/copy-file.c: Likewise.
44011         * lib/csharpcomp.c: Likewise.
44012         * lib/csharpexec.c: Likewise.
44013         * lib/execute.c: Likewise.
44014         * lib/fatal-signal.c: Likewise.
44015         * lib/findprog.c: Likewise.
44016         * lib/fwriteerror.c: Likewise.
44017         * lib/gl_array_list.c: Likewise.
44018         * lib/gl_array_oset.c: Likewise.
44019         * lib/gl_avltree_list.c: Likewise.
44020         * lib/gl_avltree_oset.c: Likewise.
44021         * lib/gl_avltreehash_list.c: Likewise.
44022         * lib/gl_carray_list.c: Likewise.
44023         * lib/gl_linked_list.c: Likewise.
44024         * lib/gl_linkedhash_list.c: Likewise.
44025         * lib/gl_list.c: Likewise.
44026         * lib/gl_oset.c: Likewise.
44027         * lib/gl_rbtree_list.c: Likewise.
44028         * lib/gl_rbtree_oset.c: Likewise.
44029         * lib/gl_rbtreehash_list.c: Likewise.
44030         * lib/imaxabs.c: Likewise.
44031         * lib/imaxdiv.c: Likewise.
44032         * lib/javacomp.c: Likewise.
44033         * lib/javaexec.c: Likewise.
44034         * lib/javaversion.c: Likewise.
44035         * lib/linebreak.c: Likewise.
44036         * lib/localcharset.c: Likewise.
44037         * lib/lock.c: Likewise.
44038         * lib/mbchar.c: Likewise.
44039         * lib/mbswidth.c: Likewise.
44040         * lib/mkdtemp.c: Likewise.
44041         * lib/pipe.c: Likewise.
44042         * lib/printf-args.c: Likewise.
44043         * lib/printf-parse.c: Likewise.
44044         * lib/progname.c: Likewise.
44045         * lib/progreloc.c: Likewise.
44046         * lib/readlink.c: Likewise.
44047         * lib/sh-quote.c: Likewise.
44048         * lib/stpcpy.c: Likewise.
44049         * lib/stpncpy.c: Likewise.
44050         * lib/strcasecmp.c: Likewise.
44051         * lib/strcasestr.c: Likewise.
44052         * lib/strcspn.c: Likewise.
44053         * lib/striconv.c: Likewise.
44054         * lib/strncasecmp.c: Likewise.
44055         * lib/strnlen1.c: Likewise.
44056         * lib/strstr.c: Likewise.
44057         * lib/strtok_r.c: Likewise.
44058         * lib/tls.c: Likewise.
44059         * lib/tmpdir.c: Likewise.
44060         * lib/unicodeio.c: Likewise.
44061         * lib/unsetenv.c: Likewise.
44062         * lib/vasnprintf.c: Likewise.
44063         * lib/vasprintf.c: Likewise.
44064         * lib/wait-process.c: Likewise.
44065         * lib/xallocsa.c: Likewise.
44066         * lib/xsetenv.c: Likewise.
44067         * lib/xstriconv.c: Likewise.
44068
44069 2006-09-13  Simon Josefsson  <jas@extundo.com>
44070
44071         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44072         that internally, suggested by Ralf Wildenhues
44073         <Ralf.Wildenhues@gmx.de>.
44074
44075 2006-09-13  Simon Josefsson  <jas@extundo.com>
44076
44077         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44078         @LIBOBJS@.
44079         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44080
44081 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44082
44083         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44084         longer worry about uses that don't define HAVE_CONFIG_H.
44085         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44086         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44087         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44088         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44089         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44090         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44091         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44092         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44093         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44094         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44095         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44096         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44097         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44098         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44099         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44100         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44101         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44102         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44103         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44104         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44105         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44106         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44107         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44108         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44109         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44110         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44111         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44112         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44113         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44114         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44115         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44116         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44117         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44118         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44119         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44120         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44121         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
44122         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
44123         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
44124         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
44125         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
44126         Likewise.
44127
44128 2006-09-13  Eric Blake  <ebb9@byu.net>
44129
44130         * lib/getopt.c: Fix typo in last commit.
44131
44132 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
44133
44134         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
44135         dgettext.
44136
44137 2006-09-12  Jim Meyering  <jim@meyering.net>
44138
44139         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
44140         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
44141         Reported by Nelson H. F. Beebe.
44142
44143 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44144
44145         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
44146         program_invocation_name and program_invocation_short_name are
44147         initialized.
44148         * lib/argp-namefrob.h: Move declarations of program_invocation_name
44149         and program_invocation_short_name to argp.h, so they are visible
44150         to user programs.
44151         * lib/argp.h: Likewise
44152
44153 2006-09-10  Bruno Haible  <bruno@clisp.org>
44154
44155         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44156         m4/inttypes_h.m4, m4/uintmax_t.m4.
44157
44158 2006-09-10  Bruno Haible  <bruno@clisp.org>
44159
44160         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
44161         gl_AC_TYPE_UINTMAX_T.
44162
44163 2006-09-10  Bruno Haible  <bruno@clisp.org>
44164
44165         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
44166
44167 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44168
44169         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
44170         convention.  Text proposed by Bruno Haible.
44171         (struct argp_option): Document the use of N_() wrappers.
44172
44173         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
44174         '\v', and translate the two parts separately, instead of feeding
44175         the whole string to gettext.  This allows to exclude
44176         '\v' from the strings visible to the translator by writing doc
44177         strings as N_("..") "\v" N_("..").
44178
44179 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
44180
44181         * config/srclist.txt: Undo latest change; the bug was fixed.
44182
44183 2006-09-09  Bruno Haible  <bruno@clisp.org>
44184
44185         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
44186         assignments if building a library without libtool.
44187         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
44188         in func_emit_lib_Makefile_am.
44189         (func_import): When building a static library libfoo.a, arrange to
44190         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
44191         (func_create_testdir): Likewise.
44192         * modules/gc (configure.ac, Makefile.am): If building statically,
44193         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
44194         * modules/iconvme (configure.ac, Makefile.am): Likewise.
44195         * modules/striconv (configure.ac, Makefile.am): Likewise.
44196         Based on a suggestion by Ralf Wildenhues.
44197
44198 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44199
44200         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
44201         Check for unistd.h too, since Autoconf doesn't assume POSIX.
44202         Also:
44203
44204         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44205         Add year_2050_test to catch glibc bug 2821
44206         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44207
44208         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44209         Prefer #ifdef to #if.
44210
44211         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
44212         Return from 'main' instead of calling 'exit'.
44213
44214 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44215
44216         * lib/mktime.c (guess_time_tm): Fix bug where mktime
44217         returned the maximum time_t value rather than (time_t) -1.
44218         Problem originally reported by William Bardwell
44219         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44220
44221         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44222         Moved to here ...
44223         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44224         ... from here.
44225
44226 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44227
44228         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
44229         2821 is fixed.
44230
44231 2006-09-08  Jim Meyering  <jim@meyering.net>
44232
44233         Don't make generated files read-only.  That would bother too many
44234         people.  However, do retain the ability to work when targets are
44235         read-only: remove the destination and temporary files before writing
44236         them (when generated via sed or echo), or by using the -f option for
44237         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
44238         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44239         * modules/byteswap, modules/configmake, modules/fcntl:
44240         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44241         * modules/localcharset, modules/netinet_in, modules/poll:
44242         * modules/stdbool, modules/stdint, modules/sys_select:
44243         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44244
44245 2006-09-08  Jim Meyering  <jim@meyering.net>
44246
44247         Avoid new build failure on FreeBSD 6.0.
44248         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
44249         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
44250         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
44251
44252 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44253
44254         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
44255
44256 2006-09-07  Jim Meyering  <jim@meyering.net>
44257
44258         Fix global typo in last change: use chmod u-w, not chmod u-x.
44259         Spotted by Paul Eggert and Bruce Korb.
44260         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44261         * modules/byteswap, modules/configmake, modules/fcntl:
44262         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44263         * modules/localcharset, modules/netinet_in, modules/poll:
44264         * modules/stdbool, modules/stdint, modules/sys_select:
44265         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44266
44267 2006-09-06  Jim Meyering  <jim@meyering.net>
44268
44269         Make generated files be read-only.
44270         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
44271         Ensure that each generated file is now read-only.
44272         * modules/argz: Likewise.
44273         * modules/arpa_inet: Likewise.
44274         * modules/byteswap: Likewise.
44275         * modules/configmake: Likewise.
44276         * modules/fcntl: Likewise.
44277         * modules/fnmatch: Likewise.
44278         * modules/getopt: Likewise.
44279         * modules/glob: Likewise.
44280         * modules/inttypes: Likewise.
44281         * modules/netinet_in: Likewise.
44282         * modules/poll: Likewise.
44283         * modules/stdbool: Likewise.
44284         * modules/stdint: Likewise.
44285         * modules/sys_select: Likewise.
44286         * modules/sys_socket: Likewise.
44287         * modules/sys_stat: Likewise.
44288         * modules/sysexits: Likewise.
44289         * modules/localcharset: Same as above, but continue using temporary
44290         file named "t-$@" (why different?) rather than the "$@-t" used
44291         everywhere else.
44292
44293         * modules/sysexits (Makefile.am): Replace literal occurrences
44294         of "sysexit.h" more readable, and more consistent, "$@".
44295
44296 2006-09-06  Bruno Haible  <bruno@clisp.org>
44297
44298         * modules/striconv: New file.
44299         * modules/xstriconv: New file.
44300         * MODULES.html.sh (Internationalization functions): Add striconv,
44301         xstriconv.
44302
44303 2006-09-06  Bruno Haible  <bruno@clisp.org>
44304
44305         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44306         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44307         not using libtool correctly.
44308
44309 2006-09-06  Bruno Haible  <bruno@clisp.org>
44310
44311         * lib/striconv.h: New file.
44312         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44313         iconvstring.c.
44314         * lib/xstriconv.h: New file.
44315         * lib/xstriconv.c: New file.
44316
44317 2006-09-06  Bruno Haible  <bruno@clisp.org>
44318
44319         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44320         lib_..._LDFLAGS.
44321
44322 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44323
44324         * lib/argz_.h: Sync from Libtool.
44325
44326         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44327                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44328
44329         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44330
44331 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44332
44333         * modules/trim: New file.
44334
44335 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44336
44337         * lib/trim.h: New file.
44338         * lib/trim.c: New file.
44339
44340 2006-09-05  Bruno Haible  <bruno@clisp.org>
44341
44342         * MODULES.html.sh (String handling): Add trim.
44343
44344 2006-09-04  Karl Berry  <karl@gnu.org>
44345
44346         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44347         until next release.
44348
44349 2006-09-03  Bruno Haible  <bruno@clisp.org>
44350
44351         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44352         correctly.
44353
44354 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44355
44356         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44357         not gl_GETLOADAVG.  Omit unneeded semicolons.
44358         Problems reported by Ralf Wildenhues in
44359         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44360         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44361         at the end, which is the usual gnulib style.
44362
44363         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44364         of doing all the work ourselves.
44365         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44366         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44367
44368 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44369
44370         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44371         Problem reported by Ralf Wildenhues in
44372         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44373
44374         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44375         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44376
44377 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44378
44379         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44380         yesterday's patch by changing test -n to test -z.
44381
44382 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44383
44384         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44385         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44386         the former is now obsolescent.
44387
44388         * modules/chdir-long (Depends-on): Add fcntl.
44389
44390 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44391
44392         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44393         obsolescent, and programs should use gnulib instead.
44394         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44395         but with prefixes changed.
44396
44397 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44398
44399         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44400         or stdbool.h, because they might not exist while configuring.
44401
44402         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44403         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44404         does that for us.
44405         (O_DIRECTORY): Remove.
44406
44407 2006-08-31  Eric Blake  <ebb9@byu.net>
44408
44409         * gnulib-tool: Don't let emacs change spaces to TAB.
44410
44411 2006-08-31  Bruno Haible  <bruno@clisp.org>
44412
44413         * gnulib-tool: When calling func_import more than once, do it in a
44414         subshell.
44415         Reported by Eric Blake <ebb9@byu.net>.
44416
44417 2006-08-31  Bruno Haible  <bruno@clisp.org>
44418
44419         * gnulib-tool (nl): Remove variable.
44420         (sed_transform_lib_file): Use more robust test for config-h module.
44421         (func_import): Fix typo in 2006-08-25 patch.
44422
44423 2006-08-31  Bruno Haible  <bruno@clisp.org>
44424
44425         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44426         specified, augment Makefile.am variables instead of assigning them.
44427
44428 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44429
44430         Work around a bug in both the Linux and SunOS 64-bit kernels:
44431         nanosleep mishandles sleeps for longer than 2**31 seconds.
44432         Problem reported by Frank v Waveren in
44433         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44434         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44435         Check for nanosleep bug.
44436         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44437
44438 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44439
44440         Work around a bug in both the Linux and SunOS 64-bit kernels:
44441         nanosleep mishandles sleeps for longer than 2**31 seconds.
44442         Problem reported by Frank v Waveren in
44443         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44444         * lib/nanosleep.c (BILLION): New constant.
44445         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44446         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44447         implementation.
44448
44449 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44450
44451         * modules/nanosleep (Depends-on): Add gettime.
44452
44453 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44454         and Simon Josefsson  <jas@extundo.com>
44455         and Oskar Liljeblad  <oskar@osk.mine.nu>
44456
44457         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44458         * gnulib-tool (func_import): New license type 'unmodifiable license
44459         text'.
44460         * modules/fdl: Use it.  Longer description.
44461         * module/gpl, module/lgpl: New files.
44462
44463 2006-08-30  Jim Meyering  <jim@meyering.net>
44464
44465         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44466         shadowing the parameter.
44467
44468 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44469
44470         Sync from Libtool:
44471
44472         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44473
44474         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44475         sharing with gnulib.  Report by Eric Blake.
44476
44477 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44478
44479         * modules/isapipe: New file.
44480         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44481
44482 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44483
44484         * modules/configmake (Makefile.am): Add a comment, and omit
44485         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44486         by Bruno Haible.
44487
44488 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44489
44490         * m4/isapipe.m4: New file.
44491
44492 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44493
44494         * lib/isapipe.c, lib/isapipe.h: New files.
44495
44496 2006-08-29  Jim Meyering  <jim@meyering.net>
44497
44498         * modules/configmake (Makefile.am): Make configmake.h depend on
44499         Makefile.  Otherwise, a stale configmake.h could hang around.
44500
44501 2006-08-29  Eric Blake  <ebb9@byu.net>
44502
44503         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44504         resolution of upstream bug 3044.
44505
44506 2006-08-29  Bruno Haible  <bruno@clisp.org>
44507
44508         * modules/localcharset (Depends-on): Add configmake.
44509         (Makefile.am): Remove setting of LIBDIR through DEFS.
44510
44511 2006-08-29  Bruno Haible  <bruno@clisp.org>
44512
44513         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44514         defined.
44515
44516 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44517
44518         * modules/fcntl: New file.
44519         * modules/chdir-safer (Depends-on): Add fcntl.
44520         * modules/fts: Likewise.
44521         * modules/mkdir-p: Likewise.
44522
44523         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44524         This undoes the most recent change, since we're now addressing the
44525         problem in a different way.
44526
44527         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44528         into output, since the output might be called Makefile.am even
44529         if $makefile_name is something different.
44530         (func_import): Use $makefile_am rather than
44531         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44532         empty.
44533
44534         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44535
44536 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44537
44538         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44539         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44540         recent change to stdint.m4, since we're now addressing the problem in a
44541         different way.
44542
44543 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44544
44545         * m4/fcntl_h.m4: New file.
44546
44547 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44548
44549         * lib/fcntl_.h: New file.
44550         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44551         the fcntl module.
44552         * lib/dirchownmod.c: Likewise.
44553         * lib/fts.c: Likewise.
44554
44555         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44556         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44557         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44558         just before including <inttypes.h>, to avoid circular inclusion.
44559
44560 2006-08-28  Jim Meyering  <jim@meyering.net>
44561
44562         * doc/visibility.texi: Actually read and correct the grammar of the
44563         sentence affected by yesterday's change.
44564
44565 2006-08-28  Eric Blake  <ebb9@byu.net>
44566
44567         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44568         needs wrapper.
44569
44570 2006-08-28  Eric Blake  <ebb9@byu.net>
44571
44572         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44573
44574 2006-08-28  Eric Blake  <ebb9@byu.net>
44575
44576         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44577
44578 2006-08-28  Bruno Haible  <bruno@clisp.org>
44579
44580         * modules/c-strstr: New file, from GNU gettext.
44581         * MODULES.html.sh (String handling): Add c-strstr.
44582
44583 2006-08-28  Bruno Haible  <bruno@clisp.org>
44584
44585         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44586         macros.
44587         Reported by Eric Blake.
44588
44589 2006-08-28  Bruno Haible  <bruno@clisp.org>
44590
44591         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44592         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44593         * lib/vasprintf.c: Include errno.h, limits.h.
44594         (EOVERFLOW): New fallback definition.
44595         (vasprintf): Test here whether the string length is > INT_MAX.
44596         * lib/vsnprintf.c: Include errno.h, limits.h.
44597         (EOVERFLOW): New fallback definition.
44598         (vsnprintf): Fix bug when generated string was too long for the buffer.
44599         Test here whether the string length is > INT_MAX.
44600
44601 2006-08-28  Bruno Haible  <bruno@clisp.org>
44602
44603         * lib/inttypes_.h (SCNX*): Remove definitions.
44604         Reported by Eric Blake.
44605
44606 2006-08-28  Bruno Haible  <bruno@clisp.org>
44607
44608         * lib/c-strstr.h: New file, from GNU gettext.
44609         * lib/c-strstr.c: New file, from GNU gettext.
44610
44611 2006-08-28  Bruno Haible  <bruno@clisp.org>
44612
44613         * gnulib-tool: Reorder some statements.
44614
44615 2006-08-28  Bruno Haible  <bruno@clisp.org>
44616
44617         * gnulib-tool: New option --makefile-name.
44618         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44619         $makefile_name.
44620         (func_import): Write $makefile_name to the cache file, and read it from
44621         there unless explicitly specified. Use $makefile_name as file name
44622         instead of Makefile.am. Adjust the recommendations accordingly.
44623
44624 2006-08-28  Bruno Haible  <bruno@clisp.org>
44625
44626         * gnulib-tool (func_verify_module): Check against misapplying patch.
44627
44628 2006-08-28  Bruno Haible  <bruno@clisp.org>
44629
44630         * gnulib-tool (func_relativize, func_relconcat): New functions.
44631         Give an error if --local-dir is given with --update.
44632         Remove trailing slashes from $local_gnulib_dir.
44633         (func_import): Store the relativized $local_gnulib_dir in
44634         gnulib-cache.m4, and read it from there if not specified explicitly.
44635
44636 2006-08-28  Bruno Haible  <bruno@clisp.org>
44637
44638         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44639         is the current directory. Respect also $local_gnulib_dir.
44640
44641 2006-08-28  Bruno Haible  <bruno@clisp.org>
44642             Simon Josefsson  <jas@extundo.com>
44643
44644         BeOS portability.
44645         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44646
44647 2006-08-27  Jim Meyering  <jim@meyering.net>
44648
44649         * doc/visibility.texi: Remove duplicate word: "pointer".
44650
44651 2006-08-26  Bruno Haible  <bruno@clisp.org>
44652
44653         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44654         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44655         (Makefile.am): Create inttypes.h from inttypes_.h.
44656         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44657
44658         * modules/imaxabs: New file.
44659
44660         * modules/imaxdiv: New file.
44661
44662 2006-08-26  Bruno Haible  <bruno@clisp.org>
44663
44664         * m4/inttypes.m4: New file.
44665         * m4/_inttypes_h.m4: Remove file.
44666         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44667         PRI_MACROS_BROKEN.
44668         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44669
44670         * m4/imaxabs.m4: New file.
44671
44672         * m4/imaxdiv.m4: New file.
44673
44674 2006-08-26  Bruno Haible  <bruno@clisp.org>
44675
44676         * lib/inttypes_.h: New file.
44677         * lib/inttypes.h: Remove file.
44678         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44679
44680         * lib/imaxabs.c: New file.
44681
44682         * lib/imaxdiv.c: New file.
44683
44684 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44685
44686         New config-h module, so that "make" output needn't be cluttered
44687         by -DHAVE_CONFIG_H.
44688         * MODULES.html.sh (Support for building libraries and executables):
44689         Add config-h.
44690         * modules/config-h: New file.
44691         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44692         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44693         the config-h module is used.
44694
44695         New configmake module, so that "make" output needn't be cluttered
44696         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44697         * MODULES.html.sh (Support for building libraries and executables):
44698         Add configmake.
44699         * modules/configmake: New file.
44700
44701 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44702
44703         * m4/config-h.m4: New file.
44704
44705 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44706
44707         * config/srclist.txt: Add elisp-comp.
44708
44709 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44710
44711         * MODULES.html.sh (Support for building libraries and executables):
44712         Add elisp-comp.
44713         * build-aux/elisp-comp: New file.
44714         * modules/elisp-comp: New file.
44715
44716 2006-08-24  Bruno Haible  <bruno@clisp.org>
44717
44718         * gnulib-tool (func_create_testdir): Use non-default values of
44719         sourcebase and m4base.
44720
44721 2006-08-24  Bruno Haible  <bruno@clisp.org>
44722
44723         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44724         HTML structure.
44725
44726 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44727
44728         * modules/openat (Depends-on): Add lchown.
44729
44730 2006-08-23  Bruno Haible  <bruno@clisp.org>
44731
44732         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44733         of gl_LOCK_EARLY instead of gl_LOCK.
44734
44735 2006-08-23  Bruno Haible  <bruno@clisp.org>
44736
44737         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44738         on OSF/1 to no.
44739         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44740
44741 2006-08-23  Bruno Haible  <bruno@clisp.org>
44742
44743         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44744         as unusable.
44745
44746         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44747         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44748         (gl_LOCK): New macro.
44749
44750 2006-08-22  Simon Josefsson  <jas@extundo.com>
44751
44752         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44753         to md5 module.
44754
44755 2006-08-22  Simon Josefsson  <jas@extundo.com>
44756
44757         * MODULES.html.sh: Add "Support for maintaining and release
44758         projects".
44759
44760         * build-aux/gnupload: New file, from coreutils.
44761
44762 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44763
44764         Avoid the need for AC_LIBSOURCES in m4 macros.
44765         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44766         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44767         * modules/check-version (EXTRA_DIST): Add check-version.h.
44768         * modules/crc (EXTRA_DIST): Add crc.h.
44769         * modules/des (EXTRA_DIST): Add des.h.
44770         * modules/gc (EXTRA_DIST): Add gc.h.
44771         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44772         * modules/getline (EXTRA_DIST): Add getline.h.
44773         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44774         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44775         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44776         * modules/md2 (EXTRA_DIST): Add md2.h.
44777         * modules/md4 (EXTRA_DIST): Add md4.h.
44778         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44779         * modules/read-file (EXTRA_DIST): Add read-file.h.
44780         * modules/readline (EXTRA_DIST): Add readline.h.
44781         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44782         rijndael-api-fst.h.
44783
44784 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44785
44786         * m4/rijndael.m4 (gl_ARCFOUR):
44787         * m4/arctwo.m4 (gl_ARCTWO):
44788         * m4/check-version.m4 (gl_CHECK_VERSION):
44789         * m4/crc.m4 (gl_CRC):
44790         * m4/des.m4 (gl_DES):
44791         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44792         * m4/gc.m4 (gl_GC):
44793         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44794         * m4/getline.m4 (gl_FUNC_GETLINE):
44795         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44796         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44797         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44798         * m4/md2.m4 (gl_MD2):
44799         * m4/md4.m4 (gl_MD4):
44800         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44801         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44802         * m4/readline.m4 (gl_FUNC_READLINE):
44803         * m4/rijndael.m4 (gl_RIJNDAEL):
44804         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44805         to get the necessary .h files and whatnot.
44806
44807 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44808
44809         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44810         gnulib rather than the other way around.
44811         * config/srclistvars.sh (COREUTILS): Remove.
44812
44813 2006-08-22  Jim Meyering  <jim@meyering.net>
44814
44815         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44816
44817         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44818
44819 2006-08-22  Eric Blake  <ebb9@byu.net>
44820
44821         * modules/regexprops-generic: New file.
44822         * MODULES.html.sh (Support for building documentation): List it.
44823
44824 2006-08-22  Eric Blake  <ebb9@byu.net>
44825
44826         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44827         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44828         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44829         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44830
44831 2006-08-22  Bruno Haible  <bruno@clisp.org>
44832
44833         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44834         and lib_LTLIBRARIES like the other lib_* variables.
44835
44836 2006-08-22  Bruno Haible  <bruno@clisp.org>
44837
44838         * build-aux/x-to-1.in: New file, from GNU gettext.
44839
44840 2006-08-22  Bruno Haible  <bruno@clisp.org>
44841
44842         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44843         <utmpx.h> exists.
44844
44845 2006-08-22  Bruno Haible  <bruno@clisp.org>
44846
44847         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44848         <utmpx.h> exists.
44849
44850 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44851
44852         BeOS portability.
44853         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44854         exist.
44855         Problem reported by Bruno Haible.
44856
44857 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44858
44859         Avoid the need for AC_LIBSOURCES in m4 macros.
44860         * modules/acl (EXTRA_DIST): Add acl.h.
44861         * modules/argmatch (Files): Add m4/argmatch.m4.
44862         (configure.ac): Add gl_ARGMATCH.
44863         (EXTRA_DIST): Renamed from lib_SOURCES, for
44864         consistency with the other modules.  Remove argmatch.c.
44865         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44866         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44867         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44868         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44869         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44870         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44871         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44872         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44873         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44874         * modules/closeout (EXTRA_DIST): Add closeout.h.
44875         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44876         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44877         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44878         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44879         dirname.h; remove basename.c and stripslash.c.
44880         * modules/exclude (EXTRA_DIST): Add exclude.h.
44881         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44882         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44883         * modules/file-type (EXTRA_DIST): Add file-type.h.
44884         * modules/filemode (EXTRA_DIST): Add filemode.h.
44885         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44886         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44887         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44888         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44889         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44890         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44891         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44892         * modules/getdate (EXTRA_DIST): Add getdate.c.
44893         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44894         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44895         * modules/getpass (EXTRA_DIST): Add getpass.h.
44896         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44897         * modules/group-member (EXTRA_DIST): Add group-member.h.
44898         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44899         * modules/hash (EXTRA_DIST): Add hash.h.
44900         * modules/human (EXTRA_DIST): Add human.h.
44901         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44902         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44903         * modules/lchown (EXTRA_DIST): Add lchown.h.
44904         * modules/long-options (EXTRA_DIST): Add long-options.h.
44905         * modules/lstat (EXTRA_DIST): Add lstat.h.
44906         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44907         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44908         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44909         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44910         * modules/memxor (EXTRA_DIST): Add memxor.h.
44911         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44912         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44913         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44914         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44915         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44916         * modules/physmem (EXTRA_DIST): Add physmem.h.
44917         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44918         * modules/posixver (EXTRA_DIST): Add posixver.h.
44919         * modules/quote (EXTRA_DIST): Add quote.h.
44920         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44921         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44922         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44923         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44924         regex_internal.h regexec.c.
44925         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44926         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44927         * modules/same (EXTRA_DIST): Add same.h.
44928         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44929         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44930         * modules/savedir (EXTRA_DIST): Add savedir.h.
44931         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44932         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44933         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44934         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44935         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44936         * modules/strdup (EXTRA_DIST): Add strdup.h.
44937         * modules/strftime (EXTRA_DIST): Add strftime.h.
44938         * modules/strndup (EXTRA_DIST): Add strndup.h.
44939         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44940         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44941         * modules/time_r (EXTRA_DIST): Add time_r.h.
44942         * modules/timespec (EXTRA_DIST): Add timespec.h.
44943         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44944         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44945         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44946         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44947         * modules/userspec (EXTRA_DIST): Add userspec.h.
44948         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44949         * modules/utimens (EXTRA_DIST): Add utimens.h.
44950         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44951         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44952         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44953         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44954         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44955         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44956         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44957         * modules/yesno (EXTRA_DIST): Add yesno.h.
44958
44959 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44960
44961         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44962
44963         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44964         * m4/dev-ino.m4, same-inode.m4: Remove.
44965
44966         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44967         * m4/acl.m4 (AC_FUNC_ACL):
44968         * m4/backupfile.m4 (gl_BACKUPFILE):
44969         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44970         * m4/canon-host.m4 (gl_CANON_HOST):
44971         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44972         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44973         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44974         * m4/cloexec.m4 (gl_CLOEXEC):
44975         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44976         * m4/closeout.m4 (gl_CLOSEOUT):
44977         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44978         * m4/dirname.m4 (gl_DIRNAME):
44979         * m4/exclude.m4 (gl_EXCLUDE):
44980         * m4/exitfail.m4 (gl_EXITFAIL):
44981         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44982         * m4/file-type.m4 (gl_FILE_TYPE):
44983         * m4/filemode.m4 (gl_FILEMODE):
44984         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44985         * m4/fpending.m4 (gl_FUNC_FPENDING):
44986         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44987         * m4/fts.m4 (gl_FUNC_FTS):
44988         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44989         * m4/getdate.m4 (gl_GETDATE):
44990         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44991         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44992         * m4/getpass.m4 (gl_FUNC_GETPASS):
44993         * m4/gettime.m4 (gl_GETTIME):
44994         * m4/getugroups.m4 (gl_GETUGROUPS):
44995         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44996         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44997         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44998         * m4/hash.m4 (gl_HASH):
44999         * m4/idcache.m4 (gl_IDCACHE):
45000         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45001         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45002         * m4/long-options.m4 (gl_LONG_OPTIONS):
45003         * m4/lstat.m4 (gl_FUNC_LSTAT):
45004         * m4/md5.m4 (gl_MD5):
45005         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45006         * m4/memcoll.m4 (gl_MEMCOLL):
45007         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45008         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45009         * m4/memxor.m4 (gl_MEMXOR):
45010         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45011         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45012         * m4/modechange.m4 (gl_MODECHANGE):
45013         * m4/mountlist.m4 (gl_MOUNTLIST):
45014         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45015         * m4/openat.m4 (gl_FUNC_OPENAT):
45016         * m4/pathmax.m4 (gl_PATHMAX):
45017         * m4/physmem.m4 (gl_PHYSMEM):
45018         * m4/posixtm.m4 (gl_POSIXTM):
45019         * m4/posixver.m4 (gl_POSIXVER):
45020         * m4/quote.m4 (gl_QUOTE):
45021         * m4/quotearg.m4 (gl_QUOTEARG):
45022         * m4/readtokens.m4 (gl_READTOKENS):
45023         * m4/readutmp.m4 (gl_READUTMP):
45024         * m4/regex.m4 (gl_REGEX):
45025         * m4/safe-read.m4 (gl_SAFE_READ):
45026         * m4/safe-write.m4 (gl_SAFE_WRITE):
45027         * m4/same.m4 (gl_SAME):
45028         * m4/save-cwd.m4 (gl_SAVE_CWD):
45029         * m4/savedir.m4 (gl_SAVEDIR):
45030         * m4/settime.m4 (gl_SETTIME):
45031         * m4/sha1.m4 (gl_SHA1):
45032         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45033         * m4/stat-macros.m4 (gl_STAT_MACROS):
45034         * m4/stat-time.m4 (gl_STAT_TIME):
45035         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45036         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45037         * m4/strdup.m4 (gl_FUNC_STRDUP):
45038         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45039         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45040         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45041         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45042         * m4/time_r.m4 (gl_TIME_R):
45043         * m4/timespec.m4 (gl_TIMESPEC):
45044         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45045         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45046         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45047         * m4/userspec.m4 (gl_USERSPEC):
45048         * m4/utimecmp.m4 (gl_UTIMECMP):
45049         * m4/utimens.m4 (gl_UTIMENS):
45050         * m4/xalloc.m4 (gl_XALLOC):
45051         * m4/xgetcwd.m4 (gl_XGETCWD):
45052         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45053         * m4/xreadlink.m4 (gl_XREADLINK):
45054         * m4/xstrtod.m4 (gl_XSTRTOD):
45055         * m4/yesno.m4 (gl_YESNO):
45056         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45057         to get the necessary .h files and whatnot.
45058
45059 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45060             Bruno Haible  <bruno@clisp.org>
45061
45062         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45063         /bin/sh understanding of '!' conditional negation.
45064
45065 2006-08-21  Jim Meyering  <jim@meyering.net>
45066
45067         * modules/openat (Depends-on): Really alphabetize.
45068
45069         * modules/acl (Depends-on): Add error and quote.
45070
45071         * check-module (find_included_lib_files): Add at-func.c to the
45072         ok-to-include-more-than-once white list.
45073
45074         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45075
45076 2006-08-21  Bruno Haible  <bruno@clisp.org>
45077
45078         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45079         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45080         Reported by Martin Lambers <marlam@marlam.de>.
45081
45082 2006-08-21  Bruno Haible  <bruno@clisp.org>
45083
45084         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45085         specify an installation location, don't emit a noinst_LIBRARIES or
45086         noinst_LTLIBRARIES assignment.
45087
45088 2006-08-21  Bruno Haible  <bruno@clisp.org>
45089
45090         BeOS portability.
45091         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45092         BeOS has mbrtowc() but no <wctype.h>.
45093
45094 2006-08-21  Bruno Haible  <bruno@clisp.org>
45095
45096         BeOS portability.
45097         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45098         exist.
45099
45100 2006-08-21  Bruno Haible  <bruno@clisp.org>
45101
45102         BeOS portability.
45103         * lib/mbchar.h: Include <wctype.h> only if it exists.
45104
45105 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45106
45107         Remove files that are no longer needed by their respective modules.
45108         * m4/obstack.m4: Remove.
45109         * m4/strerror_r.m4: Remove.
45110         * m4/uint32_t.m4: Remove.
45111         * m4/uintptr_t.m4: Remove.
45112         * m4/ullong_max.m4: Remove.
45113         * m4/xstrtoimax.m4: Remove.
45114         * m4/xstrtoumax.m4: Remove.
45115
45116         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45117         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45118         dependencies now capture this.
45119
45120         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45121         Do not use AC_LIBSOURCES, since gnulib modules now do this.
45122         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
45123         * m4/human.m4 (gl_HUMAN): Likewise.
45124         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
45125         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
45126
45127         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
45128
45129         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
45130         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
45131         stdint.
45132         * m4/human.m4 (gl_HUMAN): Likewise.
45133         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
45134         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
45135         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45136         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45137         * m4/xstrtol (gl_XSTRTOL): Likewise.
45138
45139         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
45140         AC_TYPE_LONG_LONG_INT.
45141         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45142         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
45143         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
45144         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45145
45146         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
45147         on stdbool.
45148
45149         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
45150         (gl_PREREQ_XSTRTOUL): Remove.
45151
45152         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
45153
45154         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
45155         mode.
45156
45157 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45158
45159         Add and change modules to make it easier for coreutils to use
45160         gnulib-tool.
45161         * modules/backupfile (Files): Remove m4/d-ino.m4.
45162         (Depends-on): Add d-ino.
45163         * modules/cycle-check (Depends-on): Add stdint.
45164         (lib_SOURCES): Add cycle-check.h.
45165         * modules/d-ino: New module.
45166         * modules/d-type: New module.
45167         * modules/error (Files): Remove m4/strerror_r.m4.
45168         * modules/filemode (Files): Add m4/st_dm_mode.m4.
45169         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45170         m4/inttypes_h.m4, m4/uintmax_t.m4.
45171         (Depends-on): Add stdint.
45172         (lib_SOURCES): Add fsusage.h.
45173         * modules/getcwd (Files): Remove d-ino.m4.
45174         (Depends-on): Add d-ino.
45175         * modules/getndelim2 (Depends-on): Add stdint.
45176         * modules/glob (Files): Remove m4/d-type.m4.
45177         (Depends-on): Add d-type.
45178         * modules/host-os: New module.
45179         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
45180         m4/inttypes_h.m4, m4/uintmax_t.m4.
45181         * Depends-on: Add stdint.
45182         (lib_SOURCES): Add human.h.
45183         * modules/inttostr (Files): Remove m4/intmax_t.m4,
45184         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
45185         m4/uintmax_t.m4, m4/ulonglong.m4.
45186         (Depends-on): Add stdint.
45187         (EXTRA_DIST): Add inttostr.h.
45188         * modules/lchmod: New module.
45189         * modules/link-follow: New module.
45190         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
45191         (Depends-on): Add lchmod.
45192         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
45193         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
45194         (Depends-on): Add stdint.
45195         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
45196         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
45197         (Depends-on): Add stdint.
45198         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
45199         * modules/perl: New module.
45200         * modules/regex (Depends-on): Add stdint.
45201         * modules/rmdir-errno: New module.
45202         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45203         m4/intmax_t.m4.
45204         (Depends-on): Add stdint.
45205         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45206         m4/uintmax_t.m4.
45207         (Depends-on): Add stdint.
45208         * modules/unlink-busy: New module.
45209         * modules/utimecmp (Depends-on): Add stdint.
45210         * modules/uptime: New module.
45211         * modules/winsz-ioctl: New module.
45212         * modules/winsz-termios: New module.
45213         * modules/xnanosleep (Depends-on): Add nanosleep.
45214         * modules/ullong_max: Remove.
45215         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
45216         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
45217         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
45218         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
45219         (Depends-on): Add inttypes.
45220         (lib_SOURCES): Add xstrtol.h.
45221         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
45222         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
45223         * MODULES.html.sh: Move 'assert' into the assert section.
45224         Move 'dummy' into the linking section.
45225         Remove ullong_max.
45226         Add section for compatibility checks for POSIX:2001 functions,
45227         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
45228         winsz-ioctl, and winsz-termios into it.
45229         Add lchmod.
45230         Add top-level Misc section and put host-os, perl, and uptime
45231         into it.
45232
45233 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45234
45235         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
45236         now assume the stdint module.  Do not include inttypes.h.
45237         * lib/fsusage.h: Likewise.
45238         * lib/getndelim2.c: Likewise.
45239         * lib/human.h: Likewise.
45240         * lib/inttostr.h: Likewise.
45241         * lib/obstack.c: Likewise.
45242         * lib/regex_internal.h: Likewise.
45243         * lib/tempname.c: Likewise.
45244         * lib/utimecmp.c: Likewise.
45245         * lib/xstrtol.h: Likewise.
45246
45247         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
45248
45249         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
45250         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
45251         * lib/xtime.h: Likewise.
45252
45253 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45254
45255         * modules/openat (Files): Add lib/fchmodat.c.
45256         Fixes problem reported by Jay Youngman.
45257
45258 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45259
45260         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
45261         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
45262
45263 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
45264             Bruno Haible  <bruno@clisp.org>
45265
45266         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
45267         and is a script that invokes bison. Tighten the code. Add comments.
45268
45269 2006-08-18  Jim Meyering  <jim@meyering.net>
45270
45271         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
45272         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45273         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45274         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45275
45276 2006-08-18  Bruno Haible  <bruno@clisp.org>
45277
45278         * modules/bison-i18n: New file.
45279         * MODULES.html.sh (Internationalization functions): Add it.
45280
45281 2006-08-18  Bruno Haible  <bruno@clisp.org>
45282
45283         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45284         sys/statvfs.h. When getmntinfo was found, check its declaration and
45285         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45286
45287 2006-08-18  Bruno Haible  <bruno@clisp.org>
45288
45289         * m4/bison-i18n.m4: New file, from bison.
45290
45291 2006-08-18  Bruno Haible  <bruno@clisp.org>
45292
45293         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45294         (ME_DUMMY): Treat "kernfs" as a dummy.
45295         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45296
45297 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45298
45299         Update from coreutils.
45300
45301         2006-08-15  Jim Meyering  <jim@meyering.net>
45302
45303         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45304
45305         2006-01-17  Jim Meyering  <jim@meyering.net>
45306
45307         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45308
45309         2006-01-11  Jim Meyering  <jim@meyering.net>
45310
45311         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45312         Check for the lchmod function.
45313
45314 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45315
45316         Update from coreutils.
45317
45318         * lib/__fpending.h: Add copyright notice.
45319         * lib/fprintftime.h: Likewise.
45320         * lib/savedir.c: Use (C) in copyright notice.
45321         * lib/savedir.h: Likewise.
45322
45323         2006-08-15  Jim Meyering  <jim@meyering.net>
45324
45325         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45326         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45327         in support of the EXPECTED_ERRNO macro.
45328         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45329         definitions.  Instead, define the appropriate symbols and include
45330         "at-func.c".
45331         * lib/mkdirat.c (mkdirat): Likewise.
45332         * lib/fchmodat.c (fchmodat): Likewise.
45333         (ENOSYS): Remove definition.
45334         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45335         it.  Don't include "unistd--.h" -- it wasn't ever used.
45336
45337         2006-01-17  Jim Meyering  <jim@meyering.net>
45338
45339         Rewrite fts.c not to change the current working directory,
45340         by using openat, fstatat, fdopendir, etc..
45341
45342         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45343         (HAVE_OPENAT_SUPPORT): Define.
45344         [_LIBC] (fchdir): Don't undef or define; no longer used.
45345         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45346         Now, this `function' always succeeds, and consumes its file descriptor
45347         parameter -- so callers must not close such FDs.  Update callers.
45348         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45349         (diropen): Add parameter, SP.  Adjust all callers.
45350         Implement using diropen_fd, rather than open.
45351         (fts_open): Initialize new member, fts_cwd_fd.
45352         Remove fts_rft-setting code.
45353         (fts_close): Close fts_cwd_fd, if necessary.
45354         (__opendir2): Define in terms of opendir or opendirat,
45355         depending on whether the FST_NOCHDIR flag is set.
45356         (fts_build): Since fts_safe_changedir consumes its FD, and since
45357         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45358         and close the dup'd file descriptor upon failure.
45359         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45360         (fts_safe_changedir): Tweak semantics to reflect that this function
45361         now calls cwd_advance_fd and hence consumes its FD argument.
45362         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45363         [struct FTS] (fts_rft): Remove now-unused member.
45364         [struct FTS] (fts_cycle.state): Improve comment.
45365
45366         * lib/openat.c (openat_needs_fchdir): New function.
45367         * lib/openat.h (openat_needs_fchdir): Declare it.
45368
45369 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45370
45371         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45372         Problem and fix reported by Pádraig Brady in
45373         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45374
45375 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45376
45377         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45378
45379 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45380
45381         * lib/memcoll.c (memcoll): Optimize for the common case where the
45382         arguments are bytewise equal.
45383
45384 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45385
45386         * doc/regexprops-generic.texi: Add a copyright notice.
45387
45388 2006-08-15  Bruno Haible  <bruno@clisp.org>
45389
45390         * modules/tmpdir (License): Change to LGPL.
45391
45392 2006-08-15  Bruno Haible  <bruno@clisp.org>
45393
45394         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45395         module.
45396
45397 2006-08-14  Simon Josefsson  <jas@extundo.com>
45398
45399         * config/srclist.txt: Add gnupload.
45400
45401 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45402
45403         Change copyright notice from LGPL 2 to GPL 2, since that's the
45404         standard form used in the gnulib repository.
45405         * tests/test-lock.c: Likewise.
45406         * tests/test-stdint.c: Likewise.
45407         * tests/test-tls.c: Likewise.
45408
45409         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45410         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45411         Add copyright notice.
45412
45413         * check-module: Add copyright notice.  Output a copyright
45414         notice if "--version" is specified.
45415         * modules/COPYING: New file.
45416         * tests/test-getaddrinfo.c: Add copyright notice.
45417         * tests/test-verify.c: Likewise.
45418
45419 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45420
45421         Change copyright notice from LGPL 2 to GPL 2, since that's the
45422         standard form used in the gnulib repository.
45423         * lib/lock.c: LGPL -> GPL.
45424         * lib/lock.h: Likewise.
45425         * lib/strnlen1.c: Likewise.
45426         * lib/strnlen1.h: Likewise.
45427         * lib/tls.c: Likewise.
45428         * lib/tls.h: Likewise.
45429         * lib/tmpdir.c: Likewise.
45430
45431         * lib/TODO: Remove; this belongs only in coreutils.
45432
45433 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45434
45435         Add copyright notices to long-enough files that lack them, since
45436         otherwise the files aren't clearly free.  Use the same notice that
45437         getdate.texi already uses.
45438         * doc/alloca-opt.texi: Add copyright notice.
45439         * doc/alloca.texi: Likewise.
45440         * doc/ctime.texi: Likewise.
45441         * doc/functions.texi: Likewise.
45442         * doc/gcd.texi: Likewise.
45443         * doc/gnulib-tool.texi: Likewise.
45444         * doc/inet_ntoa.texi: Likewise.
45445         * doc/visibility.texi: Likewise.
45446
45447         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45448         * doc/quote.texi: Add copyright notice.
45449
45450         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45451         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45452         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45453         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45454         is now obsolete, and give a pointer to the Sun list.
45455         Add copyright notice.
45456
45457 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45458
45459         * config/srclistvars.sh: Add copyright notice.
45460
45461 2006-08-14  Eric Blake  <ebb9@byu.net>
45462
45463         Import the following change from libc:
45464
45465         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45466
45467         Upstream bug 2997.
45468         * lib/misc/error.c: Add space between program name and message if file
45469         name is missing.
45470
45471 2006-08-12  Karl Berry  <karl@gnu.org>
45472
45473         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45474         remove, these originate in gnulib now.
45475
45476 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45477
45478         * doc/Makefile (standards.info standards.html standards.dvi):
45479         Also depend on make-stds.texi.
45480
45481 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45482
45483         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45484         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45485
45486         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45487         in wchar_t.  Problem reported by Eric Blake.
45488
45489         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45490         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45491         Also, help the compiler to keep LEN in a register.
45492
45493 2006-08-11  Eric Blake  <ebb9@byu.net>
45494
45495         * users.txt: Sort.  Add tar.
45496
45497 2006-08-11  Bruno Haible  <bruno@clisp.org>
45498
45499         * users.txt: New file.
45500
45501 2006-08-11  Bruno Haible  <bruno@clisp.org>
45502
45503         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45504         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45505
45506 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45507
45508         * modules/snprintf (Depends-on): Remove minmax.
45509         (Maintainer): Add self and Bruno.
45510
45511 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45512
45513         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45514         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45515         (EOVERFLOW): Define if the system does not.
45516         Do not include "minmax.h"; it wasn't used.
45517         (snprintf): Don't assume size_t promotes to an unsigned type.
45518         Fix bug when generated string was too long for the buffer: the
45519         buffer's contents are supposed to be the initial prefix of the
45520         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45521         exceeds INT_MAX; do the check ourselves.
45522
45523         Import the following changes from libc:
45524
45525         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45526
45527         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45528         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45529         set wc to the byte which couldn't be converted.
45530         (re_string_reconstruct): Don't clear valid_raw_len before calling
45531         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45532         tip_context using re_string_context_at.
45533
45534         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45535
45536         * lib/posix/regex.h: g++ still cannot handled [restrict].
45537
45538         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45539
45540         * lib/posix/regex.h: Remove special handling for VMS.
45541
45542 2006-08-10  Jim Meyering  <jim@meyering.net>
45543
45544         * modules/same-inode: New module.
45545         * modules/dev-ino: New module.
45546         * modules/cycle-check: Depend on these modules, rather than simply
45547         including their .h files.
45548         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45549         required via m4/cycle-check.m4.
45550         * modules/same: Depend on new same-inode module, rather than
45551         including same-inode.h.
45552         * modules/chdir-safer: New file.
45553
45554         * modules/chown (Depends-on): Add stat-macros.
45555
45556 2006-08-10  Jim Meyering  <jim@meyering.net>
45557
45558         * m4/cycle-check.m4: New file.
45559         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45560         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45561
45562 2006-08-10  Eric Blake  <ebb9@byu.net>
45563
45564         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45565         in from original proposal.
45566
45567 2006-08-10  Eric Blake  <ebb9@byu.net>
45568         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45569
45570         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45571         namespace.
45572
45573 2006-08-10  Bruno Haible  <bruno@clisp.org>
45574
45575         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45576         as well.
45577
45578 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45579
45580         Sync from coreutils.
45581
45582         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45583
45584         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45585         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45586
45587 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45588
45589         * modules/restrict: Remove; no longer needed now that we assume
45590         Autoconf 2.59 or later.
45591         * MODULES.html.sh: Remove 'restrict'.
45592         * modules/argp (Depends-on): Remove 'restrict'.
45593         * modules/base64 (Depends-on): Likewise.
45594         * modules/gc (Depends-on): Likewise.
45595         * modules/getaddrinfo (Depends-on): Likewise.
45596         * modules/glob (Depends-on): Likewise.
45597         * modules/inet_ntop (Depends-on): Likewise.
45598         * modules/inet_pton (Depends-on): Likewise.
45599         * modules/memxor (Depends-on): Likewise.
45600         * modules/regex (Depends-on): Likewise.
45601         * modules/strtok_r (Depends-on): Likewise.
45602         * modules/time_r (Depends-on): Likewise.
45603
45604 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45605
45606         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45607         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45608         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45609         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45610         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45611         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45612         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45613         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45614
45615         Merge from coreutils.
45616         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45617         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45618         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45619         * m4/time_r.m4 (gl_TIME_R): Likewise.
45620
45621 2006-08-09  Karl Berry  <karl@gnu.org>
45622
45623         * config/srclist.txt: no more gettext-tools, per Bruno.
45624
45625 2006-08-08  Eric Blake  <ebb9@byu.net>
45626
45627         * modules/verror: New module.
45628         * MODULES.html.sh: Document it.
45629
45630 2006-08-08  Eric Blake  <ebb9@byu.net>
45631
45632         * lib/verror.h, lib/verror.c: New files.
45633
45634 2006-08-08  Eric Blake  <ebb9@byu.net>
45635
45636         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45637         verror_at_line output complies with GNU Coding Standards even when
45638         file is NULL.
45639
45640 2006-08-07  Bruno Haible  <bruno@clisp.org>
45641
45642         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45643         versions of AIX.
45644         Reported by Ralf Wildenhues.
45645
45646 2006-08-07  Bruno Haible  <bruno@clisp.org>
45647
45648         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45649         in an AC_DEFUN. Needed so that the autoconf snippets can use
45650         AC_REQUIRE.
45651
45652 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45653
45654         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45655         Initialize pkgdata_DATA.
45656         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45657         overriding it.
45658
45659 2006-08-06  Eric Blake  <ebb9@byu.net>
45660
45661         * lib/error.h: Fold in some upstream changes from glibc.
45662         * lib/error.c: Likewise.
45663
45664 2006-08-04  Bruno Haible  <bruno@clisp.org>
45665
45666         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45667         Make the mostlyclean-local rule depend on mostlyclean-generic.
45668         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45669
45670 2006-07-31  Bruno Haible  <bruno@clisp.org>
45671
45672         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45673         <stdlib.h>, <string.h>.
45674
45675 2006-07-30  Bruno Haible  <bruno@clisp.org>
45676
45677         * modules/readlink (License): Change to LGPL.
45678
45679 2006-07-30  Bruno Haible  <bruno@clisp.org>
45680
45681         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45682         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45683         set PKGDATADIR to point to it.
45684
45685 2006-07-30  Bruno Haible  <bruno@clisp.org>
45686
45687         * modules/csharpexec (configure.ac): Comment out macro invocation.
45688         * modules/javaexec (configure.ac): Likewise.
45689         * modules/javacomp-script (configure.ac): Likewise.
45690
45691         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45692
45693 2006-07-30  Bruno Haible  <bruno@clisp.org>
45694
45695         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45696         linked-list.
45697
45698 2006-07-30  Bruno Haible  <bruno@clisp.org>
45699
45700         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45701
45702 2006-07-30  Bruno Haible  <bruno@clisp.org>
45703
45704         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45705         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45706         get removed.
45707
45708 2006-07-29  Bruno Haible  <bruno@clisp.org>
45709
45710         Make it possible for gnulib-tool to work with locally modified or
45711         augmented gnulib repositories.
45712         * gnulib-tool (func_usage): Document --local-dir option.
45713         (local_gnulib_dir): New variable.
45714         Handle --local-dir option.
45715         (func_lookup_file): New function.
45716         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45717         (func_get_description, func_get_filelist, func_get_description,
45718         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45719         func_get_automake_snippet, func_get_include_directive,
45720         func_get_license, func_get_maintainer): Use func_lookup_file.
45721         (func_import, func_create_testdir): Use func_lookup_file.
45722
45723 2006-07-29  Bruno Haible  <bruno@clisp.org>
45724
45725         * modules/setenv (Depends-on): Add unistd.
45726
45727 2006-07-29  Bruno Haible  <bruno@clisp.org>
45728
45729         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45730
45731 2006-07-29  Bruno Haible  <bruno@clisp.org>
45732
45733         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45734
45735 2006-07-29  Bruno Haible  <bruno@clisp.org>
45736
45737         * gnulib-tool (import, update): If there is no Makefile.am, look at
45738         aclocal.m4, instead of bailing out.
45739
45740 2006-07-29  Bruno Haible  <bruno@clisp.org>
45741
45742         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45743         Categorize the options by when they are useful.
45744
45745 2006-07-29  Bruno Haible  <bruno@clisp.org>
45746
45747         * gnulib-tool (func_usage): Document option --no-libtool.
45748         Handle option --no-libtool.
45749         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45750         for changed semantics of $libtool variable.
45751         (func_import): Likewise. If libtool is not used, show this through
45752         an option --no-libtool.
45753         (func_create_testdir): Update.
45754
45755 2006-07-29  Bruno Haible  <bruno@clisp.org>
45756
45757         * gnulib-tool (func_import): Extend error message about missing
45758         --doc-base.
45759
45760 2006-07-29  Bruno Haible  <bruno@clisp.org>
45761
45762         * gnulib-tool (func_import): Don't create the $docbase directory if
45763         there is no file to store there.
45764
45765 2006-07-29  Bruno Haible  <bruno@clisp.org>
45766
45767         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45768         relevant, look for configure.ac there, not in the current directory.
45769         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45770
45771 2006-07-29  Bruno Haible  <bruno@clisp.org>
45772
45773         * gnulib-tool (SORT): New variable.
45774         (func_usage): Undocument --assume-autoconf option.
45775         Remove --assume-autoconf option handling.
45776         (autoconf_minversion): Determine from the contents of configure.ac.
45777         (func_import): Remove autoconf_minversion handling.
45778         Suggested by Eric Blake.
45779
45780 2006-07-29  Bruno Haible  <bruno@clisp.org>
45781
45782         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45783
45784 2006-07-29  Bruno Haible  <bruno@clisp.org>
45785
45786         * config/srclist.txt (*setenv.[ch]): Remove rules.
45787
45788 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45789
45790         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45791
45792 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45793
45794         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45795         arpa/inet.h.
45796
45797 2006-07-28  Simon Josefsson  <jas@extundo.com>
45798
45799         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45800         * modules/inet_pton (Depends-on): Likewise.
45801
45802 2006-07-28  Simon Josefsson  <jas@extundo.com>
45803
45804         * m4/netinet_in_h.m4: New file.
45805
45806 2006-07-28  Simon Josefsson  <jas@extundo.com>
45807
45808         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45809         #include's.
45810
45811 2006-07-28  Simon Josefsson  <jas@extundo.com>
45812
45813         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45814         #include's.
45815
45816 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45817
45818         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45819         setgid on directories only if they set these bits.
45820         * lib/modechange.h: Remove obsolete comment about masks.
45821
45822 2006-07-28  Eric Blake  <ebb9@byu.net>
45823
45824         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45825         macro expansion.
45826
45827 2006-07-28  Bruno Haible  <bruno@clisp.org>
45828
45829         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45830
45831 2006-07-28  Bruno Haible  <bruno@clisp.org>
45832
45833         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45834
45835 2006-07-28  Bruno Haible  <bruno@clisp.org>
45836
45837         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45838         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45839         Define fallbacks.
45840         Avoids link error on FreeBSD 4.x.
45841         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45842
45843         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45844         encoding.
45845         * lib/mbswidth.c (iswcntrl): Likewise.
45846
45847 2006-07-27  Bruno Haible  <bruno@clisp.org>
45848
45849         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45850         test.
45851
45852 2006-07-27  Bruno Haible  <bruno@clisp.org>
45853
45854         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45855         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45856         defined.
45857
45858 2006-07-26  Eric Blake  <ebb9@byu.net>
45859
45860         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45861
45862 2006-07-26  Eric Blake  <ebb9@byu.net>
45863
45864         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45865         like mingw that lack mkstemp.
45866         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45867         avoid compilation warning on mingw.
45868
45869 2006-07-26  Bruno Haible  <bruno@clisp.org>
45870
45871         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45872         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45873         INT_FAST*_MIN, INTPTR_MIN.
45874
45875 2006-07-25  Bruno Haible  <bruno@clisp.org>
45876
45877         * modules/version-etc (Depends-on): Add stdarg.
45878
45879 2006-07-25  Bruno Haible  <bruno@clisp.org>
45880
45881         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45882         complex commands.
45883
45884 2006-07-25  Bruno Haible  <bruno@clisp.org>
45885
45886         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45887         defined in <stdarg.h> or config.h.
45888
45889 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45890
45891         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45892         (gl_STDIO_SAFER): Remove.
45893
45894 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45895
45896         * MODULES.html.sh (File stream based Input/Output):
45897         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45898         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45899         * modules/fopen-safer, modules/tmpfile-safer: New files.
45900         * modules/stdio-safer: Remove.
45901
45902 2006-07-24  Bruno Haible  <bruno@clisp.org>
45903
45904         * modules/tmpdir: New file.
45905         * MODULES.html.sh (File system functions): Add it.
45906
45907 2006-07-24  Bruno Haible  <bruno@clisp.org>
45908
45909         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45910         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45911
45912 2006-07-24  Bruno Haible  <bruno@clisp.org>
45913
45914         * modules/clean-temp: New file.
45915
45916 2006-07-24  Bruno Haible  <bruno@clisp.org>
45917
45918         * m4/tmpdir.m4: New file, from GNU gettext.
45919
45920 2006-07-24  Bruno Haible  <bruno@clisp.org>
45921
45922         * lib/tmpdir.h: New file, from GNU gettext.
45923         * lib/tmpdir.c: New file, from GNU gettext.
45924
45925 2006-07-24  Bruno Haible  <bruno@clisp.org>
45926
45927         * lib/clean-temp.h: New file, from GNU gettext.
45928         * lib/clean-temp.c: New file, from GNU gettext.
45929
45930 2006-07-23  Eric Blake  <ebb9@byu.net>
45931
45932         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45933         (Depends-on): Add binary-io.
45934
45935 2006-07-23  Eric Blake  <ebb9@byu.net>
45936
45937         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45938
45939 2006-07-23  Eric Blake  <ebb9@byu.net>
45940
45941         * lib/tmpfile-safer.c: New file.
45942         * lib/stdio-safer.h (fopen_safer): Add prototype.
45943         * lib/stdio--.h (tmpfile): Make safer.
45944
45945 2006-07-23  Bruno Haible  <bruno@clisp.org>
45946
45947         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45948         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45949         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45950         gl_linked_remove_at): Use it.
45951
45952 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45953         and Simon Josefsson <jas@extundo.com>
45954
45955         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45956
45957         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45958
45959 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45960
45961         * modules/close-stream: New file.
45962         * modules/closeout (Description): Make it clear that it exits
45963         with a diagnostic on error.
45964         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45965         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45966
45967 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45968
45969         * m4/close-stream.m4: New file.
45970
45971 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45972
45973         * lib/close-stream.c, lib/close-stream.h: New files.
45974
45975 2006-07-22  Bruno Haible  <bruno@clisp.org>
45976
45977         Merge from GNU gettext 0.15.
45978
45979         2006-05-01  Bruno Haible  <bruno@clisp.org>
45980
45981                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45982
45983         2006-07-22  Bruno Haible  <bruno@clisp.org>
45984
45985                 * modules/javaversion: New file.
45986                 * MODULES.html.sh (Java): Add javaversion.
45987
45988         2006-03-12  Bruno Haible  <bruno@clisp.org>
45989
45990                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45991
45992         2005-12-04  Bruno Haible  <bruno@clisp.org>
45993
45994                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45995                 (untested).
45996
45997         2006-06-21  Bruno Haible  <bruno@clisp.org>
45998
45999                 Avoid warnings from recent versions of mcs.
46000                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46001                 -o, -L, -r any more. Use options documented since mcs-1.0
46002                 instead. Similarly for -g.
46003
46004         2005-12-04  Bruno Haible  <bruno@clisp.org>
46005
46006                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46007                 .resources, not .resource.
46008
46009         2005-07-09  Bruno Haible  <bruno@clisp.org>
46010
46011                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46012                 add a .dll suffix.
46013                 Reported by Mark Junker <mjscod@gmx.de>.
46014
46015         2006-07-22  Bruno Haible  <bruno@clisp.org>
46016
46017                 * modules/gettext: Upgrade to gettext-0.15.
46018                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46019                 m4/visibility.m4.
46020                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46021
46022 2006-07-22  Bruno Haible  <bruno@clisp.org>
46023
46024         Merge from GNU gettext 0.15.
46025
46026         2006-03-25  Bruno Haible  <bruno@clisp.org>
46027
46028                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46029
46030         2006-07-21  Bruno Haible  <bruno@clisp.org>
46031
46032                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46033                 "1.1".
46034
46035         2006-05-09  Bruno Haible  <bruno@clisp.org>
46036
46037                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46038                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46039                 for the conftestver execution.
46040
46041         2006-05-01  Bruno Haible  <bruno@clisp.org>
46042
46043                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46044                 optional target-version argument. Verify that the compiler
46045                 groks source of the specified source-version, or add -source
46046                 option as necessary. Verify that the compiler produces
46047                 bytecode in the specified target-version, or add -target and
46048                 -source options as necessary. Make the result of the test
46049                 available as variable CONF_JAVAC. Also log error output in
46050                 config.log.
46051
46052         2006-03-11  Bruno Haible  <bruno@clisp.org>
46053
46054                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46055
46056         2006-05-09  Bruno Haible  <bruno@clisp.org>
46057
46058                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46059                 CLASSPATH_SEPARATOR to a semicolon.
46060
46061         2006-03-12  Bruno Haible  <bruno@clisp.org>
46062
46063                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46064                 available as variable CONF_JAVA, for subsequent autoconf
46065                 tests. Also log error output in config.log.
46066
46067         2006-07-19  Bruno Haible  <bruno@clisp.org>
46068
46069                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46070                 that getline works on glibc2 systems. Needed to avoid trouble
46071                 in relocatable.c.
46072                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46073
46074         2005-12-04  Bruno Haible  <bruno@clisp.org>
46075
46076                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46077                 launcher (untested).
46078
46079         2005-12-04  Bruno Haible  <bruno@clisp.org>
46080
46081                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46082
46083         2006-07-22  Bruno Haible  <bruno@clisp.org>
46084
46085                 * gettext.m4: Update from GNU gettext-0.15.
46086                 * nls.m4: Likewise.
46087                 * po.m4: Likewise.
46088                 * inttypes-pri.m4: Likewise.
46089                 * inttypes-h.m4: Renamed from inttypes.m4.
46090                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46091
46092 2006-07-22  Bruno Haible  <bruno@clisp.org>
46093
46094         Merge from GNU gettext 0.15.
46095
46096         2005-07-05  Bruno Haible  <bruno@clisp.org>
46097
46098                 * printf-args.c (printf_fetchargs): Work around broken
46099                 definition of wint_t on mingw.
46100
46101         2005-02-12  Bruno Haible  <bruno@clisp.org>
46102
46103                 * xallocsa.h: Add extern "C" for C++.
46104
46105         2006-05-17  Bruno Haible  <bruno@clisp.org>
46106
46107                 Cygwin portability.
46108                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46109
46110         2006-04-30  Bruno Haible  <bruno@clisp.org>
46111
46112                 * progreloc.c: Include <mach-o/dyld.h> if available.
46113                 (find_executable): Use _NSGetExecutablePath when possible.
46114
46115         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46116
46117                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46118                 function.
46119
46120         2005-12-29  Bruno Haible  <bruno@clisp.org>
46121
46122                 * progreloc.c (set_program_name_and_installdir): Fix
46123                 compilation error.
46124
46125         2005-12-04  Bruno Haible  <bruno@clisp.org>
46126
46127                 Cygwin portability.
46128                 * progreloc.c: Include <windows.h> also on Cygwin.
46129                 (find_executable): Add support for Cygwin.
46130                 (set_program_name_and_installdir): Handle also platforms with
46131                 nonempty EXEEXT.
46132
46133         2006-07-11  Bruno Haible  <bruno@clisp.org>
46134
46135                 * javacomp.c: Fix a comment.
46136                 Reported by Jim Meyering.
46137
46138         2006-04-30  Bruno Haible  <bruno@clisp.org>
46139
46140                 * javacomp.h (compile_java_class): Add source_version,
46141                 target_version arguments.
46142                 * javacomp.c: Rewritten to choose only a compiler that
46143                 respects the specified source_version and target_version.
46144
46145         2006-06-27  Bruno Haible  <bruno@clisp.org>
46146
46147                 Assume correct S_ISDIR macro.
46148                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
46149
46150         2006-07-22  Bruno Haible  <bruno@clisp.org>
46151
46152                 * javaversion.h: New file, from GNU gettext.
46153                 * javaversion.c: New file, from GNU gettext.
46154                 * javaversion.java: New file, from GNU gettext.
46155                 * javaversion.class: New file, from GNU gettext.
46156
46157         2006-05-17  Bruno Haible  <bruno@clisp.org>
46158
46159                 Cygwin portability.
46160                 * javaexec.c (execute_java_class): Test for jview program
46161                 also on Cygwin.
46162
46163         2006-04-09  Bruno Haible  <bruno@clisp.org>
46164
46165                 * fatal-signal.c: Don't include string.h.
46166                 (at_fatal_signal): Use a copying loop instead of memcpy.
46167
46168         2005-12-04  Bruno Haible  <bruno@clisp.org>
46169
46170                 * csharpexec.c: Add support for 'clix' launcher (untested).
46171                 (execute_csharp_using_sscli): New function.
46172                 (execute_csharp_program): Call it.
46173
46174         2006-06-21  Bruno Haible  <bruno@clisp.org>
46175
46176                 Avoid warnings from recent versions of mcs.
46177                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
46178                 -o, -L, -r any more. Use options documented since mcs-1.0
46179                 instead. Similarly for -g.
46180
46181         2005-07-09  Bruno Haible  <bruno@clisp.org>
46182
46183                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
46184                 add a .dll suffix.
46185                 Reported by Mark Junker <mjscod@gmx.de>.
46186
46187         2006-06-17  Bruno Haible  <bruno@clisp.org>
46188
46189                 * config.charset: Update for NetBSD 3.0.
46190
46191         2006-05-17  Bruno Haible  <bruno@clisp.org>
46192
46193                 Cygwin portability.
46194                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
46195
46196         2006-05-16  Bruno Haible  <bruno@clisp.org>
46197
46198                 * localcharset.c [CYGWIN]: Include <windows.h>.
46199                 (get_charset_aliases): For Cygwin, return the same CPxxx
46200                 aliases list as under WIN32.
46201                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
46202                 the environment variables. Fall back to GetACP().
46203
46204         2006-04-05  Bruno Haible  <bruno@clisp.org>
46205
46206                 * config.charset: Update Juan Manuel Guerrero's address.
46207
46208         2005-02-12  Bruno Haible  <bruno@clisp.org>
46209
46210                 * allocsa.h: Add extern "C" for C++.
46211
46212         2005-02-10  Bruno Haible  <bruno@clisp.org>
46213
46214                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
46215                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
46216
46217         2006-07-22  Bruno Haible  <bruno@clisp.org>
46218
46219                 * gettext.h: Update to GNU gettext-0.15.
46220
46221 2006-07-22  Bruno Haible  <bruno@clisp.org>
46222
46223         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
46224         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
46225         lib-prefix.m4, longdouble.m4, ssize_t.m4.
46226
46227 2006-07-21  Eric Blake  <ebb9@byu.net>
46228
46229         * modules/stdlib-safer: New file.
46230         * MODULES.html.sh (File stream based Input/Output): Add
46231         stdlib-safer.
46232
46233 2006-07-21  Eric Blake  <ebb9@byu.net>
46234
46235         * lib/stdlib-safer.h: New file from coreutils, required by
46236         stdlib--.h.
46237
46238 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
46239
46240         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
46241
46242 2006-07-20  Bruno Haible  <bruno@clisp.org>
46243
46244         * gnulib-tool: Recognize new option --assume-autoconf.
46245         (autoconf_minversion): New variable.
46246         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
46247
46248 2006-07-20  Bruno Haible  <bruno@clisp.org>
46249
46250         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
46251
46252 2006-07-19  Derek R. Price  <derek@ximbiot.com>
46253
46254         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
46255         Reindent and repaginate.
46256
46257 2006-07-19  Derek Price  <derek@ximbiot.com>
46258
46259         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
46260         Correct grammar.
46261
46262 2006-07-17  Bruno Haible  <bruno@clisp.org>
46263
46264         * modules/list: New file.
46265         * modules/array-list: New file.
46266         * modules/carray-list, modules/carray-list-tests: New files.
46267         * modules/linked-list, modules/linked-list-tests: New files.
46268         * modules/avltree-list, modules/avltree-list-tests: New files.
46269         * modules/rbtree-list, modules/rbtree-list-tests: New files.
46270         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
46271         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
46272         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46273         * modules/oset: New file.
46274         * modules/array-oset: New file.
46275         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46276         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46277         * tests/test-carray_list.c: New file.
46278         * tests/test-linked_list.c: New file.
46279         * tests/test-avltree_list.c: New file.
46280         * tests/test-rbtree_list.c: New file.
46281         * tests/test-linkedhash_list.c: New file.
46282         * tests/test-avltreehash_list.c: New file.
46283         * tests/test-rbtreehash_list.c: New file.
46284         * tests/test-avltree_oset.c: New file.
46285         * tests/test-rbtree_oset.c: New file.
46286         * MODULES.html.sh (Container data structures): New section.
46287
46288 2006-07-17  Bruno Haible  <bruno@clisp.org>
46289
46290         * m4/gl_list.m4: New file.
46291
46292 2006-07-17  Bruno Haible  <bruno@clisp.org>
46293
46294         * lib/gl_list.h: New file.
46295         * lib/gl_list.c: New file.
46296         * lib/gl_array_list.h: New file.
46297         * lib/gl_array_list.c: New file.
46298         * lib/gl_carray_list.h: New file.
46299         * lib/gl_carray_list.c: New file.
46300         * lib/gl_linked_list.h: New file.
46301         * lib/gl_linked_list.c: New file.
46302         * lib/gl_anylinked_list1.h: New file.
46303         * lib/gl_anylinked_list2.h: New file.
46304         * lib/gl_avltree_list.h: New file.
46305         * lib/gl_avltree_list.c: New file.
46306         * lib/gl_anyavltree_list1.h: New file.
46307         * lib/gl_anyavltree_list2.h: New file.
46308         * lib/gl_rbtree_list.h: New file.
46309         * lib/gl_rbtree_list.c: New file.
46310         * lib/gl_anyrbtree_list1.h: New file.
46311         * lib/gl_anyrbtree_list2.h: New file.
46312         * lib/gl_anytree_list1.h: New file.
46313         * lib/gl_anytree_list2.h: New file.
46314         * lib/gl_linkedhash_list.h: New file.
46315         * lib/gl_linkedhash_list.c: New file.
46316         * lib/gl_anyhash_list1.h: New file.
46317         * lib/gl_anyhash_list2.h: New file.
46318         * lib/gl_avltreehash_list.h: New file.
46319         * lib/gl_avltreehash_list.c: New file.
46320         * lib/gl_rbtreehash_list.h: New file.
46321         * lib/gl_rbtreehash_list.c: New file.
46322         * lib/gl_anytreehash_list1.h: New file.
46323         * lib/gl_anytreehash_list2.h: New file.
46324
46325         * lib/gl_oset.h: New file.
46326         * lib/gl_oset.c: New file.
46327         * lib/gl_array_oset.h: New file.
46328         * lib/gl_array_oset.c: New file.
46329         * lib/gl_avltree_oset.h: New file.
46330         * lib/gl_avltree_oset.c: New file.
46331         * lib/gl_rbtree_oset.h: New file.
46332         * lib/gl_rbtree_oset.c: New file.
46333         * lib/gl_anytree_oset.h: New file.
46334
46335 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46336
46337         * m4/mkancesdirs.m4: New file.
46338         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46339         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46340         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46341         it.
46342
46343 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46344
46345         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46346         * lib/mkancesdirs.h: New files.
46347         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46348         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46349         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46350         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46351         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46352         callers changed.  Revamp internals significantly, by not
46353         attempting to create directories that are temporarily more
46354         permissive than the final results.  Do not attempt to use
46355         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46356         This removes some race conditions, fixes some bugs, and simplifies
46357         things.  Use new dirchownmod function to do owner and mode changes.
46358         * lib/mkdir-p.h: Likewise.
46359         * lib/modechange.c (octal_to_mode): New function.
46360         (struct mode_change): New member mentioned.
46361         (make_node_op_equals): New arg mentioned.  All callers changed.
46362         (mode_compile): Keep track of which mode bits the user has explicitly
46363         mentioned.
46364         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46365         New arg PMODE_BITS, to keep track of which mode bits the user
46366         mentioned; it treats S_ISUID and S_ISGID speciall.
46367         All callers changed.
46368         * lib/modechange.h: Likewise.
46369
46370 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46371
46372         * MODULES.html.sh: Add mkancestors.
46373         * modules/mkancesdirs: New module.
46374         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46375         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46376         The chdir-safer and afs files are now orphans; I'll remove them
46377         unless someone speaks up.
46378         Add lib/dirchownmod.c, lib/dirchownmod.h.
46379         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46380         Add lchown, mkancesdirs.
46381         (Maintainer): Add self.
46382
46383 2006-07-15  Karl Berry  <karl@gnu.org>
46384
46385         * gnulib-tool: help message wording/arrangement.
46386
46387 2006-07-14  Simon Josefsson  <jas@extundo.com>
46388
46389         * doc/gnulib.texi (Libtool and Windows): New section.
46390
46391 2006-07-12  Simon Josefsson  <jas@extundo.com>
46392
46393         * modules/gendocs (License): Fix license, approved by Karl.
46394
46395 2006-07-12  Eric Blake  <ebb9@byu.net>
46396
46397         * MODULES.html.sh: Add gendocs.
46398
46399 2006-07-11  Eric Blake  <ebb9@byu.net>
46400
46401         * modules/fdl: New module, to install doc/fdl.texi.
46402         * MODULES.html.sh: Add new section for documentation modules.
46403         * gnulib-tool: Avoid space-tab.
46404         (--doc-base): New option, to manage files from doc.
46405
46406 2006-07-11  Eric Blake  <ebb9@byu.net>
46407
46408         * m4/absolute-header.m4: Fix comments to match recent change.
46409
46410 2006-07-11  Eric Blake  <ebb9@byu.net>
46411
46412         * gnulib-tool: List --doc-base before --tests-base.
46413
46414 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46415
46416         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46417
46418 2006-07-11  Bruno Haible  <bruno@clisp.org>
46419
46420         * README: Mention where to put documentation.
46421
46422 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46423
46424         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46425
46426 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46427
46428         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46429         to stdint.m4.
46430
46431 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46432
46433         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46434         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46435         "no/such/file/stdint.h" when there is no such file, so that
46436         the resulting C code can be parsed by dodgy compilers.
46437         Problems reported by Bob Proulx.
46438
46439 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46440
46441         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46442         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46443         macros into the GNU _D_EXACT_NAMLEN.
46444         * lib/savedir.c:  Likewise.
46445         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46446
46447 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46448         and Paul Eggert  <eggert@cs.ucla.edu>
46449
46450         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46451         * m4/savedir.m4:
46452         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46453         macros into the GNU _D_EXACT_NAMLEN.
46454
46455 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46456
46457         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46458         around the absolute name, to work around a problem with the HP-UX
46459         11.23 native C compiler, reported by Bob Proulx.
46460
46461 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46462
46463         * doc/maintain.texi, make-stds.texi: Sync from
46464         <http://savannah.gnu.org/projects/gnustandards>.
46465
46466 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46467
46468         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46469
46470 2006-07-09  Jim Meyering  <jim@meyering.net>
46471
46472         * m4/glob.m4: Remove a doubled word in a comment.
46473
46474 2006-07-09  Jim Meyering  <jim@meyering.net>
46475
46476         * lib/argp-pv.c: Remove a doubled word in a comment.
46477         * lib/check-version.c (check_version): Likewise.
46478         * lib/javacomp.c (compile_java_class): Likewise.
46479
46480 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46481
46482         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46483         for the benefit of people using Autoconf 2.60.  If you want to
46484         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46485         (or m4/onceonly.m4, if pre-2.57) manually.
46486
46487 2006-07-08  Jim Meyering  <jim@meyering.net>
46488
46489         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46490         comment.
46491         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46492         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46493         comment.
46494
46495 2006-07-08  Jim Meyering  <jim@meyering.net>
46496
46497         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46498
46499 2006-07-07  Simon Josefsson  <jas@extundo.com>
46500
46501         * tests/test-crc.c: Change expected crc value, the test vector
46502         were probably computed using the old broken crc.c?
46503
46504 2006-07-06  Simon Josefsson  <jas@extundo.com>
46505
46506         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46507         now the canonical place for the M4 file).
46508
46509         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46510         from the sys_socket dependency now.
46511
46512         * modules/inet_pton (Files): Ditto.
46513
46514         * modules/inet_ntop (Files): Ditto.
46515
46516 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46517
46518         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46519         not gl_PREREQ_GETUSERSHELL.
46520
46521 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46522
46523         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46524         with only one argument, for Autoconf 2.60.
46525         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46526         expand to nothing, so add a shell command to avoid syntax error.
46527         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46528
46529 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46530
46531         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46532
46533 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46534
46535         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46536         no longer needed.  Check for isblank decl.
46537         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46538         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46539         of existence.
46540
46541 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46542
46543         * lib/getloadavg.c: Use __VMS, not VMS.
46544         * lib/getopt.c: Likewise.
46545         * lib/getpagesize.h: Likewise.
46546         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46547         and probably does not work.
46548
46549 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46550
46551         * lib/.cppi-disable: Add wcwidth.
46552         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46553         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46554         (ISGRAPH): Remove.  All uses changed to isgraph.
46555         (FOLD) [!defined _LIBC]: Remove special case.
46556         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46557         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46558         HAVE_ISBLANK.
46559         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46560         case.
46561
46562 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46563
46564         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46565         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46566         brackets.  Other minor changes to suppress some compiler
46567         warnings.
46568
46569 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46570         and Paul Eggert  <eggert@cs.ucla.edu>
46571
46572         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46573         of invoking obsolescent AC_HEADER_DIRENT macro.
46574         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46575         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46576         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46577         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46578         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46579         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46580         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46581         * m4/readdir.m4: Remove; no longer needed.
46582
46583 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46584         and Paul Eggert  <eggert@cs.ucla.edu>
46585
46586         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46587         Don't worry about this obsolete case any more.
46588         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46589         directories.
46590         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46591         worry about this obsolete case any more.
46592         * lib/fts.c: Likewise.
46593         * lib/getcwd.c: Likewise.
46594         * lib/glob.h: Likewise.
46595         * lib/savedir.c: Likewise.
46596
46597 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46598
46599         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46600         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46601         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46602         needed.
46603         All uses removed.
46604         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46605         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46606         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46607         needed.
46608         * m4/getdate.m4 (gl_GETDATE): Likewise.
46609         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46610         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46611         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46612         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46613         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46614         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46615         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46616         needed.
46617
46618 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46619
46620         * lib/memcasecmp.c: Include <limits.h>.
46621         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46622         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46623         Don't assume isdigit succeeds only on '0' through '9'.
46624
46625 2006-07-05  Eric Blake  <ebb9@byu.net>
46626
46627         * modules/getaddrinfo (Depends-on): Add snprintf.
46628
46629 2006-07-05  Eric Blake  <ebb9@byu.net>
46630
46631         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46632         to avoid 'header present but could not be compiled' on cygwin.
46633
46634 2006-07-05  Eric Blake  <ebb9@byu.net>
46635
46636         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46637         missing from netdb.h.
46638         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46639
46640 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46641
46642         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46643         no longer needed.
46644         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46645         * m4/getdate.m4 (gl_GETDATE): Likewise.
46646         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46647         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46648         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46649         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46650         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46651
46652 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46653
46654         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46655         All uses of is_space replaced by isspace.
46656         * lib/exit.h: Don't talk about STDC_HEADERS.
46657         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46658         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46659         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46660         replaced by isprint etc.
46661         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46662         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46663         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46664         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46665         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46666         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46667
46668 2006-07-05  Bruno Haible  <bruno@clisp.org>
46669
46670         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46671         the function exists, before testing against AIX.
46672         Reported by Martin Lambers <marlam@marlam.de>.
46673
46674 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46675
46676         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46677         From Mark D. Baushke.
46678
46679 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46680
46681         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46682         to the absolute name, not just one, to bypass Sun C 5.8's
46683         "warning: #include of /usr/include/... may be non-portable".
46684
46685 2006-07-04  Eric Blake  <ebb9@byu.net>
46686
46687         * modules/dirname-tests: New test module.
46688         * tests/test-dirname.c: New file, replacing dirname.c
46689         TEST_DIRNAME section that was recently deleted.
46690
46691 2006-07-04  Bruno Haible  <bruno@clisp.org>
46692
46693         Assume ANSI C header files and <ctype.h> functions.
46694         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46695         (mbsnwidth): Use isprint, iscntrl instead.
46696
46697 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46698
46699         Merge from coreutils.
46700         * MODULES.html.sh: Add xstrtold.
46701         * modules/xstrtold: New file.
46702         * modules/cycle-check (Files): Add lib/same-inode.h.
46703         * modules/dirname (Files): Add m4/double-slash-root.m4.
46704         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46705         * modules/mkdir-p (Files): Add lib/same-inode.h.
46706         * modules/same (Files): Add lib/same-inode.h.
46707
46708 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46709
46710         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46711         This is to keep the terminology clean; POSIX talks about
46712         "absolute pathnames", not "full pathnames", but the GNU
46713         Coding Standards say to use "path" for something else;
46714         so use "absolute" to keep both sides happy.
46715         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46716         Set gl_absolute_header, not gl_full_header_path.
46717         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46718         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46719         All uses changed.
46720
46721         Merge from coreutils.
46722
46723         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46724
46725         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46726         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46727         want to require the building of c-strtod.o.
46728         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46729         needs -lm directly.
46730         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46731
46732         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46733
46734         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46735         --as-needed option if available.  Problem reported by Albert Chin in
46736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46737         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46738         cc merely issues a bunch of annoying warnings for --as-needed
46739         (this problem was reported by Bob Proulx).  Also, try linking with
46740         -lm to detect a bug in binutils 2.16 (this problem was reported
46741         by Ralf Wildenhues).
46742
46743         2006-06-18  Jim Meyering  <jim@meyering.net>
46744
46745         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46746         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46747         macro.
46748         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46749         also check for glibc-2.4's abort-inducing bug.
46750
46751         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46752         Low-probability clean-up should be to use rmdir to get rid of
46753         the just-created directory, not unlink.
46754
46755         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46756         configure fail, and request a bug report to inform us about it.
46757         Add a comment that, barring reports to the contrary, in 2007 we'll
46758         assume ftruncate is universally available.
46759
46760         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46761
46762         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46763
46764         2006-03-12  Jim Meyering  <jim@meyering.net>
46765
46766         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46767         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46768         * m4/same.m4 (gl_SAME): Likewise.
46769         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46770
46771         2006-03-11  Eric Blake  <ebb9@byu.net>
46772
46773         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46774         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46775         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46776         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46777
46778 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46779
46780         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46781         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46782         reported by Mark D. Baushke, one in
46783         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46784
46785         Merge from coreutils.
46786
46787         * lib/.cppi-disable: Add stdint_.h.
46788         * lib/.cvsignore: Add stdint.h.
46789
46790         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46791
46792         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46793         both double and long double versions.
46794         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46795         * lib/xstrtold.c: New file.
46796         * lib/xstrtod.h (xstrtold): New decl.
46797
46798         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46799
46800         * lib/filemode.c (setst): Remove.
46801         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46802         (arguably) clearer, and the generated code is a bit smaller on my
46803         Debian GNU/Linux stable x86 host.
46804
46805         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46806
46807         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46808         Assume that filemode.h includes sys/types.h and sys/stat.h.
46809         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46810         (ftypelet): Reorder to put common cases first, for efficiency.
46811         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46812         to do 'M'.
46813         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46814         of 10, for compatibility with FreeBSD.  All callers changed.
46815         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46816         types that can't be deduced solely from st_mode.  First arg is now a
46817         const pointer.
46818         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46819         (strmode): Renamed from mode_string.
46820         (filemodestring): New decl.
46821         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46822         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46823         needed.
46824         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46825
46826         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46827
46828         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46829         fsusage.h now does that.  Include fsusage.h first, to test interface.
46830         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46831         at most one method (the old code could have generated decls that
46832         didn't conform to C89, not that this was ever exercised).
46833         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46834
46835         2006-03-19  Jim Meyering  <jim@meyering.net>
46836
46837         Work even in a chroot where d_ino values for entries in "/"
46838         don't match the stat.st_ino values for the same names.
46839         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46840         number, iterate through all entries again, using lstat instead.
46841         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46842         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46843
46844         * lib/getcwd.c (__getcwd): Clarify a comment.
46845         Use memcpy in place of a call to strcpy.
46846
46847         2006-03-12  Jim Meyering  <jim@meyering.net>
46848
46849         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46850         matches that of the current directory (which we're about to chdir ".."
46851         out of), then save the dev-ino of the parent, instead.
46852
46853         * lib/same-inode.h (SAME_INODE): New file/macro.
46854         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46855         Include "same-inode.h", instead.
46856         * lib/same.c: Likewise.
46857         * lib/cycle-check.h: Include "same-inode.h".
46858         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46859         * lib/cycle-check.c (SAME_INODE): Remove definition.
46860         * lib/root-dev-ino.h: Include "same-inode.h".
46861
46862         2006-03-11  Eric Blake  <ebb9@byu.net>
46863
46864         * lib/same.c (same_name): s/base_name/last_component/
46865         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46866         * lib/filenamecat.c (file_name_concat): Likewise.
46867
46868         2006-03-11  Eric Blake  <ebb9@byu.net>,
46869                     Paul Eggert  <eggert@cs.ucla.edu>
46870
46871         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46872         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46873         drive prefix.
46874         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46875         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46876         (last_component): New method.
46877         * lib/dirname.c (dir_len): Determine when drive letters need a
46878         subsequent slash.  Preserve // when it is special.
46879         (dir_name): Don't append dot when drive letter is absolute.
46880         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46881         * lib/basename.c (base_name): New semantics - malloc the result.
46882         Preserve // when it is special.  Preserve relative files that look
46883         like drive letters.
46884         (base_len): Preserve // when it is special.
46885         (last_component): New method, similar to old base_name semantics.
46886         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46887         base_name.  Strip redundant slashes from ///.
46888
46889 2006-07-03  Jim Meyering  <jim@meyering.net>
46890
46891         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46892         macro is used before the first cycle_check call.
46893
46894 2006-07-03  Eric Blake  <ebb9@byu.net>
46895
46896         * modules/dirname (Depends-on): Add xstrndup.
46897
46898 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46899
46900         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46901         test cases, so that config.log is a bit easier to follow.
46902
46903 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46904
46905         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46906         both are 64 bits, since this seems to be the tradition, and this
46907         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46908         we ever run into a host that prefers long long to long in this
46909         case, we'll need another configure-time test.  Problem reported by
46910         Jim Meyering.
46911
46912 2006-07-02  Eric Blake  <ebb9@byu.net>
46913
46914         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46915
46916 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46917
46918         * modules/inttypes (Depends-on): No longer depends on stdint.
46919         * modules/stdint (Description): Say more about assumptions.
46920         Say that the fast types might differ.  Say macros are used.
46921         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46922         (Makefile.am): Revise list of substituted symbols to match
46923         new stdint.m4.
46924         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46925         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46926         * tests/test-stdint.c (verify_same_types)
46927         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46928         the code conforms to C99/C89.
46929         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46930         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46931
46932 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46933
46934         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46935         but fix a bug, by requiring at least 64 bits.
46936         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46937         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46938         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46939         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46940
46941         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46942         changes.  Make 2.59 a prerequisite.  Check and substitute for
46943         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46944         inttypes.h.  Do not use special include files; just use the
46945         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46946         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46947         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46948         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46949         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46950         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46951         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46952         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46953         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46954         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46955         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46956         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46957         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46958         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46959         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46960         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46961         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46962         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46963         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46964         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46965         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46966         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46967         not check for things that C99 does not require, e.g., int8_t.  If
46968         a test isn't needed unless <stdint.h> isn't working, and is
46969         unlikely to be needed for any other reason, then don't do it
46970         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46971         size_t, since we assume C89 freestanding at least.  Do not check
46972         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46973         the right thing even if the types are not defined.  Instead use:
46974         (gl_STDINT_TYPE_PROPERTIES): New macro.
46975         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46976         testing whether <sys/types.h> clashes, as Autoconf does this for
46977         us now.  All uses removed.
46978         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46979         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46980         (gl_CHECK_TYPE_SAME):
46981         Remove; no longer needed.
46982         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46983         exists, since we'll return 0 anyway in that case.
46984         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46985
46986 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46987
46988         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46989         possible collision with system files.
46990         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46991         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46992         WCHAR_MIN and WCHAR_MAX in this case.
46993         (<stddef.h>): Do not include; no longer needed.
46994         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46995         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46996         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46997         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46998         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46999         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47000         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47001         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47002         !defined(__c99))]: Include in this case too, since it's harmless
47003         now.
47004         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47005         dangerous to do so.
47006         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47007         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47008         (_STDINT_MIN, _STDINT_MAX): New macros.
47009         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47010         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47011         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47012         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47013         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47014         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47015         macros, not typedefs; this simplifies things quite a bit.
47016         Use long int for all types narrower than int64_t.
47017         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47018         Define in terms of long long int or int64_t or long int,
47019         not int64_t or int32_t.  This saves some compile-time testing.
47020         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47021         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47022         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47023         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47024         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47025         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47026         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47027         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47028         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47029         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47030         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47031         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47032         undef any previous version and define our own version, for
47033         simplicity and consistency with the new macros for types.
47034         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47035         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47036         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47037         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47038         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47039         @WINT_T_SUFFIX@ to keep things simple here.
47040         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47041         Simplify by assuming typical 8/16/32/64 host, since we're
47042         already doing that elsewhere anyway.
47043         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47044         and assume long long int is 64 bits if available.  This
47045         speeds up 'configure'.
47046
47047 2006-07-01  Eric Blake  <ebb9@byu.net>
47048
47049         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47050         Reported by Andreas Buening.
47051
47052 2006-07-01  Eric Blake  <ebb9@byu.net>
47053
47054         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47055
47056 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47057
47058         * lib/getaddrinfo.c: fixed typo
47059
47060 2006-06-29  Jim Meyering  <jim@meyering.net>
47061
47062         * modules/strftime (Maintainer): Add my name, since with the
47063         FPRINTFTIME changes strftime.c has forked from glibc.
47064
47065 2006-06-29  Eric Blake  <ebb9@byu.net>
47066
47067         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47068
47069 2006-06-29  Eric Blake  <ebb9@byu.net>
47070
47071         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47072
47073 2006-06-29  Eric Blake  <ebb9@byu.net>
47074
47075         * lib/stat_.h: New file.
47076
47077 2006-06-29  Eric Blake  <ebb9@byu.net>
47078
47079         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47080         unused static function.
47081
47082 2006-06-29  Eric Blake  <ebb9@byu.net>
47083
47084         * doc/functions.texi (Function Portability): Document missing lstat
47085         on mingw.
47086
47087 2006-06-29  Eric Blake  <ebb9@byu.net>
47088
47089         * MODULES.html.sh: Add sys_stat.
47090         * modules/sys_stat: New module.
47091         * modules/mkstemp (Depends-on): Add sys_stat.
47092
47093 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47094
47095         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47096
47097 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47098
47099         * m4/c-bs-a.m4: Removed.
47100
47101 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47102
47103         * lib/strftime.c: Assume strftime() exists.
47104
47105 2006-06-29  Derek Price  <derek@ximbiot.com>
47106
47107         * modules/c-bs-a: Removed - \a is C89.
47108         * MODULES.html.sh: Remove c-bs-a.
47109
47110 2006-06-29  Bruno Haible  <bruno@clisp.org>
47111
47112         * modules/wcwidth (License): Change to LGPL.
47113
47114 2006-06-28  Simon Josefsson  <jas@extundo.com>
47115
47116         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47117         on _WIN32.
47118
47119         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47120         getnameinfo.
47121
47122 2006-06-28  Simon Josefsson  <jas@extundo.com>
47123
47124         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
47125
47126 2006-06-28  Simon Josefsson  <jas@extundo.com>
47127
47128         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
47129         functions there.  It will succeed on Windows XP, but on Windows
47130         2000 and (presumably) earlier, it will fail, and use the internal
47131         re-implementation.
47132         (use_win32_p): New function.
47133         (getaddrinfo): Use strtoul on servname, to support numeric ports.
47134         Support AI_NUMERICSERV to disable getservbyname.
47135         (getnameinfo): New function, only supports
47136         NI_NUMERICHOST|NI_NUMERICSERV for now.
47137
47138         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
47139         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
47140         getnameinfo.
47141
47142 2006-06-28  Eric Blake  <ebb9@byu.net>
47143
47144         * modules/wcwidth: New file.
47145         * modules/mbchar (Depends-on): Add wcwidth.
47146         * modules/mbswidth (Depends-on): Add wcwidth.
47147         * MODULES.html.sh: Add wcwidth.
47148
47149 2006-06-28  Eric Blake  <ebb9@byu.net>
47150
47151         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
47152         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
47153
47154 2006-06-28  Eric Blake  <ebb9@byu.net>
47155
47156         * lib/xvasprintf.h: Fix comments.
47157
47158 2006-06-28  Eric Blake  <ebb9@byu.net>
47159
47160         * lib/mbchar.h (wcwidth): Include wcwidth.h.
47161         * lib/mbswidth.c (wcwidth): Move from here...
47162         * lib/wcwidth.h: ...to this new file.
47163
47164 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47165
47166         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
47167
47168         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
47169         it's obsolete.
47170         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
47171
47172 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47173
47174         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
47175         Autoconf 2.60 says this stuff was obsolete.
47176
47177 2006-06-28  Bruno Haible  <bruno@clisp.org>
47178
47179         * modules/wcwidth (Files): Add m4/wchar_t.m4.
47180
47181 2006-06-28  Bruno Haible  <bruno@clisp.org>
47182
47183         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
47184         gt_TYPE_WCHAR_T.
47185
47186 2006-06-28  Bruno Haible  <bruno@clisp.org>
47187
47188         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
47189         declaration for wcwidth.
47190         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
47191
47192 2006-06-28  Bruno Haible  <bruno@clisp.org>
47193
47194         * lib/mkdtemp.c [MINGW]: Include <io.h>.
47195         (mkdir): Define using _mkdir.
47196
47197 2006-06-28  Bruno Haible  <bruno@clisp.org>
47198
47199         * lib/getaddrinfo.h: Fix POSIX URL.
47200         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
47201         _WIN32.
47202         (use_win32_p): Make static.
47203         (getaddrinfo): Reject service name if it is empty or does not consist
47204         solely of decimal digits, or if its value is > 65535.
47205         (getnameinfo): Remove useless casts.
47206
47207 2006-06-27  Simon Josefsson  <jas@extundo.com>
47208
47209         * modules/sys_select: New file, suggested by Bruno Haible, Paul
47210         Eggert and Martin Lambers.
47211
47212 2006-06-27  Simon Josefsson  <jas@extundo.com>
47213
47214         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
47215         Eggert and Martin Lambers.
47216
47217 2006-06-27  Bruno Haible  <bruno@clisp.org>
47218
47219         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
47220         result to 0, not to empty.
47221         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
47222
47223 2006-06-27  Bruno Haible  <bruno@clisp.org>
47224
47225         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
47226
47227 2006-06-26  Simon Josefsson  <jas@extundo.com>
47228
47229         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
47230         present.
47231
47232 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
47233
47234         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
47235         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
47236         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
47237
47238 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
47239
47240         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
47241
47242 2006-06-26  Bruno Haible  <bruno@clisp.org>
47243
47244         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
47245
47246 2006-06-26  Bruno Haible  <bruno@clisp.org>
47247
47248         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
47249
47250 2006-06-26  Bruno Haible  <bruno@clisp.org>
47251
47252         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
47253         SGI C compiler in pre-C99 mode.
47254         Suggested by Mark D. Baushke and Larry Jones.
47255
47256 2006-06-26  Bruno Haible  <bruno@clisp.org>
47257
47258         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
47259         WCHAR_MAX.
47260         Reported by Mark D. Baushke and Larry Jones.
47261
47262 2006-06-26  Bruno Haible  <bruno@clisp.org>
47263
47264         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
47265         in pre-C99 mode.
47266         Suggested by Mark D. Baushke and Larry Jones.
47267
47268 2006-06-23  Simon Josefsson  <jas@extundo.com>
47269             Bruno Haible  <bruno@clisp.org>
47270
47271         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
47272         Emit mostlyclean-local rule.
47273         (func_emit_tests_Makefile_am): Likewise.
47274         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47275
47276 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47277
47278         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47279
47280 2006-06-23  Bruno Haible  <bruno@clisp.org>
47281
47282         * tests/test-stdint.c: Update to match ISO C 99 Technical
47283         Corrigendum 1.
47284
47285 2006-06-23  Bruno Haible  <bruno@clisp.org>
47286
47287         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47288
47289 2006-06-23  Bruno Haible  <bruno@clisp.org>
47290
47291         * lib/stdint_.h: Treat IRIX like OpenBSD.
47292
47293 2006-06-23  Bruno Haible  <bruno@clisp.org>
47294
47295         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47296         ISO C 99 Technical Corrigendum 1.
47297
47298 2006-06-22  Simon Josefsson  <jas@extundo.com>
47299
47300         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47301         MinGW.
47302
47303 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47304
47305         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47306         needed.  Some compiler complained about some of them.  Problem reported
47307         by Larry Jones in
47308         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47309
47310 2006-06-21  Simon Josefsson  <jas@extundo.com>
47311
47312         * tests/test-getaddrinfo.c: New file.
47313
47314         * modules/getaddrinfo-tests: New file.
47315
47316         * MODULES.html.sh: Add inet_pton.
47317
47318         * modules/inet_pton: New file.
47319
47320 2006-06-21  Simon Josefsson  <jas@extundo.com>
47321
47322         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47323         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47324         of using the (limited) gnulib implementation on Windows XP.
47325
47326         * m4/inet_pton.m4: New file.
47327
47328 2006-06-21  Simon Josefsson  <jas@extundo.com>
47329
47330         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47331         variable.
47332
47333         * lib/socket_.h: Don't define WINVER.
47334
47335         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47336         slightly modified to work in gnulib.
47337
47338 2006-06-21  Simon Josefsson  <jas@extundo.com>
47339
47340         * doc/gnulib.texi (Windows sockets): Add.
47341
47342 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47343
47344         * lib/read-file.c (fread_file): Start with buffer allocation of
47345         0 bytes rather than 1 byte; this simplifies the code.
47346         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47347         code to free buffer and save/restore errno.
47348         (internal_read_file): Remove unused local.
47349
47350 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47351
47352         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47353         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47354         Problem reported by Denis Excoffier in
47355         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47356
47357 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47358
47359         * modules/sys_socket, modules/socklen: Include sys/types since
47360         FreeBSD 4.x's sys/socket.h needs it.
47361
47362 2006-06-19  Simon Josefsson  <jas@extundo.com>
47363
47364         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47365
47366 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47367
47368         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47369
47370 2006-06-19  Bruno Haible  <bruno@clisp.org>
47371
47372         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47373         and FULL_PATH_INTTYPES_H in angle brackets.
47374         Reported by Mark D. Baushke <mdb@gnu.org>.
47375
47376 2006-06-17  Eric Blake  <ebb9@byu.net>
47377
47378         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47379         errno.
47380
47381 2006-06-17  Bruno Haible  <bruno@clisp.org>
47382
47383         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47384         <sys/inttypes.h>.
47385
47386 2006-06-17  Bruno Haible  <bruno@clisp.org>
47387
47388         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47389         whether errno is declared. Assume <errno.h> declares errno.
47390
47391 2006-06-17  Bruno Haible  <bruno@clisp.org>
47392
47393         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47394
47395 2006-06-17  Bruno Haible  <bruno@clisp.org>
47396
47397         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47398         problem on Solaris 2.5.1.
47399
47400 2006-06-16  Eric Blake  <ebb9@byu.net>
47401
47402         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47403         * lib/unicodeio.c [!defined errno]: Likewise.
47404         * lib/strtol.c [!defined errno]: Likewise.
47405         * lib/strtod.c [!defined errno]: Likewise.
47406
47407 2006-06-15  Eric Blake  <ebb9@byu.net>
47408
47409         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47410
47411 2006-06-15  Eric Blake  <ebb9@byu.net>
47412
47413         * config/srclist.txt (ssize_t.m4): Lose sync.
47414
47415 2006-06-15  Bruno Haible  <bruno@clisp.org>
47416
47417         * modules/stdint (Files): Include m4/full-header-path.m4,
47418         m4/size_max.m4, m4/wchar_t.m4.
47419         (Makefile.am): Many more substitutions.
47420         * modules/stdint-tests: New file.
47421         * tests/test-stdint.c: New file.
47422
47423 2006-06-15  Bruno Haible  <bruno@clisp.org>
47424
47425         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47426         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47427         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47428         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47429         gl_CHECK_TYPE_SAME): New macros.
47430
47431 2006-06-15  Bruno Haible  <bruno@clisp.org>
47432
47433         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47434
47435 2006-06-15  Bruno Haible  <bruno@clisp.org>
47436
47437         * lib/stdint_.h: Rewritten to be fully auto-configured.
47438         Fixes bug on HP-UX/IA64.
47439
47440 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47441
47442         * lib/getdate.y (__attribute__): Don't define if already defined.
47443         Problem reported by Larry Jones.
47444         * lib/utimens.c (__attribute__): Likewise.
47445
47446 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47447
47448         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47449         reported by Andreas Schwab.
47450
47451 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47452             Bruno Haible  <bruno@clisp.org>
47453
47454         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47455         check for the declaration of strnlen and a run test that exposes the
47456         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47457         rpl_strndup.
47458
47459 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47460             Bruno Haible  <bruno@clisp.org>
47461
47462         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47463
47464 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47465
47466         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47467         compile test, for Tru64 4.0D.
47468
47469 2006-05-28  Karl Berry  <karl@gnu.org>
47470
47471         * config/srclist.txt (printf-args.c): lose sync.
47472
47473 2006-05-26  Martin Lambers  <marlam@marlam.de>
47474
47475         * lib/getpass.c: Updates the test for the native W32 API, and adds
47476         missing includes, thus fixing compilation warnings.
47477
47478 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47479
47480         * lib/exclude.c (exclude_fnmatch): New function.
47481         (excluded_file_name): Call exclude_fnmatch.
47482         * lib/exclude.h (excluded_file_name): New prototype
47483
47484 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47485
47486         * lib/tempname.c (small_open, large_open): New macros.
47487         (__open, __open64) [!_LIBC]: Remove.
47488         (__gen_tempname): Use small_open and large_open instead of __open
47489         and __open64.  This fixes a portability bug on HP-UX 11.11i
47490         reported by Simon Wing-Tang in
47491         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47492
47493 2006-05-24  Bruno Haible  <bruno@clisp.org>
47494
47495         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47496         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47497         Reported by Thorsten Maerz <torte@netztorte.de> via
47498         Aaron Stone <aaron@serendipity.cx>.
47499
47500 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47501
47502         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47503         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47504         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47505         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47506         not really conditional on the cache.
47507         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47508
47509 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47510
47511         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47512         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47513         (my_usleep): Don't mishandle maximum value.
47514
47515 2006-05-19  Jim Meyering  <jim@meyering.net>
47516
47517         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47518
47519 2006-05-17  Bruno Haible  <bruno@clisp.org>
47520
47521         Cygwin portability.
47522         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47523
47524 2006-05-17  Bruno Haible  <bruno@clisp.org>
47525
47526         * lib/stdint_.h: Fix recognition of Cygwin.
47527
47528 2006-05-15  Bruno Haible  <bruno@clisp.org>
47529
47530         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47531         on libtool patch by Ralf Wildenhues.
47532
47533 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47534
47535         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47536         test for C99 conformance; (bool) 0.5 is an integer constant
47537         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47538         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47539
47540 2006-05-11  Simon Josefsson  <jas@extundo.com>
47541
47542         * m4/xvasprintf.m4: Fix obvious typo.
47543
47544 2006-05-11  Jim Meyering  <jim@meyering.net>
47545
47546         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47547         James Lemley.
47548
47549 2006-05-10  Simon Josefsson  <jas@extundo.com>
47550
47551         * lib/md4.c: Typo fix, update copyright years.
47552         (K1, K2): Don't use L because it turn computations into 64-bit on
47553         64-bit platforms.
47554
47555 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47556
47557         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47558         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47559         unwanted sign propagation, e.g., on hosts with 64-bit int.
47560         There still are some problems with reeelly weird theoretical hosts
47561         (e.g., 33-bit int) but it's not worth worrying about now.
47562         * lib/sha1.c (rol): Likewise.
47563         (K1, K2, K3, K4): Remove unnecessary L suffix.
47564
47565 2006-05-10  Bruno Haible  <bruno@clisp.org>
47566
47567         * lib/des.c: Cast to avoid warnings.
47568
47569 2006-05-09  Bruno Haible  <bruno@clisp.org>
47570
47571         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47572         (Depends-on): Depend also on xsize, stdarg.
47573         (configure.ac): Add gl_XVASPRINTF.
47574
47575 2006-05-09  Bruno Haible  <bruno@clisp.org>
47576
47577         * m4/xvasprintf.m4: New file.
47578
47579 2006-05-09  Bruno Haible  <bruno@clisp.org>
47580
47581         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47582         (EOVERFLOW): Define fallback value.
47583         (xstrcat): New function.
47584         (xvasprintf): Recognize the special case of a string concatenation.
47585
47586 2006-05-08  Eric Blake  <ebb9@byu.net>
47587
47588         * gnulib-tool (func_version): Base copyright year on CVS date.
47589         (func_emit_copyright_notice): New function.
47590         (func_emit_lib_Makefile_am): Use it.
47591         (func_emit_tests_Makefile_am): Likewise.
47592         (func_import): Likewise.
47593
47594 2006-05-08  Bruno Haible  <bruno@clisp.org>
47595
47596         * modules/stdarg: New file.
47597         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47598
47599 2006-05-08  Bruno Haible  <bruno@clisp.org>
47600
47601         * m4/stdarg.m4: New file, from GNU gettext.
47602
47603 2006-05-08  Bruno Haible  <bruno@clisp.org>
47604
47605         * config/srclist.txt (build-aux/config.rpath): different from latest
47606         release.
47607
47608 2006-05-08  Bruno Haible  <bruno@clisp.org>
47609
47610         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47611
47612 2006-05-05  Jim Meyering  <jim@meyering.net>
47613
47614         * m4/warning.m4: New file, derived from bison's file by the same name.
47615
47616 2006-05-03  Bruno Haible  <bruno@clisp.org>
47617
47618         * lib/stdint_.h: Shorter URL.
47619         * lib/inttypes.h: Likewise.
47620
47621 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47622
47623         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47624
47625 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47626
47627         * lib/verify.h: Document the internals better.  Most of this change
47628         was written by Bruno Haible.
47629
47630 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47631
47632         * doc/verify.texi: New file, partly based on a proposal by
47633         Bruno Haible.
47634
47635 2006-05-02  Bruno Haible  <bruno@clisp.org>
47636
47637         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47638         test from here...
47639         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47640
47641 2006-04-29  Bruno Haible  <bruno@clisp.org>
47642
47643         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47644         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47645
47646 2006-04-29  Bruno Haible  <bruno@clisp.org>
47647
47648         * gnulib-tool: Make --update option actually work.
47649
47650 2006-04-29  Bruno Haible  <bruno@clisp.org>
47651
47652         * doc/gcd.texi: New file.
47653         * doc/gnulib.texi: Include it.
47654
47655 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47656
47657         * lib/getdate.y (get_date): When adding relative date, start with the
47658         initial time, not with the result of the first mktime call.
47659
47660 2006-04-25  Bruno Haible  <bruno@clisp.org>
47661
47662         * gnulib-tool (func_import): Output the include directives in three
47663         blocks, sorted separately.
47664         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47665
47666 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47667
47668         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47669         to define main with arguments, for C++.  Reported by Eric Blake.
47670         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47671         Prefer 'int main ()' to 'int main (void)', for C++.
47672         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47673         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47674         for 'main', for C99 and C++.
47675
47676 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47677
47678         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47679         Don't assume that exit status -1 is valid.
47680         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47681         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47682         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47683         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47684         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47685         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47686         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47687         functions can be used without declaring them, or that you can
47688         exit with status -1.
47689         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47690
47691 2006-04-24  Karl Berry  <karl@gnu.org>
47692
47693         * config/srclist.txt (longdouble.m4): sync lost.
47694
47695 2006-04-24  Eric Blake  <ebb9@byu.net>
47696
47697         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47698
47699 2006-04-24  Bruno Haible  <bruno@clisp.org>
47700
47701         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47702         poll() implementation in AIX.
47703         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47704
47705 2006-04-24  Bruno Haible  <bruno@clisp.org>
47706
47707         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47708         assigned exactly once.
47709
47710 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47711             Bruno Haible  <bruno@clisp.org>
47712
47713         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47714         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47715         for AM_CPPFLAGS.
47716
47717 2006-04-23  Bruno Haible  <bruno@clisp.org>
47718
47719         * modules/copy-file: Depend on unistd.
47720         * modules/execute: Likewise.
47721         * modules/fatal-signal: Likewise.
47722         * modules/findprog: Likewise.
47723         * modules/mkdtemp : Likewise.
47724         * modules/pipe: Likewise.
47725         * modules/wait-process: Likewise.
47726
47727 2006-04-23  Bruno Haible  <bruno@clisp.org>
47728
47729         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47730         condition was already detected.
47731         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47732
47733 2006-04-23  Bruno Haible  <bruno@clisp.org>
47734
47735         * lib/copy-file.c: Include <unistd.h> unconditionally.
47736         * lib/execute.c: Likewise.
47737         * lib/fatal-signal.c: Likewise.
47738         * lib/findprog.c: Likewise.
47739         * lib/mkdtemp.c: Likewise.
47740         * lib/pipe.h: Likewise.
47741         * lib/pipe.c: Likewise.
47742         * lib/wait-process.h: Likewise.
47743
47744 2006-04-23  Bruno Haible  <bruno@clisp.org>
47745
47746         * gnulib-tool (func_usage): Fix --import description. Document
47747         --update.
47748         (func_import): Create temporary file in a temporary directory, if
47749         --dry-run is specified. Silence errors from 'grep' when there are no
47750         m4 files in $m4dir.
47751         (func_create_testdir): Silence errors from 'grep' when there are no
47752         m4 files in $m4dir.
47753         Reported by Karl Berry <karl@freefriends.org>.
47754
47755 2006-04-20  Bruno Haible  <bruno@clisp.org>
47756
47757         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47758         one argument, so that the code will be portable to Autoconf 2.60.
47759         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47760         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47761         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47762
47763 2006-04-19  Derek Price  <derek@ximbiot.com>
47764             Eric Blake  <ebb9@byu.net>
47765
47766         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47767         rather than "/full/path.h".  Update comment to match.  Shorten &
47768         generalize m4_translit call via AS_TR_CPP.
47769
47770 2006-04-19  Derek Price  <derek@ximbiot.com>
47771             Eric Blake  <ebb9@byu.net>
47772
47773         * lib/inttypes.h: Correct grammar in comment.
47774
47775 2006-04-18  Derek Price  <derek@ximbiot.com>
47776             Paul Eggert  <eggert@cs.ucla.edu>
47777
47778         * modules/inttypes: New file.
47779         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47780
47781 2006-04-18  Derek Price  <derek@ximbiot.com>
47782             Paul Eggert  <eggert@cs.ucla.edu>
47783
47784         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47785         New files.
47786
47787 2006-04-18  Derek Price  <derek@ximbiot.com>
47788             Paul Eggert  <eggert@cs.ucla.edu>
47789
47790         * lib/inttypes.h: New file.
47791         * lib/strtoimax.c: Assume <inttypes.h>.
47792
47793 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47794
47795         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47796         isn't mounted.  Problem reported by Kir Kolyshkin.
47797
47798 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47799
47800         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47801         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47802         Derek R. Price.
47803         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47804         implementation.
47805
47806 2006-04-12  Eric Blake  <ebb9@byu.net>
47807
47808         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47809         is now done automatically by the corresponding Autoconf macro.
47810
47811 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47812
47813         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47814         time_r.h.
47815
47816 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47817
47818         Merge regex changes from libc, removing some of our
47819         POSIX-conformance changes that were rejected and redoing them in a
47820         less-intrusive way.
47821
47822         * lib/regcomp.c (re_compile_internal, init_dfa):
47823         Length arg is now size_t, not Idx.  All uses changed.
47824         (peek_token): Forward decl now says internal_function.
47825         (__re_error_msgid, __re_error_msgid_idx):
47826         Now static rather than extern with attribute_hidden.
47827         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47828         For some reason libc prefers K&R style defns for external functions.
47829         (regerror) [!defined _LIBC]: Likewise.
47830         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47831         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47832         (build_range_exp, build_collating_symbol):
47833         Use K&R-style defn.
47834         (re_compile_fastmap): Use '\0' to memset, not 0.
47835         (utf8_sb_map): Make the calculations more obvious.
47836         (init_dfa, parse_bracket_exp, build_charclass_op):
47837         Call calloc and cast result, as glibc does.
47838         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47839         (build_range_exp, build_collating_symbol):
47840         Now internal functions.
47841
47842         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47843
47844         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47845         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47846         Don't depend on VMS; depend on __VMS instead, for POSIX
47847         namespace cleanness.
47848         (regoff_t): Define to ssize_t, not long int.
47849
47850         Remove the REG_ macros named below.  Instead, make the old names
47851         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47852         __USE_GNU_REGEX.
47853         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47854         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47855         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47856         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47857         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47858         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47859         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47860         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47861         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47862         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47863         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47864         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47865         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47866         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47867         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47868         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47869         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47870         (REG_NREGS):
47871         Remove.  All uses replaced by the old RE_* names.
47872         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47873         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47874         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47875         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47876         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47877         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47878         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47879         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47880         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47881         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47882         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47883         Don't bother having these macros be independent of each others'
47884         values, since they no longer exist in the POSIX name space.
47885
47886         Rename the following member names back to their old names,
47887         unless !__USE_GNU_REGEX.  All uses changed back.
47888         (buffer): Renamed from re_buffer.
47889         (allocated): Renamed from re_allocated.
47890         (used): Renamed from re_used.
47891         (syntax): Renamed from re_syntax.
47892         (fastmap): Renamed from re_fastmap.
47893         (translate): Renamed from re_translate.
47894         (can_be_null): Renamed from re_can_be_null.
47895         (regs_allocated): Renamed from re_regs_allocated.
47896         (fastmap_accurate): Renamed from re_fastmap_accurate.
47897         (no_sub): Renamed from re_no_sub.
47898         (not_bol): Renamed from re_not_bol.
47899         (not_eol): Renamed from re_not_eol.
47900         (newline_anchor): Renamed from re_newline_anchor.
47901         (num_regs): Renamed from rm_num_regs.
47902         (start): Renamed from rm_start.
47903         (end): Renamed from rm_end.
47904
47905         (free_state): Move up a bit.
47906
47907         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47908         #define to be empty.
47909         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47910         when that is what is intended.
47911         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47912         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47913         (MAX): New macro.
47914         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47915         All uses changed back to re_malloc, etc.  It's now the caller's
47916         responsibility to check for overflow; all callers changed.
47917         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47918         (re_x2nrealloc): Remove.
47919         (free_state): Remove decl.
47920
47921         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47922         (re_set_registers, re_exec):
47923         Use K&R-style defn.
47924
47925         2006-01-31  Roland McGrath  <roland@redhat.com>
47926
47927         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47928         Reported by Mike Frysinger <vapier@gentoo.org>.
47929
47930         2006-01-15  Andreas Jaeger  <aj@suse.de>
47931
47932         [BZ #1950]
47933         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47934         build_wcs_upper_buffer change.
47935         (build_wcs_upper_buffer): Change return type.
47936
47937         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47938
47939         * lib/regex_internal.h: Include <stdint.h> if available.
47940
47941         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47942
47943         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47944
47945         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47946
47947         * lib/regcomp.c: Adjust for changed secondary hash function.
47948
47949         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47950
47951         * lib/regex.h: Pretty printing.
47952         Clean up namespace a bit.
47953
47954         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47955
47956         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47957         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47958
47959         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47960                     Ulrich Drepper  <drepper@redhat.com>
47961
47962         [BZ #1302]
47963         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47964         changed.
47965         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47966
47967         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47968
47969         [BZ #281]
47970         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47971         * lib/regcomp.c: Remove unnecessary uses of
47972         unsigned RE_TRANSLATE_TYPE.
47973         * lib/regex_internal.h: Likewise.
47974         * lib/regex_internal.c: Likewise.
47975         * lib/regexec.c: Likewise.
47976         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47977
47978         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47979
47980         * lib/regexec.c (find_recover_state): Remove unnecessary
47981         initialization.
47982         (transit_state_bkref): Make DFA a const pointer.
47983         (get_subexp): Likewise.
47984         (check_arrival): Likewise.
47985         (update_cur_sifted_state): Likewise.
47986         (re_search_internal): Likewise.
47987         (prune_impossible_nodes): Likewise.
47988         (acquire_init_state_context): Likewise.
47989         (proceed_next_node): Likewise.
47990         (set_regs): Likewise.
47991         (free_fail_stack_return): Likewise.
47992         (check_arrival_expand_ecl): Mark DFA parameter as const.
47993         (check_arrival_expand_ecl_sub): Likewise.
47994         (check_subexp_limits): Likewise.
47995         (sub_epsilon_src_nodes):  Likewise.
47996         (add_epsilon_src_nodes):  Likewise.
47997         (merge_state_array): Likewise.
47998         (update_regs): Likewise.
47999         (build_trtable): Likewise.
48000         (sift_states_backward): Mark MCTX parameter as const.
48001         (build_sifted_states): Likewise.
48002         (update_cur_sifted_state): Likewise.
48003         (sift_states_mkref): Likewise.
48004         (check_arrival_expand_ecl): Mark eclosure as const.
48005         (check_dst_limits_calc_pos_1): Likewise.
48006         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48007         pointer.
48008
48009         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48010
48011         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48012         (transit_state_sb): Likewise.
48013         (transit_state_mb): Likewise.
48014         (sift_states_iter_mb): Likewise.
48015         (check_arrival_add_next_nodes): Likewise.
48016         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48017         [_LIBC] (re_search_2_stub): Use mempcpy.
48018
48019         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48020         mbrtowc for very simple UTF-8 case.
48021
48022         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48023         a pointer-to-const.
48024         (re_acquire_state_context): Likewise.
48025         * lib/regex_internal.h: Adjust prototypes.
48026
48027         * lib/regex.c: Prevent using C++ compilers.
48028
48029         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48030         (re_acquire_state_context): Likewise.
48031
48032 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48033
48034         * modules/regex (Depends-on): Add ssize_t.
48035
48036 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48037
48038         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48039         translation table.
48040
48041 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48042
48043         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48044
48045 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48046             Bruno Haible  <bruno@clisp.org>
48047
48048         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48049         <sys/types.h> and <inttypes.h>.
48050
48051 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48052
48053         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48054         `__error_t_defined', so argp.h will not typedef the former.
48055
48056 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48057
48058         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48059         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48060         glibc names.  Even if glibc is changed to conform to POSIX, the
48061         traditional names will be available anyway, since regex depends on
48062         the extensions module.  Also, fix a longstanding typo in the
48063         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48064         reported by Emanuele Giaquinta.  Also, change sense of cached
48065         variable, so that the message makes sense.
48066
48067 2006-03-24  Simon Josefsson  <jas@extundo.com>
48068
48069         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48070         including some doc fixes.
48071         (base64_encode_alloc): Fix +1 bug on allocation failures.
48072
48073 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48074
48075         * lib/base64.c (base64_encode): Do not read past end of array with
48076         unsanitized input on systems with CHAR_BIT > 8.
48077
48078 2006-03-24  Eric Blake  <ebb9@byu.net>
48079
48080         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48081
48082 2006-03-22  Karl Berry  <karl@gnu.org>
48083
48084         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48085         * config/srclistvars.sh (COREUTILS): new var.
48086
48087 2006-03-17  Jim Meyering  <jim@meyering.net>
48088
48089         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48090         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48091
48092 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48093
48094         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48095         no longer needs it.  Instead, check that regoff_t is as least
48096         as wide as ptrdiff_t.
48097
48098         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48099         so that our regex.h stays compatible with the installed regex.
48100         This is helpful for installers who configure --without-included-regex.
48101         Problem reported by Emanuele Giaquinta.
48102
48103 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48104
48105         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48106         Typedef to long int, not to off_, as POSIX will likely change
48107         in that direction.
48108
48109 2006-03-15  Eric Blake  <ebb9@byu.net>
48110
48111         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48112
48113 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48114
48115         * lib/argp-help.c (validate_uparams): Fix typo
48116         * lib/argp-parse.c (argp_default_options): Consistently begin help
48117         messages with a lowercase letter.
48118
48119 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48120
48121         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
48122         overrun buffers and shouldn't be used (much as gets shouldn't be
48123         used).
48124         * lib/time_r.c (asctime_r, ctime_r): Likewise.
48125
48126 2006-03-08  Simon Josefsson  <jas@extundo.com>
48127
48128         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
48129         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48130
48131 2006-03-08  Simon Josefsson  <jas@extundo.com>
48132
48133         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
48134         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48135
48136 2006-03-08  Simon Josefsson  <jas@extundo.com>
48137
48138         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
48139         signal that configure disabled the device.
48140
48141 2006-03-08  Simon Josefsson  <jas@extundo.com>
48142
48143         * build-aux/maint.mk: Fix refresh-po, to handle no translated
48144         languages.
48145
48146 2006-03-07  Simon Josefsson  <jas@extundo.com>
48147
48148         * modules/getopt (Depends-on): Add unistd.
48149
48150         * modules/unistd: New file.
48151
48152 2006-03-07  Simon Josefsson  <jas@extundo.com>
48153
48154         * modules/gc-random: New file.
48155
48156 2006-03-07  Simon Josefsson  <jas@extundo.com>
48157
48158         * m4/unistd_h.m4: New file.
48159
48160 2006-03-07  Simon Josefsson  <jas@extundo.com>
48161
48162         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
48163         test to be side-effect free by storing the result in the cache
48164         variable gl_cv_lib_readline, and moving the assignment of
48165         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
48166         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48167
48168 2006-03-07  Simon Josefsson  <jas@extundo.com>
48169
48170         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
48171         error on missing devices (the functions will return an error).
48172
48173         * m4/gc.m4: Move random stuff to gc-random.m4
48174
48175 2006-03-07  Simon Josefsson  <jas@extundo.com>
48176
48177         * lib/unistd_.h: New file.
48178
48179 2006-03-07  Simon Josefsson  <jas@extundo.com>
48180
48181         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
48182
48183 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48184
48185         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
48186         Problem reported by Juan Manuel Guerrero.
48187
48188 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48189
48190         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
48191         the unistd module.
48192         * lib/getlogin_r.c: Likewise.
48193         * lib/getlogin_r.h: Likewise.
48194         * lib/glob.c: Likewise.
48195         * lib/pagealign_alloc.c: Likewise.
48196         * lib/unistd_.h: Remove; no longer needed.
48197
48198 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48199
48200         * MODULES.html.sh (Support for systems lacking POSIX:2001):
48201         Add unistd.
48202         * modules/c-stack (Depends-on): Add unistd.
48203         * modules/getlogin_r: Likewise.
48204         * modules/glob: Likewise.
48205         * modules/pagealign_alloc: Likewise.
48206         * modules/unistd (Files): Remove lib/unistd_.h.
48207         (EXTRA_DIST): Remove.
48208         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
48209         need unistd_.h.
48210         (MOSTLYCLEANFILES): Remove unistd.h-t.
48211
48212 2006-03-03  Simon Josefsson  <jas@extundo.com>
48213
48214         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
48215
48216 2006-03-03  Simon Josefsson  <jas@extundo.com>
48217
48218         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
48219         libidn and bison.
48220
48221 2006-03-03  Simon Josefsson  <jas@extundo.com>
48222
48223         * build-aux/maint.mk: Add indent target.
48224
48225 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
48226
48227         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
48228         our replacement poll.h in any case, to avoid a differing
48229         declaration from a system header.  Seen on AIX.
48230
48231 2006-03-01  Simon Josefsson  <jas@extundo.com>
48232
48233         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
48234         <kasal@ucw.cz>.
48235
48236 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48237
48238         * modules/gettime (Depends-on): Add extensions module.
48239         * modules/nanosleep (Depends-on): Likewise.
48240         * modules/settime (Depends-on): Likewise.
48241
48242 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48243
48244         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
48245         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
48246         pedantically.
48247         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48248         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
48249
48250         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
48251         not "==".  Reported by Ralf Wildenhues.
48252
48253 2006-03-01  Karl Berry  <karl@gnu.org>
48254
48255         * doc/Copyright/request-*: new files, synced from gnuorg.
48256
48257 2006-03-01  Karl Berry  <karl@gnu.org>
48258
48259         * config/srclist.txt (Copyright/*): new entries.
48260
48261 2006-02-28  Simon Josefsson  <jas@extundo.com>
48262
48263         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
48264
48265 2006-02-27  Simon Josefsson  <jas@extundo.com>
48266
48267         * lib/base64.h: Indent #define's.  From Jim Meyering
48268         <jim@meyering.net>.
48269
48270 2006-02-27  Jim Meyering  <jim@meyering.net>
48271
48272         Revert the change of 2006-02-24, so these files can continue
48273         to be sync'd from gettext.
48274         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48275         of `config.h'.
48276
48277 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48278
48279         * modules/intprops: New file.
48280         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48281         Add intprops.
48282         * modules/getloadavg (Files): Remove lib/intprops.h.
48283         (Depends-on): Add intprops.
48284         * modules/human: Likewise.
48285         * modules/inttostr: Likewise.
48286         * modules/openat: Likewise.
48287         * modules/sig2str: Likewise.
48288         * modules/userspec: Likewise.
48289         * modules/utimecmp: Likewise.
48290         * modules/xnanosleep: Likewise.
48291         * modules/xstrtol: Likewise.
48292
48293 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48294
48295         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48296         * modules/lock-tests (TESTS): Use $(EXEEXT).
48297         * modules/tls-tests: Likewise.
48298         * modules/argp-tests: Likewise.
48299         (check_PROGRAMS): New var, replacing...
48300         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48301
48302 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48303
48304         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48305         `config.h'.
48306
48307 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48308
48309         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48310
48311 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48312
48313         Sync from coreutils.
48314         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48315         gl_CHDIR_SAFER.
48316
48317 2006-02-22  Jim Meyering  <jim@meyering.net>
48318
48319         Sync from coreutils.
48320         * m4/chdir-safer.m4: New file.
48321
48322 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48323
48324         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48325         AT_FDCWD exceeds INT_MAX.
48326         * lib/openat.h (AT_FDCWD): Likewise.
48327
48328 2006-02-17  Eric Blake  <address@hidden>
48329
48330         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48331
48332 2006-02-16  Simon Josefsson  <jas@extundo.com>
48333
48334         * modules/getaddrinfo (Depends-on): Add sys_socket.
48335
48336 2006-02-15  Simon Josefsson  <jas@extundo.com>
48337
48338         * build-aux/maint.mk: Add dsyntax-check rule.
48339
48340 2006-02-15  Eric Blake  <ebb9@byu.net>
48341
48342         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48343         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48344         'present but cannot compile' warnings on cygwin.
48345         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48346         use ws2tcpip.h if sys/socket.h works.
48347         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48348         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48349
48350 2006-02-14  Simon Josefsson  <jas@extundo.com>
48351
48352         * modules/maintainer-makefile (Files): Rename.
48353
48354         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48355         and (the local) Makefile.cfg to maint-cfg.mk.
48356
48357         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48358         to the latter.
48359
48360         * modules/maintainer-makefile: New module.
48361
48362         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48363         severaly stripped to make it possible to build it up from scratch
48364         with reliable tests.
48365
48366         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48367         fixes to permit overriding the default actions when configure and
48368         makefile are not available.
48369
48370 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48371
48372         Sync from coreutils.
48373         * modules/lstat (Depends-on): Don't depend on xalloc.
48374         (License): Change from GPL to LGPL, since this is now simply a
48375         replacement for a libc function.
48376
48377 2006-02-14  Jim Meyering  <jim@meyering.net>
48378
48379         Sync from coreutils.
48380
48381         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48382         failure on deficient systems, and simplify gnulib lgpl dependencies.
48383         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48384         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48385
48386         * lib/xalloc-die.c: Remove unused definition of N_.
48387
48388 2006-02-14  Jim Meyering  <jim@meyering.net>
48389
48390         Sync from coreutils.
48391         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48392         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48393         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48394         double-quote uses of that variable, to accommodate the rare case in
48395         which getmntent is available in none of the libraries checked.  This
48396         happens at least on FreeBSD 5.0.
48397
48398 2006-02-13  Simon Josefsson  <jas@extundo.com>
48399
48400         * gnulib-tool (Usage): Fix --import, from
48401         karl@freefriends.org (Karl Berry).
48402
48403 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48404
48405         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48406
48407 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48408
48409         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48410         "autoupdate" on 2005-12-12.
48411
48412 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48413
48414         * modules/closeout (Depends-on): Remove atexit.
48415
48416 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48417
48418         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48419         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48420
48421 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48422
48423         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48424         __EXTENSIONS__ if this causes compilation to fail.  Problem
48425         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48426         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48427
48428 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48429
48430         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48431         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48432         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48433         All uses changed.
48434
48435 2006-01-26  Simon Josefsson  <jas@extundo.com>
48436
48437         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48438         prototype is visible on mingw32.
48439
48440         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48441         for mingw32.
48442
48443         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48444         mingw32).
48445
48446 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48447
48448         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48449         attempt to open for write; this always fails, at least on POSIX
48450         hosts.  This reinstates the 2006-01-09 change, which was
48451         inadvertently removed.
48452
48453 2006-01-26  Bruno Haible  <bruno@clisp.org>
48454
48455         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48456         Reported by Paul Eggert.
48457
48458 2006-01-26  Bruno Haible  <bruno@clisp.org>
48459             Paul Eggert  <eggert@cs.ucla.edu>
48460
48461         * lib/stdbool_.h (_Bool)
48462         [(! (defined __cplusplus || defined __BEOS__)
48463           && !defined __GNUC__
48464           && !(defined __HP_cc || defined __xlc__
48465                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48466                || defined __sgi))]:
48467         #define to signed char in these cases too; this simplifies
48468         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48469         etc., separately) and makes it more conservative.
48470
48471 2006-01-25  Simon Josefsson  <jas@extundo.com>
48472
48473         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48474         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48475         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48476
48477 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48478
48479         * lib/argp-namefrob.h: Bugfix. Remove stray #
48480
48481 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48482
48483         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48484         so that we test the test.
48485         Check for yet another HP-UX cc bug involving *bool |= bool.
48486
48487 2006-01-25  Karl Berry  <karl@gnu.org>
48488
48489         * config/srclist.txt (vasnprintf.c): sync lost.
48490
48491 2006-01-25  Jim Meyering  <jim@meyering.net>
48492
48493         Sync from the stable (b5) branch of coreutils:
48494
48495         * lib/fts.c (fts_children): Don't let close() clobber errno from
48496         failed fchdir().
48497
48498         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48499         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48500         a dangling symlink.  That can also happen at least for ELOOP.
48501         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48502         FYI, this bug predates the inclusion of fts.c in coreutils.
48503
48504         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48505         in their own block, so pre-c99 compilers don't object.
48506
48507         Avoid the double-free (first in fts_read, second in fts_close) that
48508         would occur when an `active' directory is made inaccessible (e.g.,
48509         via chmod a-x) during a traversal.
48510         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48511         before returning.  Reproduce this failure by
48512         mkdir -p a/b; cd a; chmod a-x . b
48513         Reported by Stavros Passas.
48514
48515 2006-01-25  Jim Meyering  <jim@meyering.net>
48516
48517         * lib/fileblocks.c: Remove more useless parentheses.
48518         * lib/readutmp.h: Likewise.
48519
48520 2006-01-25  Bruno Haible  <bruno@clisp.org>
48521
48522         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48523         warnings.
48524         Reported by Paul Eggert.
48525
48526 2006-01-25  Bruno Haible  <bruno@clisp.org>
48527
48528         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48529         rid of a trap command. For Solaris sh.
48530         Reported by Mark D. Baushke <mdb@gnu.org>.
48531
48532 2006-01-24  Simon Josefsson  <jas@extundo.com>
48533
48534         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48535         Bruno.
48536
48537 2006-01-24  Karl Berry  <karl@gnu.org>
48538
48539         * config/srclist.txt (argp-namefrob.h): sync lost.
48540
48541 2006-01-24  Jim Meyering  <jim@meyering.net>
48542
48543         * modules/openat (Files): Add lib/intprops.h.
48544         From Mark D. Baushke.
48545
48546 2006-01-24  Jim Meyering  <jim@meyering.net>
48547
48548         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48549         Reported by Mark D. Baushke.
48550
48551 2006-01-24  Jim Meyering  <jim@meyering.net>
48552
48553         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48554
48555 2006-01-24  Bruno Haible  <bruno@clisp.org>
48556
48557         * modules/strnlen (Maintainer): Change from glibc to all.
48558
48559 2006-01-24  Bruno Haible  <bruno@clisp.org>
48560
48561         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48562         Patch by Paul Eggert.
48563
48564 2006-01-24  Bruno Haible  <bruno@clisp.org>
48565
48566         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48567         already has it.
48568         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48569         2005-11-26.
48570
48571         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48572         'signed char' to avoid problems with the built-in _Bool type.
48573         Reported by Paul Eggert on 2005-11-26.
48574
48575 2006-01-24  Bruno Haible  <bruno@clisp.org>
48576
48577         * gnulib-tool (func_import): Avoid constructing complicated sed
48578         expressions inside backquote.
48579         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48580
48581 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48582
48583         These changes imported from libc.
48584         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48585         test and two separate function calls.
48586         * lib/strndup.c (__strndup): Add libc_hidden_def.
48587
48588 2006-01-23  Simon Josefsson  <jas@extundo.com>
48589
48590         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48591         Remove the test_*_SOURCES variable: automake infers it by default.
48592         * modules/tls-tests: Likewise.
48593
48594 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48595
48596         Work around porting bugs reported by Dieter in
48597         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48598         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48599         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48600         Include "getopt.h" first, to check interface.
48601         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48602         !HAVE_DECL_GETENV.
48603         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48604         (__strndup): Revert to K&R-style function dfns, the glibc style.
48605         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48606         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48607         Include strnlen.h first, to get prototype properly.
48608         (strnlen): Renamed from __strnlen.
48609         Remove weak alias.
48610
48611 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48612
48613         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48614
48615 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48616
48617         * config/srclist.txt: Adjust to reflect glibc reorganization.
48618         This affects only comments.
48619
48620 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48621
48622          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48623          Reported by Bruce Korb <bkorb@gnu.org>.
48624
48625 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48626
48627         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48628         to pacify gcc -Wswitch-default.
48629
48630 2006-01-22  Bruno Haible  <bruno@clisp.org>
48631
48632         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48633         temporary buffer for sprintf, take into account the precision also
48634         for 'd', 'i', 'u', 'o', 'x', 'X'.
48635
48636 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48637
48638         * modules/argp-tests: New module
48639         * tests/test-argp.c: New file
48640         * tests/test-argp-2.sh: New file
48641
48642 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48643
48644         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48645         (__argp_base_name): Removed
48646         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48647         typo.
48648         (__argp_base_name): Provide macro definition or extern declaration
48649         depending on the configuration
48650
48651 2006-01-20  Simon Josefsson  <jas@extundo.com>
48652
48653         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48654
48655 2006-01-20  Simon Josefsson  <jas@extundo.com>
48656
48657         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48658
48659 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48660
48661         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48662         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48663         Suggested by Bruno Haible.
48664
48665 2006-01-20  Karl Berry  <karl@gnu.org>
48666
48667         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48668         until changes propagate, I guess.
48669
48670 2006-01-19  Simon Josefsson  <jas@extundo.com>
48671
48672         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48673
48674 2006-01-19  Simon Josefsson  <jas@extundo.com>
48675
48676         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48677
48678 2006-01-19  Simon Josefsson  <jas@extundo.com>
48679
48680         * gnulib-tool: Set check_PROGRAMS.
48681
48682         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48683         modules/des-tests, modules/gc-arcfour-tests,
48684         modules/gc-arctwo-tests, modules/gc-des-tests,
48685         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48686         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48687         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48688         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48689         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48690         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48691         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48692         test_*_SOURCES.
48693
48694 2006-01-18  Simon Josefsson  <jas@extundo.com>
48695
48696         * modules/socklen (Depends-on): Depend on sys_socket.
48697
48698 2006-01-18  Simon Josefsson  <jas@extundo.com>
48699
48700         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48701         modules/des-tests, modules/gc-arcfour-tests,
48702         modules/gc-arctwo-tests, modules/gc-des-tests,
48703         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48704         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48705         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48706         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48707         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48708         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48709         $(EXEEXT) to automake TESTS variable, for mingw32.
48710
48711 2006-01-17  Simon Josefsson  <jas@extundo.com>
48712
48713         * modules/socklen (Include): Need sys/socket.h.
48714
48715 2006-01-17  Bruno Haible  <bruno@clisp.org>
48716
48717         * modules/ssize_t (Include): Add <sys/types.h>.
48718
48719 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48720
48721         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48722         it's not portable and it doesn't work with cross-compiles.
48723         Problem reported by Bruno Haible.  Fix missing-$ typo in
48724         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48725         -zignore from being used with Sun's C compiler.
48726
48727 2006-01-12  Simon Josefsson  <jas@extundo.com>
48728
48729         * lib/base64.c: Fix warning, reported by Bruno Haible
48730         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48731
48732 2006-01-12  Bruno Haible  <bruno@clisp.org>
48733
48734         * modules/ldd: New file.
48735         * build-aux/ldd.sh.in: New file.
48736         * MODULES.html.sh (Support for building libraries and executables): Add
48737         ldd.
48738
48739 2006-01-12  Bruno Haible  <bruno@clisp.org>
48740
48741         * m4/ldd.m4: New file.
48742
48743 2006-01-12  Bruno Haible  <bruno@clisp.org>
48744
48745         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48746         endless loop while replacing $auxdir with build-aux.
48747
48748 2006-01-11  Simon Josefsson  <jas@extundo.com>
48749
48750         * lib/stdint_.h (SIZE_MAX): Add missing (.
48751
48752 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48753
48754         Sync from coreutils.
48755         * lib/md5.c: Fix commentary typos.
48756         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48757         * lib/md5.h (__attribute__): Remove; unused.
48758         * lib/sha1.c: Fix commentary to match md5 better.
48759         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48760         so that we don't need to worry about alignment.  All uses changed.
48761         This merges the 2005-10-28 md5 change into sha1.
48762
48763 2006-01-11  Jim Meyering  <jim@meyering.net>
48764
48765         Sync from coreutils.
48766         * lib/md5.c (OP): Fix spacing.
48767
48768 2006-01-11  Bruno Haible  <bruno@clisp.org>
48769
48770         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48771         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48772         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48773
48774 2006-01-11  Bruno Haible  <bruno@clisp.org>
48775
48776         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48777         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48778         the "early" section as well.
48779
48780 2006-01-11  Bruno Haible  <bruno@clisp.org>
48781
48782         Avoid "ar: no archive members specified" error on MacOS X.
48783         * gnulib-tool (func_modules_add_dummy): New function.
48784         (func_import, func_create_testdir): Invoke it.
48785
48786 2006-01-11  Bruno Haible  <bruno@clisp.org>
48787
48788         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48789         with $auxdir in AC_CONFIG_FILES statements.
48790
48791 2006-01-11  Bruno Haible  <bruno@clisp.org>
48792
48793         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48794         Initialize also noinst_HEADERS to empty.
48795
48796 2006-01-11  Bruno Haible  <bruno@clisp.org>
48797
48798         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48799         variables.
48800         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48801         autoreconf.
48802
48803 2006-01-11  Bruno Haible  <bruno@clisp.org>
48804
48805         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48806         overridable by the user.
48807         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48808
48809 2006-01-10  Simon Josefsson  <jas@extundo.com>
48810
48811         * modules/sys_socket: New file.
48812
48813 2006-01-10  Simon Josefsson  <jas@extundo.com>
48814
48815         * m4/sys_socket_h.m4: New file.
48816
48817 2006-01-10  Simon Josefsson  <jas@extundo.com>
48818
48819         * lib/socket_.h: New file.
48820
48821 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48822
48823         * modules/readutmp (Maintainer): Add myself.
48824
48825 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48826
48827         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48828         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48829         People who are still concerned with buggy memcmp implementations
48830         can invoke gl_FUNC_MEMCMP themselves.
48831
48832 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48833
48834         * lib/regex_internal.h (BITSET_WORD_BITS):
48835         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48836         preprocessor mishandles large unsigned values as if they were signed.
48837         Problem reported by Claudio Fontana in
48838         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48839
48840 2006-01-10  Jim Meyering  <jim@meyering.net>
48841
48842         Avoid the double-free (first in fts_read, second in fts_close) that
48843         would occur when an `active' directory is made inaccessible (e.g.,
48844         via chmod a-x) during a traversal.
48845         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48846         before returning.  Reproduce this failure by
48847         mkdir -p a/b; cd a; chmod a-x . b
48848         Reported by Stavros Passas.
48849
48850         Sync from coreutils.
48851         * lib/sha1.c: Tweak grammar in a comment.
48852
48853 2006-01-10  Jim Meyering  <jim@meyering.net>
48854
48855         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48856         Patch by Joerg Sonnenberger.
48857
48858 2006-01-10  Bruno Haible  <bruno@clisp.org>
48859
48860         * modules/readutmp: Depend on module free.
48861         * modules/strtok_r: Depend on module restrict.
48862
48863 2006-01-10  Bruno Haible  <bruno@clisp.org>
48864
48865         * modules/gettext (configure.ac): Add an invocation of
48866         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48867
48868 2006-01-10  Bruno Haible  <bruno@clisp.org>
48869
48870         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48871         Reported by Werner Lemberg <wl@gnu.org>.
48872
48873 2006-01-10  Bruno Haible  <bruno@clisp.org>
48874
48875         * lib/localcharset.c: Update from GNU gettext.
48876
48877 2006-01-10  Bruno Haible  <bruno@clisp.org>
48878
48879         * lib/argp.h (__const): Remove macro. Use const instead.
48880         * lib/argp-fmtstream.h (__const): Likewise.
48881         * lib/glob_.h (__const): Remove macro.
48882         * lib/glob-libc.h: Use const instead of __const.
48883
48884 2006-01-10  Bruno Haible  <bruno@clisp.org>
48885
48886         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48887         variable.
48888         Needed to avoid an automake error regarding the 'gettext' module.
48889
48890 2006-01-09  Simon Josefsson  <jas@extundo.com>
48891
48892         * modules/inet_ntop (Depends-on): Add restrict.
48893
48894 2006-01-09  Simon Josefsson  <jas@extundo.com>
48895
48896         * modules/gc-rijndael-tests (License): Put under LGPL.
48897
48898         * modules/gc-des-tests (License): Likewise.
48899
48900         * modules/gc-arcfour-tests (License): Likewise.
48901
48902         * modules/gc-arctwo-tests (License): Likewise.
48903
48904         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48905
48906         * modules/gc-hmac-sha1-tests (Files): Likewise.
48907
48908         * modules/gc-hmac-md5-tests (License): Likewise.
48909
48910         * modules/gc-sha1-tests (License): Likewise.
48911
48912         * modules/gc-md5-tests (License): Likewise.
48913
48914         * modules/gc-md4-tests (License): Likewise.
48915
48916         * modules/gc-md2-tests (License): Likewise.
48917
48918         * modules/gc-tests (License): Likewise.
48919
48920         * modules/des-tests (License): Likewise.
48921
48922         * modules/md4-tests (License): Likewise.
48923
48924         * modules/md2-tests (License): Likewise.
48925
48926 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48927
48928         Sync from coreutils:
48929
48930         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48931         * modules/lib-ignore: New file.
48932         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48933         chdir-safer.m4, lchmod.m4.
48934         * modules/openat: Add mkdirat.c, openat-priv.h.
48935
48936 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48937
48938         Sync from coreutils.
48939         * m4/lib-ignore.m4: New file.
48940         * m4/lchmod.m4: New file.
48941
48942 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48943
48944         Sync from coreutils.
48945         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48946         for write access: POSIX says that must fail.
48947         * lib/fts.c (diropen): Likewise.
48948         * lib/save-cwd.c (save_cwd): Likewise.
48949         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48950         well, for minor improvements on hosts that lack O_DIRECTORY.
48951         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48952         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48953         Fall back on chown if open failed with EACCES.
48954
48955         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48956         Report an error at compile-time if only a 1-second nominal clock
48957         resolution is found.
48958
48959         * lib/lchmod.h: New file.
48960         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48961         (make_dir_parents): Use lchown rather than chown, and
48962         lchmod rather than chmod.
48963
48964         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48965         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48966         "proc" reported by n0dalus.
48967
48968         * lib/mountlist.c: Include <limits.h>.
48969         (dev_from_mount_options)
48970         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48971         New function.  It no longer assumes "dev=" has the System V meaning
48972         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48973         (read_file_system_list)
48974         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48975         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48976         dev= in that case.
48977
48978         * lib/posixtm.h (PDS_PRE_2000): New macro.
48979         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48980         allow_century.  All usages changed.  Reject dates outside the range
48981         1969-1999 if PDS_PRE_2000 is used.
48982
48983 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48984
48985         Sync from coreutils.
48986         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48987         (Time of day items): Mention the possibility of leap seconds.
48988         Problem reported by Dr. David Alan Gilbert.
48989
48990 2006-01-09  Jim Meyering  <jim@meyering.net>
48991
48992         Sync from coreutils.
48993
48994         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48995
48996         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48997
48998         * lib/modechange.c (mode_compile): Reject an invalid mode string
48999         that starts with an octal digit.  From Andreas Gruenbacher.
49000
49001         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49002         and dup to open_safer and dup_safer, respectively.
49003         (openat_permissive): Fix typo in comment.
49004
49005         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49006         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49007         (_): Remove; no longer needed.
49008         (openat): Renamed from rpl_openat; no need for rpl_openat
49009         since openat.h renames openat for us.
49010         Replace most of the body with a call to openat_permissive,
49011         to avoid duplicate code.
49012         Port to (probably hypothetical) environments were mode_t is
49013         wider than int.
49014         (openat_permissive): Require mode arg, so that we can check
49015         types better.  Put it just after flags.  Change cwd failure
49016         indicator from pointer-to-bool to pointer-to-errno-value.
49017         All callers changed.
49018         Invoke openat_save_fail and/or openat_restore_fail if
49019         cwd_errno is null, so that openat can call us.
49020         (openat_permissive, fdopendir, fstatat, unlinkat):
49021         Simplify errno handling to avoid some duplicate code,
49022         as it's OK to set errno on success.
49023         * lib/openat.h: Revamp code so that function macros depend on
49024         __OPENAT_PREFIX only, not also on AT_FDCWD.
49025         (openat_ro): Remove.  Caller changed to use openat_permissive.
49026         (openat_permissive): Now a macro, if not a function.
49027         (openat_restore_fail, openat_save_fail): Now always functions,
49028         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49029
49030         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49031         and openat.c.
49032         * lib/mkdirat.c: Include openat-priv.h.
49033         Remove definitions of macros defined therein.
49034         * lib/openat.c: Likewise.
49035
49036         * lib/mkdirat.c (mkdirat): New file and function.
49037         * lib/openat.h (mkdirat): Declare.
49038
49039         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49040
49041         * lib/openat.h (openat_permissive): Declare.
49042         (openat_ro): Define.
49043
49044         * lib/openat.c (EXPECTED_ERRNO): New macro.
49045         (openat_permissive): New function -- used in remove.c rewrite.
49046         (all functions): Set errno just before returning, only if there
49047         was an actual failure.
49048         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49049
49050         Emulate openat-family functions using Linux's procfs, if possible.
49051         Idea and some code based on Ulrich Drepper's glibc changes.
49052
49053         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49054         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49055         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49056         before falling back on save_cwd and restore_cwd.
49057         (fdopendir, fstatat, unlinkat): Likewise.
49058
49059         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49060         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49061
49062         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49063         as second argument to va_arg.  Otherwise, some versions of gcc
49064         warn that `if this code is reached, the program will abort'.
49065
49066 2006-01-09  Jim Meyering  <jim@meyering.net>
49067
49068         Sync from coreutils.
49069         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49070         Require openat-priv.h.
49071
49072 2006-01-09  Bruno Haible  <bruno@clisp.org>
49073
49074         * modules/strnlen (Include): Use strnlen.h.
49075
49076 2006-01-09  Bruno Haible  <bruno@clisp.org>
49077
49078         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49079
49080 2006-01-09  Bruno Haible  <bruno@clisp.org>
49081
49082         * lib/sysexit_.h (EX_OK): New macro.
49083         Suggested by Martin Lambers <marlam@marlam.de>.
49084
49085 2006-01-09  Bruno Haible  <bruno@clisp.org>
49086
49087         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49088         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49089
49090 2006-01-09  Bruno Haible  <bruno@clisp.org>
49091
49092         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49093         numbers.
49094
49095 2006-01-09  Bruno Haible  <bruno@clisp.org>
49096
49097         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49098         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49099         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49100         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49101
49102 2006-01-09  Bruno Haible  <bruno@clisp.org>
49103
49104         * build-aux/javacomp.sh.in: New file, moved from lib/.
49105         * modules/javacomp-script (Files): Update.
49106         (configure.ac): Add AC_CONFIG_FILES invocation.
49107         (EXTRA_DIST): Remove variable.
49108
49109         * build-aux/javaexec.sh.in: New file, moved from lib/.
49110         * modules/javaexec (Files): Update.
49111         (configure.ac): Add AC_CONFIG_FILES invocation.
49112         (EXTRA_DIST): Remove javaexec.sh.in.
49113
49114         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49115         * modules/csharpcomp-script (Files): Update.
49116         (configure.ac): Add AC_CONFIG_FILES invocation.
49117         (EXTRA_DIST): Remove variable.
49118
49119         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49120         * modules/csharpexec (Files): Update.
49121         (configure.ac): Add AC_CONFIG_FILES invocation.
49122         (EXTRA_DIST): Remove csharpexec.sh.in.
49123
49124 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49125
49126         Sync from coreutils.
49127
49128         Add POSIX ACL support
49129         * lib/acl.h (copy_acl, set_acl): Add declarations.
49130         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
49131         systems other than Linux.
49132         (chmod_or_fchmod): New function: use fchmod when possible,
49133         and chmod otherwise.
49134         (file_has_acl): Add a POSIX ACL implementation, with a
49135         Linux-specific subcase.
49136         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
49137         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
49138         acls are unsupported.
49139         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
49140         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
49141         are unsupported.
49142
49143 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49144
49145         Sync from coreutils.
49146         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
49147
49148 2006-01-07  Bruno Haible  <bruno@clisp.org>
49149
49150         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
49151         gl_EARLY.
49152
49153 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49154
49155         * lib/strftime.c (tzname): Don't declare if it is already #defined.
49156         Problem reported for Mingw by Mark Junker.
49157
49158 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49159
49160         * README: Gnulib normally doesn't generate a tarball.
49161
49162 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
49163
49164         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
49165         long int, not int, for nanosecond counts, so that people who are
49166         used to POSIX struct timespec won't be surprised.  Reported by Jim
49167         Meyering.
49168
49169 2005-12-28  Bruno Haible  <bruno@clisp.org>
49170
49171         * build-aux/config.rpath: Update from GNU gettext.
49172
49173 2005-12-16  Jim Meyering  <jim@meyering.net>
49174
49175         * modules/fprintftime: New module.
49176         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
49177
49178 2005-12-16  Jim Meyering  <jim@meyering.net>
49179
49180         * m4/fprintftime.m4: New file.
49181
49182 2005-12-16  Jim Meyering  <jim@meyering.net>
49183
49184         * lib/fprintftime.c, lib/fprintftime.h: New files.
49185
49186 2005-12-15  Simon Josefsson  <jas@extundo.com>
49187
49188         * modules/socklen (configure.ac): Fix M4 macro name, to align with
49189         new m4/socklen.m4.
49190
49191 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49192
49193         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
49194         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
49195
49196 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49197
49198         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
49199         * lib/argp-help.c (fill_in_uparams): Check if the constructed
49200         struct uparams is valid. Fall back to the default values if it is
49201         not.
49202
49203 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49204
49205         * modules/argp (Files): Add argp-pin.c
49206         (Depends-on): dirname
49207         (lib_SOURCES): Add argp-pin.c
49208
49209 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49210
49211         * m4/argp.m4:  Check if program_invocation_name and
49212         program_invocation_short_name are declared and define appropriate
49213         macros if they are not.
49214
49215 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49216
49217         * lib/argp-help.c (__argp_base_name): New function
49218         (__argp_short_program_name): Rewrite using __argp_base_name
49219         * lib/argp-namefrob.h: Define program_invocation_name and
49220         program_invocation_short_name if requested
49221         (__argp_base_name): Add prototype
49222         * lib/argp-parse.c (argp_def): Use gettext wrappers
49223         (argp_default_parser): Use __argp_base_name
49224         * lib/argp-pin.c: New file. Defines program_invocation_name and
49225         program_invocation_short_name on systems that lack them.
49226
49227 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49228
49229         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
49230         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49231         porting problem reported by Georg Schwarz in
49232         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49233
49234 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49235
49236         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
49237         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49238         porting problem reported by Georg Schwarz in
49239         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49240
49241 2005-12-05  Bruno Haible  <bruno@clisp.org>
49242
49243         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
49244         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
49245         Reported by Mark Junker <mjscod@gmx.de>.
49246
49247 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
49248
49249         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
49250         Use implementation from Albert Chin, with some
49251         comments/corrections by Stepan Kasal and myself.
49252
49253 2005-12-02  Bruno Haible  <bruno@clisp.org>
49254
49255         * gnulib-tool (func_import): Accept GPLed build tool modules when
49256         --lgpl is given.
49257         * modules/csharpcomp-script: New file.
49258         * modules/csharpcomp: Depend on it.
49259         * modules/javacomp-script: New file.
49260         * modules/javacomp: Depend on it.
49261         Suggested by Simon Josefsson.
49262
49263 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
49264
49265         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
49266         statement, to work around an HP-UX 10.20 compiler bug reported by
49267         Peter O'Gorman.
49268
49269 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49270
49271         * modules/savedir (Depends-on): Add openat.
49272
49273 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49274
49275         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49276         (uintmax_t) [defined uintmax_t]: Do not declare.
49277         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49278         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49279         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49280         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49281         sake of portability to weird hosts that C allows (though we don't
49282         know of any practical examples).
49283
49284         * lib/savedir.h (fdsavedir): New decl.
49285         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49286         contains most of the former guts of savedir.
49287         (savedir): Use savedirstream.
49288         Include "openat.h".
49289
49290 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49291
49292         * modules/obstack (Files): Add m4/ulonglong.m4.
49293         Problem reported by Davide Angelocola.
49294
49295 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49296
49297         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49298         coreutils no longer futzes with rounding modes.
49299
49300 2005-11-14  Jim Meyering  <jim@meyering.net>
49301
49302         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49303         replacement of mkstemp.
49304
49305 2005-11-10  Simon Josefsson  <jas@extundo.com>
49306
49307         * lib/readline.c: Remove EOL.
49308
49309 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49310
49311         * modules/gethrxtime (Depends-on): Add gettime.
49312
49313 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49314
49315         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49316         or gettimeofday; no longer needed.
49317
49318 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49319
49320         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49321         time business.
49322         (gethrxtime) [! (HAVE_NANOUPTIME
49323         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49324         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49325         our own approximation.
49326
49327 2005-11-08  Eric Blake  <ebb9@byu.net>
49328
49329         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49330
49331 2005-11-08  Eric Blake  <ebb9@byu.net>
49332
49333         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49334
49335 2005-11-04  Bruno Haible  <bruno@clisp.org>
49336
49337         * gnulib-tool: Implement --update mode.
49338
49339 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49340
49341         Fix porting problem reported by Theodoros V. Kalamatianos.
49342         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49343         Don't assume that futimes failing means we must fail.
49344
49345 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49346
49347         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49348         variables to suggest the intended function of the PATH_MAX check.
49349
49350 2005-10-30  Kean Johnston  <jkj@sco.com>
49351
49352         Trivial changes to support SCO systems.
49353         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49354         as PATH_MAX.
49355         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49356         where __ptr is null when no I/O is pending.
49357
49358 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49359
49360         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49361         leave errno alone.  Problem reported by Dmitry V. Levin.
49362
49363 2005-10-28  Simon Josefsson  <jas@extundo.com>
49364
49365         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49366         Test more.
49367
49368         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49369
49370         * modules/md2, modules/md2-tests: New files.
49371
49372 2005-10-28  Simon Josefsson  <jas@extundo.com>
49373
49374         * m4/inet_ntop.m4: More tests.
49375
49376         * m4/gc-md2.m4, md2.m4: New file.
49377
49378 2005-10-28  Simon Josefsson  <jas@extundo.com>
49379
49380         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49381         "restrict" keywords, as per POSIX.  Protect the function
49382         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49383         Don't use K&R prototypes.  Check the sprintf return values.
49384         Re-define EAFNOSUPPORT if not present.  Indent.
49385
49386         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49387         suggested by Bruno Haible <bruno@clisp.org>.
49388
49389         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49390
49391         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49392
49393         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49394         libgcrypt).
49395
49396         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49397
49398         * lib/md2.h, lib/md2.c: New files.
49399
49400 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49401
49402         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49403         errno alone.  Problem reported by Frederic Jolliton.
49404
49405 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49406
49407         * modules/verify (License): Change from GPL to LGPL.  This is a
49408         tiny module and there are apparently near-equivalents that are
49409         under the BSD license.
49410
49411 2005-10-24  Simon Josefsson  <jas@extundo.com>
49412
49413         * modules/sha1: Relicense to LGPL.
49414
49415 2005-10-24  Simon Josefsson  <jas@extundo.com>
49416
49417         * lib/md4.h: Shrink buffer size, now that we changed the type.
49418
49419 2005-10-23  Simon Josefsson  <jas@extundo.com>
49420
49421         * gnulib-tool (func_import): Fix --tests-base.
49422
49423 2005-10-22  Simon Josefsson  <jas@extundo.com>
49424
49425         * modules/arcfour (Depends-on): Need stdint.
49426
49427 2005-10-22  Simon Josefsson  <jas@extundo.com>
49428
49429         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49430         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49431
49432 2005-10-22  Simon Josefsson  <jas@extundo.com>
49433
49434         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49435         suggested by Bruno Haible <bruno@clisp.org>.
49436
49437 2005-10-22  Simon Josefsson  <jas@extundo.com>
49438
49439         * lib/crc.h: Include stddef.h, for size_t.
49440
49441 2005-10-22  Simon Josefsson  <jas@extundo.com>
49442
49443         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49444         arcfour_context struct (simplify test vector testing in GNU
49445         Shishi).
49446
49447 2005-10-21  Simon Josefsson  <jas@extundo.com>
49448
49449         * modules/des, modules/des-tests: New files.
49450
49451         * modules/gc-des, modules/gc-des-tests: New files.
49452
49453         * tests/test-des.c, tests/test-gc-des.c: New file.
49454
49455 2005-10-21  Simon Josefsson  <jas@extundo.com>
49456
49457         * modules/arctwo, modules/arctwo-tests: New files.
49458
49459         * tests/test-arctwo.c: New file.
49460
49461         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49462
49463         * tests/test-gc-arctwo.c: New file.
49464
49465 2005-10-21  Simon Josefsson  <jas@extundo.com>
49466
49467         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49468         Bruno Haible <bruno@clisp.org>.
49469
49470         * m4/gc-des.m4: New file.
49471
49472 2005-10-21  Simon Josefsson  <jas@extundo.com>
49473
49474         * m4/arctwo.m4: New file.
49475
49476         * m4/gc-arctwo.m4: New file.
49477
49478 2005-10-21  Simon Josefsson  <jas@extundo.com>
49479
49480         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49481         block.
49482
49483 2005-10-21  Simon Josefsson  <jas@extundo.com>
49484
49485         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49486         <bruno@clisp.org>.
49487
49488         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49489
49490         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49491         Bruno Haible <bruno@clisp.org>.
49492
49493         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49494         <bruno@clisp.org>.
49495
49496 2005-10-21  Simon Josefsson  <jas@extundo.com>
49497
49498         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49499
49500 2005-10-21  Simon Josefsson  <jas@extundo.com>
49501
49502         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49503
49504 2005-10-21  Simon Josefsson  <jas@extundo.com>
49505
49506         * lib/des.h, lib/des.c: New files.
49507
49508         * lib/gc-gnulib.c: Support DES.c
49509
49510 2005-10-21  Simon Josefsson  <jas@extundo.com>
49511
49512         * lib/arctwo.h, lib/arctwo.c: New files.
49513
49514         * lib/gc-gnulib.c: Support ARCTWO.
49515
49516 2005-10-21  Simon Josefsson  <jas@extundo.com>
49517
49518         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49519         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49520
49521 2005-10-21  Simon Josefsson  <jas@extundo.com>
49522
49523         * gnulib-tool (func_import, func_create_testdir): Define automake
49524         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49525         Makefile.am snippet),
49526         suggested by Bruno Haible <bruno@clisp.org>.
49527
49528         * modules/gc (Makefile.am): Use it.
49529
49530 2005-10-21  Bruno Haible  <bruno@clisp.org>
49531
49532         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49533         patch.
49534
49535 2005-10-19  Simon Josefsson  <jas@extundo.com>
49536
49537         * tests/test-gc-rijndael.c: New file.
49538
49539         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49540
49541 2005-10-19  Simon Josefsson  <jas@extundo.com>
49542
49543         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49544         interface too.
49545
49546 2005-10-19  Simon Josefsson  <jas@extundo.com>
49547
49548         * tests/test-gc-arcfour.c: New file.
49549
49550         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49551
49552 2005-10-19  Simon Josefsson  <jas@extundo.com>
49553
49554         * modules/gc-md4, modules/gc-md4-tests: New file.
49555
49556         * tests/test-gc-md4.c: New file.
49557
49558 2005-10-19  Simon Josefsson  <jas@extundo.com>
49559
49560         * m4/gc-md4.m4: New file.
49561
49562 2005-10-19  Simon Josefsson  <jas@extundo.com>
49563
49564         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49565         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49566         <kasal@ucw.cz>.
49567
49568 2005-10-19  Simon Josefsson  <jas@extundo.com>
49569
49570         * m4/gc-arcfour.m4: New file.
49571
49572         * m4/gc-rijndael.m4: New file.
49573
49574 2005-10-19  Simon Josefsson  <jas@extundo.com>
49575
49576         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49577
49578 2005-10-19  Simon Josefsson  <jas@extundo.com>
49579
49580         * lib/gc-gnulib.c: Support ARCFOUR.
49581
49582 2005-10-19  Simon Josefsson  <jas@extundo.com>
49583
49584         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49585         support.
49586
49587         * lib/gc.h: Add ECB enum type.
49588
49589         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49590
49591 2005-10-18  Simon Josefsson  <jas@extundo.com>
49592
49593         * tests/test-md5.c: New file.
49594
49595         * modules/md5-tests: New file.
49596
49597 2005-10-18  Simon Josefsson  <jas@extundo.com>
49598
49599         * tests/test-md4.c: New file.
49600
49601         * modules/md4, modules/md4-tests: New files.
49602
49603 2005-10-18  Simon Josefsson  <jas@extundo.com>
49604
49605         * m4/md4.m4: New file.
49606
49607 2005-10-18  Simon Josefsson  <jas@extundo.com>
49608
49609         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49610
49611 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49612
49613         * gnulib-tool (func_create_testdir): Omit the second check whether
49614         BUILT_SOURCES in nonempty.
49615
49616 2005-10-17  Simon Josefsson  <jas@extundo.com>
49617
49618         * tests/test-rijndael.c: New file.
49619
49620 2005-10-17  Simon Josefsson  <jas@extundo.com>
49621
49622         * modules/sha1: Depend on stdint instead of md5.
49623
49624         * modules/md5: Depend on stdint, remove uint32_t.
49625
49626 2005-10-17  Simon Josefsson  <jas@extundo.com>
49627
49628         * modules/gc-sha1-tests: New file.
49629
49630         * tests/test-gc-sha1.c: New file.
49631
49632 2005-10-17  Simon Josefsson  <jas@extundo.com>
49633
49634         * m4/md5.m4: Remove call to uint32_t.m4.
49635
49636 2005-10-17  Simon Josefsson  <jas@extundo.com>
49637
49638         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49639
49640         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49641         md5.h.
49642
49643         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49644
49645         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49646
49647 2005-10-17  Simon Josefsson  <jas@extundo.com>
49648
49649         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49650
49651 2005-10-17  Simon Josefsson  <jas@extundo.com>
49652
49653         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49654
49655 2005-10-17  Simon Josefsson  <jas@extundo.com>
49656
49657         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49658
49659         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49660
49661 2005-10-17  Bruno Haible  <bruno@clisp.org>
49662
49663         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49664         that it can also be used in a test.
49665
49666 2005-10-16  Bruno Haible  <bruno@clisp.org>
49667
49668         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49669         TESTS_ENVIRONMENT, so that individual tests can augment it.
49670
49671         * gnulib-tool (func_create_testdir): Use an intermediate target for
49672         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49673         macros, like $(ALLOCA_H), which cannot be passed through the command
49674         line.
49675
49676 2005-10-15  Simon Josefsson  <jas@extundo.com>
49677
49678         * modules/rijndael-tests: New file.
49679
49680         * modules/rijndael: New file.
49681
49682 2005-10-15  Simon Josefsson  <jas@extundo.com>
49683
49684         * m4/rijndael.m4: New file.
49685
49686 2005-10-15  Simon Josefsson  <jas@extundo.com>
49687
49688         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49689
49690         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49691
49692 2005-10-14  Simon Josefsson  <jas@extundo.com>
49693
49694         * tests/test-arcfour.c: New file.
49695
49696         * modules/arcfour, modules/arcfour-tests: New files.
49697
49698 2005-10-14  Simon Josefsson  <jas@extundo.com>
49699
49700         * m4/arcfour.m4: New file.
49701
49702 2005-10-14  Simon Josefsson  <jas@extundo.com>
49703
49704         * lib/arcfour.h, lib/arcfour.c: New files.
49705
49706 2005-10-14  Roland McGrath  <roland@redhat.com>
49707
49708         Import from libc.  [BZ #1331]
49709         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49710         macro argument.
49711         Reported by Matej Vela <vela@debian.org>.
49712
49713 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49714
49715         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49716         include <wchar.h>; no longer needed.
49717
49718 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49719
49720         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49721
49722 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49723         and  Ulrich Drepper  <drepper@redhat.com>
49724
49725         Import from libc.
49726         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49727         instead of inline stream orientation test and two separate
49728         function calls.  Pay no attention to USE_IN_LIBIO.
49729
49730 2005-10-13  Simon Josefsson  <jas@extundo.com>
49731
49732         * modules/gc-hmac-md5-tests: New file.
49733
49734         * tests/test-gc-hmac-sha1.c: New file.
49735
49736         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49737
49738         * modules/gc-hmac-md5-tests: New file.
49739
49740         * tests/test-gc-md5.c: New file.
49741
49742         * modules/gc-md5-tests: New file.
49743
49744 2005-10-13  Simon Josefsson  <jas@extundo.com>
49745
49746         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49747         Move memory allocation outside of loop.
49748
49749 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49750
49751         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49752         intermediate directory is in a read-only file system.  Problem
49753         reported by Eric Blake.
49754
49755 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49756
49757         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49758
49759 2005-10-12  Simon Josefsson  <jas@extundo.com>
49760
49761         * tests/test-hmac-sha1.c: New file.
49762
49763         * modules/hmac-sha1-tests: New file.
49764
49765         * modules/hmac-sha1: New file.
49766
49767 2005-10-12  Simon Josefsson  <jas@extundo.com>
49768
49769         * modules/gc-sha1: New file.
49770
49771 2005-10-12  Simon Josefsson  <jas@extundo.com>
49772
49773         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49774
49775         * tests/test-gc-pbkdf2-sha1.c: New file.
49776
49777 2005-10-12  Simon Josefsson  <jas@extundo.com>
49778
49779         * modules/gc-md5, modules/gc-hmac-md5: New files.
49780
49781         * modules/gc (Files): Remove md5, memxor and hmac files.
49782
49783 2005-10-12  Simon Josefsson  <jas@extundo.com>
49784
49785         * m4/gc-pbkdf2-sha1.m4: New file.
49786
49787         * m4/gc-hmac-sha1.m4: New file.
49788
49789         * m4/gc-sha1: New file.
49790
49791         * m4/hmac-sha1.m4: New file.
49792
49793 2005-10-12  Simon Josefsson  <jas@extundo.com>
49794
49795         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49796
49797         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49798
49799 2005-10-12  Simon Josefsson  <jas@extundo.com>
49800
49801         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49802         suggested by Bruno Haible <bruno@clisp.org>.
49803
49804 2005-10-12  Simon Josefsson  <jas@extundo.com>
49805
49806         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49807
49808 2005-10-12  Simon Josefsson  <jas@extundo.com>
49809
49810         * lib/gc-pbkdf2-sha1.c: New file.
49811
49812         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49813
49814 2005-10-12  Simon Josefsson  <jas@extundo.com>
49815
49816         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49817
49818         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49819
49820 2005-10-12  Simon Josefsson  <jas@extundo.com>
49821
49822         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49823         GC_USE_HMAC_MD5, respectively.
49824
49825         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49826         (gc_md5): Fix typo.
49827
49828         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49829
49830         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49831
49832         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49833
49834 2005-10-12  Bruno Haible  <bruno@clisp.org>
49835
49836         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49837         Reported by Stepan Kasal <kasal@ucw.cz>.
49838
49839 2005-10-11  Simon Josefsson  <jas@extundo.com>
49840
49841         * tests/test-crc.c: New file.
49842
49843         * modules/crc, modules/crc-tests: New files.
49844
49845 2005-10-11  Simon Josefsson  <jas@extundo.com>
49846
49847         * m4/crc.m4: New file.
49848
49849 2005-10-11  Simon Josefsson  <jas@extundo.com>
49850
49851         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49852
49853         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49854
49855         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49856
49857 2005-10-11  Simon Josefsson  <jas@extundo.com>
49858
49859         * lib/crc.h, lib/crc.c: New files.
49860
49861         * lib/gc.h (gc_hash_buffer): Add doc.
49862
49863 2005-10-11  Bruno Haible  <bruno@clisp.org>
49864
49865         * modules/c-strcasestr: New file.
49866         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49867
49868 2005-10-11  Bruno Haible  <bruno@clisp.org>
49869
49870         * modules/c-strcase: New file.
49871         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49872
49873 2005-10-11  Bruno Haible  <bruno@clisp.org>
49874
49875         * lib/strcasecmp.c: Include limits.h.
49876         (strcasecmp): Avoid integer overflow on exotic platforms.
49877         * lib/strncasecmp.c: Include limits.h.
49878         (strncasecmp): Avoid integer overflow on exotic platforms.
49879         Reported by Paul Eggert.
49880
49881 2005-10-11  Bruno Haible  <bruno@clisp.org>
49882
49883         * lib/c-strcasestr.h: New file, from GNU gettext.
49884         * lib/c-strcasestr.c: New file, from GNU gettext.
49885
49886 2005-10-11  Bruno Haible  <bruno@clisp.org>
49887
49888         * lib/c-strcase.h: New file, from GNU gettext.
49889         * lib/c-strcasecmp.c: New file, from GNU gettext.
49890         * lib/c-strncasecmp.c: New file, from GNU gettext.
49891
49892 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49893
49894         * modules/mempcpy (License): GPL -> LGPL.
49895         * modules/strchrnul (License): Likewise.
49896         * modules/sysexits (License): Likewise.
49897
49898 2005-10-08  Simon Josefsson  <jas@extundo.com>
49899
49900         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49901
49902 2005-10-07  Simon Josefsson  <jas@extundo.com>
49903
49904         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49905
49906 2005-10-06  Simon Josefsson  <jas@extundo.com>
49907
49908         * tests/test-hmac-md5.c: New file.
49909
49910         * modules/hmac-md5-tests: New file.
49911
49912         * modules/hmac-md5: New file.
49913
49914 2005-10-06  Simon Josefsson  <jas@extundo.com>
49915
49916         * m4/hmac-md5.m4: New file.
49917
49918         * m4/memxor.m4: Require gl_C_RESTRICT.
49919
49920 2005-10-06  Simon Josefsson  <jas@extundo.com>
49921
49922         * lib/memxor.c (memxor): Avoid casts and warnings.
49923
49924 2005-10-06  Simon Josefsson  <jas@extundo.com>
49925
49926         * lib/hmac-md5.c: New file.
49927
49928         * lib/hmac.h: New file.
49929
49930 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49931
49932         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49933         promotes to int, not unsigned int, to catch the AIX 5.3
49934         compiler bug.
49935
49936 2005-10-05  Simon Josefsson  <jas@extundo.com>
49937
49938         * modules/memxor: New file.
49939
49940         * modules/iconv (Files): Move config.rpath to havelib, it is used
49941         there.
49942
49943         * modules/havelib (Files): Add config.rpath.
49944
49945 2005-10-05  Simon Josefsson  <jas@extundo.com>
49946
49947         * m4/memxor.m4: New file.
49948
49949 2005-10-05  Simon Josefsson  <jas@extundo.com>
49950
49951         * lib/memxor.c (memxor): Fix compiler error.
49952
49953         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49954         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49955
49956         * lib/memxor.h, lib/memxor.c: New files.
49957
49958         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49959         we assume all systems have it, suggested by Jim Meyering
49960         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49961         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49962         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49963         same reasons.
49964
49965 2005-10-05  Simon Josefsson  <jas@extundo.com>
49966
49967         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49968
49969 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49970
49971         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49972         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49973         needed, since the source code now assumes these .h files.
49974
49975 2005-10-05  Derek Price  <derek@ximbiot.com>
49976
49977         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49978
49979 2005-10-05  Bruno Haible  <bruno@clisp.org>
49980
49981         * modules/stdint (License): Change to LGPL.
49982
49983 2005-10-04  Simon Josefsson  <jas@extundo.com>
49984
49985         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49986         D. Baushke" <mdb@gnu.org>.
49987
49988 2005-10-04  Bruno Haible  <bruno@clisp.org>
49989
49990         * lib/verify.h (verify_true): Provide alternative definition for C++.
49991
49992 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49993
49994         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49995         (SSIZE_MAX): New macro, if not already defined.
49996         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49997         than 2 GiB.
49998
49999 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50000
50001         Sync from coreutils.
50002         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50003         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50004         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50005         ULLONG_MAX doesn't work with 2.7.2.1.
50006
50007 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50008
50009         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50010         From Ben Pfaff.
50011
50012         * modules/exclude (Depends-on): Depend on verify.
50013         * modules/strtoimax (Depends-on): Likewise.
50014         * modules/utimecmp (Depends-on): Likewise.
50015
50016 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50017
50018         * lib/exclude.c: Include verify.h.
50019         (verify): Remove.  All callers changed to use verify.h's version.
50020         * lib/strtoimax.c: Likewise.
50021         * lib/utimecmp.c: Likewis.e
50022
50023         Sync from coreutils.
50024         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50025         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50026         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50027         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50028         bother returning ENOSYS if settimeofday or stime fails; just let
50029         them return whatever errno they want to return.
50030         * lib/utimens.c: Include unistd.h, for dup2.
50031         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50032         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50033
50034 2005-10-02  Jim Meyering  <jim@meyering.net>
50035
50036         Sync from coreutils.
50037         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50038         from glibc-2.2.5 that fails for read-only files.
50039
50040 2005-10-02  Jim Meyering  <jim@meyering.net>
50041
50042         Sync from coreutils.
50043         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50044         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50045         `#if HAVE_CONFIG_H'.
50046         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50047         Remove AT_FDCWD test.
50048         Do not consume the fd unless successful.
50049         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50050         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50051         block, so that we don't even try to compile it if settimeofday is
50052         available.  This works around a compilation failure on OSF1 V5.1,
50053         due to stime requiring a `long int*' while tv_sec is `int'.
50054
50055 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50056
50057         Sync from coreutils.
50058         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50059         against `yes', rather than just testing for nonempty.
50060
50061 2005-10-01  Simon Josefsson  <jas@extundo.com>
50062
50063         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50064         and Darwin.
50065
50066         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50067         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50068         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50069         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50070         Check if struct addrinfo is declared.
50071
50072 2005-10-01  Simon Josefsson  <jas@extundo.com>
50073
50074         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50075         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50076         AI_* and EAI_* definitions.  Protect function declarations.
50077
50078 2005-10-01  Jim Meyering  <jim@meyering.net>
50079
50080         Sync from coreutils.
50081
50082         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50083         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50084         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50085         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50086         in the inet and nsl libraries.  Required on Solaris 5.7.
50087
50088 2005-10-01  Jim Meyering  <jim@meyering.net>
50089
50090         Sync from coreutils.
50091         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50092         in the inet and nsl libraries.  Required on Solaris 5.7.
50093
50094 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50095
50096         * lib/getdelim.c (getdelim): Remove unused variables.
50097
50098 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50099
50100         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50101         so that the code works even with ancient cpp.  Portability problem
50102         with GCC 2.7.2.1 reported by Thomas M.Ott.
50103
50104 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50105
50106         * modules/regex (Depends-on): Add strcase.
50107
50108         * modules/gethostname (Licence): Change from GPL to LGPL, since
50109         gethostname.c is a trivial implementation of a standard library
50110         function.
50111         * modules/poll (License): Change from GPL to LGPL, since it's
50112         derived from LGPL code.
50113
50114 2005-09-27  Jim Meyering  <jim@meyering.net>
50115
50116         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50117         HAVE_CONFIG_H.
50118
50119         * lib/intprops.h (signed_type_or_expr__): Define.
50120         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50121         for unsigned types.
50122
50123 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
50124
50125         * lib/verify.h (verify_expr): Remove, replacing with:
50126         (verify_true): New macro that returns true instead of void.
50127         (verify_type__): Remove.
50128         (verify): Use verify_true rather than verify_type__.
50129
50130 2005-09-26  Bruno Haible  <bruno@clisp.org>
50131
50132         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
50133         is necessary.
50134         (lib_SOURCES): Remove mbchar.c.
50135         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
50136         (Files): Add m4/mbrtowc.m4.
50137         * modules/mbiter: Likewise.
50138         * modules/mbuiter: Likewise.
50139
50140 2005-09-26  Bruno Haible  <bruno@clisp.org>
50141
50142         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
50143         compile mbchar.c if they are not both present.
50144         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
50145         * m4/mbiter.m4 (gl_MBITER): Likewise.
50146         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
50147         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
50148         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
50149
50150 2005-09-25  Jim Meyering  <jim@meyering.net>
50151
50152         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
50153         also uses socklen_t.
50154
50155 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
50156
50157         * lib/utimens.c (ENOSYS): Define if not already defined.
50158         (futimens): Support having a null PATH if the file descriptor
50159         is nonnegative.
50160
50161         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
50162         Remove.
50163         (__attribute): Define to empty unless GCC 3.1 or later.
50164         This works around a core dump on OpenBSD 3.4, which has GCC
50165         2.95.3, which dumps core when given __attribute__(()).  It also
50166         simplifies other tests, since we really don't want to bother with
50167         worrying about which ancient version of GCC supported what.
50168         Original problem reported by Yoann Vandoorselaere, with part of
50169         the fix suggested by Derek Price.
50170
50171 2005-09-24  Jim Meyering  <jim@meyering.net>
50172
50173         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
50174         so we can once again use a positive bitfield width of 1 -- now we
50175         don't have to explain why we were using a bitfield width of 2.
50176
50177 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50178
50179         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
50180         and similarly for the other external symbols.  Problem reported
50181         by James Gallager.
50182
50183         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
50184         bug reported by Jim Meyering.
50185
50186         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
50187         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
50188         not needed, since socklen is a prerequisite module.
50189
50190 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50191
50192         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
50193         Problem reported by Eric Blake.
50194         (getaddrinfo): Initialize se so that it's not garbage.
50195         Redo internal storage allocation so that it doesn't make unportable
50196         assumptions about alignment.
50197         Fix a memory leak.
50198
50199         * lib/utimens.c (futimens): Use futimesat if available.
50200         Prefer it to futimes since it doesn't have the futimes bug.
50201
50202         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
50203         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
50204         Instead, declare a function that returns a pointer to an array,
50205         and use verify_type__ to declare the size of the array.
50206         Problem and germ of a solution reported by Bruno Haible.
50207         (verify_type__): Use 2, not 1, for bitfield size, to avoid
50208         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
50209
50210 2005-09-23  Jim Meyering  <jim@meyering.net>
50211
50212         Sync from coreutils.
50213         Correct build failure (socklen_t not defined) on at least
50214         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
50215         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
50216
50217 2005-09-23  Jim Meyering  <jim@meyering.net>
50218
50219         * modules/getaddrinfo (Depends-on): Add socklen.
50220
50221 2005-09-23  Bruno Haible  <bruno@clisp.org>
50222
50223         * tests/test-verify.c: New file.
50224
50225 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50226
50227         Sync from coreutils.
50228
50229         * modules/argmatch (Depends-on): Add verify.
50230         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
50231         unistd-safer.
50232         * modules/save-cwd (Depends-on): Likewise.
50233
50234         * modules/openat (Files): Add lib/openat-die.c.
50235         (Depends-on): Remove error, exitfail.
50236         Add dirname.
50237
50238         * modules/verify: New file.
50239         * MODULES.html.sh (Diagnostics <assert.h>): New section,
50240         with "verify" module.
50241
50242 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50243
50244         Sync from coreutils.
50245
50246         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
50247         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
50248         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
50249         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
50250         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
50251         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
50252         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
50253         Don't bother checking for string.h, stdlib.h, unistd.h.
50254         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
50255         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
50256         module's job.
50257         * m4/jm-macros.m4 (gl_MACROS): Likewise.
50258         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
50259
50260         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
50261         (gl_GETDATE): Use it.
50262
50263         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
50264
50265 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50266
50267         Sync from coreutils.
50268
50269         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
50270         stat-time.h.
50271         * lib/argmatch.h: Include verify.h
50272         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50273         (ARGMATCH_ASSERT): Remove; unused.
50274         * lib/canonicalize.c: Assume STDC_HEADERS.
50275         * lib/exclude.c: Include "strcase.h".
50276         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50277         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50278         and stdio-safer.h.
50279         (getusershell): Call fopen, not fopen_safer.
50280         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50281         Do not include unistd-safer.h.
50282         (save_cwd): Don't call fd_safer; no longer needed
50283         now that we include fcntl--.h.
50284
50285         * lib/getdate.y (relative_time): New type.
50286         (RELATIVE_TIME_0): New constant.
50287         (parser_control): Use relative_time instead of doing it ourselves.
50288         (%union): Add new relative_time rel member.
50289         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50290         Now typeless.
50291         (relunit, relunit_snumber): Now of type rel.
50292         (zone, rel, relunit, get_date): Adjust to above changes.
50293
50294         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50295         Do not include unistd-safer.h.
50296         (getloadavg): Don't call fd_safer; no longer needed
50297         now that we include fcntl--.h.
50298
50299         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50300         (make_dir_parents): Treat ENOSYS like EEXIST.
50301
50302         Improve quality of diagnostics on restore_cwd failure.
50303         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50304         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50305         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50306         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50307         each time through the loop.  Do not diagnose restore_cwd failure;
50308         that is the caller's job (and perhaps the caller does not care).
50309
50310         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50311         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50312         If the file already exists but is not a directory, don't bother
50313         to try to make its parents.
50314         Close potential file descriptor leak if we can't chdir("/") (!).
50315         Don't always return true if chdir($PWD) fails; return true only
50316         if the requested action was done successfully (except for the
50317         chdir($PWD)).
50318         Don't log final directory unless we actually made it.
50319         Refactor to avoid duplicate code to fix up permissions.
50320         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50321
50322         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50323         to make it a bit faster and (I hope) clearer.
50324         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50325         Fix bug in formats like %2N.
50326
50327         * lib/verify.h: New file.
50328
50329 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50330
50331         Sync from coreutils.
50332         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50333
50334 2005-09-22  Jim Meyering  <jim@meyering.net>
50335
50336         Sync from coreutils.
50337
50338         * m4/lstat.m4 (gl_FUNC_LSTAT):
50339         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50340         Remove obsolete comment.
50341         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50342         * m4/xstrtod.m4: Likewise.
50343
50344         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50345
50346 2005-09-22  Jim Meyering  <jim@meyering.net>
50347
50348         Sync from coreutils.
50349
50350         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50351
50352         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50353         the .tm_year member, since otherwise gcc-4.0 would now warn about
50354         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50355
50356         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50357         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50358
50359         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50360         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50361         when run in a time zone for which daylight savings time is in effect
50362         for the starting date.
50363
50364         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50365         stop us from restricting permissions of just-created absolute-named
50366         directories.
50367         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50368         to restore initial working directory.
50369         * lib/mkdir-p.c (make_dir_parents): New parameter:
50370         different_working_dir, to tell caller if/when we change the working
50371         directory and are unable to return to the initial one.
50372         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50373         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50374         `return false'.  This fixes a bug introduced on 2004-07-30.
50375
50376         * lib/openat.c (fdopendir): Be sure to close the supplied
50377         file descriptor before returning.  This makes our replacement
50378         implementation a little closer to Solaris's, where fdopendir
50379         ties the file descriptor to the returned DIR* pointer.
50380         * lib/openat.c (unlinkat): New function.
50381         * lib/openat.h (unlinkat): Add prototype.
50382         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50383         (openat_restore_fail): Rename from openat_restore_die.
50384         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50385
50386         Provide an alternative to exiting immediately upon save_cwd or
50387         restore_cwd failure.  Now, an application can arrange e.g.,
50388         to perform a longjump in that case.
50389         * lib/openat.c: Include dirname.h.
50390         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50391         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50392         and openat_restore_die rather than calling error directly.
50393         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50394
50395         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50396         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50397         define.
50398
50399         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50400         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50401                             int utc, int nanoseconds);
50402         Background:
50403         date should not have to allocate a megabyte of virtual memory to
50404         handle a format argument like +%1048575T.  When implemented with
50405         strftime, it must allocate such a buffer, use strftime to fill it
50406         in, print it, then free it.
50407         With fprintftime, it simply prints everything and exits.
50408         With no need for memory allocation, that's one fewer way to fail.
50409         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50410         optional field width, not before, so we accept %9:z, not %:9z.
50411         (my_strftime): Be sure to use L_('x') for literals.
50412
50413         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50414         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50415         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50416         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50417         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50418         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50419         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50420         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50421         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50422         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50423         * lib/xgethostname.c, lib/xreadlink.c:
50424         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50425
50426         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50427         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50428         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50429         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50430         and don't include <sys/file.h>).
50431
50432 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50433
50434         Sync from coreutils.
50435
50436         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50437         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50438         [!LDAV_DONE]: Avoid unused variable warning.
50439
50440 2005-09-21  Bruno Haible  <bruno@clisp.org>
50441
50442         * lib/unicodeio.h (unicode_to_mb): New declaration.
50443
50444 2005-09-20  Derek Price  <derek@ximbiot.com>
50445
50446         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50447         getaddrinfo.h.
50448
50449 2005-09-20  Bruno Haible  <bruno@clisp.org>
50450
50451         * gnulib-tool: Remove trailing slashes from the values specified for
50452         --source-base, --m4-base, --tests-base, --aux-dir.
50453         Suggested by Simon Josefsson <jas@extundo.com>.
50454
50455 2005-09-20  Bruno Haible  <bruno@clisp.org>
50456
50457         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50458         func_modules_to_filelist, func_import, func_create_testdir): Make all
50459         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50460         change when gnulib-tool is invoked in a different locale.
50461
50462 2005-09-19  Simon Josefsson  <jas@extundo.com>
50463
50464         * m4/socklen.m4: Fix typo.
50465
50466 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50467
50468         Use a consistent style for including <config.h>.
50469         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50470         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50471         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50472         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50473         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50474         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50475         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50476         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50477         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50478         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50479         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50480         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50481         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50482         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50483         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50484         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50485         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50486         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50487         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50488         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50489         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50490         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50491         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50492         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50493         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50494         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50495         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50496         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50497         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50498         lib/xstrtoumax.c, lib/yesno.c:
50499         Standardize inclusion of config.h.
50500         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50501         lib/inttostr.h:  Removed inclusion of config.h from header files.
50502         * lib/inttostr.c:  Adjusted in-tree users.
50503         * lib/timespec.h: Remove superfluous warning to include config.h.
50504         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50505         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50506         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50507         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50508         config.h with HAVE_CONFIG_H.
50509
50510 2005-09-19  Jim Meyering  <jim@meyering.net>
50511
50512         * modules/pathmax (License): Change to LGPL.
50513
50514 2005-09-19  Derek Price  <derek@ximbiot.com>
50515
50516         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50517
50518 2005-09-19  Bruno Haible  <bruno@clisp.org>
50519
50520         * gnulib-tool (import): Provide default for --tests-base.
50521
50522 2005-09-19  Bruno Haible  <bruno@clisp.org>
50523
50524         * doc/quote.texi: New file, extracted from gnulib.texi.
50525         * doc/ctime.texi: New file, extracted from gnulib.texi.
50526         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50527         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50528         * doc/gnulib.texi: Include them.
50529
50530 2005-09-18  Bruno Haible  <bruno@clisp.org>
50531
50532         Portability fix.
50533         * gnulib-tool (func_readlink): New function.
50534         (func_ln_if_changed): Use it.
50535
50536 2005-09-18  Bruno Haible  <bruno@clisp.org>
50537
50538         * gnulib-tool: Support --with-tests also with --import.
50539         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50540         (func_import): Use variables $testsbase and $inctests. Emit a
50541         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50542         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50543         SUBDIRS += $testsdir.
50544         (func_create_testdir): Update.
50545
50546 2005-09-18  Bruno Haible  <bruno@clisp.org>
50547
50548         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50549         instead of $dry_run.
50550         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50551         (func_ln_if_changed): Don't handle dry-run here.
50552         (func_import): In dry-run mode, detect more precisely which actions
50553         would be performed, and don't use "...ing" verbs.
50554
50555 2005-09-18  Bruno Haible  <bruno@clisp.org>
50556
50557         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50558         (func_import): Use join on two temporary files instead of three nested
50559         loops, in order to determine which files are new or old.
50560
50561 2005-09-18  Bruno Haible  <bruno@clisp.org>
50562
50563         * gnulib-tool (func_import): Comment out code that spits out the
50564         new files with --dry-run.
50565
50566 2005-09-18  Bruno Haible  <bruno@clisp.org>
50567
50568         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50569
50570 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50571
50572         * lib/stat-time.h: New file.
50573         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50574         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50575         in a different way.
50576         (timespec_cmp): New function.
50577         * lib/utimecmp.c: Include stat-time.h.
50578         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50579         members exist, not on the obsolescent ST_MTIM_NSEC.
50580         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50581
50582 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50583
50584         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50585
50586 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50587
50588         * MODULES.html.sh (File system functions): Add stat-time.
50589         * modules/stat-time: New file.
50590         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50591         is now done in a different way, by the stat-time module.
50592         * modules/utimecmp (Depends-on): Add stat-time.
50593
50594 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50595
50596         * m4/st_mtim.m4: Remove.  Superseded by...
50597         * m4/stat-time.m4: New file.
50598         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50599         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50600
50601 2005-09-15  Derek Price  <derek@ximbiot.com>
50602
50603         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50604
50605 2005-09-15  Derek Price  <derek@ximbiot.com>
50606
50607         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50608         * lib/regex_internal.c: Ditto, using this...
50609         (__GNUC_PREREQ): ...new macro.
50610         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50611         using...
50612         (__GNUC_PREREQ): ...this new macro.
50613
50614         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50615
50616 2005-09-15  Derek Price  <derek@ximbiot.com>
50617             Paul Eggert  <eggert@cs.ucla.edu>
50618
50619         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50620         changes, consolidating in...
50621         * lib/regex_internal.h: ...this file.
50622
50623 2005-09-13  Jim Meyering  <jim@meyering.net>
50624
50625         * lib/canon-host.c: Filter through gnu indent and reword comments
50626         slightly.
50627         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50628
50629 2005-09-13  Derek Price  <derek@ximbiot.com>
50630
50631         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50632         failure.
50633         Reported by Jim Meyering  <jim@meyering.net>.
50634
50635 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50636
50637         * lib/base64.c: Typo.
50638         (base64_encode): Put b64str in initialized data section.
50639
50640 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50641
50642         Merge glibc and coreutils changes into gnulib, plus a few
50643         extra fixes.
50644         * lib/md5.c: Use #error rather than a string.
50645         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50646         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50647         (__attribute__): Define to empty for non recent-GCC.
50648         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50649         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50650         Renamed from their non-__ counterparts, with new macros replacing
50651         them if not _LIBC.  Add __THROW attribute.
50652         (rol): Remove.
50653         (struct md5_ctx): Align buffer if using GCC.
50654         * lib/sha1.h (struct sha1_ctx): Likewise.
50655         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50656         The old name was backwards.
50657         (NOTSWAP): Remove; not used.
50658         (rol): New macro, moved here from md5.h.
50659         (sha1_process_block): Remove a FIXME that doesn't make sense.
50660
50661 2005-09-12  Derek Price  <derek@ximbiot.com>
50662
50663         Return usable errors from canon-host.
50664         * lib/canon-host.h: New file.
50665         * lib/canon-host.c (canon_host): Wrap...
50666         (canon_host_r): ...this new function, which now relies exclusively on
50667         getaddrinfo.
50668         (ch_strerror): New function.
50669         (last_cherror): New global.
50670         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50671         interface.
50672         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50673         void *.
50674         (freeaddrinfo): Free ai->ai_canonname when set.
50675
50676 2005-09-12  Derek Price  <derek@ximbiot.com>
50677
50678         Make canon-host require getaddrinfo.
50679         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50680         AC_LIBSOURCE canon-host.h.  Call...
50681         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50682         gl_GETADDRINFO.
50683         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50684
50685 2005-09-12  Derek Price  <derek@ximbiot.com>
50686
50687         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50688         LGPL.
50689         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50690
50691 2005-09-12  Derek Price  <derek@ximbiot.com>
50692
50693         * lib/gai_strerror.c: Include config.h when available.  Include
50694         getaddrinfo.h before other headers to test interface.
50695         Reported by Larry Jones <lawrence.jones@ugs.com>.
50696
50697 2005-09-12  Derek Price  <derek@ximbiot.com>
50698             Paul Eggert  <eggert@cs.ucla.edu>
50699
50700         * modules/glob (Files): Add glob-libc.h.
50701
50702 2005-09-12  Derek Price  <derek@ximbiot.com>
50703             Paul Eggert  <eggert@cs.ucla.edu>
50704
50705         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50706         glob_.h, glob-libc.h.
50707         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50708
50709 2005-09-12  Derek Price  <derek@ximbiot.com>
50710             Paul Eggert  <eggert@cs.ucla.edu>
50711
50712         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50713         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50714         protecting things that should be done only in gnulib contexts.
50715         * lib/glob_.h: New file, containing only the glob things needed for
50716         gnulib.
50717         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50718         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50719         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50720         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50721         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50722         and to respect the namespace rules better.
50723
50724 2005-09-08  Simon Josefsson  <jas@extundo.com>
50725
50726         * modules/socklen: New file.
50727
50728 2005-09-08  Simon Josefsson  <jas@extundo.com>
50729
50730         * m4/socklen.m4: New file.
50731
50732 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50733
50734         * modules/utimens (Files): Add m4/utimbuf.m4, since
50735         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50736         Reported by Sergey Poznyakoff.
50737
50738 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50739
50740         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50741         definitions, since that's the preferred style in glibc.
50742         Fix a minor spacing issue, and update copyright notice to match
50743         glibc's.
50744
50745 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50746
50747         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50748
50749 2005-09-06  Simon Josefsson  <jas@extundo.com>
50750
50751         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50752         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50753
50754 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50755
50756         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50757         warning.
50758
50759 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50760
50761         * config/srclist.txt: Add glibc bug 1302.
50762
50763 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50764
50765         Change bitset word type from unsigned int to unsigned long int,
50766         as this has better performance on typical 64-bit hosts.
50767         Port bitset code to hosts with unusual word sizes.
50768         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50769         (build_collating_symbol):
50770         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50771         argument is a bitset.  This is merely a style issue, but it makes
50772         it clearer that an entire array is expected.
50773         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50774         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50775         Port to the case where bitset_word is not the same as unsigned int.
50776         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50777         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50778         Likewise.
50779         * lib/regexec.c (check_dst_limits_calc_pos_1,
50780         check_subexp_matching_top):
50781         (build_trtable, group_nodes_into_DFAstates):
50782         Likewise.
50783         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50784         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50785         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50786         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50787         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50788         * lib/regcomp.c (optimize_subexps, lower_subexp):
50789         Work even if bitset_word has holes in its bitwise representation.
50790         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50791         * lib/regexec.c (check_dst_limits_calc_pos_1,
50792         check_subexp_matching_top):
50793         Likewise.
50794         * lib/regex_internal.c (re_string_reconstruct):
50795         Don't assume UCHAR_MAX == 255.
50796         * lib/regex_internal.h (bitset_set_all): Likewise.
50797         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50798         All uses changed.
50799         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50800         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50801         All uses changed.
50802         (BITSET_WORD_MAX): New macro.
50803         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50804         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50805         (bitset_empty, bitset_copy):
50806         Prefer sizeof (bitset) to multiplying it out ourselves.
50807         (bitset_not_merge): Remove; unused.
50808         (bitset_contain): Return bool, not unsigned int with one bit on.
50809         All callers changed.
50810         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50811         alignment than re_node_set; do this by defining a new internal
50812         type struct dests_alloc and using it to allocate memory.
50813
50814 2005-09-05  Bruno Haible  <bruno@clisp.org>
50815
50816         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50817         links.
50818
50819 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50820
50821         * modules/size_max (Makefile.am): Add size_max.h
50822
50823 2005-09-04  Derek Price  <derek@ximbiot.com>
50824
50825         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50826
50827 2005-09-03  Simon Josefsson  <jas@extundo.com>
50828
50829         * gnulib-tool: Fix typo.
50830
50831 2005-09-03  Simon Josefsson  <jas@extundo.com>
50832
50833         * config/srclist.txt: Add glibc bug 1293.
50834
50835 2005-09-03  Derek Price  <derek@ximbiot.com>
50836
50837         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50838         From Larry Jones <lawrence.jones@ugs.com>.
50839
50840 2005-09-02  Simon Josefsson  <jas@extundo.com>
50841
50842         * modules/socklen: New file.
50843
50844 2005-09-02  Simon Josefsson  <jas@extundo.com>
50845
50846         * modules/havelib: New module.
50847
50848         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50849         Use havelib.
50850
50851 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50852
50853         Check for arithmetic overflow when calculating sizes, to prevent
50854         some buffer-overflow issues.  These patches are conservative, in the
50855         sense that when I couldn't determine whether an overflow was possible,
50856         I inserted a run-time check.
50857         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50858         macros.
50859         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50860         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50861         (re_xnrealloc, re_x2nrealloc): New inline functions.
50862         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50863         parse_bracket_exp):
50864         (build_equiv_class, build_charclass): Check for arithmetic overflow
50865         in size expression calculations.
50866         * lib/regex_internal.c (re_string_realloc_buffers):
50867         (build_wcs_upper_buffer, re_node_set_add_intersect):
50868         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50869         (re_dfa_add_node, register_state): Likewise.
50870         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50871         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50872         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50873         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50874
50875 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50876
50877         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50878         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50879
50880 2005-09-02  Bruno Haible  <bruno@clisp.org>
50881
50882         Support for lib vs. lib64 distinction on biarch platforms.
50883         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50884         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50885         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50886
50887 2005-09-02  Bruno Haible  <bruno@clisp.org>
50888
50889         * gnulib-tool (import): In the other first-use case, provide defaults
50890         as well.
50891
50892 2005-09-02  Bruno Haible  <bruno@clisp.org>
50893
50894         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50895         patches not yet found in the latest gettext release.
50896
50897 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50898
50899         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50900         to avoid a collision with bits/local_lim.h in glibc.
50901         All uses changed.  Problem reported by Dmitry V. Levin in
50902         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50903
50904         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50905         bugs in int versus size_t comparisons.
50906         (re_string_context_at): Fix bug where the code assumed that
50907         Idx is signed.
50908
50909         Use bool where appropriate.
50910         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50911         All callers changed.
50912         (calc_eclosure_iter): Likewise, for ROOT arg.
50913         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50914         (build_charclass_op): Likewise, for NON_MATCH arg.
50915         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50916         (re_string_construct_common): Likewise, for ICASE arg.
50917         * lib/regexec.c (re_search_2_stub, re_search_stub):
50918         Likewise, for RET_LEN arg.
50919         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50920         (set_regs): Likewise, for FL_BACKTRACK arg.
50921         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50922         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50923         (calc_eclosure_iter, parse_bracket_exp):
50924         Use bool for internal variables that are booleans.
50925         * lib/regexec.c (re_search_internal, check_matching,
50926         proceed_next_node):
50927         (set_regs, build_sifted_states, sift_states_bkref):
50928         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50929         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50930         (find_collation_sequence_value):
50931         Likewise.
50932         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50933         (re_node_set_compare):
50934         Return bool, not int. All callers changed.
50935         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50936         (build_trtable, check_node_accept): Likewise.
50937         * lib/regex_internal.h: Include stdbool.h.
50938
50939         Fix bugs uncovered when converting to bool.
50940         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50941         failure instead of charging ahead blindly.
50942         * lib/regex_internal.c (register_state): Likewise.
50943         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50944         for freeing internal storage.
50945         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50946         bitset pieces used as boolean, to avoid undefined behavior
50947         on hosts that do int overflow checking.
50948
50949 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50950
50951         * config/srclist.txt: Add glibc bugs 1285-1287.
50952
50953 2005-09-01  Jim Meyering  <jim@meyering.net>
50954
50955         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50956         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50957         Require gl_STAT_MACROS, too.
50958
50959 2005-09-01  Bruno Haible  <bruno@clisp.org>
50960
50961         * gnulib-tool (import): In the first-use case, provide defaults.
50962
50963 2005-09-01  Bruno Haible  <bruno@clisp.org>
50964
50965         * gnulib-tool (func_import): Remove the .tmp files.
50966
50967 2005-09-01  Bruno Haible  <bruno@clisp.org>
50968
50969         * gnulib-tool (func_import): Fix handling of symbolic links.
50970
50971 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50972
50973         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50974         old glibc regex code mishandles strings longer than 2**31 bytes.
50975         This patch fixes this when the regex code is used in gnulib
50976         (i.e., outside glibc).
50977
50978         This patch should not affect the use of the regex code inside
50979         glibc.  No doubt this problem also needs to be handled for glibc
50980         as well, but the result will be an incompatible change to the
50981         glibc ABI, and the old ABI will have to be supported too.  That
50982         can be the the subject for another patch.
50983
50984         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50985         governing whether the rest of this patch is active.  By default,
50986         the macro is disabled and the patch has no effect.
50987         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50988         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50989         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50990         (re_match_2, re_set_registers): Use the new types.
50991         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50992         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50993         New macros.
50994         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50995         (re_string_context_at, bin_tree_t, re_dfastate_t):
50996         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50997         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50998         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50999         (re_string_char_size_at, re_string_wchar_at):
51000         (re_string_elem_size_at):
51001         Use the new types and macros to port to 64-bit hosts.
51002         Use unsigned types for internal values, so that the code
51003         mostly works even for arrays larger than SSIZE_MAX.
51004         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51005         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51006         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51007         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51008         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51009         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51010         (calc_inveclosure, parse_dup_op, build_range_exp):
51011         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51012         (fetch_number, create_token_tree, mark_opt_subexp):
51013         Likewise.
51014         * lib/regex_internal.c (re_string_construct_common,
51015         create_ci_newstate):
51016         (create_cd_newstate, re_string_allocate, re_string_construct):
51017         (re_string_realloc_buffers, build_wcs_upper_buffer):
51018         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51019         (re_string_reconstruct, re_string_peek_byte_case):
51020         (re_string_fetch_byte_case, re_string_context_at):
51021         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51022         (re_node_set_init_copy, re_node_set_add_intersect):
51023         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51024         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51025         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51026         (re_acquire_state, re_acquire_state_context, register_state):
51027         Likewise.
51028         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51029         search_cur_bkref_entry):
51030         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51031         (re_search_internal, re_search_2_stub, re_search_stub)
51032         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51033         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51034         (update_cur_sifted_state, check_dst_limits):
51035         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51036         (check_subexp_limits, sift_states_bkref, merge_state_array):
51037         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51038         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51039         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51040         (expand_bkref_cache, check_node_accept_bytes):
51041         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51042         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51043         (acquire_init_state_context, check_halt_node_context):
51044         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51045         (sift_states_backward, clean_state_log_if_needed):
51046         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51047         (find_recover_state, transit_state_sb, transit_state_mb):
51048         (transit_state_bkref, build_trtable, match_ctx_clean):
51049         Likewise.
51050         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51051         to work around an assumption that REG_MISSING is negative.
51052
51053         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51054         (seek_collating_symbol_entry) [defined _LIBC]:
51055         (lookup_collation_sequence_value) [defined _LIBC]:
51056         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51057         Use prototypes rather than old-style function definitions.
51058         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51059         (transit_state_sb) [0]:
51060         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51061
51062         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51063         rm_eo.
51064
51065         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51066         (optimize_subexps, lower_subexp):
51067         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51068         since the signed shift might overflow.  Use 1u<<31 instead.
51069         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51070         Likewise.
51071         * lib/regexec.c (check_dst_limits_calc_pos_1,
51072         check_subexp_matching_top): Likewise.
51073
51074         * lib/regcomp.c (optimize_subexps, lower_subexp):
51075         Use CHAR_BIT rather than 8, for clarity.
51076         * lib/regexec.c (check_dst_limits_calc_pos_1):
51077         (check_subexp_matching_top): Likewise.
51078         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51079         have to worry about portability issues when shifting it left.
51080         Remove no-longer-needed test for table_size > 0.
51081         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51082         in a word, as the resulting behavior is undefined.
51083         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51084         in one case, a <= should have been an <, and in another case the
51085         whole test was missing.
51086         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51087         the standard name CHAR_BIT.
51088         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51089         this is not true on one's complement and signed-magnitude hosts.
51090
51091         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51092         next_last_offset.
51093         (struct re_dfa_t): Remove unused member states_alloc.
51094         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51095
51096 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51097
51098         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51099         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51100         and large-file glibc and in 32-bit large-file Solaris.
51101
51102 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51103
51104         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51105         lengths fit in regoff_t; this isn't true if regoff_t is the same
51106         width as size_t.
51107         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51108         (= START + RANGE) instead of RANGE.  This avoids overflow
51109         problems when regoff_t is the same width as size_t.
51110         All callers changed.
51111         (re_search_2_stub): Check for overflow when adding the
51112         sizes of the two strings.
51113         (re_search_stub): Check for overflow when adding START
51114         to RANGE; if it occurs, substitute the extreme value.
51115
51116 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51117
51118         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51119
51120 2005-08-31  Jim Meyering  <jim@meyering.net>
51121
51122         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
51123         a pointer-to-const.
51124         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
51125         (register_state): Likewise.
51126         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
51127         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51128         (group_nodes_into_DFAstates): Likewise.
51129
51130 2005-08-31  Jim Meyering  <jim@meyering.net>
51131
51132         * check-module: Add a FIXME comment.
51133
51134 2005-08-31  Eric Blake  <ebb9@byu.net>
51135
51136         * modules/unistd-safer (Files): Add unistd--.h.
51137         * modules/stdio-safer (Files): Add stdio--.h.
51138
51139 2005-08-31  Derek Price  <derek@ximbiot.com>
51140
51141         * lib/getdelim.c (getdelim): Return EOF on EOF.
51142         Reported by Larry Jones <lawrence.jones@ugs.com>.
51143
51144 2005-08-31  Bruno Haible  <bruno@clisp.org>
51145
51146         Avoid unnecessary diffs in the generated lib/Makefile.am.
51147         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
51148         the generated files.
51149         (func_import): Don't set cmd.
51150
51151 2005-08-31  Bruno Haible  <bruno@clisp.org>
51152
51153         * lib/strstr.c: Include <stddef.h>, for NULL.
51154         * lib/strcasestr.c: Likewise.
51155         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51156
51157 2005-08-31  Bruno Haible  <bruno@clisp.org>
51158
51159         * gnulib-tool: New option --macro-prefix.
51160         (func_import): Use macro_prefix.
51161         (import): Handle option --macro-prefix.
51162
51163 2005-08-31  Bruno Haible  <bruno@clisp.org>
51164
51165         * gnulib-tool (import): Rename most ac_* variables to cached_*.
51166         Also use new variables cached_lgpl, cached_libtool.
51167
51168 2005-08-31  Bruno Haible  <bruno@clisp.org>
51169
51170         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
51171         always instantiating them.
51172
51173 2005-08-31  Bruno Haible  <bruno@clisp.org>
51174
51175         * gnulib-tool (func_import): Read the previous cached settings
51176         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
51177         earlier added by gnulib but are now dropped. Warn when a gnulib file
51178         overwrites a non-gnulib file.
51179
51180 2005-08-31  Bruno Haible  <bruno@clisp.org>
51181
51182         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
51183         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
51184         projects that don't keep autogenerated files in CVS. Put into
51185         actioncmd only the specified modules, not the transitive closure.
51186
51187 2005-08-31  Bruno Haible  <bruno@clisp.org>
51188
51189         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
51190         Create directories that shall be filled.
51191         (import): Don't look for gl_* macros in configure.ac. Recurse across
51192         all directories containing a gnulib-cache.m4 files, if meaningful.
51193
51194 2005-08-31  Bruno Haible  <bruno@clisp.org>
51195
51196         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
51197         (import): Set seen_libtool when we see gl_LIBTOOL.
51198
51199 2005-08-31  Bruno Haible  <bruno@clisp.org>
51200
51201         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
51202         declaration macro definitions from generated gnulib.m4.
51203
51204 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
51205
51206         * lib/iconvme.h: Add prototype for iconv_alloc.
51207
51208 2005-08-29  Simon Josefsson  <jas@extundo.com>
51209
51210         * lib/iconvme.c: Fix errno.
51211
51212 2005-08-29  Bruno Haible  <bruno@clisp.org>
51213
51214         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
51215         that it works when the directory contains spaces.
51216
51217 2005-08-29  Bruno Haible  <bruno@clisp.org>
51218
51219         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
51220
51221 2005-08-29  Bruno Haible  <bruno@clisp.org>
51222
51223         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
51224         Emit more advice.
51225
51226 2005-08-29  Bruno Haible  <bruno@clisp.org>
51227         and Stepan Kasal  <kasal@ucw.cz>
51228
51229         * check-module: If more parameters are given, check each of them
51230         separately; add more exceptions, as noted by Jim Meyering.
51231         (check_module): New procedure.
51232         (%exempt_header): Now contains all exceptions.
51233
51234 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
51235
51236         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
51237
51238 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51239
51240         * lib/iconvme.c: Split iconv_string into iconv_alloc.
51241
51242 2005-08-28  Bruno Haible  <bruno@clisp.org>
51243
51244         * m4/gnulib-tool.m4: New file.
51245
51246 2005-08-27  Jim Meyering  <jim@meyering.net>
51247
51248         * modules/unistd-safer (Files): Add pipe-safer.c.
51249         * modules/fcntl-safer (Files): Add creat-safer.c.
51250
51251 2005-08-27  Jim Meyering  <jim@meyering.net>
51252
51253         * m4/stdlib-safer.m4: New file.  From coreutils.
51254         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
51255         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
51256         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
51257         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
51258         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
51259
51260 2005-08-27  Jim Meyering  <jim@meyering.net>
51261
51262         * lib/fopen-safer.c: Merge minor changes from coreutils.
51263         * lib/dup-safer.c: Likewise.
51264         * lib/fd-safer.c: Likewise.
51265
51266         Merge from coreutils.
51267         * lib/stdio--.h: New file.
51268         * lib/stdlib--.h: New file.
51269         * lib/mkstemp-safer.c: New file.
51270
51271         GNU tar needs these.
51272         * lib/pipe-safer.c: New file.
51273         * lib/creat-safer.c: New file.
51274         * lib/fcntl--.h (creat): Define to creat_safer.
51275         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51276         * lib/unistd--.h (pipe): Define to pipe_safer.
51277         * lib/unistd-safer.h: Declare pipe_safer.
51278
51279 2005-08-26  Simon Josefsson  <jas@extundo.com>
51280
51281         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51282         Haible <bruno@clisp.org>.
51283
51284 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51285
51286         * lib/regex_internal.h: Remove all references to
51287         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51288         or better.
51289         (bitset_not, bitset_merge, bitset_not_merge):
51290         (bitset_mask, re_string_allocate, re_string_construct):
51291         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51292         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51293         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51294         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51295         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51296         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51297         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51298         (re_acquire_state_context):
51299         Remove unnecessary forward decls.
51300         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51301         Put __attribute at function definition,
51302         now that the function decl has been removed.
51303         * lib/regex_internal.c (re_string_peek_byte_case):
51304         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51305         Likewise.
51306
51307 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51308
51309         * m4/regex.m4: Add AC_PREREQ(2.50).
51310         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51311
51312 2005-08-25  Simon Josefsson  <jas@extundo.com>
51313
51314         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51315         __fsetlocking.
51316
51317 2005-08-25  Simon Josefsson  <jas@extundo.com>
51318
51319         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51320         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51321         GLIBC specific code.
51322
51323 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51324
51325         Make regex safe for g++.  This fixes one real bug (an "err"
51326         that should have been "*err").  g++ problem reported by
51327         Sam Steingold.
51328         * lib/regex_internal.h (re_calloc): New macro, consistent with
51329         re_malloc etc.  All callers of calloc changed to use re_calloc.
51330         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51331         not int.  All callers changed.
51332         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51333         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51334         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51335         (find_recover_state): Change "err" to "*err"; this fixes what
51336         appears to be a real bug.
51337         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51338         versus int.
51339
51340 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51341
51342         * modules/regex (Depends-on): Add malloc, since the code
51343         assumes that !malloc(0) means failure.
51344
51345 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51346
51347         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51348
51349         alloca modernization/simplification for regex.
51350         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51351         needs to be at the start of the file, and can be moved into
51352         regex_internal.h and simplified.
51353         * lib/regex_internal.h: Include <alloca.h>.
51354         (__libc_use_alloca) [!defined _LIBC]: New macro.
51355         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51356         now works outside glibc.
51357
51358 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51359
51360         * config/srclist.txt: Add glibc bugs 1241, 1245.
51361
51362 2005-08-25  Jim Meyering  <jim@meyering.net>
51363
51364         * lib/open-safer.c: Include <config.h>.
51365         Otherwise, we'd lose LARGEFILE support in any file using
51366         e.g. "fcntl--.h"
51367
51368 2005-08-25  Bruno Haible  <bruno@clisp.org>
51369
51370         * m4/minmax.m4: Require autoconf 2.52.
51371         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51372         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51373         alternatives of translit over the alphabet.
51374         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51375
51376 2005-08-24  Simon Josefsson  <jas@extundo.com>
51377
51378         * tests/test-getpass.c: New file.
51379
51380 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51381
51382         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51383         for GNU regex features.
51384
51385 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51386
51387         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51388         * lib/regex.h (regerror): Likewise.
51389
51390         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51391         requires this.  (The code never needed it.)
51392
51393         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51394         All uses of recently-renamed identifiers changed to use the new,
51395         POSIX-compliant names.  The code will build and run just fine
51396         without these changes, but it's better to eat our own dog food
51397         and use the standard-conforming names.
51398
51399         * lib/regex.h: Fix a multitude of POSIX name space violations.
51400         These changes have an effect only for programs that define
51401         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51402         do not change anything for programs compiled in the normal way.
51403         Also, there is no effect on the ABI.
51404
51405         (_REGEX_SOURCE): New macro.
51406         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51407         defined and _GNU_SOURCE is not; this fixes a name space violation.
51408
51409         Rename the following macros to obey POSIX requirements.
51410         The old names are still visible as macros if _REGEX_SOURCE is defined.
51411         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51412         RE_BACKSLASH_ESCAPE_IN_LISTS.
51413         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51414         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51415         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51416         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51417         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51418         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51419         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51420         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51421         (REG_INTERVALS): renamed from RE_INTERVALS.
51422         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51423         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51424         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51425         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51426         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51427         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51428         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51429         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51430         RE_UNMATCHED_RIGHT_PAREN_ORD.
51431         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51432         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51433         (REG_DEBUG): renamed from RE_DEBUG.
51434         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51435         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51436         unusual, since we can't clash with the POSIX REG_ICASE.
51437         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51438         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51439         (REG_NO_SUB): renamed from RE_NO_SUB.
51440         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51441         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51442         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51443         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51444         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51445         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51446         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51447         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51448         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51449         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51450         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51451         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51452         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51453         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51454         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51455         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51456         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51457         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51458         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51459         (REG_FIXED): Renamed from REGS_FIXED.
51460         (REG_NREGS): Renamed from RE_NREGS.
51461
51462         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51463         of other REG_* macros, since POSIX says the user is allowed to
51464         #undef these macros selectively.
51465
51466         (reg_errcode_t): Update comment stating what other tables need
51467         to be consistent.
51468
51469         Rename the following enum values to obey POSIX requirements.
51470         The old names are still visible as macros.
51471         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51472         is not defined, since GNU is supposed to be a superset of POSIX as
51473         much as possible, and since we want reg_errcode_t to be a signed
51474         type for implementation consistency.
51475         (_REG_NOERROR): Renamed from REG_NOERROR.
51476         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51477         (_REG_BADPAT): Renamed from REG_BADPAT.
51478         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51479         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51480         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51481         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51482         (_REG_EBRACK): Renamed from REG_EBRACK.
51483         (_REG_EPAREN): Renamed from REG_EPAREN.
51484         (_REG_EBRACE): Renamed from REG_EBRACE.
51485         (_REG_BADBR): Renamed from REG_BADBR.
51486         (_REG_ERANGE): Renamed from REG_ERANGE.
51487         (_REG_ESPACE): Renamed from REG_ESPACE.
51488         (_REG_BADRPT): Renamed from REG_BADRPT.
51489         (_REG_EEND): Renamed from REG_EEND.
51490         (_REG_ESIZE): Renamed from REG_ESIZE.
51491         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51492         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51493         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51494         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51495         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51496
51497         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51498         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51499         changed.  But support the old name if the new one is not defined
51500         and if _REGEX_SOURCE.
51501
51502         Change the following member names in struct re_pattern_buffer.
51503         The old names are still supported if !_REGEX_SOURCE.
51504         The new names are always supported, regardless of _REGEX_SOURCE.
51505         (re_buffer): Renamed from buffer.
51506         (re_allocated): Renamed from allocated.
51507         (re_used): Renamed from used.
51508         (re_syntax): Renamed from syntax.
51509         (re_fastmap): Renamed from fastmap.
51510         (re_translate): Renamed from translate.
51511         (re_can_be_null): Renamed from can_be_null.
51512         (re_regs_allocated): Renamed from regs_allocated.
51513         (re_fastmap_accurate): Renamed from fastmap_accurate.
51514         (re_no_sub): Renamed from no_sub.
51515         (re_not_bol): Renamed from not_bol.
51516         (re_not_eol): Renamed from not_eol.
51517         (re_newline_anchor): Renamed from newline_anchor.
51518
51519         Change the following member names in struct re_registers.
51520         The old names are still supported if !_REGEX_SOURCE.
51521         The new names are always supported, regardless of _REGEX_SOURCE.
51522         (rm_num_regs): Renamed from num_regs.
51523         (rm_start): Renamed from start.
51524         (rm_end): Renamed from end.
51525
51526         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51527         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51528         Prepend __ to parameter names.
51529
51530         Undo yesterday's changes.
51531
51532 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51533
51534         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51535         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51536         lib/regex.c.
51537
51538 2005-08-24  Jim Meyering  <jim@meyering.net>
51539
51540         Sync from coreutils.
51541         * m4/fcntl-safer.m4: New file.
51542
51543         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51544         and object files for this module.
51545
51546 2005-08-24  Jim Meyering  <jim@meyering.net>
51547
51548         Sync from coreutils.
51549         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51550
51551 2005-08-24  Jim Meyering  <jim@meyering.net>
51552
51553         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51554         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51555
51556 2005-08-24  Jim Meyering  <jim@meyering.net>
51557
51558         * modules/fcntl-safer: New module.
51559         * modules/fts (Depends-on): Add fcntl-safer.
51560         * MODULES.html.sh (File descriptor based Input/Output):
51561         Add fcntl-safer.
51562
51563 2005-08-24  Bruno Haible  <bruno@clisp.org>
51564
51565         Support for unit test modules.
51566         * modules/README: Mention tests modules.
51567         * modules/TEMPLATE-TESTS: New file.
51568         * gnulib-tool: New options --extract-tests-module, --with-tests and
51569         --tests-base (unused for the moment).
51570         (testsbase, inctests): New variables.
51571         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51572         (func_verify_module): Exclude TEMPLATE-TESTS.
51573         (func_verify_nontests_module, func_verify_tests_module): New functions.
51574         (func_get_dependencies): Add implicit dependency for tests modules.
51575         (func_get_tests_module): New function.
51576         (func_modules_transitive_closure): When --with-tests was specified,
51577         include the unit tests as well, unless explicitly avoided.
51578         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51579         (func_emit_tests_Makefile_am): New function.
51580         (func_create_testdir): When --with-tests was specified, emit a
51581         tests/ directory.
51582         * MODULES.html.sh (Future developments): Update.
51583
51584 2005-08-24  Bruno Haible  <bruno@clisp.org>
51585
51586         * modules/tls-tests: New file.
51587         * tests/test-tls.c: New file, from GNU gettext.
51588
51589 2005-08-24  Bruno Haible  <bruno@clisp.org>
51590
51591         * modules/lock-tests: New file.
51592         * tests/test-lock.c: New file, from GNU gettext.
51593
51594 2005-08-24  Bruno Haible  <bruno@clisp.org>
51595
51596         * lib/lock.h: Add multiple inclusion guard.
51597         * lib/tls.h: Add multiple inclusion guard.
51598
51599 2005-08-24  Bruno Haible  <bruno@clisp.org>
51600
51601         * gnulib-tool: Add support for the --aux-dir option to
51602         --create-testdir, --create-megatestdir, --test, --megatest.
51603         (func_create_testdir, func_create_megatestdir): Optionally emit a
51604         AC_CONFIG_AUX_DIR directive.
51605         (create-testdir, create-megatestdir, test, megatest): Provide a
51606         default value for $auxdir.
51607
51608 2005-08-24  Bruno Haible  <bruno@clisp.org>
51609
51610         * gnulib-tool (import): Use compound statement instead of subshell
51611         where possible.
51612
51613 2005-08-24  Bruno Haible  <bruno@clisp.org>
51614
51615         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51616
51617 2005-08-24  Bruno Haible  <bruno@clisp.org>
51618
51619         * gnulib-tool (func_version): Update.
51620
51621 2005-08-24  Bruno Haible  <bruno@clisp.org>
51622
51623         * gnulib-tool (func_import, func_create_testdir,
51624         func_create_megatestdir): Quote all autoconf macro arguments.
51625
51626 2005-08-24  Bruno Haible  <bruno@clisp.org>
51627
51628         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51629         option --force, because --force causes the aclocal.m4 of each
51630         subdirectory to be newer than the corresponding config.h.in.
51631
51632 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51633
51634         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51635         All contents moved to gl_REGEX.
51636         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51637         assume that it does.
51638
51639 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51640
51641         * lib/regex.h (REG_NOSYS)
51642         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51643         Define, since POSIX requires it as of 2001.
51644         (_REG_ENOSYS)
51645         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51646         New private symbol, used to keep the enum signed in all cases.
51647         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51648         Youngman in
51649         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51650
51651         * lib/regex_internal.c (re_string_skip_chars, register_state):
51652         (calc_state_hash):
51653         Remove forward decls; no longer needed now that we use prototypes.
51654         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51655         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51656         (clean_state_log_if_needed): Likewise.
51657
51658 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51659
51660         * config/srclist.txt: Add glibc bugs 1231-1233.
51661
51662 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51663
51664         Fix problems reported by Sam Steingold in
51665         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51666         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51667         assumed that reg_errcode_t is a signed type, which is not
51668         necessarily true if _XOPEN_SOURCE is not defined.
51669         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51670         since some compilers warn about it otherwise.
51671
51672 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51673
51674         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51675         (init_word_char, create_initial_state, duplicate_node_closure):
51676         (fetch_token, peek_token_bracket, build_range_exp):
51677         (build_collating_symbol): Remove forward decls; no longer needed
51678         now that we use prototypes.
51679
51680         * lib/regcomp.c:
51681         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51682         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51683         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51684         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51685         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51686         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51687         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51688         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51689         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51690         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51691         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51692         (build_charclass, build_charclass_op, fetch_number, create_tree):
51693         (create_token_tree, mark_opt_subexp, duplicate_tree):
51694         Use prototypes rather than old-style definitions.
51695
51696         * lib/regex_internal.c:
51697         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51698         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51699         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51700         (re_string_reconstruct, re_string_peek_byte_case):
51701         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51702         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51703         (re_node_set_init_copy, re_node_set_add_intersect):
51704         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51705         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51706         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51707         (re_acquire_state, re_acquire_state_context, register_state):
51708         (create_ci_newstate, create_cd_newstate, free_state):
51709         Likewise.
51710         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51711         re_search_2):
51712         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51713         (re_search_internal, prune_impossible_nodes):
51714         (acquire_init_state_context, check_matching, static):
51715         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51716         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51717         (update_regs, sift_states_backward, build_sifted_states):
51718         (clean_state_log_if_needed, merge_state_array):
51719         (update_cur_sifted_state, add_epsilon_src_nodes):
51720         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51721         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51722         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51723         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51724         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51725         (check_arrival, check_arrival_add_next_nodes):
51726         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51727         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51728         (check_node_accept_bytes, check_node_accept, extend_buffers):
51729         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51730         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51731         (sift_ctx_init):
51732         Likewise.
51733
51734         * lib/regex_internal.h:
51735         (re_string_allocate, re_string_construct, re_string_reconstruct):
51736         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51737         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51738         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51739         (re_string_context_at, re_string_peek_byte_case):
51740         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51741         is defined, since we now use prototypes always.
51742
51743         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51744         C89 or better.  All uses removed.
51745
51746 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51747
51748         * config/srclist.txt: Add glibc bugs 1220-1227.
51749
51750 2005-08-20  Jim Meyering  <jim@meyering.net>
51751
51752         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51753         of unused local, dfa.
51754
51755 2005-08-20  Bruno Haible  <bruno@clisp.org>
51756
51757         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51758
51759 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51760
51761         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51762         (re_node_set_insert_last, re_dfa_add_node):
51763         Rename local variables to avoid GCC shadowing warnings.
51764
51765 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51766
51767         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51768         [defined lint]: Suppress bogus uninitialized-variable warnings.
51769
51770         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51771         and let the caller return REG_ESPACE if out of space.  This
51772         removes an uninitialied-variable warning with GCC 4.0.1, and also
51773         avoids taking the address of a local variable.  All callers
51774         changed.
51775
51776 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51777
51778         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51779         $LIBCSRC/posix/regexec.c.
51780         Add glibc bug 1217 for regcomp.c.
51781
51782 2005-08-19  Jim Meyering  <jim@meyering.net>
51783
51784         * lib/regexec.c (proceed_next_node): Redo local variables to
51785         avoid GCC shadowing warnings.
51786
51787 2005-08-18  Bruno Haible  <bruno@clisp.org>
51788
51789         * lib/strstr.c (strstr): Fix return value in multibyte case.
51790         * lib/strcasestr.c (strcasestr): Likewise.
51791
51792 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51793
51794         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51795
51796 2005-08-17  Jim Meyering  <jim@meyering.net>
51797
51798         Make the %s format (seconds since the epoch) work for a negative
51799         number and when used with a zero-padded field width, e.g. %015s.
51800
51801         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51802         label so that it precedes the code to set `digits'.  Otherwise,
51803         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51804         print `00-22'.  Now, it prints `-0022', as it should.
51805
51806 2005-08-17  Bruno Haible  <bruno@clisp.org>
51807
51808         * modules/strstr (Files): Add m4/mbrtowc.m4.
51809         (Depends-on): Add mbuiter.
51810
51811 2005-08-17  Bruno Haible  <bruno@clisp.org>
51812
51813         * modules/strcasestr: New file.
51814         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51815         strcasestr.
51816
51817 2005-08-17  Bruno Haible  <bruno@clisp.org>
51818
51819         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51820
51821 2005-08-17  Bruno Haible  <bruno@clisp.org>
51822
51823         * modules/mbuiter: New file.
51824         * MODULES.html.sh (Extended multibyte and wide character utilities):
51825         Add mbuiter.
51826
51827 2005-08-17  Bruno Haible  <bruno@clisp.org>
51828
51829         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51830         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51831
51832 2005-08-17  Bruno Haible  <bruno@clisp.org>
51833
51834         * m4/strcasestr.m4: New file.
51835
51836 2005-08-17  Bruno Haible  <bruno@clisp.org>
51837
51838         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51839         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51840
51841 2005-08-17  Bruno Haible  <bruno@clisp.org>
51842
51843         * lib/strcasestr.h: New file.
51844         * lib/strcasestr.c: New file.
51845
51846 2005-08-17  Bruno Haible  <bruno@clisp.org>
51847
51848         * lib/strcasecmp.c: Use mbuiter.h.
51849
51850 2005-08-17  Bruno Haible  <bruno@clisp.org>
51851
51852         * lib/mbuiter.h: New file.
51853
51854 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51855
51856         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51857         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51858         and gl_GETOPT are both invoked via different paths (as happens
51859         with GNU tar CVS because it uses both argp and getopt), the former
51860         wins.
51861
51862 2005-08-16  Bruno Haible  <bruno@clisp.org>
51863
51864         * modules/tls: New file.
51865         * MODULES.html.sh (Multithreading): Add tls.
51866
51867 2005-08-16  Bruno Haible  <bruno@clisp.org>
51868
51869         * modules/strnlen1: New file.
51870         * MODULES.html.sh (String handling): Add strnlen1.
51871
51872 2005-08-16  Bruno Haible  <bruno@clisp.org>
51873
51874         * modules/strcase (Files): Add m4/mbrtowc.m4.
51875         (Depends-on): Add strnlen1, mbchar.
51876
51877 2005-08-16  Bruno Haible  <bruno@clisp.org>
51878
51879         * modules/mbiter: New file.
51880         * MODULES.html.sh (Extended multibyte and wide character utilities):
51881         Add mbiter.
51882
51883 2005-08-16  Bruno Haible  <bruno@clisp.org>
51884
51885         * modules/mbfile: New file.
51886         * MODULES.html.sh (Extended multibyte and wide character utilities):
51887         Add mbfile.
51888
51889 2005-08-16  Bruno Haible  <bruno@clisp.org>
51890
51891         * modules/mbchar: New file.
51892         * MODULES.html.sh (Extended multibyte and wide character utilities):
51893         New section.
51894
51895 2005-08-16  Bruno Haible  <bruno@clisp.org>
51896
51897         * m4/tls.m4: New file, from GNU gettext.
51898
51899 2005-08-16  Bruno Haible  <bruno@clisp.org>
51900
51901         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51902         always.
51903         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51904
51905 2005-08-16  Bruno Haible  <bruno@clisp.org>
51906
51907         * m4/mbiter.m4: New file.
51908
51909 2005-08-16  Bruno Haible  <bruno@clisp.org>
51910
51911         * m4/mbfile.m4: New file.
51912
51913 2005-08-16  Bruno Haible  <bruno@clisp.org>
51914
51915         * m4/mbchar.m4: New file.
51916
51917 2005-08-16  Bruno Haible  <bruno@clisp.org>
51918
51919         * lib/tls.h: New file, from GNU gettext.
51920         * lib/tls.c: New file, from GNU gettext.
51921
51922 2005-08-16  Bruno Haible  <bruno@clisp.org>
51923
51924         * lib/strnlen1.h: New file.
51925         * lib/strnlen1.c: New file.
51926
51927 2005-08-16  Bruno Haible  <bruno@clisp.org>
51928
51929         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51930         (mbi_init): Update.
51931         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51932         NUL byte, not after it.
51933
51934 2005-08-16  Bruno Haible  <bruno@clisp.org>
51935
51936         * lib/strcase.h (strcasecmp): Add note in comments.
51937         * lib/strncasecmp.c: Use code from strcasecmp.c.
51938         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51939         (strcasecmp): Work correctly in multibyte locales.
51940
51941 2005-08-16  Bruno Haible  <bruno@clisp.org>
51942
51943         * lib/mbiter.h: New file.
51944
51945 2005-08-16  Bruno Haible  <bruno@clisp.org>
51946
51947         * lib/mbfile.h: New file.
51948
51949 2005-08-16  Bruno Haible  <bruno@clisp.org>
51950
51951         * lib/mbchar.h: New file.
51952         * lib/mbchar.c: New file.
51953
51954 2005-08-16  Bruno Haible  <bruno@clisp.org>
51955
51956         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51957         the valid ones. Makes the comparison operations transitive:
51958         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51959         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51960
51961 2005-08-15  Simon Josefsson  <jas@extundo.com>
51962
51963         * modules/ssize_t (License): Change to 'unlimited'.
51964
51965         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51966
51967 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51968
51969         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51970         Add comments for each pending glibc patch.
51971
51972 2005-08-15  Bruno Haible  <bruno@clisp.org>
51973
51974         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51975         __cplusplus is defined.
51976
51977 2005-08-14  Jim Meyering  <jim@meyering.net>
51978
51979         Sync from coreutils.
51980
51981         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51982         Use the hash-table-based cycle-detection code not just when
51983         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51984         Reported by James Youngman in
51985         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51986         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51987         FTS_TIGHT_CYCLE_CHECK.
51988         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51989         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51990         once again.
51991         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51992         * lib/fts.c (fd_safer): Remove decl.
51993         Include fcntl--.h rather than unistd-safer.h
51994         (fts_safe_changedir): Don't call fd_safer; no longer needed
51995         now that we include fcntl--.h.
51996
51997 2005-08-12  Simon Josefsson  <jas@extundo.com>
51998
51999         * modules/getndelim2: Use ssize_t module.
52000         * modules/getnline: Likewise.
52001         * modules/safe-read: Likewise.
52002         * modules/xreadlink: Likewise.
52003
52004         * modules/ssize_t: New file.
52005
52006 2005-08-12  Simon Josefsson  <jas@extundo.com>
52007
52008         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52009
52010 2005-08-12  Simon Josefsson  <jas@extundo.com>
52011
52012         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52013         ssize_t.
52014
52015 2005-08-12  Simon Josefsson  <jas@extundo.com>
52016
52017         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52018         readline, getdelim and check_version.
52019         (Support for systems lacking ISO C 99: Sizes of integer types):
52020         Add size_max.
52021
52022 2005-08-12  Bruno Haible  <bruno@clisp.org>
52023
52024         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52025
52026 2005-08-11  Simon Josefsson  <jas@extundo.com>
52027
52028         * modules/readline: New file.
52029
52030         * modules/strnlen (Files): Add strnlen.h.
52031
52032 2005-08-11  Simon Josefsson  <jas@extundo.com>
52033
52034         * m4/readline.m4: New file.
52035
52036 2005-08-11  Simon Josefsson  <jas@extundo.com>
52037
52038         * lib/readline.h, readline.c: New file.
52039
52040 2005-08-11  Simon Josefsson  <jas@extundo.com>
52041
52042         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52043         gl_AVOID.
52044
52045 2005-08-11  Bruno Haible  <bruno@clisp.org>
52046
52047         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52048
52049 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52050
52051         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52052
52053 2005-08-10  Simon Josefsson  <jas@extundo.com>
52054
52055         * tests/test-iconvme.c: New file.
52056
52057 2005-08-10  Simon Josefsson  <jas@extundo.com>
52058
52059         * m4/strnlen.m4: New file.
52060
52061         * m4/strndup.m4: Don't check for strnlen declaration, done in
52062         strnlen.m4.
52063
52064 2005-08-10  Simon Josefsson  <jas@extundo.com>
52065
52066         * lib/strndup.c: Use strnlen.h.
52067
52068         * lib/strnlen.h: New file.
52069
52070 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52071
52072         * README: Typos.
52073
52074 2005-08-02  Simon Josefsson  <jas@extundo.com>
52075
52076         * modules/readline: New file.
52077
52078 2005-08-02  Simon Josefsson  <jas@extundo.com>
52079
52080         * modules/getdelim: New file.
52081
52082         * modules/getline: Rewrite, don't use getndelim2.
52083
52084 2005-08-02  Simon Josefsson  <jas@extundo.com>
52085
52086         * m4/getline.m4: Separate out getdelim stuff into separate module.
52087
52088         * m4/getdelim.m4: New file.
52089
52090 2005-08-02  Simon Josefsson  <jas@extundo.com>
52091
52092         * lib/getline.h, getline.c: Rewrite.
52093
52094         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52095
52096 2005-07-31  Bruno Haible  <bruno@clisp.org>
52097
52098         * lib/lock.h (gl_lock_initializer): New macro.
52099         (gl_lock_define_initialized): Use it.
52100         (gl_rwlock_initializer): New macro.
52101         (gl_rwlock_define_initialized): Use it.
52102         (gl_recursive_lock_initializer): New macro.
52103         (gl_recursive_lock_define_initialized): Use it.
52104
52105 2005-07-30  Karl Berry  <karl@gnu.org>
52106
52107         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52108         Report from Ben Pfaff, regarding getopt.
52109
52110 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52111
52112         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52113         normal way.
52114         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52115         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52116         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52117         (gl_GETOPT): Use the new macros.  Most of the implementation
52118         is moved to the new macros.  This is for programs like Emacs
52119         that don't want all the functionality of gl_GETOPT.
52120
52121 2005-07-26  Bruno Haible  <bruno@clisp.org>
52122
52123         * m4/lock.m4: Update from GNU gettext.
52124
52125 2005-07-26  Bruno Haible  <bruno@clisp.org>
52126
52127         * lib/lock.h: Update from GNU gettext.
52128         * lib/lock.c: Update from GNU gettext.
52129
52130 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
52131
52132         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
52133         obsolescent AC_TRY_RUN.  Include the default includes files, for
52134         'exit'.
52135
52136 2005-07-24  Bruno Haible  <bruno@clisp.org>
52137
52138         * modules/visibility: New file.
52139         * MODULES.html.sh (Misc): Add visibility.
52140
52141 2005-07-24  Bruno Haible  <bruno@clisp.org>
52142
52143         * m4/visibility.m4: New file.
52144
52145 2005-07-24  Bruno Haible  <bruno@clisp.org>
52146
52147         * doc/visibility.texi: New file.
52148
52149 2005-07-22  Bruno Haible  <bruno@clisp.org>
52150
52151         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
52152         $(ALLOCA_H), redundant through BUILT_SOURCES.
52153         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
52154         redundant through BUILT_SOURCES.
52155         * modules/byteswap (Makefile.am): Remove explicit dependency on
52156         $(BYTESWAP_H), redundant through BUILT_SOURCES.
52157         * modules/fnmatch (Makefile.am): Remove explicit dependency on
52158         $(FNMATCH_H), redundant through BUILT_SOURCES.
52159         * modules/getopt (Makefile.am): Remove explicit dependency on
52160         $(GETOPT_H), redundant through BUILT_SOURCES.
52161         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
52162         redundant through BUILT_SOURCES.
52163         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
52164         redundant through BUILT_SOURCES.
52165         * modules/stdbool (Makefile.am): Remove explicit dependency on
52166         $(STDBOOL_H), redundant through BUILT_SOURCES.
52167         * modules/stdint (Makefile.am): Remove explicit dependency on
52168         $(STDINT_H), redundant through BUILT_SOURCES.
52169         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
52170         Remove explicit dependency on $(SYSEXITS_H).
52171         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
52172
52173 2005-07-18  Simon Josefsson  <jas@extundo.com>
52174
52175         * lib/check-version.c (check_version): Accept identical versions too.
52176
52177 2005-07-18  Bruno Haible  <bruno@clisp.org>
52178
52179         * modules/lock: New file.
52180         * MODULES.html.sh (Multithreading): New section.
52181
52182 2005-07-18  Bruno Haible  <bruno@clisp.org>
52183
52184         * m4/lock.m4: New file, from GNU gettext.
52185
52186 2005-07-18  Bruno Haible  <bruno@clisp.org>
52187
52188         * lib/lock.h: New file, from GNU gettext.
52189         * lib/lock.c: New file, from GNU gettext.
52190
52191 2005-07-18  Bruno Haible  <bruno@clisp.org>
52192
52193         * lib/lock.h (gl_once_t): New type.
52194         (gl_once_define, gl_once): New macros.
52195         * lib/lock.c (fresh_once): New variable.
52196         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
52197         functions.
52198
52199 2005-07-16  Simon Josefsson  <jas@extundo.com>
52200
52201         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
52202         workaround, suggested by Bruno.
52203
52204 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52205
52206         * modules/xalloc (Depends-on): Add xalloc-die.
52207         * modules/xvasprintf (Depends-on): Add xalloc-die.
52208
52209 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52210
52211         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
52212         with a minor change.
52213
52214 2005-07-15  Bruno Haible  <bruno@clisp.org>
52215
52216         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
52217         When using lib/poll.c, define poll as rpl_poll.
52218
52219 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
52220
52221         * modules/argp (Depends-on): Remove unlocked-io.
52222
52223 2005-07-14  Derek Price  <derek@ximbiot.com>
52224
52225         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
52226         for glob symlink bug.
52227
52228 2005-07-14  Bruno Haible  <bruno@clisp.org>
52229
52230         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
52231         Instead, test for *_unlocked function declarations directly.
52232
52233 2005-07-11  Simon Josefsson  <jas@extundo.com>
52234
52235         * modules/size_max: New file.
52236
52237         * modules/xsize: Depend on size_max module for size_max.m4.
52238
52239 2005-07-11  Simon Josefsson  <jas@extundo.com>
52240
52241         * lib/size_max.h: New file.
52242
52243 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
52244
52245         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
52246         copyright symbol and the year.
52247         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
52248         (version_etc_va): Use parameterized copyright notice.
52249         Reword to conform to the current GNU coding standards.
52250
52251 2005-07-11  Karl Berry  <karl@gnu.org>
52252
52253         * doc/gnulib.texi (Quoting): new node.
52254         (Initial import): more info, from Patrice.
52255
52256 2005-07-11  Bruno Haible  <bruno@clisp.org>
52257
52258         * gnulib-tool (func_usage): Document option --avoid.
52259         (Command line options): Handle --avoid.
52260         (func_acceptable): New function.
52261         (func_modules_transitive_closure): Use it.
52262
52263 2005-07-11  Bruno Haible  <bruno@clisp.org>
52264
52265         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
52266         Reported by Jim Meyering.
52267
52268 2005-07-10  Bruno Haible  <bruno@clisp.org>
52269
52270         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
52271         Needed when size_t is smaller than 'unsigned int'.
52272         Reported by Paul Eggert.
52273
52274 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52275
52276         * modules/argp (Depends-on): Add unlocked-io
52277
52278 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52279
52280         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52281         block of defines.
52282
52283 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52284
52285         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52286         fix now.
52287
52288 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52289         and Paul Eggert  <eggert@cs.ucla.edu>
52290
52291         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52292         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52293
52294 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52295
52296         * modules/regex (Files): Add lib/regex_internal.c,
52297         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52298         (Depends-on): Add extensions.
52299         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52300
52301 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52302
52303         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52304         pathconf.
52305         * m4/same.m4 (gl_SAME): Likewise.
52306         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52307
52308         * m4/regex.m4: Adjust to new libc regex implementation.
52309         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52310         all the .c and .h parts of (the new) regex.
52311         Quote the m4 stuff better.
52312         Check for RE_ICASE bug of old gnulib.
52313         Check for REG_STARTEND of recent libc.
52314         Rename local variables from jm_* to gl_*.
52315         Quote operand of "test -f".
52316         Say "recent enough" version of libc, not "version 2".
52317         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52318         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52319         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52320         Remove check for btowc, isascii.
52321         Require AM_LANGINFO_CODESET.
52322
52323 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52324
52325         * lib/regex.c, regex.h: Sync from libc.
52326         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52327         * lib/regexec.c:
52328         New files, synced from libc, except that regex_internal.h
52329         currently has a small porting fix.
52330
52331 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52332
52333         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52334         regex_internal.c, regexec.c.
52335         Add regex_internal.h too, but as a comment, since the libc version
52336         is currently broken in gnulib mode.
52337
52338 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52339
52340         Support programs like Emacs that use gnulib but not gettext.
52341         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52342         * modules/gettext-h: New file.
52343         * modules/gettext (Files): Remove lib/gettext.h.
52344         (Depends-on): Add gettext-h.
52345         (Makefile.am): Remove lib_SOURCES.
52346         * modules/argmatch, modules/c-stack, modules/closeout:
52347         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52348         * modules/execute, modules/file-type, modules/getaddrinfo:
52349         * modules/getopt, modules/human, modules/javacomp:
52350         * modules/javaexec, modules/mkdir-p, modules/obstack:
52351         * modules/openat, modules/pagealign_alloc, modules/pipe:
52352         * modules/quotearg, modules/regex, modules/rpmatch:
52353         * modules/unicodeio, modules/userspec, modules/version-etc:
52354         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52355         * modules/xsetenv:
52356         Depend on gettext-h, not gettext.
52357
52358 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52359
52360         * gnulib-tool (func_import): Add support for 'public domain' license.
52361         * modules/alloca, modules/atexit, modules/memmove:
52362         Now public domain, not GPL.
52363         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52364         * modules/realloc, modules/strerror, modules/strtod:
52365         Now LGPL, not GPL.
52366
52367 2005-07-05  Bruno Haible  <bruno@clisp.org>
52368
52369         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52370         autoconf CVS. Needed for mingw.
52371
52372 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52373
52374         Remove the dependency of the strftime module on the tzset module.
52375         * modules/strftime (Depends-on): Remove dependency on tzset.
52376
52377 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52378
52379         Remove the dependency of the strftime module on the tzset module.
52380         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52381         gl_FUNC_TZSET_CLOBBER.
52382
52383 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52384
52385         Remove the dependency of the strftime module on the tzset module.
52386         * lib/strftime.c (my_strftime)
52387         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52388         Copy the input structure, to work around some of the bug with
52389         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52390         Solaris releases, you should also use the tzset module, but we won't
52391         require it as a dependency any more since we don't want LGPLed code
52392         to depend on GPLed code.
52393
52394 2005-07-02  Jim Meyering  <jim@meyering.net>
52395
52396         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52397         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52398         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52399         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52400
52401 2005-07-02  Jim Meyering  <jim@meyering.net>
52402
52403         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52404
52405 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52406
52407         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52408         declares only 'struct timespec;' (!).
52409
52410 2005-07-01  Jim Meyering  <jim@meyering.net>
52411
52412         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52413         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52414         * lib/save-cwd.c, tempname.c:
52415         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52416         and don't include <sys/file.h>).
52417
52418 2005-06-29  Jim Meyering  <jim@meyering.net>
52419
52420         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52421         type name.  Use the variable name instead.
52422         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52423         Likewise.
52424
52425 2005-06-28  Simon Josefsson  <jas@extundo.com>
52426
52427         * modules/check-version (Files): Add check-version.m4.
52428
52429 2005-06-28  Simon Josefsson  <jas@extundo.com>
52430
52431         * m4/check-version.m4: New file, suggested by Jim Meyering
52432         <jim@meyering.net>.
52433
52434 2005-06-28  Simon Josefsson  <jas@extundo.com>
52435
52436         * lib/check-version.h, lib/check-version.c: New files.
52437
52438 2005-06-28  Simon Josefsson  <jas@extundo.com>
52439
52440         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52441         collision with global variable.  Better indentation.  Don't
52442         increment buffer pointer beyond buffer end.  Based on comments
52443         from Paul Eggert <eggert@cs.ucla.edu>.
52444
52445         * lib/base64.h: Indent.
52446
52447 2005-06-28  Simon Josefsson  <jas@extundo.com>
52448
52449         * doc/gnulib.texi (Library version handling): New section.
52450
52451 2005-06-28  Jim Meyering  <jim@meyering.net>
52452
52453         * check-module (find_included_lib_files): Hard-code another
52454         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52455         but modules/fts-lgpl (correctly) does not list those files.
52456
52457         * modules/canonicalize (Files): Add lib/pathmax.h.
52458
52459 2005-06-25  Simon Josefsson  <jas@extundo.com>
52460
52461         * modules/check-version: New file.
52462
52463 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52464
52465         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52466         initializer of struct addrinfo, as an indication that we don't
52467         care how many members the structure has.
52468
52469 2005-06-24  Derek Price  <derek@ximbiot.com>
52470         and Bruno Haible  <bruno@clisp.org>
52471
52472         Remove stat module & update lstat.
52473         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52474         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52475         * m4/stat.m4: Remove this file.
52476
52477 2005-06-24  Derek Price  <derek@ximbiot.com>
52478         and Bruno Haible  <bruno@clisp.org>
52479
52480         Remove stat module & update lstat.
52481         * lib/stat.c: Remove this file...
52482         (slash_aware_lstat): ...moving this content and its support...
52483         * lib/lstat.c (rpl_lstat): ...into here.
52484         * lib/lstat.h: New file.
52485
52486 2005-06-24  Derek Price  <derek@ximbiot.com>
52487         and Bruno Haible  <bruno@clisp.org>
52488
52489         Remove stat module & update lstat.
52490         * config/srclist.txt (libc sources): Remove stat.
52491
52492 2005-06-24  Derek Price  <derek@ximbiot.com>
52493         and Bruno Haible  <bruno@clisp.org>
52494
52495         Remove stat module & update lstat.
52496         * MODULES.html.sh (stat): Remove.
52497         * MODULES.html: Regenerated.
52498         * modules/lstat (Description): Correct function name.
52499         (Files): Add "lstat.h".
52500         (Depends-on): Remove stat, add xalloc, stat-macros.
52501         * modules/stat: Remove this file.
52502         (Include): Add "lstat.h", remove <sys/stat.h>.
52503
52504 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52505
52506         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52507         (ranged_convert): Don't save conversion in a temporary struct.
52508         This causes a warning with GCC 4.0.0, and anyway in the typical
52509         case it's not worth the extra 100 bytes or so of code.
52510         (ranged_convert, __mktime_internal): When calling a function via a
52511         pointer P, use P () rather than (*P) (), as we now assume C89 or
52512         better.
52513
52514 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52515
52516         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52517         "who -r" failed to give output.  Problem reported by Tim Waugh.
52518
52519         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52520         (xcalloc): Use it to avoid needless tests.
52521         Problem reported by Jim Meyering.
52522
52523 2005-06-20  Derek Price  <derek@ximbiot.com>
52524
52525         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52526         unnecessary for Autoconfs > 2.59c.
52527
52528 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52529
52530         * lib/argp.h (__option_is_short): Check upper limit of
52531         __key. Isprint() requires its argument to have the value
52532         of an unsigned char or EOF.
52533
52534 2005-06-16  Jim Meyering  <jim@meyering.net>
52535
52536         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52537         when either N or S is zero.
52538
52539 2005-06-16  Derek Price  <derek@ximbiot.com>
52540
52541         * m4/bison.m4: Declare YACC & YFLAGS precious.
52542
52543 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52544
52545         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52546         multibyte string or pattern, fall back on unibyte matching.
52547         Problem reported by James Youngman.
52548
52549 2005-06-08  Bruno Haible  <bruno@clisp.org>
52550
52551         * modules/csharpcomp: New file.
52552         * MODULES.html.sh (C#): Add csharpcomp.
52553
52554 2005-06-08  Bruno Haible  <bruno@clisp.org>
52555
52556         * m4/csharpcomp.m4: New file, from GNU gettext.
52557
52558 2005-06-08  Bruno Haible  <bruno@clisp.org>
52559
52560         * lib/csharpcomp.h: New file, from GNU gettext.
52561         * lib/csharpcomp.c: New file, from GNU gettext.
52562         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52563
52564 2005-06-08  Bruno Haible  <bruno@clisp.org>
52565
52566         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52567         warning on mingw.
52568
52569 2005-06-07  Derek Price  <derek@ximbiot.com>
52570
52571         Sync from CVS.
52572         * lib/glob_.h: Indent nested #ifdef.
52573
52574 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52575
52576         Sync from coreutils.
52577         Use "file name" when talking about file names, instead of "filename"
52578         or "path", as per the GNU coding standards.
52579         * lib/mkdir-p.c: Renamed from makepath.c.
52580         (make_dir_parents): Renamed from make_path.  All callers changed.
52581         * lib/mkdir-p.h: Likewise.  All includers changed.
52582         * lib/filenamecat.c: Renamed from path-concat.c.
52583         (file_name_concat): Renamed from path_concat.  All callers changed.
52584         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52585         * lib/filenamecat.h: Likewise.  All includers changed.
52586         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52587         in comments or local variable names.
52588         * lib/basename.c: Likewise.
52589         * lib/canonicalize.c, canonicalize.h: Likewise.
52590         * lib/dirname.c, dirname.h: Likewise.
52591         * lib/euidaccess.c: Likewise.
52592         * lib/exclude.c: Likewise
52593         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52594         * lib/fsusage.c, fsuage.h: Likewise.
52595         * lib/fts.c, fts_.h: Likewise.
52596         * lib/getcwd.c: Likewise.
52597         * lib/getloadavg.c: Likewise.
52598         * lib/mkstemp.c: Likewise.
52599         * lib/mountlist.c, mountlist.h: Likewise.
52600         * lib/openat.c, openat.h: Likewise.
52601         * lib/readlink-stub.c: Likewise.
52602         * lib/readutmp.c, readutmp.h: Likewise.
52603         * lib/rename.c: Likewise.
52604         * lib/rmdir.c: Likewise.
52605         * lib/same.c: Likewise.
52606         * lib/savedir.c: Likewise.
52607         * lib/stripslash.c: Likewise.
52608         * lib/tempname.c: Likewise.
52609         * lib/xreadlink.c: Likewise.
52610         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52611         All uses changed.
52612         * lib/exclude.h: Likewise.
52613
52614         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52615         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52616         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52617         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52618         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52619         files have been getting away with it for years (MORE/BSD 4.3
52620         is extinct now).
52621         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52622         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52623
52624         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52625         Define to 256, not 255, as per modern POSIX.
52626
52627 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52628
52629         Sync from coreutils.
52630         Use "file name" when talking about file names, instead of "filename"
52631         or "path", as per the GNU coding standards.
52632         * MODULES.html.sh: mkdir-p renamed from makepath.
52633         filenamecat renamed from path-concat.
52634         * modules/filenamecat: Renamed from modules/path-concat.
52635         (Files): filenamecat.h and filenamecat.c renamed from
52636         path-concat.h and path-concat.c.
52637         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52638         (Include): filenamecat.h, not path-concat.h.
52639         * modules/mkdir-p: Renamed from modules/makepath.
52640         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52641         makepath.c.
52642         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52643         (Include): mkdir-p.h, not makepath.h.
52644
52645 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52646
52647         Sync from coreutils.
52648         * m4/mkdir-p.m4: Renamed from makepath.m4.
52649         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52650         Rename files from makepath.c to mkdir-p.c, and from
52651         makepath.h to mkdir-p.h.
52652         * m4/filenamecat.m4: Renamed from path-concat.m4.
52653         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52654         Rename files from path-concat.c to filenamecat.c,
52655         and from path-concat.h to filenamecat.h.
52656         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52657         "file name" in local variables or comments.
52658         * m4/rename.m4: Likewise.
52659
52660 2005-06-01  Bruno Haible  <bruno@clisp.org>
52661
52662         * modules/csharpexec: New file.
52663         * MODULES.html.sh (C#): New section.
52664
52665 2005-06-01  Bruno Haible  <bruno@clisp.org>
52666
52667         * m4/csharp.m4: New file, from GNU gettext.
52668         * m4/csharpexec.m4: New file, from GNU gettext.
52669
52670 2005-06-01  Bruno Haible  <bruno@clisp.org>
52671
52672         * lib/csharpexec.h: New file, from GNU gettext.
52673         * lib/csharpexec.c: New file, from GNU gettext.
52674         * lib/csharpexec.sh.in: New file, from GNU gettext.
52675
52676 2005-05-31  Derek Price  <derek@ximbiot.com>
52677             Paul Eggert  <eggert@cs.ucla.edu>
52678
52679         Sync from cvs.
52680         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52681
52682 2005-05-31  Derek Price  <derek@ximbiot.com>
52683             Paul Eggert  <eggert@cs.ucla.edu>
52684
52685         Sync from cvs.
52686         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52687
52688 2005-05-29  Derek Price  <derek@ximbiot.com>
52689
52690         * config/srclist.txt (glob_.h, glob.c): Add these files.
52691
52692 2005-05-29  Derek Price  <derek@ximbiot.com>
52693
52694         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52695         * modules/glob: New file.
52696         * modules/getlogin_r: Add link to POSIX spec in description.
52697
52698 2005-05-29  Derek Price  <derek@ximbiot.com>
52699             Paul Eggert  <eggert@cs.ucla.edu>
52700
52701         * m4/glob.m4: New file.
52702
52703 2005-05-29  Derek Price  <derek@ximbiot.com>
52704             Paul Eggert  <eggert@cs.ucla.edu>
52705
52706         * lib/glob_.h, lib/glob.c: New files.
52707
52708 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52709
52710         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52711         * modules/fts-lgpl (Depends-on): Remove gettext.
52712
52713 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52714
52715         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52716         and don't require gt_INTTYPES_PRI.
52717
52718 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52719
52720         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52721
52722         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52723         the configuration hassle isn't worth it.
52724         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52725         (LONGEST_MODIFIER, PRIuMAX): Remove.
52726
52727 2005-05-27  Bruno Haible  <bruno@clisp.org>
52728
52729         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52730
52731 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52732
52733         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52734         _POSIX_PTHREAD_SEMANTICS for Solaris.
52735
52736 2005-05-25  Derek Price  <derek@ximbiot.com>
52737
52738         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52739
52740 2005-05-25  Derek Price  <derek@ximbiot.com>
52741             Paul Eggert  <eggert@cs.ucla.edu>
52742
52743         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52744         * lib/getlogin_r.c, getlogin_r.h: New files.
52745
52746 2005-05-25  Bruno Haible  <bruno@clisp.org>
52747             Derek Price  <derek@ximbiot.com>
52748
52749         * lib/getlogin_r.h: Simplify API documentation.
52750
52751 2005-05-23  Derek Price  <derek@ximbiot.com>
52752
52753         * modules/minmax (Files): Add m4/minmax.m4.
52754         (configure.ac): Add gl_MINMAX.
52755
52756 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52757
52758         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52759         so that unistd-safer.h (GPL'ed code) need not be included.
52760
52761 2005-05-22  Bruno Haible  <bruno@clisp.org>
52762
52763         * m4/minmax.m4: New file.
52764         Based on a patch by Derek Price <derek@ximbiot.com>.
52765
52766 2005-05-22  Bruno Haible  <bruno@clisp.org>
52767
52768         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52769         (INT64_MIN): Fix definition.
52770         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52771
52772         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52773         NEED_SIGNED_INT_TYPES.
52774
52775         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52776         HAVE_SYSTEM_INTTYPES.
52777
52778 2005-05-22  Bruno Haible  <bruno@clisp.org>
52779
52780         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52781         Also include <sys/param.h> if it defines MIN, MAX.
52782         Based on a patch by Derek Price <derek@ximbiot.com>.
52783
52784 2005-05-21  Jim Meyering  <jim@meyering.net>
52785
52786         * modules/fts (Files): Add m4/inttypes-pri.m4.
52787         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52788
52789 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52790
52791         New fts module.
52792         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52793         (setup_dir, free_dir): New functions.
52794         (enter_dir, leave_dir): Define trivial
52795         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52796         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52797         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52798         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52799         Move to fts-cycle.c.
52800         (fts_open): Use setup_dir.
52801         (fts_close): Use free_dir.
52802         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52803         This adds a label and some gotos, but the alternatives were messier.
52804         Check for memory allocation failure when entering a dir.
52805         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52806         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52807         (FTS): New member fts_cycle, that is a union that contains the
52808         old active_dir_ht and cycle_state.  All uses changed to mention
52809         fts_cycle.ht and fts_cycle.state.
52810         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52811         fts.c, with the following changes:
52812         (setup_dir, free_dir): New functions.
52813         (enter_dir): Now returns bool.  Return true if successful, false
52814         if memory exhausted.  All callers changed.
52815         Do not bother partly cleaning up on
52816         memory allocation failure; that is free_dir's job.
52817         However, free ad if hash_insert fails, to avoid memory leak.
52818         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52819         fts->fts_options to see which union member to use.
52820
52821 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52822
52823         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52824         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52825
52826 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52827
52828         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52829
52830 2005-05-20  Jim Meyering  <jim@meyering.net>
52831
52832         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52833         Now a macro, to pacify GCC.
52834
52835 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52836
52837         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52838         of -1.
52839
52840 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52841
52842         * lib/chown.c (rpl_chown): Return -1 on failure.
52843
52844 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52845
52846         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52847         Don't check for stddef.h.
52848         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52849         don't use its results.
52850         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52851         since we include them unconditionally.  Don't require
52852         AM_STDBOOL_H, since stdbool is a prerequisite.
52853         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52854         since we assume C89 or better.
52855         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52856         as we don't use their results.
52857         Don't check for fchdir, memmove, memset, strrchr, as we use
52858         them unconditionally.
52859         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52860         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52861
52862 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52863
52864         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52865         Include <stddef.h> unconditionally, since we assume C89 now.
52866         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52867         * lib/fts.c: Include fts_.h first, to check interface.
52868         Do not include intprops.h; no longer needed.
52869         Include cycle-check.h and hash.h, since fts_.h no longer does.
52870         Remove unnecessary casts of closedir to void.
52871         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52872         decide whether to decrement nlinks.
52873         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52874         (FTS): Use struct hash_table * instead of Hash_table, so that
52875         we no longer need to include hash.h here.
52876
52877 2005-05-18  Jim Meyering  <jim@meyering.net>
52878
52879         * modules/dirfd (License): Change to LGPL.  Most of the code
52880         is already in the public domain.
52881
52882 2005-05-18  Jim Meyering  <jim@meyering.net>
52883
52884         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52885         Reported by Yoann Vandoorselaere.
52886
52887 2005-05-17  Jim Meyering  <jim@meyering.net>
52888
52889         * m4/fts.m4: New file, from coreutils.
52890
52891 2005-05-17  Jim Meyering  <jim@meyering.net>
52892
52893         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52894
52895 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52896
52897         Sync from coreutils.
52898         * m4/unlinkdir.m4: New file.
52899
52900 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52901
52902         Sync from coreutils.
52903         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52904         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52905         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52906         White space changes only.
52907         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52908         special.
52909         * lib/yesno.c: Include getline.h, not ctype.h.
52910         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52911         Use getline to remove arbitrary restriction on response length.
52912
52913 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52914
52915         * config/srclist-update: Spell out "Street" in FSF postal
52916         mail address; this is the style the FSF seems to prefer.
52917
52918         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52919         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52920         this updates FSF postal mail address.
52921
52922         Sync from coreutils.
52923         * modules/unlinkdir: New file.
52924         * modules/yesno (Depends-on): Add getline.
52925         * MODULES.html.sh (File system functions): Add unlinkdir.
52926
52927 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52928
52929         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52930         lib/strsep.h:
52931         Change the initial comment to refer to GPL, not LGPL.
52932         gnulib-tool will change it to LGPL as needed.
52933
52934         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52935         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52936         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52937         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52938         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52939         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52940         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52941         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52942         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52943         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52944         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52945         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52946         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52947         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52948         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52949         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52950         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52951         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52952         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52953         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52954         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52955         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52956         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52957         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52958         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52959         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52960         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52961         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52962         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52963         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52964         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52965         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52966         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52967         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52968         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52969         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52970         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52971         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52972         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52973         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52974         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52975         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52976         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52977         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52978         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52979         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52980         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52981         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52982         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52983         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52984         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52985         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52986         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52987         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52988         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52989         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52990         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52991         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52992         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52993         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52994         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52995         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52996         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52997         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52998         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52999         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53000         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53001         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53002         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53003         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53004         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53005         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53006         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53007         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53008         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53009         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53010         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53011         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53012         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53013         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53014         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53015         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53016         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53017         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53018         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53019         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53020         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53021         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53022         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53023         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53024         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53025         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53026         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53027         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53028         lib/yesno.c, lib/yesno.h:
53029         Update FSF postal mail address.
53030
53031 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53032
53033         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53034         tests/test-memmem.c, tests/test-stpncpy.c:
53035         Update FSF postal mail address.
53036
53037 2005-05-13  Bruno Haible  <bruno@clisp.org>
53038
53039         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53040         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53041         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53042         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53043         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53044         Add support for 64-bit integers in the MSVC compiler.
53045
53046 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53047
53048         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53049
53050 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53051
53052         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53053
53054 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53055
53056         * doc/getdate.texi (General date syntax): Don't say that date
53057         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53058         Problem reported by Nic Ferrier.
53059
53060 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53061
53062         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53063         specified in ai_socktype. Fix invalid ai_protocol
53064         check. ai_protocol is usually set to 0 or depending on
53065         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53066         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53067         ai_socktype / ai_protocol in the returned addrinfo structure.
53068
53069 2005-05-10  Simon Josefsson  <jas@extundo.com>
53070
53071         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53072         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53073
53074 2005-05-10  Karl Berry  <karl@gnu.org>
53075
53076         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53077         (from http://www.gnu.org/licenses).
53078         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53079         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53080         fdl.texi suffices.
53081
53082 2005-05-10  Karl Berry  <karl@gnu.org>
53083
53084         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53085         (COPYING.DOC): remove.
53086
53087         * config/srclist-update: new FSF address.
53088
53089 2005-05-10  Derek Price  <derek@ximbiot.com>
53090
53091         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53092         possible.
53093
53094 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53095             Bruno Haible  <bruno@clisp.org>
53096
53097         * modules/inet_ntop: New file.
53098         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53099         inet_ntop.
53100
53101 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53102             Bruno Haible  <bruno@clisp.org>
53103
53104         * m4/inet_ntop.m4: New file.
53105
53106 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53107             Bruno Haible  <bruno@clisp.org>
53108
53109         * lib/inet_ntop.h: New file.
53110         * lib/inet_ntop.c: New file, from glibc with modifications.
53111
53112 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53113
53114         * modules/time_r (License): Change to LGPL.
53115         * modules/extensions (License): Change to LGPL.  Actually,
53116         the license is more permissive than that, but currently gnulib-tool
53117         doesn't know how to handle more-permissive licenses.
53118
53119         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53120         Problem reported by Dave Love.
53121
53122 2005-05-08  Jim Meyering  <jim@meyering.net>
53123
53124         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
53125         blank.
53126
53127 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53128
53129         * modules/argmatch (Depends-on): Add stdbool.
53130         * modules/backupfile (Depends-on): Likewise.
53131         * modules/chdir-long (Depends-on): Likewise.
53132         * modules/closeout (Depends-on): Likewise.
53133         * modules/cycle-check (Depends-on): Likewise.
53134         * modules/dirname (Depends-on): Likewise.
53135         * modules/fnmatch (Depends-on): Likewise.
53136         * modules/fsusage (Depends-on): Likewise.
53137         * modules/fwriteerror (Depends-on): Likewise.
53138         * modules/getcwd (Depends-on): Likewise.
53139         * modules/getloadavg (Depends-on): Likewise.
53140         * modules/hard-locale (Depends-on): Likewise.
53141         * modules/makepath (Depends-on): Likewise.
53142         * modules/mountlist (Depends-on): Likewise.
53143         * modules/nanosleep (Depends-on): Likewise.
53144         * modules/posixtm (Depends-on): Likewise.
53145         * modules/quotearg (Depends-on): Likewise.
53146         * modules/readtokens (Depends-on): Likewise.
53147         * modules/readtokens0 (Depends-on): Likewise.
53148         * modules/readutmp (Depends-on): Likewise.
53149         * modules/save-cwd (Depends-on): Likewise.
53150         * modules/strftime (Depends-on): Likewise.
53151         * modules/userspec (Depends-on): Likewise.
53152         * modules/utimecmp (Depends-on): Likewise.
53153         * modules/xgetcwd (Depends-on): Likewise.
53154         * modules/xnanosleep (Depends-on): Likewise.
53155         * modules/xstrtod (Depends-on): Likewise.
53156         * modules/yesno (Depends-on): Likewise.
53157
53158 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
53159
53160         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
53161         needless checks.
53162
53163 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53164
53165         Merge from coreutils.  Among other things,
53166         add bulletproofing for cases where stdin, stdout, or stderr are closed.
53167         * lib/fd-safer.c: New file.
53168         * lib/fcntl-safer.h, open-safer.c: Remove.
53169         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
53170         * lib/dup-safer.c: Include unistd-safer.h first.
53171         Don't include errno.h.
53172         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
53173         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
53174         * lib/file-type.c: Rely on file-type.h change.
53175         * lib/getloadavg.c: Include unistd-safer.h.
53176         (getloadavg): Use safer open.
53177         * lib/getusershell.c: Include "stdio-safer.h".
53178         (getusershell): Use safer fopen.
53179         * lib/long-options.c (long_options): Use NULL rather than 0.
53180         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
53181         'free'.
53182         * lib/modechange.c: Likewise.
53183         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
53184         (MODE_DONE): New constant.
53185         (struct mode_change): Remove 'next' member.
53186         (make_node_op_equals): New function; like the old one of the
53187         same name, except it allocates an array.
53188         (mode_compile, mode_create_from_ref): Use it.
53189         (mode_compile): Allocate result as an array, not a linked list.
53190         Parse octal string ourself, so that we catch mistakes like "+0".
53191         (mode_adjust): Arg is an array, not a linked list.
53192         * lib/modechange.c: Include stat-macros.h, xalloc.h.
53193         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
53194         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
53195         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
53196         Remove.  This is now stat-macros.h's job.
53197         (talloc): Remove.  All callers replaced by xalloc, so that
53198         our invokers don't have to worry about reporting memory failures.
53199         (make_node_op_equals): Remove.
53200         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53201         New constants.
53202         (struct mode_change): Moved here from modechange.h.
53203         (mode_append_entry): Remove.
53204         (mode_compile): Remove MASKED_OPS arg, since it encouraged
53205         apps to have incorrect behavior.  Use simpler algorithm for head
53206         and tail.  Don't futz with umask; that's now the job of mode_adjust.
53207         Detect more invalid usages rather than having somewhat-random behavior.
53208         Don't insert an "a=" action, as that leads to incorrect behavior.
53209         (mode_compile, mode_create_from_ref): Return NULL on error instead
53210         of an enum, since now there's only one way to have an error.  All
53211         callers changed.
53212         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
53213         at the correct time.  Simplify calculation of "+u" and its ilk.
53214         Don't mishandle "+X".
53215         (mode_free): Remove "register" and localize decls.
53216         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53217         (struct mode_change): Move to modechange.c; callers don't
53218         need to see this stuff.
53219         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
53220         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
53221         (mode_change, mode_adjust): Reflect the new signatures noted above.
53222         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
53223         that might redefine system include files.
53224         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
53225         (my_usleep): Use NULL rather than (void *) 0.
53226         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
53227         Use siginterrupt to specify that system calls should be interrupted.
53228         (rpl_nanosleep): Move initialization of suspended closer to call of
53229         my_usleep.
53230         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
53231         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
53232         (desirable_utmp_entry): New function.
53233         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
53234         using x2nrealloc, to simplify logic.
53235         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
53236         size calculation.  Do not assume utmp file is a regular file.
53237         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
53238         (READ_UTMP_CHECK_PIDS): New constant.
53239         * lib/save-cwd.c: Include unistd-safer.h.
53240         (save_cwd): Use fd_safer.
53241         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
53242         [!_LIBC] Include "stat-macros.h" instead.
53243         * lib/unistd-safer.h (fd_safer): New decl.
53244
53245 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53246
53247         * modules/getloadavg (Depends-on): Add unistd-safer.
53248         * modules/getusershell (Depends-on): Add stdio-safer.
53249         * modules/lstat (Depends-on): Remove xalloc.
53250         * modules/mkstemp (Depends-on): Add stat-macros.
53251         * modules/modechange (Depends-on): Remove xstrtol.
53252         Add stat-macros, xalloc.
53253         * modules/save-cwd (Depends-on): Add unistd-safer.
53254         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
53255         * modules/unistd-safer (Files): Add lib/fd-safer.c
53256         (Makefile.am): Remove lib_SOURCES.
53257
53258         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
53259         Remove fcntl-safer; unistd-safer supersedes it.
53260
53261 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53262
53263         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
53264         AC_HEADER_STAT.
53265         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
53266         (gl_PREREQ_CHOWN): Remove.
53267         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
53268         it.  Don't require AC_HEADER_STAT.
53269         (gl_PREREQ_LSTAT): Remove.
53270         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
53271         Don't require AC_HEADER_STAT.
53272         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53273         (gl_PREREQ_RMDIR): Remove.
53274         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53275         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53276         the stat-macros module a prerequisite.
53277         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53278         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53279         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53280         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53281         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53282         variable names.
53283         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53284         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53285         variable prefixes.
53286         * m4/fcntl-safer.m4: Remove.
53287         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53288         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53289         Invoke gl_PREREQ_FD_SAFER.
53290         (gl_PREREQ_FD_SAFER): New macro.
53291         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53292         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53293         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53294         Remove duplicate call to AC_LIBOBJ(readutmp).
53295         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53296
53297         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53298         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53299
53300 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53301
53302         * MODULES.html.sh (Misc): Add byteswap.
53303
53304 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53305
53306         * modules/getcwd (Depends-on): Add extensions.
53307         * modules/openat (Depends-on): Likewise.
53308
53309 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53310
53311         * modules/byteswap: New file.
53312
53313 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53314
53315         * m4/byteswap.m4: New file.
53316
53317 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53318
53319         * lib/byteswap_.h: New file.
53320
53321 2005-04-25  Karl Berry  <karl@gnu.org>
53322
53323         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53324
53325 2005-04-25  Albert Chin  <china@thewrittenword.com>
53326
53327         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53328         Toolkit C bug.
53329
53330 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53331
53332         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53333         (func_ln_if_changed) Remove forcibly for no error message
53334         in case file does not exist.
53335
53336 2005-04-19  Simon Josefsson  <jas@extundo.com>
53337
53338         * gnulib-tool (Options): Make --symlink mean --symbolic.
53339
53340 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53341
53342         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53343
53344 2005-04-16  Simon Josefsson  <jas@extundo.com>
53345
53346         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53347
53348 2005-04-15  Simon Josefsson  <jas@extundo.com>
53349
53350         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53351
53352 2005-04-15  Simon Josefsson  <jas@extundo.com>
53353
53354         * gnulib-tool: Rename --symlink to --symbolic.
53355
53356 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53357
53358         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53359         symbolic links to files instead of copying/moving.  Add --aux-dir,
53360         specifying directory relative --dir where auxiliary build tools
53361         are placed.
53362
53363 2005-04-14  Bruno Haible  <bruno@clisp.org>
53364
53365         * modules/allocsa (License): Change to LGPL.
53366         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53367
53368 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53369
53370         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53371         that "UTC +1 second" continues to work.  Problem reported
53372         by Dmitry V. Levin.
53373         (relunit_snumber): New rule.
53374         (relunit): Use it.
53375
53376 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53377
53378         * lib/getdate.y (universal_time_zone_table): New constant.
53379         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53380         universal_time_zone_table.
53381         (lookup_zone): Prefer universal_time_zone_table to
53382         local_time_zone_table, so that "GMT" time stamps are allowed in
53383         London during the summer.  Problem reported by Ian Abbott.
53384
53385 2005-04-12  Jim Meyering  <jim@meyering.net>
53386
53387         * lib/human.c (humblock): Set *options even when returning due to
53388         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53389         warning from gcc-4.
53390
53391 2005-04-09  Jim Meyering  <jim@meyering.net>
53392
53393         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53394         -Wuninitialized: initialize tm0.tm_year.
53395
53396 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53397
53398         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53399         count, since there's no maximum.  All uses changed.
53400         Add member dsts_seen.
53401         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53402         not being INT_MAX.
53403         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53404         Use pc_rels_seen to decide whther a date is absolute.
53405
53406         * lib/getdate.y (number): Don't overwrite year.
53407         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53408         check.
53409
53410 2005-04-02  Simon Josefsson  <jas@extundo.com>
53411
53412         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53413         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53414
53415 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53416
53417         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53418         where no absolute path name can be longer than PATH_MAX.
53419
53420 2005-03-27  Jim Meyering  <jim@meyering.net>
53421
53422         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53423
53424 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53425
53426         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53427         "one's complement" -> "ones' complement" in comment, as per Knuth.
53428         "value of type" -> "type or expression" in comment.
53429         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53430
53431 2005-03-26  Jim Meyering  <jim@meyering.net>
53432
53433         Comment nits.
53434         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53435         Correct typos: s/or/of/.
53436
53437 2005-03-26  Jim Meyering  <jim@meyering.net>
53438
53439         * modules/check-include-files: Move to ../ and rename to...
53440         * check-module: ...this.
53441
53442 2005-03-25  Jim Meyering  <jim@meyering.net>
53443
53444         * modules/xvasprintf (Files): Add xalloc.h.
53445
53446 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53447
53448         * modules/gettext (Files): config/config.rpath ->
53449         build-aux/config.rpath
53450         * modules/iconv (Files): Likewise.
53451         Problem reported by Oskar Liljeblad.
53452
53453 2005-03-23  Jim Meyering  <jim@meyering.net>
53454
53455         * modules/check-include-files: New script to check for
53456         missing dependencies, multiple includes, etc.
53457
53458         * modules/c-strtold (Depends-on): Add xalloc.
53459         * modules/c-strtod (Depends-on): Add xalloc.
53460         * modules/hash (Depends-on): Add xalloc.
53461         (Files): Remove lib/xalloc.h.
53462
53463         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53464         * modules/userspec (Files): Add lib/inttostr.h.
53465
53466 2005-03-23  Jim Meyering  <jim@meyering.net>
53467
53468         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53469
53470 2005-03-22  Jim Meyering  <jim@meyering.net>
53471
53472         * modules/stat-macros: New module.
53473         * modules/canonicalize, modules/euidaccess, modules/file-type,
53474         * modules/filemode, modules/lchown, modules/makepath,
53475         * modules/rmdir, modules/stat: Depend on new stat-macros module
53476         rather than listing lib/stat-macros.h manually.
53477         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53478
53479 2005-03-22  Jim Meyering  <jim@meyering.net>
53480
53481         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53482
53483 2005-03-22  Bruno Haible  <bruno@clisp.org>
53484
53485         * config/srclist.txt: Replace target directory 'config' with
53486         'build-aux'.
53487         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53488         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53489         ../build-aux/.
53490
53491 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53492
53493         * modules/chdir-long (Depends-on): Add mempcpy.
53494
53495         * modules/acl, modules/backupfile, modules/c-strtod,
53496         modules/c-strtold, modules/canon-host, modules/canonicalize,
53497         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53498         modules/exclude, modules/exitfail, modules/file-type,
53499         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53500         modules/getdate, modules/getline, modules/getpagesize,
53501         modules/getpass, modules/getugroups, modules/group-member,
53502         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53503         modules/inttostr, modules/long-options, modules/makepath,
53504         modules/md5, modules/memcasecmp, modules/memcoll,
53505         modules/modechange, modules/mountlist, modules/path-concat,
53506         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53507         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53508         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53509         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53510         modules/strftime, modules/strndup, modules/strverscmp,
53511         modules/timespec, modules/unlocked-io, modules/userspec,
53512         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53513         modules/yesno:
53514         Remove lib_SOURCES line from Makefile.am section, as this is now
53515         done automatically by the corresponding Autoconf macro.
53516
53517 2005-03-21  Jim Meyering  <jim@meyering.net>
53518
53519         Changes imported from coreutils.
53520
53521         * lib/cycle-check.c: Don't include xalloc.h.
53522
53523         * lib/path-concat.c: Don't include assert.h.
53524         (path_concat): Remove assertion that would have triggered
53525         for ABASE starting with more than one slash.
53526         Reported by Andreas Schwab.
53527
53528         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53529         properly when ABASE is an absolute file name.
53530         Correct the description of this function.
53531         Include <assert.h>.
53532         Add an assertion and a test driver.
53533         This fixes a bug introduced on 2004-07-02.
53534         Andreas Schwab reported the resulting failure of cp --parents:
53535         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53536
53537 2005-03-21  Jim Meyering  <jim@meyering.net>
53538
53539         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53540         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53541
53542 2005-03-21  Jim Meyering  <jim@meyering.net>
53543         and  Paul Eggert  <eggert@cs.ucla.edu>
53544
53545         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53546         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53547         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53548         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53549         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53550         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53551         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53552         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53553         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53554         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53555         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53556         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53557         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53558         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53559         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53560         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53561         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53562         for these modules.
53563
53564 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53565
53566         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53567         (which shouldn't happen), generate nothing instead of returning 0
53568         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53569
53570 2005-03-16  Bruno Haible  <bruno@clisp.org>
53571
53572         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53573         HAVE_LONGLONG_64BIT.
53574
53575 2005-03-16  Bruno Haible  <bruno@clisp.org>
53576
53577         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53578         HAVE_LONGLONG_64BIT.
53579
53580 2005-03-16  Bruno Haible  <bruno@clisp.org>
53581
53582         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53583         HAVE_LONGLONG_64BIT.
53584
53585 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53586
53587         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53588         reliably distinguish strftime failure from empty output on POSIX
53589         hosts.
53590
53591 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53592
53593         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53594         (iconv_string): Don't guess a size-zero buffer, as that might cause
53595         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53596         result would be 'too large', where 'too large' is (heuristically)
53597         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53598         overflow concerns.  This will prevent some unwanted malloc failures
53599         when the inputs are very large.
53600
53601 2005-03-15  Karl Berry  <karl@gnu.org>
53602
53603         * config/srclist.txt (config.rpath): from gettext.
53604         * config/config.rpath: update.
53605
53606 2005-03-15  Bruno Haible  <bruno@clisp.org>
53607
53608         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53609         to 'negate'.
53610
53611         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53612         variable.
53613
53614         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53615         results.
53616
53617 2005-03-14  Simon Josefsson  <jas@extundo.com>
53618
53619         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53620         <fx@gnu.org>.
53621
53622 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53623
53624         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53625         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53626         intprops.h.
53627         * lib/strtol.c: Likewise.
53628
53629 2005-03-14  Jim Meyering  <jim@meyering.net>
53630
53631         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53632         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53633         to be nonzero so that we (and caller) can detect the difference
53634         between a valid zero-length expansion and an error return, even
53635         when the underlying strftime fails before writing anything into
53636         that location.
53637
53638 2005-03-14  Bruno Haible  <bruno@clisp.org>
53639
53640         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53641         Update from GNU gettext 0.14.3.
53642
53643 2005-03-10  Jim Meyering  <jim@meyering.net>
53644
53645         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53646
53647 2005-03-10  Jim Meyering  <jim@meyering.net>
53648
53649         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53650         so that this module works on systems without fchdir.
53651
53652 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53653
53654         Factor int-properties macros into a single file, except for
53655         glibc-related files.
53656         * lib/intprops.h: New file.
53657         * lib/getloadavg.c: Include it instead of limits.h.
53658         (INT_STRLEN_BOUND): Remove.
53659         * lib/human.c: Include intprops.h.
53660         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53661         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53662         302/1000.
53663         * lib/inttostr.h: Include intprops.h instead of limits.h.
53664         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53665         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53666         for consistency with intprops.h.
53667         (time_t_is_integer, twos_complement_arithmetic): Use them.
53668         * lib/sig2str.h: Include <signal.h>, intprops.h.
53669         (INT_STRLEN_BOUND): Remove.
53670         * lib/strftime.c (TYPE_SIGNED): Remove.
53671         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53672         * lib/strtol.c: Adjust comments to match intprops.h.
53673         * lib/userspec.c: Include intprops.h.
53674         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53675         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53676         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53677         instead of rolling our own expressions.
53678         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53679
53680         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53681         instead of int.
53682         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53683         the right thing even if adding 1900 would overflow.  Similarly
53684         for tm_mon + 1 and tm_yday + 1.
53685         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53686         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53687         (DO_SIGNED_NUMBER): New macro.
53688         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53689
53690 2005-03-07  Bruno Haible  <bruno@clisp.org>
53691
53692         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53693
53694 2005-03-07  Bruno Haible  <bruno@clisp.org>
53695
53696         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53697
53698 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53699
53700         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53701         (func_import): Only replace files via --import when they have actually
53702         changed.
53703
53704 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53705
53706         * m4/mmap-anon.m4: New file.
53707         * m4/pagealign_alloc.m4: New file.
53708
53709 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53710             Bruno Haible  <bruno@clisp.org>
53711
53712         * modules/pagealign_alloc: New file.
53713         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53714
53715 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53716             Bruno Haible  <bruno@clisp.org>
53717
53718         * lib/pagealign_alloc.h: New file.
53719         * lib/pagealign_alloc.c: New file.
53720
53721 2005-03-03  Bruno Haible  <bruno@clisp.org>
53722
53723         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53724         Use an all-permissive copyright notice, recommended by RMS.
53725
53726 2005-03-02  Bruno Haible  <bruno@clisp.org>
53727
53728         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53729         of AIX, the replacement has to be done only after <string.h> is
53730         included, therefore not in config.h. stpncpy.h does the replacement,
53731         and stpncpy.c uses it.
53732
53733 2005-03-02  Bruno Haible  <bruno@clisp.org>
53734
53735         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53736         stpncpy.c uses it.
53737
53738 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53739
53740         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53741         The workaround isn't strictly needed for POSIX conformance, and
53742         it's too much of a pain to configure and maintain.  We'll ask
53743         people to fix their kernels instead.
53744         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53745         (NANOSLEEP_BUG_WORKAROUND): Remove.
53746         (xnanosleep): Remove the workaround.
53747
53748 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53749
53750         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53751         Reported by Derek Price.
53752         (Include): Add "timespec.h".
53753
53754         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53755
53756 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53757
53758         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53759         to detect nanosleep bug.
53760
53761 2005-03-01  Bruno Haible  <bruno@clisp.org>
53762
53763         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53764
53765 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53766
53767         * modules/gethrxtime: New file.
53768         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53769         (Depends-on): Add gethrxtime.
53770         (configure.ac): Add gl_XNANOSLEEP.
53771         (Makefile.am): Remove lib_SOURCES line.
53772
53773 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53774
53775         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53776         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53777
53778 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53779
53780         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53781         * lib/timespec.h (gettime): Return void, since it always
53782         succeeds now.  All uses changed.
53783         * lib/gettime.c (gettime) Likewise.
53784         [HAVE_NANOTIME]: Prefer nanotime.
53785         Assume gettimeofday succeeds, as POSIX requires.
53786         Assime time () succeeds, since other code already does.
53787         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53788         (timespec_subtract): Remove.
53789         (NANOSLEEP_BUG_WORKAROUND): New constant.
53790         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53791         things considerably.  Use it only on GNU/Linux hosts, since the
53792         workaround shouldn't be needed elsewhere.
53793
53794 2005-02-24  Bruno Haible  <bruno@clisp.org>
53795
53796         * modules/gettext (Files): Add m4/glibc2.m4.
53797
53798 2005-02-24  Bruno Haible  <bruno@clisp.org>
53799
53800         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53801         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53802         * m4/progtest.m4:
53803         Update from GNU gettext 0.14.2.
53804         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53805
53806 2005-02-24  Bruno Haible  <bruno@clisp.org>
53807
53808         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53809         * lib/config.charset: Update from GNU gettext 0.14.2.
53810
53811 2005-02-24  Bruno Haible  <bruno@clisp.org>
53812
53813         * lib/gettext.h: Update from GNU gettext 0.14.2.
53814
53815 2005-02-23  Simon Josefsson  <jas@extundo.com>
53816
53817         * m4/iconvme.m4: New file.
53818
53819 2005-02-23  Jim Meyering  <jim@meyering.net>
53820
53821         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53822         change.
53823         Thanks to Bruno Haible for catching it.
53824
53825 2005-02-22  Simon Josefsson  <jas@extundo.com>
53826
53827         * modules/iconvme: New file.
53828
53829         * MODULES.html.sh: Add iconvme.
53830
53831 2005-02-22  Simon Josefsson  <jas@extundo.com>
53832
53833         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53834
53835 2005-02-22  Simon Josefsson  <jas@extundo.com>
53836
53837         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53838
53839 2005-02-22  Jim Meyering  <jim@meyering.net>
53840
53841         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53842         s/ifndef/ifdef/.
53843
53844 2005-02-20  Neil Conway  <neilc@samurai.com>
53845
53846         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53847         returned by OSX/Darwin if the specified buffer is not large
53848         enough for the hostname.
53849
53850 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53851
53852         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53853         pass it to _help, otherwise the latter coredumps trying to
53854         dereference state.root_argp.
53855
53856 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53857
53858         * modules/chdir-long (Depends-on): Add memrchr.
53859         * modules/memrchr (Files): Add lib/memrchr.h.
53860         (Include): "memrchr.h".
53861
53862 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53863
53864         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53865
53866 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53867
53868         * lib/memrchr.h: New file.
53869         * lib/chdir-long.c: Include it.
53870         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53871         Don't bother including stddef.h.
53872
53873 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53874
53875         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53876         inclusion.
53877         Include <sys/types.h>, for dev_t.
53878         (ME_DUMMY, ME_REMOTE): Move from here....
53879         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53880         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53881         Dmitry V. Levin.
53882         Include mountlist.h first, to test the interface.
53883
53884 2005-01-29  Bruno Haible  <bruno@clisp.org>
53885
53886         * lib/progname.c (program_name): Initialize.
53887         Needed when linking statically on MacOS X.
53888
53889 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53890
53891         Sync from coreutils.
53892         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53893         (Depends-on): Add c-strtod.
53894         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53895
53896 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53897
53898         Sync from coreutils.
53899         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53900
53901         Remove files that are specific to coreutils.
53902         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53903
53904 2005-01-28  Bruno Haible  <bruno@clisp.org>
53905
53906         * modules/javacomp: New file.
53907         * MODULES.html.sh (Java): Add javacomp.
53908
53909 2005-01-28  Bruno Haible  <bruno@clisp.org>
53910
53911         * m4/javacomp.m4: New file, from GNU gettext.
53912
53913 2005-01-28  Bruno Haible  <bruno@clisp.org>
53914
53915         * lib/javacomp.sh.in: New file, from GNU gettext.
53916         * lib/javacomp.h: New file, from GNU gettext.
53917         * lib/javacomp.c: New file, from GNU gettext.
53918
53919 2005-01-26  Simon Josefsson  <jas@extundo.com>
53920
53921         * lib/gai_strerror.c: Use GPL in header.
53922
53923 2005-01-26  Bruno Haible  <bruno@clisp.org>
53924
53925         * modules/javaexec: New file.
53926         * MODULES.html.sh (Java): Add javaexec.
53927
53928 2005-01-26  Bruno Haible  <bruno@clisp.org>
53929
53930         * m4/javaexec.m4: New file, from GNU gettext.
53931
53932 2005-01-26  Bruno Haible  <bruno@clisp.org>
53933
53934         * lib/javaexec.sh.in: New file, from GNU gettext.
53935         * lib/javaexec.h: New file, from GNU gettext.
53936         * lib/javaexec.c: New file, from GNU gettext.
53937
53938 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53939
53940         * modules/lchown (Depends-on): Remove lchown.h
53941
53942 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53943
53944         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53945         must be defined if the header file was not found, in order
53946         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53947
53948 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53949
53950         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53951         initializers for struct pentry_state.
53952         (__argp_error): Check return value of __asprintf
53953         (__argp_failure): Translate error message
53954
53955         * lib/argp-parse.c: Removed braces around the expansion of N_()
53956
53957 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53958
53959         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53960         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53961         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53962         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53963         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53964         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53965         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53966         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53967         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53968         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53969         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53970         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53971         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53972         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53973         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53974         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53975         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53976         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53977         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53978         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53979         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53980         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53981         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53982         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53983         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53984         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53985         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53986         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53987         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53988         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53989         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53990         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53991         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53992         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53993         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53994         Use an all-permissive copyright notice, recommended by RMS.
53995
53996 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53997
53998         * modules/chdir-long (Depends-on): Remove mempcpy.
53999
54000 2005-01-21  Jim Meyering  <jim@meyering.net>
54001
54002         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54003         same value as for Solaris 9.
54004
54005         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54006         component length.  This included changing the parameter to be
54007         of type `char *' rather than `char const *'.
54008         * lib/chdir-long.h (chdir_long): Update prototype.
54009
54010         * lib/openat.c (fdopendir, fstatat): New functions.
54011         * lib/openat.h: Include headers required for use of DIR and struct
54012         stat.
54013         [AT_SYMLINK_NOFOLLOW]: Define.
54014         (fdopendir, fstatat): Add prototypes.
54015
54016 2005-01-21  Bruno Haible  <bruno@clisp.org>
54017
54018         * modules/classpath: New file.
54019         * MODULES.html.sh (Java): Add classpath.
54020
54021 2005-01-21  Bruno Haible  <bruno@clisp.org>
54022
54023         * lib/classpath.h: New file, from GNU gettext.
54024         * lib/classpath.c: New file, from GNU gettext.
54025
54026 2005-01-20  Simon Josefsson  <jas@extundo.com>
54027
54028         * modules/version-etc-fsf: New file.
54029
54030 2005-01-20  Simon Josefsson  <jas@extundo.com>
54031
54032         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54033         * lib/version-etc.c: Remove version_etc_copyright.
54034         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54035         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54036
54037 2005-01-20  Simon Josefsson  <jas@extundo.com>
54038
54039         * lib/base64.h (isbase64): Add.
54040
54041         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54042         using a unsigned prototype, don't inline.
54043         (base64_decode): Use it.
54044
54045 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54046
54047         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54048         it.
54049
54050 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54051
54052         * lib/save-cwd.c (save_cwd): Remove code to support the case
54053         where fchdir is missing or flaky.
54054
54055 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54056
54057         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54058
54059 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54060
54061         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54062         AC_LIBSOURCES now does this.
54063         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54064         with new ullong_max module.
54065
54066 2005-01-19  Bruno Haible  <bruno@clisp.org>
54067
54068         * modules/sh-quote: New file.
54069         * MODULES.html.sh (Executing programs): Add sh-quote.
54070
54071 2005-01-19  Bruno Haible  <bruno@clisp.org>
54072
54073         * lib/sh-quote.h: New file, from GNU gettext.
54074         * lib/sh-quote.c: New file, from GNU gettext.
54075
54076 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54077
54078         Merge from coreutils.
54079         * m4/ullong_max.m4: New file.
54080         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54081         (gl_MACROS): Assume localeconv exists.
54082
54083 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54084
54085         Merge changes from coreutils, as described below in several
54086         changelogs dated today.
54087
54088         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54089         (O_DIRECTORY): Remove; not needed here, since "." must be
54090         a directory.  All uses removed.
54091         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54092         universal on Suns, and we also need to test for IRIX.
54093         Revamp code to use 'if' rather than '#if'.
54094         Avoid unnecessary comparison of cwd->desc to 0.
54095
54096         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54097         for known valid error numbers rather than observed invalid ones.
54098
54099 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54100
54101         * modules/ullong_max: New file.
54102
54103         * modules/chdir-long, modules/openat: New files.
54104         * modules/save-cwd (Depends-on): Depend on chdir-long.
54105         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54106
54107 2005-01-18  Jim Meyering  <jim@meyering.net>
54108
54109         Merge from coreutils.
54110         * m4/chdir-long.m4, m4/openat.m4: New files.
54111         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54112         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54113         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54114         is sane and DOES follow symlinks.  Besides, testing 20 different
54115         systems found no broken chown implementations.
54116         Prompted by a change in rsync's copy of this macro.
54117         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54118
54119         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54120
54121         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
54122         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
54123         NULL-means-set-to-current-time semantics.
54124         Remove temporary file immediately, rather than waiting
54125         for configure's at-exit trap code to do it.
54126
54127 2005-01-18  Jim Meyering  <jim@meyering.net>
54128
54129         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54130
54131         * lib/utimens.c (futimens): Account for the fact that futimes
54132         can also fail with errno == ENOSYS or errno == ENOENT.
54133         Patch from Dmitry V. Levin.
54134
54135         Change the name of the robust chdir function from chdir to chdir_long.
54136         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
54137         (restore_cwd): Use chdir_long, not chdir.
54138         * lib/chdir-long.c: Renamed from chdir.c.
54139         * lib/chdir-long.h: Renamed from chdir.h.
54140         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
54141         Hurd.
54142
54143 2005-01-18  Bruno Haible  <bruno@clisp.org>
54144
54145         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
54146         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
54147         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
54148         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
54149         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
54150         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
54151         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
54152         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
54153         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
54154         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
54155         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
54156         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
54157         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
54158         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
54159         Use an all-permissive copyright notice, recommended by RMS.
54160
54161 2005-01-18  Bob Proulx  <bob@proulx.com>
54162
54163         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
54164         simplify offsetof() macro construct to avoid compile failure with
54165         native HP-UX 11.0 ANSI C compiler.
54166
54167 2005-01-17  Bruno Haible  <bruno@clisp.org>
54168
54169         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
54170         redundant because stpncpy.m4 takes care of it.
54171
54172 2005-01-17  Bruno Haible  <bruno@clisp.org>
54173
54174         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
54175
54176 2005-01-17  Bruno Haible  <bruno@clisp.org>
54177
54178         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
54179         used.
54180
54181 2005-01-17  Bruno Haible  <bruno@clisp.org>
54182
54183         * lib/fwriteerror.h (fwriteerror): Change specification to include
54184         fclose.
54185         * lib/fwriteerror.c: Include <stdbool.h>.
54186         (fwriteerror): At the end, close the file stream. Record whether
54187         stdout was already closed.
54188
54189 2005-01-17  Bruno Haible  <bruno@clisp.org>
54190
54191         * lib/execute.c (environ): Declare if needed.
54192         * lib/pipe.c (environ): Likewise.
54193         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
54194
54195 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54196
54197         * modules/argp: Depend on vsnprintf
54198
54199 2005-01-10  Jim Meyering  <jim@meyering.net>
54200
54201         * modules/closeout (Depends-on): Add atexit.
54202
54203 2005-01-06  Bruno Haible  <bruno@clisp.org>
54204
54205         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
54206
54207 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
54208
54209         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
54210         definitions to be after all include files, to avoid collisions.
54211         Problem reported by Bob Proulx.
54212
54213 2005-01-04  Jim Meyering  <jim@meyering.net>
54214
54215         Changes imported from coreutils.
54216         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
54217         as the mkstemp template, use a temporary directory and an
54218         8.3-friendly template to avoid trouble on systems like DJGPP.
54219         Reported by Juan M. Guerrero via Stepan Kasal.
54220         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
54221         close. Remove the temporary directory right away, rather than waiting
54222         for configure's at-exit trap code to do it.
54223         Suggestion from Stepan Kasal.
54224
54225 2005-01-01  Simon Josefsson  <jas@extundo.com>
54226
54227         * gnulib-tool: Print #include directives when --import'ing.
54228
54229 2004-12-28  Simon Josefsson  <jas@extundo.com>
54230
54231         * tests/test-base64.c: Include required header files.  Remove
54232         unused variables.
54233
54234 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54235
54236         * modules/error (Depends-on): Remove gettext.
54237
54238 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54239
54240         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
54241         not needed.  This removes a dependency on the gettext module.
54242         [defined _LIBC]: Do not include <libintl.h>; not needed.
54243
54244 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54245
54246         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
54247         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
54248
54249 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54250
54251         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
54252         HAVE_DECL_STRTOLD.
54253
54254 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54255
54256         * modules/getdate (Depends-on): Remove alloca-opt.
54257
54258 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54259
54260         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
54261
54262 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54263
54264         * lib/argp-parse.c: Include <stddef.h>.
54265         (alignof, alignto): New macros.
54266         (parser_init): Don't assume that void * is aligned sufficiently
54267         for struct option.
54268
54269         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
54270         need to extend the stack.
54271         (YYINITDEPTH): New macro, so that the initial stack isn't overly
54272         large.
54273
54274 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54275
54276         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54277
54278 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54279
54280         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54281         (2004-10-24) change.  Apparently this was a false alarm.
54282
54283         * modules/getdate: Depend on alloca-opt, not alloca.
54284
54285 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54286
54287         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54288         Remove now-obsolete comment about AIX.
54289         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54290         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54291         (YYMAXDEPTH): New macro.
54292
54293 2004-12-18  Simon Josefsson  <jas@extundo.com>
54294
54295         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54296
54297 2004-12-18  Bruno Haible  <bruno@clisp.org>
54298
54299         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54300
54301 2004-12-18  Bruno Haible  <bruno@clisp.org>
54302
54303         * lib/fatal-signal.c (fatal_signals): Make non-const.
54304         (init_fatal_signals): New function.
54305         (uninstall_handlers, install_handlers): Ignore signals that were set to
54306         SIG_IGN.
54307         (at_fatal_signal): Call init_fatal_signals.
54308         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54309         SIG_IGN.
54310         Reported by Paul Eggert.
54311
54312 2004-12-18  Bruno Haible  <bruno@clisp.org>
54313
54314         * doc/alloca.texi: New file.
54315         * doc/alloca-opt.texi: New file.
54316
54317 2004-12-17  Jim Meyering  <jim@meyering.net>
54318
54319         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54320         Otherwise, install-sh could exit with improper exit status when
54321         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54322
54323 2004-12-16  Simon Josefsson  <jas@extundo.com>
54324
54325         * tests/test-base64.c: Add license.
54326
54327 2004-12-15  Stepan Kasal  <address@hidden>
54328
54329         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54330
54331 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54332
54333         * modules/getcwd (Files): Add m4/d-ino.m4.
54334         Suggested by Mark D. Baushke.
54335
54336 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54337
54338         * lib/getdate.y (textint): New member "negative".
54339         (time_zone_hhmm): New function.
54340         Expect 14 shift-reduce conflicts, not 13.
54341         (o_colon_minutes): New rule.
54342         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54343         (yylex): Set the "negative" member of signed numbers.
54344
54345 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54346
54347         * doc/getdate.texi (Time of day items, Time zone items):
54348         Describe new formats +00:00, UTC+00:00.
54349
54350 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54351
54352         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54353         spurious "-l"s.  Problem reported by Stepan Kasal.
54354
54355 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54356
54357         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54358         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54359
54360 2004-12-04  Simon Josefsson  <jas@extundo.com>
54361
54362         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54363         Vandoorselaere <yoann@prelude-ids.org>.
54364
54365 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54366
54367         Changes imported from coreutils.
54368         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54369         exist.
54370         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54371
54372 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54373
54374         Changes imported from coreutils.
54375         * lib/hard-locale.c: Assume <locale.h> exists.
54376         Include "strdup.h".
54377         (GLIBC_VERSION): New macro.
54378         (hard_locale): Assume setlocale exists.
54379         Rewrite to avoid #ifdef.
54380         Use strdup rather than malloc + strcpy.
54381         * lib/human.c: Assume <locale.h> exists.
54382         (human_readable): Assume localeconv exists.
54383
54384 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54385
54386         * modules/hard-locale (Depends-on): Add strdup.
54387
54388 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54389
54390         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54391         convert T2, not T.  (Imported from libc.)
54392
54393 2004-11-30  Simon Josefsson  <jas@extundo.com>
54394
54395         * modules/restrict (License): Change to LGPL.
54396
54397 2004-11-30  Simon Josefsson  <jas@extundo.com>
54398
54399         * m4/restrict.m4: Add copyright and copying conditions.
54400
54401 2004-11-30  Simon Josefsson  <jas@extundo.com>
54402
54403         * m4/base64.m4: New file.
54404
54405 2004-11-30  Simon Josefsson  <jas@extundo.com>
54406
54407         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54408         base64.
54409
54410         * tests/test-base64.c: New file.
54411
54412         * modules/base64: New file.
54413
54414 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54415
54416         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54417         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54418
54419         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54420
54421 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54422
54423         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54424         (__getcwd.c): Don't restore errno; glibc doesn't.
54425         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54426         first, falling back to our code only if its results look suspicious.
54427         Ensure that the resulting buffer is only as large as necessary.
54428
54429         * lib/readutmp.c: Include readutmp.h first.
54430         Include <errno.h>, since readutmp.h no longer does that.
54431         * lib/readutmp.h: Don't include <errno.h>,
54432         <sys/param.h>, <time.h>; not needed to establish interface.
54433         (errno): Remove decl.
54434         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54435         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54436         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54437
54438 2004-11-28  Simon Josefsson  <jas@extundo.com>
54439
54440         * lib/base64.h, base64.c: New file.
54441
54442 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54443
54444         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54445
54446 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54447
54448         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54449         (Depends-on): Remove pathmax, same.  Add mempcpy.
54450         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54451         (Makefile.am): Append getcwd.h to lib_SOURCES.
54452         (Include): Add getcwd.h.
54453         (Maintainer): Change from Jim Meyering to "all, glibc",
54454         since getdate now uses intended-for-glibc code.
54455         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54456         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54457
54458 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54459
54460         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54461         HP's ANSI C compiler.
54462         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54463         Declaring int functions causes warnings on some modern systems and
54464         shouldn't be needed to compile on ancient ones.
54465         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54466         defined.
54467
54468         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54469         with the following changes.
54470         (__set_errno): Parenthesize properly.
54471         Include <stdbool.h>.
54472         (MIN, MAX, MATCHING_INO): New macros.
54473         (__getcwd): Define with prototype, not K&R form.
54474         Use heuristics to allocate default buffer on stack if possible.
54475         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54476         behavior, and to avoid the PATH_MAX limit when computing
54477         ../../../../...
54478         Use MATCHING_INO to compare inode number to file.
54479         Check for arithmetic overflow in size calculations.
54480         Fix bug in reallocation of dot array that caused getcwd to fail
54481         on directories nested deeper than 75.
54482         Be more careful about saving errno on error.
54483         Do not use realloc; use only free+malloc, as this is a bit
54484         more flexible and avoids a needless copy operation.
54485         Do not inspect st_dev and st_ino for symbolic links; POSIX
54486         doesn't specify the latter.
54487         Check for closedir errors.
54488         Avoid needless casts.
54489         Use "#ifdef weak_alias" around weak_alias, to be like other
54490         glibc code.
54491         The following changes to getcwd.c have effect only when used in
54492         gnulib; they have no effect inside glibc proper.
54493         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54494         as alloca isn't used.
54495         (alloca, __alloca): Likewise.
54496         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54497         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54498         unconditionally, as gnulib assumes C89 or better.
54499         Do not include <sys/param.h>.
54500         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54501         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54502         better.
54503         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54504         Include <dirent.h> in a way that is compatible with modern Autoconf.
54505         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54506         New macros, if not already defined.
54507         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54508         Use "_LIBC", not "defined _LIBC", for consistency.
54509         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54510         a mempcpy module.
54511         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54512         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54513         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54514         credit only to Jim Meyering and adjust the copyright dates.
54515         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54516         <stdlib.h>, <unistd.h>, "pathmax.h".
54517         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54518         (INITIAL_BUFFER_SIZE): Remove.
54519         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54520
54521 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54522
54523         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54524         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54525         Use the _ONCE methods, for efficiency.
54526         Check for fcntl.h.  In test program, include <errno.h>
54527         and <fcntl.h> if available.  Remove old K&R cruft from
54528         test program.  Check for common errors in GNU/Linux,
54529         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54530         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54531         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54532         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54533         name accordingly.
54534         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54535         accommodate new getcwd.c.
54536         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54537         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54538         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54539         that's all we need now.
54540
54541 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54542
54543         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54544         argp-parse.c depends on getopt internals, that means we should
54545         always use our getopt, to be on the safe side.
54546         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54547         order not to spoil the result of an eventual previous invocation
54548         of gl_GETOPT_SUBSTITUTE.
54549
54550 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54551
54552         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54553         redefinition warnings. To avoid them, include the defines
54554         in `#if !defined __need_getopt ... #endif'. The only place
54555         where __getopt_argv_const is used is in definitions
54556         of getopt_long and getopt_long_only below, which are as well
54557         protected by `#ifndef __need_getopt'.
54558         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54559         __need_getopt after including <stdio.h> and <unistd.h> These
54560         headers might have defined it.
54561
54562 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54563
54564         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54565
54566 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54567
54568         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54569         (futimens): New function, which uses futimes if available.
54570         (futimens, utimens): Support timespec==NULL, with same semantics
54571         as utime and utimens.
54572         * lib/utimens.h (futimens): New decl.
54573
54574 2004-11-23  Jim Meyering  <jim@meyering.net>
54575
54576         * lib/getopt_.h: Remove trailing blanks.
54577
54578 2004-11-23  Jim Meyering  <jim@meyering.net>
54579
54580         * lib/__fpending.c: Add comment.
54581
54582 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54583
54584         * modules/canonicalize (Depends-on): Add xreadlink.
54585         Problem reported by James Youngman.
54586
54587 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54588
54589         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54590         New macros.
54591         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54592         optopt): Use them instead of invoking ## directly; otherwise, the
54593         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54594
54595 2004-11-19  Bruno Haible  <bruno@clisp.org>
54596
54597         * lib/strtok_r.c: Move comments from here...
54598         * lib/strtok_r.h: ... to here.
54599
54600 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54601
54602         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54603         implementations that mishandle size_t overflow.
54604
54605 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54606
54607         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54608         might fail.  Problem reported by Yoann Vandoorselaere.
54609         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54610         implementations that mishandle size_t overflow.
54611
54612 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54613
54614         * modules/canon-host (Depends-on): Add strdup.
54615
54616 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54617
54618         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54619
54620 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54621
54622         * lib/canon-host.c: Include "strdup.h".
54623         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54624         Use strdup instead of malloc/strcpy to duplicate strings.
54625
54626         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54627         (human_space_before_unit): New constant.
54628         * lib/human.c (human_readable): Support it.
54629
54630         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54631         (xgetcwd): Set errno correctly when failing.
54632         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54633         the failure is actually due to a PATH_MAX problem.
54634
54635         Further getopt changes to make it more likely that glibc will
54636         buy the changes back.
54637         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54638         (getopt): Use it, so to preserve glibc semantic
54639         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54640         when compiling for libc.
54641         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54642         (getopt_long, getopt_long_only): Use it.
54643
54644         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54645         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54646         (getopt): Argv is now char * const *, as per standard.
54647         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54648         not char *__getopt_argv_const *.
54649         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54650         _getopt_long_only_r): Likewise.
54651         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54652         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54653         _getopt_long_r, _getopt_long_only_r): Likewise.
54654         * lib/getopt_.h (__getopt_argv_const): Remove.
54655         (getopt): Argv is now char * const *, as per standard.
54656
54657         * lib/getdate.y (tORDINAL): New token.
54658         (day, relunit): Allow it for relative times.
54659         (relative_time_table): Use tORDINAL for ordinals.
54660
54661 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54662
54663         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54664         Document that "second" isn't allowed as an ordinal number.
54665
54666 2004-11-16  Jim Meyering  <jim@meyering.net>
54667
54668         * modules/closeout (Depends-on): Add fpending.
54669
54670 2004-11-15  Jim Meyering  <jim@meyering.net>
54671
54672         * lib/closeout.c: Include "__fpending.h" once again.
54673         Include <stdbool.h>.
54674         (close_stdout): Don't fail just because stdout was closed initially,
54675         since some programs don't write to stdout in the normal course of
54676         operation (other than --version and --help), and we don't want this
54677         function to make e.g. `touch file >&-' fail.
54678         But do fail if it was closed and someone has tried to write to it.
54679         E.g., `printf foo >&-' must fail.
54680
54681 2004-11-13  Jim Meyering  <jim@meyering.net>
54682
54683         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54684
54685 2004-11-12  Simon Josefsson  <jas@extundo.com>
54686
54687         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54688         small doc fix is still pending.
54689
54690 2004-11-11  Simon Josefsson  <jas@extundo.com>
54691
54692         * modules/strtok_r: New file.
54693
54694         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54695         strtok_r.
54696
54697 2004-11-11  Simon Josefsson  <jas@extundo.com>
54698
54699         * m4/strtok_r.m4: New file.
54700
54701         * m4/getopt.m4: Replace opterr.
54702
54703 2004-11-11  Simon Josefsson  <jas@extundo.com>
54704
54705         * lib/strtok_r.h, strtok_r.c: New file.
54706
54707 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54708
54709         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54710         of replacing opterr, getopt, etc.  This should handle the
54711         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54712
54713 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54714
54715         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54716         we can stop lying to compilers about the constness of argv when we
54717         are compiled outside glibc.
54718         (getopt, getopt_long, getopt_long_only): Use it.
54719         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54720         _getopt_internal, getopt): Likewise.
54721         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54722         _getopt_long_only_r): Likewise.
54723         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54724         _getopt_long_r, _getopt_long_only_r): Likewise.
54725
54726         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54727         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54728         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54729         the other external symbols.
54730         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54731         declaration, since the above renaming now works around collisions.
54732
54733 2004-11-11  Jim Meyering  <jim@meyering.net>
54734
54735         * lib/linebreak.c: Remove trailing blanks.
54736         * lib/alloca_.h: Likewise.
54737         * lib/acosl.c: Likewise.
54738         * lib/euidaccess.c: Likewise.
54739         * lib/allocsa.h: Likewise.
54740
54741 2004-11-10  Simon Josefsson  <jas@extundo.com>
54742
54743         * m4/getaddrinfo.m4: New file.
54744
54745 2004-11-10  Simon Josefsson  <jas@extundo.com>
54746
54747         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54748
54749 2004-11-10  Simon Josefsson  <jas@extundo.com>
54750
54751         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54752         getaddrinfo.
54753
54754         * modules/getaddrinfo: New file.
54755
54756 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54757
54758         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54759
54760 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54761
54762         * lib/mktime.c (SHR): New macro, which is a portable
54763         substitute for >> that should work even on Crays.
54764         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54765         Problem reported by Mark D. Baushke in
54766         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54767         * lib/getdate.y (SHR): Likewise.
54768         (tm_diff): Use it.
54769         * lib/strftime.c (SHR): Likewise.
54770         (tm_diff): Use it.
54771         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54772         quote_these_too, so that right shifts are well defined.  All uses
54773         changed.
54774
54775 2004-11-10  Jim Meyering  <jim@meyering.net>
54776
54777         Ensure that no close failure goes unreported.
54778         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54779         return early when it seems there's nothing to flush.
54780         Don't include __fpending.h.
54781
54782 2004-11-10  Jim Meyering  <jim@meyering.net>
54783
54784         * modules/closeout (Depends-on): Remove fpending.
54785
54786 2004-11-10  Jim Meyering  <jim@meyering.net>
54787
54788         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54789
54790 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54791
54792         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54793         gl_FUNC_STRFTIME.
54794         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54795         and AC_REQUIRE when possible, to avoid duplicate checks.
54796         Check for <wchar.h>.
54797
54798 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54799
54800         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54801
54802 2004-11-09  Bruno Haible  <bruno@clisp.org>
54803
54804         * m4/sockpfaf.m4: New file.
54805
54806 2004-11-05  Bruno Haible  <bruno@clisp.org>
54807
54808         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54809         Reported by Mark D. Baushke <mdb@cvshome.org>.
54810
54811 2004-11-04  Bruno Haible  <bruno@clisp.org>
54812
54813         2004-09-11  Bruno Haible  <bruno@clisp.org>
54814                 * allocsa.valgrind: New file.
54815         2004-02-06  Bruno Haible  <bruno@clisp.org>
54816                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54817                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54818                 Reported by Christopher Seip <chris.seip@hp.com>.
54819
54820 2004-11-04  Bruno Haible  <bruno@clisp.org>
54821
54822         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54823         (Makefile.am): Distribute it.
54824
54825 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54826
54827         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54828         with errno == ERANGE if the buffer is too small.
54829         Problem reported by Mark D. Baushke.
54830
54831 2004-11-03  Albert Chin  <china@thewrittenword.com>
54832             Paul Eggert  <eggert@cs.ucla.edu>
54833
54834         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54835         equivalent, substitute $ac_type for equivalent type rather than
54836         blindly using uint32_t *always* which won't work if uint32_t is not
54837         available.  Define _UINT32_T to work around typedef of uint32_t if
54838         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54839         2.5.1.
54840
54841 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54842
54843         * m4/jm-macros.m4: Sync from coreutils.
54844         (gl_MACROS): Check for mbrlen, for pathchk.
54845         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54846
54847 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54848
54849         * lib/xreadlink.c (MAXSIZE): New macro.
54850         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54851         size does not exceed MAXSIZE.  Avoid cast.
54852         As suggested by Mark D. Baushke in
54853         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54854         if readlink fails with buffer size just under MAXSIZE, try again
54855         with MAXSIZE.
54856
54857 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54858
54859         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54860
54861 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54862         and  Paul Eggert  <eggert@cs.ucla.edu>
54863
54864         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54865         (get_date): Overparenthesize to avoid GCC warning.
54866
54867 2004-11-02  Bruno Haible  <bruno@clisp.org>
54868
54869         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54870         returns void.
54871
54872 2004-11-02  Bruno Haible  <bruno@clisp.org>
54873
54874         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54875         function returns void.
54876
54877 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54878
54879         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54880         fflush_unlocked, flockfile, funlockfile, funlockfile,
54881         fputs_unlocked, putc_unlocked.
54882
54883 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54884
54885         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54886         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54887         already declared.
54888
54889 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54890
54891         * modules/getdate (Files): Add doc/getdate.texi.
54892         (Depends-on): Add setenv, xalloc.
54893
54894 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54895
54896         * lib/getdate.y: Add support for TZ="foo" within a date string.
54897         Fix some bugs near time_t boundaries.  Reject dates with
54898         out-of-range components, e.g., "Sept 31".
54899         Include <stdlib.h>, "setenv.h", "xalloc.h".
54900         (ISDIGIT_LOCALE): Remove; unused.
54901         Note that the TZ and time functions used here are not reentrant.
54902         (mktime_ok, get_tz): New functions.
54903         (TZBUFSIZE): New constant.
54904         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54905         This requires that we sometimes generate our own TZ="XXX..." setting.
54906
54907 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54908
54909         * doc/getdate.texi: New file, from coreutils with modifications for
54910         the new TZ parsing.
54911
54912 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54913
54914         * lib/mktime.c (not_equal_tm): Remove redundant check.
54915
54916 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54917
54918         * modules/regex (lib_SOURCES): Add regex.c.
54919         Reported by James Youngman in
54920         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54921
54922 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54923
54924         * lib/getdate.y: Use Bison 1.875 features, and some minor
54925         code cleanups.  This change does not affect semantics.
54926         Don't include <stdlib.h>; no longer needed.
54927         Don't include unlocked-io.h; only the "#if TEST" code uses
54928         stdio, and performance isn't crucial there.
54929         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54930         Bison 1.875 features as described below.
54931         All uses of "PC." replaced by "pc->".
54932         (YYSTYPE): Add a forward declaration.
54933         (yylex, yyerror): Use full prototypes in forward decls.
54934         Use "%pure-parser" rather than obsolescent "%pure_parser".
54935         Use %parse-param and %lex-param instead of obsolescent
54936         YYPARSE_PARAM and YYLEX_PARAM.
54937         (meridian_table, month_and_day_table, time_units_table,
54938         relative_time_table, time_zone_table, military_table,
54939         lookup_zone, lookup_word, get_date):
54940         Use NULL instead of 0 where appropriate.
54941         (to_hour): Avoid abort (), to avoid a dependency on
54942         stdlib.h.
54943         (yyerror, yylex): Now accepts parser_control * arg.
54944         (main) [TEST]: Use '\0' rather than 0 for char.
54945
54946 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54947
54948         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54949
54950 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54951
54952         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54953         It's now the caller's responsibility to handle the case where
54954         !HAVE_GETPAGESIZE && !defined getpagesize.
54955
54956         * lib/mktime.c (leapyear): Arg is long int, not int.
54957
54958 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54959
54960         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54961
54962 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54963
54964         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54965         missing.  Problem reported by James Youngman.
54966
54967 2004-10-16  Simon Josefsson  <jas@extundo.com>
54968
54969         * gnulib-tool: Fix comments.  Fix parse problem.
54970         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54971
54972 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54973
54974         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54975         implementation of getopt_long.  Problem reported by Alexander Taler in:
54976         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54977
54978 2004-10-15  Bruno Haible  <bruno@clisp.org>
54979
54980         * gnulib-tool: Untabify. Initialize supplied_libname.
54981         (func_usage): More homogenous output.
54982         (func_modules_transitive_closure, func_modules_to_filelist,
54983         func_emit_lib_Makefile_am): New functions.
54984         (func_import): New function, extracted from big case statement. Use
54985         func_get_license, func_modules_transitive_closure,
54986         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54987         opt_lgpl. Don't use test -a, as it's not portable.
54988         (func_create_testdir): Use func_modules_transitive_closure,
54989         func_modules_to_filelist, func_emit_lib_Makefile_am.
54990
54991 2004-10-15  Bruno Haible  <bruno@clisp.org>
54992
54993         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54994
54995 2004-10-15  Bruno Haible  <bruno@clisp.org>
54996
54997         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54998         the portions belonging to each module.
54999         Suggested by Derek Robert Price <derek@ximbiot.com>.
55000
55001 2004-10-12  Simon Josefsson  <jas@extundo.com>
55002
55003         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55004         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55005         to real functions.
55006
55007 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55008
55009         * modules/vsnprintf: New file.
55010
55011 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55012
55013         * m4/vsnprintf.m4: New file.
55014
55015 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55016
55017         * lib/vsnprintf.h: New file.
55018         * lib/vsnprintf.c: New file.
55019
55020 2004-10-11  Bruno Haible  <bruno@clisp.org>
55021
55022         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55023         vsnprintf.
55024
55025 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55026
55027         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55028
55029 2004-10-07  Bruno Haible  <bruno@clisp.org>
55030
55031         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55032         fits into the provided buffer.
55033
55034 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55035
55036         * lib/diacrit.c, diacrit.h: Add GPL notice.
55037
55038         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55039         notice.
55040         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55041         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55042         This avoids a potential constant-folding bug.
55043
55044 2004-10-05  Bruno Haible  <bruno@clisp.org>
55045
55046         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55047         for the declaration of strsep.
55048
55049 2004-10-05  Bruno Haible  <bruno@clisp.org>
55050
55051         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55052
55053 2004-10-04  Simon Josefsson  <jas@extundo.com>
55054
55055         * modules/memmem: New file.
55056         * tests/test-memmem.c: New file.
55057         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55058
55059 2004-10-04  Simon Josefsson  <jas@extundo.com>
55060
55061         * m4/memmem.m4: New file.
55062
55063 2004-10-04  Simon Josefsson  <jas@extundo.com>
55064
55065         * lib/memmem.h: New file.
55066         * lib/memmem.c: New file, taken from glibc.
55067
55068 2004-10-04  Simon Josefsson  <jas@extundo.com>
55069
55070         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55071         '#ifdef USE_UNLOCKED_IO'.
55072
55073 2004-10-04  Simon Josefsson  <jas@extundo.com>
55074
55075         * config/srclist.txt: Add memmem from glibc.
55076
55077 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55078
55079         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55080
55081         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55082         modules/exclude, modules/getdate, modules/getline,
55083         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55084         modules/getusershell, modules/linebuffer, modules/md5,
55085         modules/mountlist, modules/posixtm, modules/readtokens,
55086         modules/readutmp, modules/regex, modules/sha1,
55087         modules/version-etc, modules/yesno:
55088         Remove dependency on unlocked-io.
55089
55090 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55091
55092         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55093
55094         * m4/unlocked-io.m4: Add copyright notice.
55095         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55096
55097 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55098
55099         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55100         * lib/xmalloc.c (xmemdup): Likewise.
55101         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55102         XFREE): Remove these long-obsolescent macros.
55103         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55104         * lib/xstrdup.c: Remove.
55105
55106         * lib/regex.c (re_comp): Cast gettext return value to char *,
55107         Problem reported by Martin Neitzel via Mark D. Baushke.
55108
55109 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55110
55111         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55112         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55113         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55114         regex.c, sha1.c, version-etc.c, yesno.c:
55115         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55116         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55117         the includer's responsibility.
55118
55119         Sync from coreutils.
55120
55121         * lib/modechange.c (mode_compile): Don't decrement a pointer that
55122         points to the start of a string, as the C Standard says the
55123         resulting behavior is undefined.
55124
55125         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
55126         simple -> simple_backups, numbered_existing ->
55127         numbered_existing_backups, numbered -> numbered_backups
55128         to avoid shadowing problems.  All uses changed.
55129         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
55130         * lib/backupfile.c (check_extension, numbered_backup):
55131         Rename locals to avoid shadowing 'basename'.
55132         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
55133         once.
55134
55135         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
55136         * lib/.cvsignore: Add getopt.h.
55137
55138 2004-10-04  Bruno Haible  <bruno@clisp.org>
55139
55140         * modules/README: New file.
55141         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
55142         not a module.
55143
55144 2004-10-02  Jim Meyering  <jim@meyering.net>
55145
55146         * lib/dirfd.h, getpagesize.h: Add copyright notice.
55147
55148 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55149
55150         * modules/strsep: New file.
55151
55152 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55153
55154         * m4/strsep.m4: New file.
55155
55156 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55157
55158         * lib/strsep.h: New file.
55159         * lib/strsep.c: New file.
55160
55161 2004-10-01  Simon Josefsson  <jas@extundo.com>
55162
55163         * lib/snprintf.c (snprintf): Handle size==0.
55164
55165 2004-10-01  Simon Josefsson  <jas@extundo.com>
55166             Bruno Haible  <bruno@clisp.org>
55167
55168         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
55169         (snprintf): Declare 'args'.
55170
55171 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
55172
55173         * lib/snprintf.c: Remove comments as to why each header is needed.
55174
55175 2004-10-01  Bruno Haible  <bruno@clisp.org>
55176
55177         * MODULES.html.sh: Add strsep.
55178
55179 2004-09-30  Simon Josefsson  <jas@extundo.com>
55180
55181         * modules/snprintf: New file.
55182
55183 2004-09-30  Simon Josefsson  <jas@extundo.com>
55184
55185         * m4/snprintf.m4: New file.
55186
55187 2004-09-30  Simon Josefsson  <jas@extundo.com>
55188
55189         * lib/snprintf.h, lib/snprintf.c: New files.
55190
55191 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55192
55193         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
55194         (hol_entry_help): Never translate an empty string.
55195         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
55196         * lib/argp.h (OPTION_NO_TRANS): New option.
55197
55198 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55199
55200         * modules/argp (Maintainer): Replace Simon Josefsson
55201         by Sergey Poznyakoff.
55202
55203 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55204
55205         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
55206         changes merged back into glibc.
55207
55208 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55209
55210         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
55211
55212 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
55213
55214         * lib/xvasprintf.c: Include xalloc.h.
55215         (xvasprintf): Use xalloc_die, not xmalloc_die.
55216
55217 2004-09-29  Bruno Haible  <bruno@clisp.org>
55218
55219         * modules/alloca-opt: New file, derived from modules/alloca.
55220         * modules/allocsa: Depend on alloca-opt instead of alloca.
55221         * modules/setenv: Likewise.
55222         * modules/vasnprintf: Likewise.
55223         * MODULES.html.sh: Add alloca-opt.
55224
55225 2004-09-28  Simon Josefsson  <jas@extundo.com>
55226
55227         * gnulib-tool: New parameter --lgpl, to asseert that modules are
55228         LGPL, and to replace license template from GPL to LGPL.
55229
55230 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55231
55232         * modules/dummy: Change license to LGPL.
55233
55234 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55235
55236         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
55237
55238 2004-09-24  Simon Josefsson  <jas@extundo.com>
55239
55240         * modules/minmax (License): Change from GPL to LGPL.
55241
55242 2004-09-23  Simon Josefsson  <jas@extundo.com>
55243
55244         * gnulib-tool (--import): Typo.
55245
55246 2004-09-23  Simon Josefsson  <jas@extundo.com>
55247
55248         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
55249
55250 2004-09-22  Bruno Haible  <bruno@clisp.org>
55251
55252         * modules/*: Add 'License' field.
55253         * gnulib-tool: Accept --extract-license option.
55254         (func_get_license): New function.
55255
55256 2004-09-21  Bruno Haible  <bruno@clisp.org>
55257
55258         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
55259         Reported by Simon Josefsson.
55260
55261 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55262
55263         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
55264         gl_AC_TYPE_LONG_LONG.
55265
55266 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55267
55268         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
55269
55270 2004-09-18  Simon Josefsson  <jas@extundo.com>
55271         and  Paul Eggert  <eggert@cs.ucla.edu>
55272
55273         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55274         calls with autoreconf.  Define GL_LIB.
55275
55276 2004-09-14  Karl Berry  <karl@gnu.org>
55277
55278         * config/srclist.txt: unsync setenv.c, sigh.
55279
55280 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55281
55282         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55283         Problem reported by Bruno Haible in:
55284         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55285
55286 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55287
55288         * config/srclist.txt: Comment out argp-pvh.c.
55289
55290 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55291
55292         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55293         in case some system header has #define'd it.  Problem reported by
55294         Soeren D. Schulze in
55295         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55296
55297 2004-09-09  Karl Berry  <karl@gnu.org>
55298
55299         * regex.[ch]: delete from the root.  These were supposed to be
55300                 synced with emacs cvs, but this has not happened for about
55301                 a year, and anyway nothing else uses emacs regex.[ch].
55302                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55303                 lib/regex[.ch] is untouched.
55304
55305 2004-09-09  Bruno Haible  <bruno@clisp.org>
55306
55307         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55308
55309 2004-09-09  Bruno Haible  <bruno@clisp.org>
55310
55311         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55312         modifications.
55313         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55314
55315 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55316
55317         * modules/xvasprintf: New file.
55318         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55319
55320 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55321
55322         * lib/xvasprintf.h: New file.
55323         * lib/xvasprintf.c: New file.
55324         * lib/xasprintf.c: New file.
55325
55326 2004-09-08  Bruno Haible  <bruno@clisp.org>
55327
55328         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55329
55330 2004-09-08  Bruno Haible  <bruno@clisp.org>
55331
55332         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55333         length is > INT_MAX.
55334         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55335         more.
55336
55337 2004-09-08  Bruno Haible  <bruno@clisp.org>
55338
55339         * lib/stdint_.h: New file, taken from GNU clisp.
55340
55341 2004-09-08  Bruno Haible  <bruno@clisp.org>
55342             Oskar Liljeblad  <oskar@osk.mine.nu>
55343
55344         * modules/stdint: New file.
55345         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55346
55347 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55348
55349         Import from coreutils.
55350         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55351         strings on unbounded length.  alloca's performance benefits aren't
55352         that important here.
55353         (V_STRDUP): Remove.
55354         (parse_with_separator): New function, with most of the internals
55355         of the old parse_user_spec.  Allow user to omit both user and group,
55356         for compatibility with FreeBSD.
55357         Clone only the user name, not the entire spec.
55358         Do not set *uid, *gid unless entirely successful.
55359         Avoid memory leak in some failing cases.
55360         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55361         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55362         (parse_user_spec): Rewrite to use parse_with_separator.
55363
55364 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55365
55366         * modules/userspec: Don't depend on alloca.
55367
55368 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55369
55370         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55371
55372 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55373
55374         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55375         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55376         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55377
55378 2004-08-16  Simon Josefsson  <jas@extundo.com>
55379
55380         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55381         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55382         Add --dry-run for --import.
55383         Let user provided command line parameters override configure.ac
55384         settings.
55385
55386 2004-08-12  Simon Josefsson  <jas@extundo.com>
55387
55388         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55389         as discussed with Paul Eggert in threads rooted at
55390         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55391         and
55392         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55393         Before, the test was empty, and relied on ELIDE_CODE in source
55394         code.)
55395         (gl_PREREQ_GETOPT): New macro.
55396         (gl_GETOPT): Use them.
55397
55398 2004-08-12  Simon Josefsson  <jas@extundo.com>
55399
55400         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55401         * lib/getopt_.h: Renamed from getopt.h.
55402
55403 2004-08-12  Simon Josefsson  <jas@extundo.com>
55404
55405         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55406         Change default library name from libfoo to libgnu.
55407         Now, if you have a configure.ac that says:
55408                 gl_SOURCE_BASE(gl)
55409                 gl_M4_BASE(gl/m4)
55410                 gl_MODULES(error getopt etcetera)
55411                 gl_INIT
55412         you can import all you need by running:
55413                 ../gnulib/gnulib-tool --import
55414
55415         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55416         (Makefile.am): Rewrite, use logic from argz.
55417         (Include): Use <getopt.h> instead of "getopt.h".
55418
55419 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55420
55421         * modules/argp (Files): Add m4/unlocked-io.m4.
55422         (Depends-on): Add extensions.
55423
55424 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55425
55426         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55427         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55428         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55429         Check for program_invocation_name, program_invocation_short_name,
55430         flockfile, funlockfile, features.h, _getopt_long_only_r.
55431
55432 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55433
55434         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55435         its complicated substitute.
55436         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55437         and program_invocation_name.
55438         (__argp_basename) [!_LIBC]: Remove; the only use was
55439         replaced by its body.
55440         (__argp_short_program_name): Change condition from
55441         !defined __argp_short_program_name to
55442         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55443         to match argp-namefrob.h.
55444         (__argp_failure): Don't assume strerror_r returns char *.
55445         * lib/argp-parse.c (N_): Define unconditionally.
55446         (argp_default_options): Fill out initializers with 0 to avoid
55447         gcc warnings.
55448
55449 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55450
55451         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55452         getopt1.c.
55453
55454 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55455
55456         Merge from coreutils.
55457
55458         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55459
55460         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55461         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55462
55463 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55464
55465         Merge from coreutils.
55466
55467         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55468         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55469         for Reliant Unix 5.43.
55470
55471         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55472         (union fooround): Use uintmax_t, not long int.
55473         The rest is a merge from libc:
55474         [defined _LIBC]: Include <shlib-compat.h>.
55475         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55476
55477         * lib/settime.c (settime): Recode to avoid warning with
55478         Sun Forte C 6U2.
55479
55480         * lib/strverscmp.c: Convert to UTF-8.
55481
55482 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55483
55484         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55485         m4/uintmax_t.m4.
55486
55487 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55488
55489         * modules/xalloc-die: New file.
55490         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55491
55492         * modules/md5 (Files): Add m4/uint32_t.m4.
55493         * modules/sha1: Renamed from modules/sha.
55494         (Files):
55495         Rename lib/sha.h to lib/sha1.h.
55496         Rename lib/sha.c to lib/sha1.c.
55497         Rename m4/sha.m4 to m4/sha1.m4.
55498         (lib_SOURCES): Likewise.
55499         (configure.ac): Rename gl_SHA to gl_SHA1.
55500         (Include): sha.h -> sha1.h.
55501
55502 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55503
55504         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55505         * m4/sha1.m4: Renamed from sha.m4.
55506         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55507
55508 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55509
55510         * lib/obstack.h (obstack_empty_p):
55511         Don't assume that chunk->contents is suitably aligned.
55512         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55513         Likewise. Problem reported by Benno in
55514         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55515
55516         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55517         readable.  This could be improved further but it'd take some work.
55518
55519 2004-08-08  Simon Josefsson  <jas@extundo.com>
55520
55521         * modules/xgethostname (Depends-on): Remove exit and error (not
55522         used).
55523
55524         * modules/getpass-gnu: Add getpass.h.
55525         (Depends-on): Add stdbool.
55526         * modules/getpass: Add getpass.h.
55527
55528 2004-08-08  Simon Josefsson  <jas@extundo.com>
55529
55530         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55531         Check getpass declaration.
55532
55533 2004-08-08  Simon Josefsson  <jas@extundo.com>
55534
55535         * lib/xgethostname.c: Don't include error.h (not used).
55536
55537         * lib/getpass.h: Add.
55538         * lib/getpass.c: Include getpass.h first.
55539
55540 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55541
55542         * lib/xalloc-die.c: New file.
55543         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55544         All uses removed.
55545         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55546         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55547         xalloc-die.c.
55548         (_, N_, xalloc_die): Move to xalloc-die.c.
55549         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55550         so that we needn't mess with xalloc_msg_memory_exhausted.
55551
55552         * lib/sha1.h: Renamed from sha.h.
55553         (SHA1_H): Renamed from _SHA_H.
55554         (sha1_ctx): Renamed from sha_ctx.
55555         (sha1_init_ctx): Renamed from sha_init_ctx.
55556         (sha1_process_block): Renamed from sha_process_block.
55557         (sha1_process_bytes): Renamed from sha_process_bytes.
55558         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55559         (sha1_read_ctx): Renamed from sha_read_ctx.
55560         (sha1_stream): Renamed from sha_stream.
55561         (sha1_buffer): Renamed from sha_buffer.
55562         * lib/sha1.c: Likewise; renamed from sha.c.
55563         Do not include <sys/types.h>.
55564         Include <stddef.h> rather than <stdlib.h>.
55565
55566 2004-08-08  Bruno Haible  <bruno@clisp.org>
55567
55568         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55569         FILESYSTEM_PREFIX_LEN.
55570         * lib/progreloc.c: Likewise.
55571         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55572
55573 2004-08-06  Simon Josefsson  <jas@extundo.com>
55574
55575         * modules/progname (Depends-on): Don't depend on stdbool.
55576
55577 2004-08-06  Simon Josefsson  <jas@extundo.com>
55578
55579         * modules/getsubopt: New file.
55580         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55581         getsubopt.
55582
55583 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55584
55585         More merge from coreutils.
55586
55587         * m4/utimens.m4, m4/utimecmp.m4: New files.
55588         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55589         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55590         prereq.m4, sha.m4: Import changes from coreutils.
55591
55592 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55593
55594         More merge from coreutils.
55595         * modules/raise, modules/readtokens0, modules/utimens:
55596         * modules/utimecmp, module/xnanosleep: New files.
55597         * modules/strftime: Add lib/strftime.h.
55598         Change include from <time.h> to "strftime.h".
55599         * modules/yesno: Add lib/yesno.h.
55600         * modules/backupfile: Remove lib/addext.c.
55601         * modules/euidaccess: Add stat-macros.h.
55602         * modules/canonicalize, modules/euidaccess,
55603         modules/filemode, modules/lchown, modules/makepath,
55604         modules/rmdir, modules/stat: Likewise.
55605
55606 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55607
55608         Merge from tar.
55609         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55610         SIZE_MAX is a valid preprocessor constant.
55611         (__argp_basename): Change from "#ifndef _LIBC"
55612         to "#ifndef __argp_short_program_name", so that
55613         we don't compile these functions for tar.
55614
55615         More merges from coreutils.
55616         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55617         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55618         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55619         * lib/addext.c: Remove; no longer needed.
55620         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55621         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55622         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55623         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55624         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55625         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55626         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55627         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55628         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55629         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55630         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55631         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55632         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55633         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55634         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55635         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55636         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55637         Import changes from coreutils.
55638
55639 2004-08-05  Simon Josefsson  <jas@extundo.com>
55640
55641         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55642
55643 2004-08-05  Simon Josefsson  <jas@extundo.com>
55644
55645         * m4/getsubopt.m4: New file.
55646
55647 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55648
55649         Merge from coreutils.
55650
55651         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55652         * m4/getcwd-path-max.m4: New files.
55653
55654         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55655         FILESYSTEM_PREFIX_LEN ->
55656         FILE_SYSTEM_PREFIX_LEN.
55657         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55658         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55659         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55660         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55661
55662         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55663         prerequisite modules now handle the DOS stuff.
55664         Don't check for unistd.h.
55665
55666 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55667
55668         Merge from coreutils.
55669
55670         * lib/.gdb-history: Remove; this doesn't belong here.
55671
55672         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55673         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55674         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55675         * lib/getcwd.c: New files.
55676
55677         * lib/dirname.h: Include <stdbool.h>.
55678         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55679         for consistency with POSIX terminology.  All uses changed.
55680         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55681         (strip_trailing_slashes): Use bool for booleans.
55682         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55683
55684         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55685         sometimes returns a positive errno value even when it succeeds.
55686         (print_errno_message) [!LIBC]: Fall back on strerror if
55687         __strerror_r fails.
55688
55689         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55690         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55691         (longest_relative_suffix): New function.
55692         (path_concat): Use it.  Assume first argument is not NULL.
55693         Port to DOS.  Omit redundant separators.
55694         Report an error instead of returning NULL.
55695         Use mempcpy instead of memcpy.
55696         (xpath_concat): Remove: not declared or used.
55697
55698         * lib/same.h: Include <stdbool.h>
55699         (same_name): Return bool, not int.
55700         * lib/same.c (same_name): Likewise.
55701         (errno): Don't declare; we assume C89 or better now.
55702
55703         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55704         if not already defined.
55705
55706         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55707         * lib/dup-safer.c (errno): Likewise.
55708
55709 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55710
55711         Merge from coreutils.
55712         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55713         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55714         * modules/path-concat: Don't depend on strdup.
55715
55716 2004-08-03  Simon Josefsson  <jas@extundo.com>
55717
55718         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55719         * lib/progname.h: Don't include stdbool.h.
55720
55721 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55722
55723         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55724         * MODULES.html.sh (func_all_modules): Remove fatal.
55725
55726 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55727
55728         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55729
55730 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55731
55732         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55733         working.
55734
55735 2004-08-02  Simon Josefsson  <jas@extundo.com>
55736
55737         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55738         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55739         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55740
55741 2004-08-01  Simon Josefsson  <jas@extundo.com>
55742
55743         * lib/xgetdomainname.c: Include stdlib.h, for free().
55744
55745 2004-07-19  Bruno Haible  <bruno@clisp.org>
55746
55747         * MODULES.html.sh (func_all_modules): Add dummy.
55748
55749 2004-07-16  Simon Josefsson  <jas@extundo.com>
55750
55751         * modules/dummy: New file.
55752
55753 2004-07-16  Simon Josefsson  <jas@extundo.com>
55754
55755         * lib/dummy.c: New file.
55756
55757 2004-07-16  Bruno Haible  <bruno@clisp.org>
55758
55759         * lib/backupfile.h: Add extern "C" for C++.
55760         * lib/closeout.h: Likewise.
55761         * lib/copy-file.h: Likewise.
55762         * lib/findprog.h: Likewise.
55763         * lib/full-write.h: Likewise.
55764         * lib/pathname.h: Likewise.
55765         * lib/progname.h: Likewise.
55766         * lib/stpcpy.h: Likewise.
55767         * lib/stpncpy.h: Likewise.
55768         * lib/strcase.h: Likewise.
55769         * lib/strstr.h: Likewise.
55770         * lib/xalloc.h: Likewise.
55771
55772         * lib/mbswidth.h: Add extern "C" for C++.
55773         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55774
55775 2004-07-13  Robert Millan  <robertmh@gnu.org>
55776
55777         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55778
55779 2004-07-09  Simon Josefsson  <jas@extundo.com>
55780
55781         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55782         failed without this.)
55783
55784 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55785
55786         * modules/chown (Files): Add lib/fchown-stub.c, since
55787         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55788
55789 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55790
55791         * lib/fchown-stub.c: New file.
55792
55793 2004-06-24  Jim Meyering  <jim@meyering.net>
55794
55795         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55796
55797 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55798
55799         * modules/argz: Omit "#include".
55800
55801         * MODULES.html.sh (func_all_modules): Add calloc, to match
55802         2004-06-01 addition of calloc module.
55803
55804 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55805
55806         * m4/argz.m4: New file, which is autoupdated from libtool.
55807
55808 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55809
55810         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55811         libtool.
55812
55813 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55814
55815         * config/srclist-update: Don't insist on "USA." before the
55816         close-comment, as libtool omits the period and puts the */ on a
55817         separate line.
55818         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55819         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55820
55821 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55822
55823         * modules/argz: New file.
55824         * MODULES.html.sh (func_all_modules): Add argz.
55825
55826 2004-06-12  Jim Meyering  <jim@meyering.net>
55827         and  Paul Eggert  <eggert@cs.ucla.edu>
55828
55829         * modules/hash (Files): Add lib/xalloc.h.
55830         * modules/pipe (Depends-on): Add wait-process.
55831         * modules/stat (Depends-on): Add xalloc.
55832         * modules/userspec (Files): Add lib/userspec.h.
55833         * modules/xstrto
55834
55835         Upgrade from gettext-0.13.
55836         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55837         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55838         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55839
55840 2004-06-10  Jim Meyering  <jim@meyering.net>
55841
55842         * lib/calloc.c: New file.
55843
55844 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55845
55846         * lib/getdate.y (yylex): Allow space between sign and number.
55847         Problem reported by Dan Jacobson.
55848
55849 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55850
55851         Merge from coreutils CVS.
55852
55853         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55854         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55855         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55856         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55857         xstrtol.m4: Fix copyright date and/or serial number.
55858
55859         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55860         See if we need an fchown replacement.
55861         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55862         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55863         and use the replacement function if we detect either defect.
55864
55865         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55866         gl_UTIMECMP.
55867
55868 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55869         and  Jim Meyering  <jim@meyering.net>
55870
55871         Merge from coreutils CVS.
55872
55873         * lib/stat-macros.h: New file, with contents from file-type.h
55874         and coreutils' system.h.
55875         * lib/file-type.c: Include "stat-macros.h".
55876         * lib/file-type.h (file_type): Move all macro definitions to new file,
55877         stat-macros.h.
55878
55879         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55880         Wrap old code with this conditional.
55881         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55882         function that does not dereference symlinks.
55883         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55884
55885         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55886         dependency problems.
55887         (xreadlink): Accept new arg SIZE, for efficiency.
55888         All decls and uses changed.
55889         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55890
55891         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55892         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55893
55894         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55895         sysexits.h.
55896
55897 2004-06-01  Jim Meyering  <jim@meyering.net>
55898
55899         * m4/calloc.m4: New file.
55900
55901 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55902
55903         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55904         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55905         Also, fix a typo in a diagnostic.
55906
55907 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55908
55909         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55910         or AC_FUNC_REALLOC.
55911
55912 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55913
55914         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55915         macros to be defined.
55916         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55917         the allocator returns NULL because the requested size is zero.
55918
55919 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55920
55921         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55922         var.  Add comment explaining why libc still defines it.  This
55923         merges the following patch from glibc:
55924         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55925
55926 2004-05-20  Andreas Schwab  <schwab@suse.de>
55927
55928         * m4/free.m4: Replace free if it not known to work, not the other
55929         way round.
55930
55931 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55932
55933         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55934         present in glibc since revision 1.1 of this file.
55935         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55936         obstack_alignment_mask, obstack_alloc, obstack_base,
55937         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55938         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55939         obstack_grow0, obstack_init, obstack_int_grow,
55940         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55941         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55942         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55943         nonexistent functions.
55944
55945 2004-05-18  Karl Berry  <karl@gnu.org>
55946
55947         * config/srclist.txt: break link for vasnprintf.c.
55948
55949 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55950
55951         Port obstack to the AS/400, where pointers are 16 bytes wide and
55952         you cannot cast an integer to a valid pointer.  This patch is
55953         currently waiting to be integrated into glibc; see
55954         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55955
55956         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55957         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55958         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55959         (struct obstack): temp member is now a union of a pointer and
55960         an integer, instead of an integer.  All integer uses changed.
55961         This does not affect the physical layout of struct obstack,
55962         except on hosts (like the AS/400) where the size or alignment of
55963         void * is greater than that of ptrdiff_t.
55964         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55965         __STDC__)]: Store temporary in pointer member of union, not
55966         integer member.
55967         * lib/obstack.c: Include <stddef.h>, for offsetof.
55968         (struct fooalign): Remove; it doesn't need a name.
55969         (union fooround): Change double to long double, and add void *.
55970         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55971         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55972         not a macro.  Hence the values are always int; so remove all
55973         casts-to-int in uses.
55974
55975 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55976
55977         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55978         we can get this patch merged into glibc.
55979
55980 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55981             Paul Eggert  <eggert@cs.ucla.edu>
55982
55983         * m4/argp: Depend on alloca.
55984
55985 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55986             Paul Eggert  <eggert@cs.ucla.edu>
55987
55988         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55989         freecoding.
55990
55991 2004-05-17  Bruno Haible  <bruno@clisp.org>
55992
55993         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55994         precision that consists of a '.' followed by an empty digit string.
55995         Patch by Tor Lillqvist <tml@iki.fi>.
55996
55997 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55998
55999         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56000         for backward compatibility with older code.  We need our own
56001         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56002         it under some other name, and our alloca.h will define it.
56003
56004 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56005             Derek Price  <derek@ximbiot.com>
56006
56007         * lib/alloca.c: Include <alloca.h>, to get our interface.
56008         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56009         include <alloca.h> first.  Use C89 prototype for alloca; this
56010         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56011         Use #elif for simplicity, since we can assume C89 now.
56012         Don't try to source the system alloca.h since it will not be found
56013         and to prevent recursively including its replacement.
56014         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56015         * lib/regex.c: Likewise.
56016
56017 2004-05-16  Derek Price  <derek@ximbiot.com>
56018             Paul Eggert  <eggert@cs.ucla.edu>
56019
56020         getline cleanup.  This changes the getndelim2 API: both order of
56021         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56022         no delimiter).
56023
56024         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56025         interface does that.
56026         (getline): Always use getdelim, so that we don't have two
56027         copies of this code.
56028         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56029         if available.
56030         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56031         (GETNDELIM2_MAXIMUM): New macro.
56032         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56033         instead of the old practice of delim2==0.  All callers changed.
56034         Return -1 on overflow, instead of returning junk.
56035         Do not set *linesize unless allocation succeeds.
56036         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56037         that we include sys/types.h.
56038         * lib/getnline.h: Likewise.
56039         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56040         (getndelim2): Reorder arguments.
56041         * lib/getnline.c (getnline, getndelim):
56042         Don't discard the NMAX argument.
56043         (getnline): Invoke getndelim, to avoid code duplication.
56044         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56045         of (size_t) -1 by callers of the getnline family.
56046
56047 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56048
56049         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56050         Check for gettimeofday.
56051         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56052         Check for settimeofday, stime.
56053
56054 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56055
56056         * lib/nanosleep.c (suspended): Change its type from int to
56057         sig_atomic_t volatile.
56058         (first_call): Make it private to rpl_nanosleep, and have it
56059         be zero initially as that's a bit faster.
56060         (my_usleep): Round up fractional times instead of truncating them,
56061         as this is the usual meaning for 'sleep'.
56062
56063         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56064         doesn't work.
56065         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56066         (ENOSYS): Define if not defined.
56067         (settime): Fall back on stime if it exists and settimeofday fails.
56068         But don't bother with fallbacks if a method fails with errno == EPERM.
56069
56070 2004-05-11  Jim Meyering  <jim@meyering.net>
56071
56072         Prior to this change, the save_cwd caller required read access to the
56073         current directory on most systems (ones with the fchdir function).
56074
56075         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56076         fails, try write-only, and finally, resort to using xgetcwd.
56077
56078 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56079
56080         * lib/obstack.c, obstack.h: Import changes from libc.
56081
56082 2004-04-28  Bruno Haible  <bruno@clisp.org>
56083
56084         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56085         also implicitly appends .exe to executables.
56086         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56087         accepts Windows pathnames.
56088         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56089         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56090         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56091         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56092         Reported by Derek Robert Price <derek@ximbiot.com>.
56093
56094 2004-04-21  Karl Berry  <karl@gnu.org>
56095
56096         * config/srclist.txt (localcharset.c): break sync.
56097
56098 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56099
56100         * m4/host-os.m4: Add a copyright notice.
56101
56102 2004-04-20  Jim Meyering  <jim@meyering.net>
56103
56104         Change UTILS_ to gl_ in AC_DEFINE'd names.
56105         Change utils_- and jm_-prefixed variables, too.
56106         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56107         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56108         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56109
56110         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56111         Don't emit trailing blanks.
56112         Also rename jm_-prefixed variables to have gl_ prefix.
56113
56114         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56115         Also rename jm_-prefixed variables to have gl_ prefix.
56116
56117         * m4/jm-macros.m4: Reflect the renamings.
56118         * m4/prereq.m4: Likewise.
56119
56120 2004-04-20  Jim Meyering  <jim@meyering.net>
56121
56122         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
56123         memory.
56124
56125 2004-04-20  Jim Meyering  <jim@meyering.net>
56126             Bruno Haible  <bruno@clisp.org>
56127
56128         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
56129         memory when realloc fails.
56130
56131 2004-04-19  Jim Meyering  <jim@meyering.net>
56132
56133         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
56134         now that readutmp.c may call `free (0)'.
56135
56136 2004-04-19  Bruno Haible  <bruno@clisp.org>
56137
56138         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
56139         * m4/inttypes_h.m4: Likewise.
56140         * m4/stdint_h.m4: Likewise.
56141         * m4/intmax_t.m4: Likewise.
56142         * m4/uintmax_t.m4: Likewise.
56143
56144 2004-04-18  Jim Meyering  <jim@meyering.net>
56145
56146         * m4/prereq.m4: Don't forbid jm_ prefix.
56147
56148         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
56149         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
56150         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
56151         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
56152         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
56153         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
56154         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
56155         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
56156         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
56157         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
56158         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
56159         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
56160         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
56161         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
56162         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
56163         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
56164         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
56165         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
56166         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
56167
56168 2004-04-18  Jim Meyering  <jim@meyering.net>
56169
56170         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
56171         failure, don't leak memory and do call END_UTMP_ENT.
56172
56173 2004-04-16  Jim Meyering  <jim@meyering.net>
56174
56175         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
56176         coreutils' stat program.
56177         (gl_PREREQ): Don't require jm_PREREQ_STAT.
56178
56179 2004-04-11  Paul Eggert  <eggert@twinsun.com>
56180
56181         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
56182         C89.
56183         (CHAR_BIT): Remove, since we assume C89.
56184         Include <stdint.h> if available, as per current Autoconf CVS advice.
56185
56186 2004-03-31  Jim Meyering  <jim@meyering.net>
56187
56188         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
56189         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
56190         * m4/xalloc.m4: Likewise.
56191
56192 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56193
56194         Merge from coreutils.
56195
56196         * m4/inttostr.m4: New file.
56197         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
56198         Require AM_STDBOOL_H and gl_TIMESPEC instead.
56199         Require gl_CLOCK_TIME.
56200         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
56201
56202 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56203
56204         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
56205         not bool, to be more consistent with Unix conventions.
56206         Suggested by Bruno Haible.
56207
56208         Merge from coreutils.
56209
56210         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
56211         * lib/umaxtostr.c: New files.
56212
56213         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
56214         the usual <time.h> dance.
56215         (get_date): Change signature to support fractional time stamps.
56216         All callers changed.
56217         * lib/getdate.y: Include "getdate.h" first, as we can now
56218         assume C89 and don't need to worry about 'const'.
56219         Similarly, include "unlocked-io.h" near start, not in middle.
56220         Include <limits.h>.
56221         (textint.value): Use long int rather than int.
56222         (textint.digits): Use size_t rather than int.
56223         (BILLION, LOG10_BILLION): New constants.
56224         (parser_control): New member rel_ns.  Members day_ordinal,
56225         time_zone, month, day, hour, minutes, rel_year, rel_month,
56226         rel_day, rel_hour, rel_minutes, rel_seconds
56227         are now long int, not int.  Member seconds is now struct timespec,
56228         not int.  New member timespec_seen.  Members dates_seen, days_seen,
56229         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
56230         not int.
56231         (%union.intval): Now long int, not int.
56232         New member timespec.
56233         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
56234         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
56235         (spec): Now is a timespec or an item list.
56236         (timespec, items): New nonterminals.
56237         (time, rel, relunit, number, get_date):
56238         Add support for fractional seconds.
56239         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
56240         (gmtime, localtime, mktime): Remove decls; not needed with C89.
56241         (to_hour): First arg is now long int, not int.
56242         (to_year): Returns long int, not int.
56243         Don't treat year -70 like 70.
56244         (tm_diff): Returns long int, not int.
56245         (lookup_word): Use bool instead of int when appropriate.
56246         (yylex): Use size_t for count, not int.
56247         Detect overflow when parsing large integer constants.
56248         Add support for fractions.
56249         (get_date): Make pointers 'const' if possible.
56250         Use more-portable code to detect integer overflow.
56251         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
56252         Don't use ctime; it's not reliable if the year has >4 digits.
56253
56254         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
56255         This is for compatibility with BSD.
56256
56257         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
56258         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
56259         From coreutils' system.h.
56260
56261         * lib/userspec.c: Don't include "posixver.h".
56262         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
56263         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
56264         compatible extension.  Simplify code by removing a boolean int
56265         that was always nonzero if a string was nonnull.
56266
56267 2004-03-30  Jim Meyering  <jim@meyering.net>
56268
56269         Merge from coreutils.
56270
56271         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
56272         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56273         on some systems one must include <grp.h> before it.
56274         Reported by Christian Krackowizer.
56275
56276 2004-03-30  Jim Meyering  <jim@meyering.net>
56277
56278         Merge from coreutils.
56279
56280         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56281
56282         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56283         an empty input stream.
56284
56285         * lib/readtokens.c: Include <stdbool.h>.
56286         (readtoken): Use `size_t' rather than int/long.
56287         All callers adjusted.
56288         Use `bool' rather than `int' where appropriate.
56289         Use memset rather than an explicit loop.
56290         Use x2nrealloc rather than xrealloc.
56291         Allow the use of `\0' as a delimiter.
56292         (readtokens): Likewise.
56293         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56294
56295 2004-03-30  Jim Meyering  <jim@meyering.net>
56296
56297         * m4/realloc.m4: Remove file, since now it does no more than
56298         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56299         the `configure.ac' section of module/realloc.
56300         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56301
56302 2004-03-30  Bruno Haible  <bruno@clisp.org>
56303
56304         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56305         nonnull.
56306
56307 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56308
56309         Merge changes to getloadavg.c from coreutils and Emacs.
56310
56311         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56312         Define to an expression, not to the empty string.
56313         Include cloexec.h and xalloc.h.
56314         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56315         Use set_cloexec_flag rather than rolling our own.
56316         * lib/cloexec.c, lib/cloexec.h: New files.
56317
56318 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56319
56320         * m4/cloexec.m4: New file.
56321
56322 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56323
56324         * lib/getopt.h: Sync with libc CVS.
56325
56326 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56327             Bruno Haible  <bruno@clisp.org>
56328
56329         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56330         mbswidth.
56331
56332 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56333             Bruno Haible  <bruno@clisp.org>
56334
56335         * lib/mbswidth.h: Include <wchar.h> only if
56336         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56337         <wchar.h>.
56338         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56339
56340 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56341
56342         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56343         Sync with libc CVS.
56344         * lib/getopt_int.h: New file, also synced from libc.
56345
56346 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56347
56348         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56349         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56350         Bring back getopt.c, getopt.h, getopt1.c.
56351
56352 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56353
56354         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56355         All uses changed.  Check for sa_sigaction member; this fixes
56356         a bug first reported by Jason Andrade in
56357         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56358
56359 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56360
56361         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56362         '#if' expressions.  Unlike the code it replaces, it does not
56363         depend on (defined _SC_PAGESIZE).  However, it does depend on
56364         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56365         first reported by Jason Andrade in
56366         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56367
56368 2004-02-25  Simon Josefsson  <jas@extundo.com>
56369
56370         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56371
56372 2004-02-25  Simon Josefsson  <jas@extundo.com>
56373
56374         * lib/strdup.h: New file.
56375         * lib/strdup.c: Include it.
56376         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56377         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56378
56379 2004-02-23  Karl Berry  <karl@gnu.org>
56380
56381         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56382         (from fencepost.gnu.org:/gd/gnuorg).
56383
56384 2004-02-23  Karl Berry  <karl@gnu.org>
56385
56386         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56387         * config/srclist.txt: add maintain/standards documents.
56388
56389 2004-02-18  Bruno Haible  <bruno@clisp.org>
56390
56391         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56392         Reported by Derek Robert Price <derek@ximbiot.com>.
56393
56394 2004-02-16  Karl Berry  <karl@gnu.org>
56395
56396         * config/mkinstalldirs, install-sh: update from automake.
56397
56398 2004-02-06  Karl Berry  <karl@gnu.org>
56399
56400         * m4/po.m4: update from gettext 0.14.1.
56401
56402 2004-02-06  Karl Berry  <karl@gnu.org>
56403
56404         * lib/config.charset: update from gettext 0.14.1.
56405
56406 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56407
56408         Add comments and code, prompted by suggestions from Bruno Haible
56409         for sh-quote.
56410         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56411         describing the enum quoting_style values.
56412         * lib/quotearg.c (quotearg_alloc): New function.
56413         (quotearg_buffer_restyled): Treat lone { and } as special.
56414         Treat = as special.  Work around bug with older shells
56415         that "see" a '\' that is really the 2nd byte of a multibyte char.
56416         Quote empty string with shell_quoting_style.
56417
56418 2004-02-03  Bruno Haible  <bruno@clisp.org>
56419
56420         * m4/pipe.m4: New file, from GNU gettext.
56421
56422 2004-02-03  Bruno Haible  <bruno@clisp.org>
56423
56424         * lib/pipe.h: New file, from GNU gettext.
56425         * lib/pipe.c: New file, from GNU gettext.
56426
56427 2004-01-27  Bruno Haible  <bruno@clisp.org>
56428
56429         * m4/execute.m4: New file, from GNU gettext.
56430
56431 2004-01-27  Bruno Haible  <bruno@clisp.org>
56432
56433         * lib/execute.h: New file, from GNU gettext.
56434         * lib/execute.c: New file, from GNU gettext.
56435         * lib/w32spawn.h: New file, from GNU gettext.
56436
56437 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56438
56439         Merge from diffutils.
56440
56441         * lib/file-type.c (file_type): Add typed memory objects.
56442         * lib/file-type.h (S_TYPEISTMO): New macro.
56443
56444         * lib/c-stack.h (c_stack_action): Remove argv argument.
56445         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56446         (die): Don't calculate message unless segv_action returns.
56447         (get_stack_location, min_address_from_argv, max_address_from_argv,
56448         volatile stack_base, volatile_stack_size): Remove.
56449         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56450         that every segmentation violation is a stack overflow.  (Ouch!)
56451         See Debian bug 136249 (still outstanding) for more info about why
56452         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56453
56454 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56455
56456         Exit-status fix from coreutils.
56457
56458         Use exit_failure consistently in place of EXIT_FAILURE,
56459         so that program exit statuses are consistent on failure.
56460
56461         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56462         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56463         * lib/argmatch.h: Comment fix to match the above.
56464         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56465         Now a macro referring to exit_failure, instead of a separate
56466         variable.  Include "exitfail.h" to get it.
56467         * lib/xstrtol.h: Include "exitfail.h".
56468         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56469
56470         * lib/long-options.c (parse_long_options): Use prototype
56471         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56472         for clarity.
56473
56474 2004-01-21  Jim Meyering  <jim@meyering.net>
56475
56476         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56477         so as not to conflict with a different-sized __mktime_internal
56478         function in GNU libc.
56479         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56480         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56481
56482 2004-01-20  Karl Berry  <karl@gnu.org>
56483
56484         * config/config.guess: update from config.
56485
56486         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56487
56488 2004-01-20  Bruno Haible  <bruno@clisp.org>
56489
56490         Safer stack allocation.
56491         * lib/setenv.c: Include allocsa.h.
56492         (alloca): Remove fallback definition.
56493         (freea): Remove macro.
56494         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56495         instead of freea.
56496
56497 2004-01-20  Bruno Haible  <bruno@clisp.org>
56498
56499         * m4/eealloc.m4: New file, from GNU gettext.
56500
56501 2004-01-20  Bruno Haible  <bruno@clisp.org>
56502
56503         * m4/allocsa.m4: New file, from GNU gettext.
56504
56505 2004-01-20  Bruno Haible  <bruno@clisp.org>
56506
56507         * lib/xallocsa.h: New file, from GNU gettext.
56508         * lib/xallocsa.c: New file, from GNU gettext.
56509
56510 2004-01-20  Bruno Haible  <bruno@clisp.org>
56511
56512         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56513
56514 2004-01-20  Bruno Haible  <bruno@clisp.org>
56515
56516         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56517         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56518         specially.
56519
56520 2004-01-20  Bruno Haible  <bruno@clisp.org>
56521
56522         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56523         patch.
56524
56525 2004-01-20  Bruno Haible  <bruno@clisp.org>
56526
56527         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56528
56529 2004-01-20  Bruno Haible  <bruno@clisp.org>
56530
56531         * lib/eealloc.h: New file.
56532
56533 2004-01-20  Bruno Haible  <bruno@clisp.org>
56534
56535         * lib/binary-io.h: Avoid warnings on Cygwin.
56536
56537 2004-01-20  Bruno Haible  <bruno@clisp.org>
56538
56539         * lib/allocsa.h: New file, from GNU gettext.
56540         * lib/allocsa.c: New file, from GNU gettext.
56541
56542 2004-01-18  Karl Berry  <karl@gnu.org>
56543
56544         * doc/gpl.texi, doc/lgpl.texi: new files.
56545
56546 2004-01-18  Karl Berry  <karl@gnu.org>
56547
56548         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56549         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56550
56551 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56552
56553         Merge from coreutils.
56554
56555         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56556         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56557         (gl_DEFAULT_POSIX2_VERSION): Move
56558         the documentation from 'configure' into 'config.hin',
56559         so that 'configure --help' isn't burdened by it and
56560         we don't have to worry about its formatting there.
56561         Reword the documentation so that it's more succinct
56562         and can be run together into a single paragraph.
56563         * m4/same.m4 (gl_SAME): Check for pathconf.
56564
56565 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56566
56567         Merge from coreutils.
56568
56569         * lib/posixver.c: Include posixver.h.
56570
56571         * lib/same.c: Include <stdbool.h>, <limits.h>.
56572         (_POSIX_NAME_MAX): Define if not defined.
56573         (MIN): New macro.
56574         (same_name): If file names are silently truncated, report
56575         that the file names are the same if they are the same after
56576         the silent truncation.
56577
56578         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56579         conversion function.
56580         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56581         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56582         longer needed.
56583
56584 2004-01-15  Jim Meyering  <jim@meyering.net>
56585
56586         Merge from coreutils.
56587
56588         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56589         if no library is required.
56590         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56591         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56592         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56593         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56594         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56595         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56596         value, $ac_cv_search_crypt, if it's "none required".
56597         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56598         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56599         not gl_FUNC_GETLOADAVG.
56600         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56601         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56602
56603 2004-01-15  Jim Meyering  <jim@meyering.net>
56604
56605         Merge from coreutils.
56606
56607         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56608         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56609         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56610
56611         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56612         optional configure-time default.
56613
56614         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56615
56616         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56617
56618 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56619
56620         Merge from coreutils.
56621
56622         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56623         value, $ac_cv_search_nanosleep, if it's "none required".
56624
56625 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56626
56627         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56628         with like-named macro in fnmatch.c.
56629         (EXT): Use an internal constant instead.
56630
56631         Merge fnmatch patches from glibc.
56632         * lib/fnmatch.c (mbsinit): Remove define.
56633         Add libc_hidden_ver (__fnmatch, fnmatch).
56634         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56635         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56636
56637 2004-01-14  Karl Berry  <karl@gnu.org>
56638
56639         * config/install-sh: update from automake.
56640
56641 2004-01-13  Karl Berry  <karl@gnu.org>
56642
56643         * config/install-sh: update from automake.
56644
56645 2004-01-09  Karl Berry  <karl@gnu.org>
56646
56647         * config/install-sh: update from automake.
56648
56649 2004-01-05  Karl Berry  <karl@gnu.org>
56650
56651         * config/config.{sub,guess}: update from config.
56652
56653 2003-12-31  Karl Berry  <karl@gnu.org>
56654
56655         * config/depcomp: update from automake.
56656
56657 2003-12-14  Karl Berry  <karl@gnu.org>
56658
56659         * lib/config.charset: update from gettext-runtime.
56660
56661 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56662
56663         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56664         Bug reported by Alfred M. Szmidt.
56665
56666 2003-12-03  Bruno Haible  <bruno@clisp.org>
56667
56668         * m4/gettext.m4: Upgrade from gettext-0.13.
56669         * m4/po.m4: Upgrade from gettext-0.13.
56670         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56671         * m4/intmax.m4: New file, from gettext-0.13.
56672         * m4/printf-posix.m4: New file, from gettext-0.13.
56673
56674 2003-11-29  Karl Berry  <karl@gnu.org>
56675
56676         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56677
56678 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56679             Bruno Haible  <bruno@clisp.org>
56680
56681         * lib/printf-parse.h: Don't include sys/types.h.
56682         (ARG_NONE): New macro.
56683         (char_directive): Change type of *arg_index fields to size_t.
56684         * lib/printf-parse.c: Don't include sys/types.h.
56685         (SSIZE_MAX): Remove macro.
56686         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56687         Remove unnecessary overflow check.
56688         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56689         fields.
56690
56691 2003-11-25  Bruno Haible  <bruno@clisp.org>
56692
56693         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56694
56695 2003-11-25  Bruno Haible  <bruno@clisp.org>
56696
56697         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56698         gt_TYPE_SSIZE_T.
56699
56700 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56701
56702         * modules/alloca: Remove dependency on xalloc.
56703
56704 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56705
56706         * lib/alloca.c: Remove dependency on xalloc module.
56707         (xalloc_die): Remove.
56708         (memory_full) [!defined emacs]: New macro.
56709         [!defined emacs]: Don't include xalloc.h.
56710         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56711         address arithmetic overflows.  Change datatypes a bit to avoid
56712         unnecessary casts.
56713
56714 2003-11-22  Jim Meyering  <jim@meyering.net>
56715
56716         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56717         s/size/size_t/.
56718
56719 2003-11-21  Karl Berry  <karl@gnu.org>
56720
56721         * config/config.{sub,guess}: update from config.
56722
56723 2003-11-18  Karl Berry  <karl@gnu.org>
56724
56725         * config/config.{sub,guess}: update from config.
56726
56727         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56728
56729 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56730
56731         * README: Mention that S+T cannot overflow if S is the size of
56732         an existing object and T is sufficiently small.
56733
56734 2003-11-17  Jim Meyering  <jim@meyering.net>
56735
56736         On systems without utime and without a utimes function capable of
56737         dealing with a NULL struct utimbuf* argument, this utime replacement
56738         could -- in unusual circumstances -- leak a file descriptor.
56739         * lib/utime.c: Include <unistd.h> and <errno.h>.
56740         (utime_null): Be sure to close `fd' and to preserve errno.
56741         Reported by Geoff Collyer via Arnold Robbins.
56742
56743 2003-11-17  Bruno Haible  <bruno@clisp.org>
56744
56745         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56746         (Depends-on): Add xsize.
56747
56748 2003-11-17  Bruno Haible  <bruno@clisp.org>
56749
56750         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56751
56752 2003-11-17  Bruno Haible  <bruno@clisp.org>
56753
56754         * lib/vasnprintf.c (alloca): Remove fallback definition.
56755         (freea): Remove definition.
56756         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56757         Reported by Paul Eggert.
56758
56759 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56760             Bruno Haible  <bruno@clisp.org>
56761
56762         Protect against address arithmetic overflow.
56763         * lib/printf-args.h: Include stddef.h.
56764         (arguments): Change type of field 'count' to size_t.
56765         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56766         'unsigned int' where appropriate.
56767         * lib/printf-parse.h: Include sys/types.h.
56768         (char_directive): Change type of *arg_index fields to ssize_t.
56769         (char_directives): Change type of fields 'count', max_*_length to
56770         size_t.
56771         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56772         (SSIZE_MAX): Define fallback value.
56773         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56774         instead of 'int' where appropriate. Check a_allocated, d_allocated
56775         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56776         * lib/vasnprintf.c: Include xsize.h.
56777         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56778         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56779         overflow. Avoid wraparound when converting a width or precision from
56780         decimal to binary.
56781
56782 2003-11-16  Bruno Haible  <bruno@clisp.org>
56783
56784         Update from GNU gettext.
56785         * lib/printf-parse.c: Generalize to it can be compiled for wide
56786         strings.
56787         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56788         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56789         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56790         SNPRINTF): New macros.
56791         Don't include <alloca.h> if the file is used inside libintl.
56792         (local_wcslen): New function, for Solaris 2.5.1.
56793         (VASNPRINTF): Use it instead of wcslen.
56794
56795 2003-11-16  Bruno Haible  <bruno@clisp.org>
56796
56797         * lib/xsize.h (xmax): New function.
56798         (xsum, xsum3, xsum4): Declare as "pure" functions.
56799
56800 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56801
56802         * modules/xalloc (Files): Undo latest change, since xalloc.h
56803         no longer needs SIZE_MAX or PTRDIFF_MAX.
56804
56805 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56806
56807         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56808         gl_PTRDIFF_MAX.
56809
56810 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56811
56812         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56813         "return", to pacify some unknown compiler.  Problem reported
56814         by Joerg Schilling.
56815
56816 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56817
56818         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56819         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56820         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56821         heuristic is just as accurate as far as we know, and it removes a
56822         dependency on size_max.m4 and ptrdiff_max.m4.
56823
56824 2003-11-11  Bruno Haible  <bruno@clisp.org>
56825
56826         * modules/xsize (Files): Add m4/size_max.m4.
56827         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56828
56829 2003-11-11  Bruno Haible  <bruno@clisp.org>
56830
56831         * m4/size_max.m4: New file.
56832         * m4/ptrdiff_max.m4: New file.
56833         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56834         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56835         (gl_XALLOC): Invoke it.
56836
56837 2003-11-11  Bruno Haible  <bruno@clisp.org>
56838
56839         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56840         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56841         defined.
56842
56843 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56844
56845         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56846         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56847         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56848         From Bruno Haible.
56849         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56850         not (size_t) -1, since it's defined here.
56851
56852 2003-11-09  Karl Berry  <karl@gnu.org>
56853
56854         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56855
56856 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56857
56858         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56859         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56860         Reject sizes of exactly SIZE_MAX bytes.
56861         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56862         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56863
56864 2003-11-05  Bruno Haible  <bruno@clisp.org>
56865
56866         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56867         SIZE_MAX defined in <limits.h> on Solaris.
56868
56869 2003-11-04  Jim Meyering  <jim@meyering.net>
56870
56871         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56872         variable names, rather than @VAR@.
56873         * modules/poll: Likewise.
56874
56875 2003-11-04  Bruno Haible  <bruno@clisp.org>
56876
56877         * modules/xsize: New file.
56878         * modules/linebreak: Depend on xsize.
56879         * MODULES.html.sh (func_all_modules): Add xsize.
56880
56881 2003-11-04  Bruno Haible  <bruno@clisp.org>
56882
56883         * m4/xsize.m4: New file.
56884
56885 2003-11-04  Bruno Haible  <bruno@clisp.org>
56886
56887         * lib/xsize.h: New file.
56888         * lib/linebreak.c: Include xsize.h.
56889         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56890         argument for overflow.
56891         Suggested by Paul Eggert.
56892
56893 2003-11-03  Karl Berry  <karl@gnu.org>
56894
56895         * config/config.{guess,sub}: update from config.
56896
56897 2003-11-03  Jim Meyering  <jim@meyering.net>
56898
56899         * modules/userspec (lib_SOURCES): Add userspec.h.
56900         (Include): Add "userspec.h".
56901         Improve description.
56902
56903 2003-11-03  Jim Meyering  <jim@meyering.net>
56904
56905         * lib/userspec.c: Include "userspec.h".
56906         * lib/userspec.h: New file.
56907
56908 2003-11-03  Bruno Haible  <bruno@clisp.org>
56909
56910         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56911
56912 2003-11-03  Bruno Haible  <bruno@clisp.org>
56913
56914         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56915         available, to avoid (extremely rare) race condition.
56916         Suggested by Paul Eggert.
56917
56918 2003-11-02  Karl Berry  <karl@gnu.org>
56919
56920         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56921
56922 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56923
56924         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56925         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56926         (read_filesystem_list): Set and use me_type_malloced.
56927         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56928         whatever the type happens to be), for brevity and consistency.
56929         Check for size calculation overflow on Alphas running OSF/1.
56930
56931 2003-10-31  Jim Meyering  <jim@meyering.net>
56932
56933         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56934
56935         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56936
56937 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56938             Bruno Haible  <bruno@clisp.org>
56939
56940         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56941         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56942
56943 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56944
56945         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56946         netbsd*-gnu*.  Suggested by Robert Millan.
56947
56948 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56949
56950         * modules/group-member: Depend on stdbool.
56951
56952 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56953
56954         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56955
56956 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56957
56958         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56959         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56960         after the 'gnu' in these cases.  This fixes some bugs in the
56961         previous change, and is based on suggestions by Robert Millan.
56962
56963 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56964
56965         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56966         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56967         no longer needed.
56968         * lib/quotearg.c (quotearg_n_options): Use it.
56969         * lib/group-member.c: Include <stdbool.h>.
56970         (free_group_info): Arg is now const *; don't free arg.
56971         (get_group_info): Now returns bool and accepts struct group_info *,
56972         rather than returning a malloc'ed struct group_info *.
56973         All uses changed.  Check for overflow in internal size calculation.
56974
56975         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56976         rather than xmalloc/xrealloc.
56977         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56978         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56979         conformance bug: the old code used a pointer after freeing the
56980         storage that it addressed.
56981         * lib/hash.c (hash_initialize): Simplify the code by using
56982         xalloc_oversized rather than doing it by hand.
56983         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56984         the buffer preserved.  Use free and xmalloc instead.
56985         * lib/quotearg.c (quotearg_n_options): Likewise.
56986         Use a simpler test for size overflow.  Don't use xalloc_oversized
56987         because unsigned int might be wider than size_t (!); this suggests
56988         that we should switch from unsigned int to size_t for slot numbers.
56989
56990 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56991
56992         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56993         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56994         NetBSD kernels.  Requested by Richard Stallman.
56995
56996 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56997
56998         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56999         to allocate the returned structure.  Do not allocate a subarray,
57000         as x2nrealloc will do that.
57001         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57002         instead of xnrealloc.
57003         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57004
57005 2003-10-27  Bruno Haible  <bruno@clisp.org>
57006
57007         * lib/stdbool_.h: Better support for BeOS.
57008
57009 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57010
57011         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57012         now uses inline.
57013
57014 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57015
57016         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57017         callers that want to do their own size-overflow checking.  Include
57018         <stdbool.h>, since xalloc_oversized returns bool.
57019         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57020         to use xalloc_oversized.
57021
57022         Add two functions x2realloc, x2nrealloc, for programs that grow
57023         arrays dynamically by doubling their sizes.
57024         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57025         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57026         New functions.
57027
57028         Port to C99 semantics for 'inline' of external functions.
57029         Bug reported by Bruno Haible.
57030         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57031         with the old contents of xnmalloc.
57032         (xnmalloc, xmalloc): Use it.
57033         (xnrealloc_inline): New static inline function,
57034         with the old contents of xnrealloc.
57035         (xnrealloc, xrealloc): Use it.
57036
57037         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57038         that.
57039
57040 2003-10-26  Karl Berry  <karl@gnu.org>
57041
57042         * config/srclist.txt (COPYING.DOC): no longer available from
57043         /gd/gnuorg; don't know where the ultimate source is.
57044
57045 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57046
57047         Fix several address-calculation bugs in the hash modules,
57048         plus some minor code cleanup.
57049
57050         * lib/hash.h: Include <stdbool.h>, for bool.
57051         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57052         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57053         hash_get_n_entries, hash_get_max_bucket_length,
57054         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57055         hash_rehash): Use size_t rather than unsigned.
57056         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57057         hash_get_n_buckets_used, hash_get_n_entries,
57058         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57059         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57060         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57061         Likewise.
57062         (SIZE_MAX): Define if not defined.
57063         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57064         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57065         hash_print):
57066         Use const * when possible.
57067         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57068         (check_tuning): Fix bug: if tuning parameters were very close to
57069         0 or 1, rounding errors could have caused subscript violations.
57070         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57071         (hash_initialize): Add 'fail:' label
57072         to free table and return NULL, and use it to simplify code.
57073         Use calloc rather than clearing the storage ourself.
57074         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57075         buffer size calculations.
57076         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57077         Include <stddef.h>, for size_t.
57078         * lib/hash-pjw.c (hash_pjw): Likewise.
57079         Switch to method described by Bruno Haible.
57080         Include <limits.h>, for CHAR_BIT.
57081         (SIZE_BITS): New macro.
57082
57083 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57084
57085         * m4/getline.m4 (AM_FUNC_GETLINE):
57086         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57087         hosts.  Problem reported by Derek Robert Price in
57088         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57089         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57090         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57091
57092 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57093
57094         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57095         ceiling the allocation at NMAX bytes rather than silently
57096         discarding input bytes before NMAX is reached.  This makes
57097         a difference only if NMAX exceeds SIZE_MAX / 2.
57098
57099         * lib/obstack.c: Merge from glibc.
57100         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57101         Add libc_hidden_def (_obstack_newchunk).
57102         (_obstack_free) [! defined _LIBC]: Remove.
57103         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57104         a clone of the function body.
57105         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57106         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57107
57108         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57109         glibc.
57110         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57111         arg to memcpy.
57112
57113         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57114         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57115         Don't use lvalue casts, as GCC plans to remove support for them
57116         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57117         was also present in the non-GCC version, indicating that this
57118         code had always been buggy and had never been widely used.
57119         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57120         Use the fast variant of each macro, rather than copying the
57121         definiens of the fast variant; that way, we'll be more likely to
57122         catch future bugs in the fast variants.
57123
57124 2003-10-20  Bruno Haible  <bruno@clisp.org>
57125
57126         * modules/wait-process: New file.
57127         * MODULES.html.sh (func_all_modules): Add wait-process.
57128
57129 2003-10-20  Bruno Haible  <bruno@clisp.org>
57130
57131         * m4/wait-process.m4: New file.
57132
57133 2003-10-20  Bruno Haible  <bruno@clisp.org>
57134
57135         * lib/wait-process.h: New file, from GNU gettext.
57136         * lib/wait-process.c: New file, from GNU gettext.
57137
57138 2003-10-19  Jim Meyering  <jim@meyering.net>
57139
57140         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
57141         HPUX 10.20.
57142
57143 2003-10-18  Karl Berry  <karl@gnu.org>
57144
57145         * config/config.guess: update from config.
57146
57147 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57148
57149         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
57150         (getgroups): First arg is int, not size_t.
57151         Don't let 'free' mangle errno.
57152
57153 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57154
57155         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
57156
57157 2003-10-16  Karl Berry  <karl@gnu.org>
57158
57159         * config/config.{guess,sub}: update from config.
57160
57161 2003-10-16  Jim Meyering  <jim@meyering.net>
57162
57163         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
57164         memcpy.
57165
57166 2003-10-15  Paul Eggert  <eggert@twinsun.com>
57167
57168         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
57169         (SIZE_MAX): Remove.
57170         (new_exclude, add_exclude_file): Initial size no longer needs to
57171         be a power of 2.
57172         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
57173         our own address arithmetic overflow checking.
57174
57175         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
57176         (fnmatch): Do not alloca more than 2000 wide characters;
57177         instead, use malloc for large buffers.
57178         Check for address arithmetic overflow, and return -1
57179         with errno set to ENOMEM in that case.
57180         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
57181         (NEW_PATTERN): Do not alloca more than 8000 bytes;
57182         instead, return -1.  Check for address arithmetic overflow.
57183
57184 2003-10-14  Paul Eggert  <eggert@twinsun.com>
57185
57186         Handle invalid suffixes and overflow independently, so that
57187         callers can treat them independently as needed.  Fix some bugs in
57188         suffix handling, e.g., "100k@" was not diagnosed as an invalid
57189         suffix for a human-readable blocksize.  The major caller-visible
57190         change is the addition of a new
57191         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
57192         that both overflow and suffix chars were found.
57193
57194         * lib/human.c (humblock): Don't check separately for invalid suffix
57195         char; that is xstrtoumax's job (now that its bug is fixed).
57196         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
57197         INTMAX_MAX]: New macros.
57198         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
57199         TYPE_MAXIMUM): New macros.
57200         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
57201         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
57202         if overflow occurs, as it's what __strtol does and it's more useful
57203         in practice.
57204         (__xstrtol): If __strtol reports some error other than ERANGE,
57205         reflect it to the caller as LONGINT_INVALID.  If it reports
57206         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
57207         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
57208         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
57209         value.
57210         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
57211         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
57212         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
57213         [defined UINTMAX_MAX]: New macros.
57214
57215 2003-10-14  Bruno Haible  <bruno@clisp.org>
57216
57217         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
57218
57219 2003-10-14  Bruno Haible  <bruno@clisp.org>
57220
57221         * m4/sig_atomic_t: New file, from GNU gettext.
57222         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
57223
57224 2003-10-14  Bruno Haible  <bruno@clisp.org>
57225
57226         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
57227         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
57228         Also use volatile where needed.
57229
57230 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57231
57232         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
57233         Change maintainer from Bruno Haible to 'all'.
57234
57235 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57236
57237         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
57238
57239 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57240
57241         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
57242         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
57243         and define in terms of the other primitives.
57244         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
57245         (SIZE_MAX): Define if not already defined.
57246         (array_size_overflow): New function.
57247         (xalloc_die): Abort instead of exiting if 'error' returns.
57248         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
57249         (xmalloc, xrealloc): Use them.
57250         (xcalloc): Check for address arithmetic overflow.
57251         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
57252         a bit faster than strcpy.
57253
57254 2003-10-10  Simon Josefsson  <jas@extundo.com>
57255
57256         * modules/argp (Depends-on): Add restrict and strcase.
57257
57258 2003-10-10  Simon Josefsson  <jas@extundo.com>
57259
57260         * m4/argp.m4: Add AC_C_INLINE.
57261
57262 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57263
57264         Merge getpass from libc, plus a few fixes.
57265
57266         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
57267         Include <stdbool.h>.
57268         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
57269         __fsetlocking to empty.
57270         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
57271         do include <bits/libc-lock.h>.
57272         Do not include <fcntl.h>; not needed.
57273         [_LIBC]: Include <wchar.h>.
57274         (NOTCANCEL_MODE): New macro.
57275         (flockfile, funlockfile) [_LIBC]: New macros.
57276         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57277         [!_LIBC]: New macros.
57278         (call_fclose): New function.
57279         (getpass): Use it.  Save tty stream separately; this simplifies the
57280         code and makes it more reliable if stdin happens to equal stdout.
57281         Invoke __fsetlocking on tty.
57282         Handle thread cancellation if needed.
57283         Namespace cleanup (use __tcgetattr, __getline).
57284         Use bool for Booleans.
57285         [USE_IN_LIBIO]: Handle wide streams.
57286         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57287         stream might go where.
57288
57289         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57290         doesn't have to include <stdio.h> before us.
57291         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57292         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57293         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57294         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57295         if not declared, so that we can use getpass.c code from libc without
57296         rewriting it.
57297         (flockfile, ftrylockfile, funlockfile): New macros.
57298
57299 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57300
57301         * modules/getpass: Depend on stdbool.
57302
57303 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57304
57305         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57306
57307 2003-10-07  Karl Berry  <karl@gnu.org>
57308
57309         * config/config.{guess,sub}: update from config.
57310
57311 2003-10-06  Jim Meyering  <jim@meyering.net>
57312             Bruno Haible  <bruno@clisp.org>
57313
57314         This lets translators provide better translations for the
57315         "Written by ..." part of --version output.
57316         * lib/version-etc.h: Include stdarg.h.
57317         (version_etc_copyright): Declare as readonly.
57318         (version_etc): Make this function variadic with a NULL-terminated list
57319         of author name strings.
57320         (version_etc_va): New declaration.
57321         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57322         (version_etc_copyright): Declare as readonly.
57323         (version_etc_va): New function. Provide a different translatable string
57324         for each possible number of authors < 10. Abbreviate when there are 10
57325         authors or more.
57326         (version_etc): Make this function variadic. Call version_etc_va.
57327         Suggestion from Gary V. Vaughan.
57328
57329         * lib/long-options.h (parse_long_options): Change prototype: the
57330         authors string is moved to the end and becomes variadic.
57331         * lib/long-options.c: Include stdarg.h.
57332         (parse_long_options): Make this function variadic, too.
57333         Call version_etc_va, not version_etc.
57334
57335 2003-10-06  Bruno Haible  <bruno@clisp.org>
57336
57337         * modules/version-etc-2: Remove file.
57338         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57339
57340 2003-10-06  Bruno Haible  <bruno@clisp.org>
57341
57342         * modules/fatal-signal: New file.
57343         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57344
57345 2003-10-06  Bruno Haible  <bruno@clisp.org>
57346
57347         * m4/fatal-signal.m4: New file.
57348         * m4/signalblocking.m4: New file, from GNU gettext.
57349
57350 2003-10-06  Bruno Haible  <bruno@clisp.org>
57351
57352         * lib/version-etc-2.h: Remove file.
57353         * lib/version-etc-2.c: Remove file.
57354
57355 2003-10-06  Bruno Haible  <bruno@clisp.org>
57356
57357         * lib/fatal-signal.h: New file, from GNU gettext.
57358         * lib/fatal-signal.c: New file, from GNU gettext.
57359
57360 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57361
57362         * README: Rework advice for preventing empty .o files.
57363         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57364         not <sys/types.h>.
57365
57366 2003-10-04  Karl Berry  <karl@gnu.org>
57367
57368         * lib/argp*: update from libc.
57369
57370 2003-10-04  Karl Berry  <karl@gnu.org>
57371
57372         * config/config.{guess,sub}: update from config.
57373
57374 2003-10-02  Bruno Haible  <bruno@clisp.org>
57375
57376         * modules/lchown (Include): Add lchown.h.
57377         * modules/time_r (Include): Use "..." syntax.
57378         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57379
57380 2003-10-01  Simon Josefsson  <jas@extundo.com>
57381
57382         * MODULES.html.sh (func_all_modules): Move gethostname from section
57383         'based on' to section 'lacking' POSIX:2001.
57384
57385 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57386
57387         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57388         to output mode on the same stream.
57389
57390 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57391
57392         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57393         Fix arg typo in previous patch.
57394
57395 2003-09-28  Jim Meyering  <jim@meyering.net>
57396
57397         * lib/error.c: Correct cpp indentation.
57398
57399 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57400
57401         * modules/free: New file.
57402
57403 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57404
57405         * m4/free.m4: New file.
57406
57407 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57408
57409         * lib/minmax.h (MIN, MAX)
57410         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57411         Omit the special code that used __typeof__, since we worry that
57412         it could be more trouble than it's worth.  See:
57413         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57414         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57415
57416         * lib/free.c: New file.
57417
57418 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57419
57420         Trivial fixes to Makefile.am parts of module listings.
57421         * modules/strstr: Append strstr.h to lib_SOURCES.
57422         * modules/strcase: Likewise, for strcase.h.
57423
57424 2003-09-27  Karl Berry  <karl@gnu.org>
57425
57426         * config/mkinstalldirs: update from automake.
57427
57428 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57429
57430         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57431         (error_tail): Do not loop, reallocating temporary buffer, since
57432         the output cannot contain more wide characters than the input
57433         contains bytes, the size must be big enough already.  This avoids
57434         one potential size overflow calculation.  Check for size overflow
57435         when calculating temporary buffer size.  Free temporary buffer
57436         when done, if it was allocated with malloc; this plugs a memory
57437         leak.  Remove casts from void * to pointers, that are no longer
57438         needed now that we're assuming C89 or better.
57439
57440         Merge error changes from glibc.
57441
57442         * lib/error.c, error.h: Update copyright notice header to match glibc.
57443         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57444         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57445         Disable cancellation while printing error.
57446         * lib/error.h: Prepend __ to parameter names.
57447
57448 2003-09-26  Jim Meyering  <jim@meyering.net>
57449
57450         * lib/error.c (error_tail): Move some declarations
57451         into inner scope where the local variables are used.
57452
57453 2003-09-26  Bruno Haible  <bruno@clisp.org>
57454
57455         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57456         stpncpy().
57457         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57458
57459 2003-09-26  Bruno Haible  <bruno@clisp.org>
57460
57461         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57462         (stpncpy): Define as alias for gnu_stpncpy.
57463         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57464
57465 2003-09-25  Simon Josefsson  <jas@extundo.com>
57466
57467         * lib/xgetdomainname.h: New file.
57468         * lib/xgetdomainname.c: New file.
57469
57470 2003-09-25  Simon Josefsson  <jas@extundo.com>
57471             Bruno Haible  <bruno@clisp.org>
57472
57473         * modules/getdomainname: New file.
57474         * modules/xgetdomainname: New file.
57475         * MODULES.html.sh (func_all_modules): Add getdomainname,
57476         xgetdomainname.
57477
57478 2003-09-25  Simon Josefsson  <jas@extundo.com>
57479             Bruno Haible  <bruno@clisp.org>
57480
57481         * m4/getdomainname.m4: New file.
57482
57483 2003-09-25  Simon Josefsson  <jas@extundo.com>
57484             Bruno Haible  <bruno@clisp.org>
57485
57486         * lib/getdomainname.h: New file.
57487         * lib/getdomainname.c: New file.
57488
57489 2003-09-25  Karl Berry  <karl@gnu.org>
57490
57491         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57492
57493 2003-09-25  Karl Berry  <karl@gnu.org>
57494
57495         * config/install-sh: update from automake.
57496
57497 2003-09-25  Bruno Haible  <bruno@clisp.org>
57498
57499         * modules/version-etc-2: New file, from modules/version-etc with
57500         modifications.
57501         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57502
57503 2003-09-25  Bruno Haible  <bruno@clisp.org>
57504
57505         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57506         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57507
57508 2003-09-24  Simon Josefsson  <jas@extundo.com>
57509
57510         * modules/xgethostname: Add xgethostname.h.
57511
57512 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57513
57514         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57515         the buffer associated with the argument.  Bug reported by
57516         Simon Josefsson.
57517
57518 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57519
57520         * README: Document assumptions that 'int' is at least 32 bits
57521         wide, that integer arithmetic is 2's complement without overflow,
57522         that there are no holes in integer values, that adding sizes of
57523         two nonoverlapping objects can't overflow, and that all-bits-zero
57524         yields scalar zero.  Fix spelling and capitalization typos.
57525
57526 2003-09-19  Karl Berry  <karl@gnu.org>
57527
57528         * lib/argp.h: update from libc.
57529
57530 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57531
57532         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57533         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57534         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57535
57536 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57537
57538         * gnulib-tool: Use "test -h", not "test -L", for portability
57539         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57540         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57541         (sed_extract_prog): Issue s commands one-by-one, rather than
57542         using \| in one s command.
57543
57544 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57545
57546         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57547         input error, instead of returning NULL the next time we are called
57548         (and therefore losing track of errno).
57549
57550 2003-09-16  Bruno Haible  <bruno@clisp.org>
57551
57552         * gnulib-tool (func_create_testdir): Warn about duplicated
57553         dependencies.
57554
57555 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57556
57557         * modules/argmatch, modules/fatal, modules/obstack,
57558         modules/xalloc, modules/xgethostname: Sort dependencies by
57559         importance, not alphabetically.
57560
57561 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57562
57563         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57564         fails, so that the caller gets the proper errno.
57565
57566         * lib/readutmp.c (read_utmp): Likewise.
57567         Check for fstat error.  Close stream and free storage
57568         when failing.
57569
57570 2003-09-14  Karl Berry  <karl@gnu.org>
57571
57572         * config/srclist.txt (strdup.c): disable for c89 changes.
57573
57574 2003-09-14  Jim Meyering  <jim@meyering.net>
57575
57576         * lib/getloadavg.c: Correct cpp indentation.
57577         * lib/strdup.c: Likewise.
57578         * lib/vasnprintf.c: Likewise.
57579
57580 2003-09-14  Bruno Haible  <bruno@clisp.org>
57581
57582         * modules/fwriteerror: New file.
57583         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57584
57585 2003-09-14  Bruno Haible  <bruno@clisp.org>
57586
57587         * lib/fwriteerror.h: New file.
57588         * lib/fwriteerror.c: New file.
57589
57590 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57591
57592         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57593         modules/xgethostname, modules/xalloc: Depend on exit.
57594
57595 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57596
57597         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57598
57599         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57600         and AC_MINIX, too, so that their extensions are available.
57601
57602         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57603         This macro has been superseded by gl_BACKUPFILE.
57604
57605         More patches to assume C89 or better.
57606
57607         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57608
57609         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57610         unconditionally.
57611         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57612         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57613         Include <string.h>, <stdlib.h> unconditionally.
57614         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57615         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57616         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57617         headers or for string.h.
57618         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57619         or strtoul.
57620
57621         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57622         headers.
57623         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57624         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57625         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57626         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57627         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57628         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57629         memcpy, memset.
57630         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57631         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57632         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57633         strtol.
57634         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57635         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57636         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57637         strtoul.
57638
57639 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57640
57641         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57642         * lib/obstack.c [!defined _LIBC]: Likewise.
57643         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57644         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57645         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57646
57647         More changes to assume C89 or better.
57648
57649         * lib/error.c (error_tail): Assume vprintf.
57650
57651         * lib/argmatch.c (getenv): Remove decl.
57652         * lib/progreloc.c (get_full_program_name): Define via prototype.
57653         * lib/setenv.c (clearenv): Likewise.
57654         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57655         needed.
57656         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57657         (malloc, memcpy): Remove decls.
57658         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57659         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57660         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57661         (memcpy): Remove macro.
57662         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57663         (__P): Remove.  All uses removed.
57664         (PTR): Remove.  All uses changed to void *.
57665         (CHAR_BIT, NULL): Remove.
57666         (spaces, zeros, memset_space, memset_zero)
57667         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57668         Remove.
57669         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57670         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57671         Define with prototype.
57672         Remove now-unnecessary prototype decl.
57673         (extra_args_spec): Assume ANSI C.  All uses changed.
57674         (extra_args_spec_iso): Remove.
57675         (my_strftime, emacs_strftimeu): Define via prototype.
57676         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57677         unconditionally.
57678         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57679         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57680         (strtoul, strtol): Remove decls.
57681         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57682         LONG_MAX): Remove.
57683         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57684         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57685         (LOCALE_PARAM_PROTO): New macro.
57686         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57687         (INTERNAL (strtol), strtol): Define with a prototype.
57688         (PARAMS): Remove.  All uses removed.
57689         * lib/tempname.c: Include <string.h> unconditionally.
57690         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57691         * lib/xgethostname.c (main): Define with a prototype.
57692         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57693         Include <stdlib.h> unconditionally.
57694         (calloc, malloc, realloc, free): Remove decls.
57695         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57696         Include <stdlib.h> unconditionally.  Sort include file names.
57697         (strtod): Remove.
57698         (xstrtod): Define with a prototype.
57699         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57700         (strtol, strtoul): Remove decls.
57701
57702 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57703
57704         More patches to assume C89 or better.
57705         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57706         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57707         string.h, memchr, STDC_HEADERS.
57708
57709 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57710
57711         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57712         Include <stdlib.h>, <string.h> unconditionally.
57713         Remove now-unnecessary cast to char *.
57714         * lib/strnlen.c: Include <string.h> unconditionally.
57715         * lib/yesno.c (yesno): Define with a prototype.
57716
57717 2003-09-11  Bruno Haible  <bruno@clisp.org>
57718
57719         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57720
57721 2003-09-10  Jim Meyering  <jim@meyering.net>
57722
57723         * lib/error.c: Correct indentation of cpp directives.
57724
57725 2003-09-10  Bruno Haible  <bruno@clisp.org>
57726
57727         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57728         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57729         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57730         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57731         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57732         <stdlib.h> and <string.h> checks.
57733         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57734         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57735
57736 2003-09-10  Bruno Haible  <bruno@clisp.org>
57737
57738         * lib/strcspn.c: Include <string.h> unconditionally.
57739         * lib/strpbrk.c: Include <string.h> unconditionally.
57740         * lib/strstr.c: Include <string.h> unconditionally.
57741         * lib/unicodeio.c: Include <string.h> unconditionally.
57742         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57743         * lib/unsetenv.c: Likewise.
57744         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57745         * lib/yesno.c: Include <stdlib.h> unconditionally.
57746         (rpmatch): Add prototype.
57747
57748 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57749
57750         More patches to assume C89 or better.
57751         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57752         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57753         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57754         or for string.h.
57755         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57756         stdlib.h.
57757         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57758         C headers.
57759         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57760         string.h.
57761         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57762         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57763         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57764         or for string.h.
57765         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57766         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57767         C headers.
57768         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57769         memcpy.
57770         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57771         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57772         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57773         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57774         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57775         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57776         string.h, free.
57777         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57778         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57779         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57780         C headers, or for string.h.
57781         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57782         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57783         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57784         headers, memory.h, stdlib.h, string.h, strings.h.
57785         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57786         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57787         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57788         strchr.
57789         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57790         headers, memory.h, string.h.
57791         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57792         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57793         free.
57794         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57795         headers.
57796         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57797         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57798         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57799         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57800         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57801
57802 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57803
57804         More K&R removal.
57805
57806         * lib/acosl.c (main): Use a prototype.
57807         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57808         tanl.c: Likewise.
57809
57810         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57811
57812         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57813         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57814         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57815         with a prototype.
57816         * lib/getopt.c (const): Remove macro.
57817         Include <string.h> unconditionally.
57818         (my_index): Remove; all uses changed to strchr.
57819         (strlen): Remove decl.
57820         (exchange): Remove forward decl; no longer needed.
57821         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57822         Define with prototype.
57823         * lib/getopt1.c (const): Remove macro.
57824         (getopt_long, getopt_long_only, main): Define with prototype.
57825
57826         * lib/getugroups.c: Include <string.h> unconditionally.
57827
57828         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57829         (getusershell, setusershell, endusershell, readname, main):
57830         Define with prototypes.
57831
57832         * lib/group-member.c: Include group-member.h first.
57833         Include <stdlib.h> unconditionally.
57834
57835         * lib/hard-locale.c: Include hard-locale.h first.
57836         Include <stdlib.h>, <string.h> unconditionally.
57837
57838         * lib/hash.c (free, malloc): Remove decls.
57839         Include <stdlib.h> unconditionally.
57840
57841         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57842         (getenv): Do not declare.
57843
57844         * lib/idcache.c: Include <string.h> unconditionally.
57845
57846         * lib/long-options.c: Include long-options.h first, to test interface.
57847         Include <stdlib.h> unconditionally.
57848
57849         * lib/makepath.c: Include makepath.h first, to test interface.
57850         Include <stdlib.h> and <string.h> unconditionally.
57851
57852         * lib/linebuffer.c: Include <stdlib.h>.
57853         (free): Remove decl.
57854
57855         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57856         stddef.h. rpl_malloc returns void *, not char *.
57857         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57858         prototype.
57859
57860         * lib/md5.h: Include <limits.h> unconditionally.
57861         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57862         (__P): Remove; all uses removed.
57863         * lib/md5.c: Include "md5.h" first.
57864         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57865         md5_buffer, md5_process_bytes, md5_process_block):
57866         Define with prototypes.
57867         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57868         * lib/sha.c: Include "sha.h" first.
57869         Include <stdlib.h>, <string.h> unconditionally.
57870
57871         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57872         * lib/memcmp.c (__ptr_t): Likewise.
57873         * lib/memrchr.c (__ptr_t): Likewise.
57874         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57875         Include <string.h> unconditionally.
57876         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57877         * lib/memchr.c: Include <stdlib.h> unconditionally.
57878         * lib/memchr.c (LONG_MAX): Remove.
57879         * lib/memrchr.c (LONG_MAX): Likewise.
57880         * lib/memchr.c (__memchr): Define via a prototype.
57881         * lib/memrchr.c (__memrchr): Likewise.
57882         * lib/memcmp.c (__P): Remove, and remove all uses.
57883         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57884         Remove forward decls; no longer needed.
57885         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57886         Use types required by C89 in prototype.
57887
57888         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57889         * lib/savedir.c: Likewise.
57890         * lib/mkdir.c (free): Remove decl.
57891         * lib/rmdir.c (rmdir): Define with a prototype.
57892         * lib/savedir.c: Include savedir.h first, to test interface.
57893
57894         * lib/mktime.c (STDC_HEADERS): Remove.
57895         Include <stdlib.h>, <string.h> unconditionally.
57896
57897         * lib/modechange.c: Include <stdlib.h> unconditionally.
57898         (malloc): Remove decl.
57899
57900         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57901         (free): Remove decl.
57902
57903         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57904         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57905         (This type really should be intptr_t, but that's a C99ism.)
57906         (_obstack_memcpy): Remove: all uses changed to memcpy.
57907         Include <string.h> unconditionally.
57908         (struct obstack): Assume __STDC__ for types of members
57909         chunkfun, freefun, extra_arg.
57910         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57911         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57912         obstack_begin, obstack_specify_allocation,
57913         obstack_specify_allocation_with_arg, obstack_chunkfun,
57914         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57915         Remove unprototyped decls and the macros that use them.
57916         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57917         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57918         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57919         (defined __STDC__ && __STDC__)]:
57920         Remove nonprototyped code.
57921         Include <stdlib.h> unconditionally.
57922         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57923         _obstack_allocated_p, _obstack_free, obstack_free,
57924         _obstack_memory_used, print_and_abort):
57925         Define using prototypes.
57926         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57927         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57928         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57929         obstack_next_free, obstack_object_size, obstack_room) [0]:
57930         Remove unused, unprototyped code.
57931
57932         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57933
57934         * lib/physmem.c (physmem_total, physmem_available, main): Define
57935         with prototypes.
57936
57937         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57938         (main): Define with a prototype.
57939
57940         * lib/posixver.c (getenv): Remove decl.
57941
57942         * lib/putenv.c (malloc): Returns void *, not char *.
57943         Include <string.h> unconditionally.
57944         (strchr, memcpy, NULL): Do not define.
57945
57946         * lib/readtokens.c: Include readtokens.h first, to test interface.
57947         Include <stdlib.h>, <string.h> unconditionally.
57948         (init_tokenbuffer): Define with a prototype.
57949
57950         * lib/regex.c (PARAMS): Remove.  All uses removed.
57951         All uses of _RE_ARGS removed, too.
57952         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57953         unconditionally.
57954         (bzero): Assume memset exists.
57955         (memcmp, memcpy, NULL): Remove.
57956         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57957         char, or assignments to local vars of type signed char.
57958         (init_syntax_once, PREFIX(extract_number_and_incr),
57959         PREFIX(print_partial_compiled_pattern),
57960         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57961         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57962         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57963         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57964         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57965         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57966         wcs_compile_range, byte_compile_range, truncate_wchar,
57967         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57968         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57969         count_mbs_length, wcs_re_match_2_internal,
57970         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57971         PREFIX(alt_match_null_string_p),
57972         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57973         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57974         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57975         now-unnecessary declaration, if any.
57976         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57977         regcomp, regexec):
57978         Remove now-unnecessary casts among pointer types.
57979         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57980
57981         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57982         (free): Remove decl.
57983
57984         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57985
57986         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57987         (free): Remove decl.
57988
57989         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57990         * lib/xgetcwd.c: Likewise.
57991
57992         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57993         (free): Remove decl.
57994
57995         * lib/strchrnul.c (strchrnul): Define with a prototype.
57996         Fix bug: c_in was not converted to char before searching.
57997
57998         The following changes are not K&R related:
57999
58000         * lib/group-member.h: Include <sys/types.h>, so that this file is
58001         self-contained.
58002         * lib/makepath.h: Likewise.
58003
58004         * lib/getusershell.c (readname, default_index, line_size, readname):
58005         Use size_t, not int, for sizes.
58006         (readname): If the size overflows, report an error instead of
58007         looping forever.
58008
58009 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58010
58011         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58012         libc.
58013
58014 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58015
58016         * README: New section: portability guidelines.
58017
58018 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58019
58020         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58021         C89 spec.
58022
58023 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58024
58025         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58026
58027 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58028
58029         Assume C89 or better; remove K&R cruft.
58030         A few of these changes were first proposed by Derek Robert Price
58031         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58032
58033         * lib/addext.c: Include <string.h> unconditionally.
58034         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58035         Don't declare getenv or malloc.
58036
58037         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58038         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58039         (NULL): Remove.
58040         (find_stack_direction, alloca): Use prototypes.
58041
58042         * lib/atexit.c (atexit): Define using a prototype.
58043
58044         * lib/basename.c, dirname.c, stripslash.c:
58045         Include <string.h> unconditionally.
58046
58047         * lib/bcopy.c: Include <stddef.h>.
58048         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58049
58050         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58051
58052         * lib/error.h (error, error_at_line, error_print_progname)
58053         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58054         * lib/error.c: Include error.h first, to check interface.
58055         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58056         (VA_START): Remove; all uses changeed to va_start.
58057         (exit, strerror): Remove decls.
58058         (error_print_progname): Prototype uncondionally.
58059         Don't include <errno.h>; no longer needed.
58060         (private_strerror): Remove.
58061         (error_tail): Always define.
58062         (error, error_at_line): Assume C89 or better; always use prototypes.
58063         * lib/fatal.c: Include "fatal.h" first, to test interface.
58064         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58065         (VA_START): Remove; all uses changed to va_start.
58066         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58067         this case.
58068         (exit): Remove decl.
58069         (fatal): Prototype unconditionally.  Assume va_start works.
58070         Abort at end, to pacify gcc.
58071
58072         * lib/euidaccess.c (main): Define with a prototype.
58073
58074         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58075
58076         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58077
58078         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58079         prototypes.
58080         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58081         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58082         (getenv): Remove decl.
58083         (fnmatch): Define using a prototype.
58084         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58085         (FCT): Define using a prototype.
58086
58087         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58088
58089         * lib/gethostname.c: Include <stddef.h>.
58090         (gethostname): Define with prototype.  Length is size_t, not int.
58091
58092 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58093
58094         Assume C89 or better; remove K&R cruft.
58095         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58096         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58097         string.h, getenv, malloc.
58098         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58099         headers.
58100         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58101         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58102         do not check for strerror.
58103         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58104         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58105         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58106         do not check for doprnt or vprintf.
58107         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58108         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58109
58110 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58111
58112         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58113         getversion.c should have been removed then, but was accidentally
58114         preserved.
58115
58116         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58117         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58118
58119 2003-09-08  Karl Berry  <karl@gnu.org>
58120
58121         * config/config.sub, config.guess, srclistvars.sh: update from savannah
58122                 config, forget about prep.
58123
58124         * config/depcomp, missing: update from automake.
58125
58126 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58127
58128         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
58129         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58130
58131 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58132
58133         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
58134         copy_tm_result.  Bug reported by Simon Josefsson in
58135         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58136
58137 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58138
58139         * m4/time_r.m4: New file.
58140         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
58141         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
58142         is. Check for timegm declaration.
58143         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
58144         Do not check for gmtime_r.
58145         Replace mktime if __mktime_internal does not exist and if mktime
58146         hasn't been replaced already.
58147
58148 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58149
58150         * lib/time_r.c, lib/time_r.h: New files.
58151
58152         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
58153         __localtime_r.
58154         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
58155         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
58156
58157         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
58158         __gmtime_r.
58159         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
58160         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
58161         Include <time_r.h>.
58162
58163         * lib/timegm.c: Switch to glibc implementation, with the following
58164         changes:
58165         [defined HAVE_CONFIG_H]: Include <config.h>.
58166         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
58167         (__mktime_internal) [!defined _LIBC]: New decl.
58168         (__gmtime_r) [!defined _LIBC]: New macro and function.
58169         (timegm): Use a prototype, since gnulib assumes C89.
58170         Do not bother declaring tmp to be const, as it's not really usefu.
58171         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
58172         (timegm): Declare only if HAVE_DECL_TIMEGM.
58173
58174 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58175
58176         * MODULES.html.sh (func_all_modules): Add time_r.
58177         * modules/time_r: New file.
58178         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
58179         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
58180
58181 2003-09-03  Paul Eggert  <eggert@twinsun.com>
58182
58183         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
58184         Bug reported by Lute Kamstra in
58185         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
58186
58187         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
58188         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
58189         course with correspondingly smaller numbers for tomorrow and
58190         yesterday.  From Tadayoshi Funaba.  Originally installed into
58191         sh-utils on 1999-08-07, but the patch got lost (I guess during the
58192         coreutils merge?).
58193
58194 2003-08-31  Simon Josefsson  <jas@extundo.com>
58195
58196         * modules/timegm: New file.
58197         * MODULES.html.sh (func_all_modules): Add timegm.
58198
58199 2003-08-31  Simon Josefsson  <jas@extundo.com>
58200
58201         * m4/timegm.m4: New file.
58202
58203 2003-08-31  Simon Josefsson  <jas@extundo.com>
58204
58205         * lib/timegm.h: New file.
58206         * lib/timegm.c: New file.  Based on
58207         wget-1.8.2/src/http.c:mktime_from_utc.
58208
58209 2003-08-31  Karl Berry  <karl@gnu.org>
58210
58211         * lib/argp.h: update from libc.
58212
58213 2003-08-28  Bruno Haible  <bruno@clisp.org>
58214
58215         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
58216         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
58217         followed by '#define fnmatch fnmatch_posix' gives an error.
58218
58219 2003-08-28  Bruno Haible  <bruno@clisp.org>
58220
58221         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
58222         warning on QNX, which defines O_BINARY to 000000.
58223
58224 2003-08-27  Jim Meyering  <jim@meyering.net>
58225
58226         * m4/mkstemp.m4: Require that the system mkstemp be able to create
58227         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
58228         would fail after 32.  Reported by Danny Levinson.  Details here:
58229         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
58230
58231 2003-08-24  Bruno Haible  <bruno@clisp.org>
58232
58233         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
58234         MSVC7 <stdio.h> is included later.
58235
58236 2003-08-22  Simon Josefsson  <jas@extundo.com>
58237
58238         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
58239
58240 2003-08-20  Karl Berry  <karl@gnu.org>
58241
58242         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
58243
58244 2003-08-20  Bruno Haible  <bruno@clisp.org>
58245
58246         * modules/progname: New file.
58247         * MODULES.html.sh (func_all_modules): Add progname.
58248
58249 2003-08-20  Bruno Haible  <bruno@clisp.org>
58250
58251         * lib/progname.h: New file, from GNU gettext.
58252         * lib/progname.c: New file, from GNU gettext.
58253         * lib/progreloc.c: New file, from GNU gettext.
58254
58255 2003-08-19  Jim Meyering  <jim@meyering.net>
58256
58257         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
58258         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
58259
58260 2003-08-19  Bruno Haible  <bruno@clisp.org>
58261
58262         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
58263         more.
58264
58265 2003-08-19  Bruno Haible  <bruno@clisp.org>
58266
58267         * lib/xstrdup.c: Assume <string.h> exists.
58268
58269 2003-08-18  Paul Eggert  <eggert@twinsun.com>
58270
58271         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
58272         in makefile rules.
58273
58274 2003-08-18  Jim Meyering  <jim@meyering.net>
58275
58276         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58277         * m4/lib-ld.m4: Likewise.
58278
58279 2003-08-18  Jim Meyering  <jim@meyering.net>
58280
58281         * lib/setenv.h: Indent nested cpp directive.
58282         * lib/vasnprintf.c: Remove trailing blanks.
58283
58284 2003-08-17  Simon Josefsson  <jas@extundo.com>
58285
58286         * modules/xstrndup: New file.
58287         * MODULES.html.sh (func_all_modules): Add xstrndup.
58288
58289 2003-08-17  Simon Josefsson  <jas@extundo.com>
58290
58291         * modules/argp: Fix autoconf macro name. Add more dependencies.
58292
58293 2003-08-17  Simon Josefsson  <jas@extundo.com>
58294
58295         * m4/xstrndup.m4: New file.
58296
58297 2003-08-17  Simon Josefsson  <jas@extundo.com>
58298
58299         * m4/argp.m4: New file.
58300
58301 2003-08-17  Simon Josefsson  <jas@extundo.com>
58302             Bruno Haible  <bruno@clisp.org>
58303
58304         * lib/xstrndup.h: New file.
58305         * lib/xstrndup.c: New file.
58306
58307 2003-08-17  Bruno Haible  <bruno@clisp.org>
58308
58309         * modules/strndup (Files, Include): Add lib/strndup.h.
58310
58311 2003-08-17  Bruno Haible  <bruno@clisp.org>
58312
58313         * modules/euidaccess (Files): Add lib/euidaccess.h.
58314
58315 2003-08-17  Bruno Haible  <bruno@clisp.org>
58316
58317         * lib/strndup.h: New file.
58318
58319 2003-08-17  Bruno Haible  <bruno@clisp.org>
58320
58321         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58322         like AC_GNU_SOURCE.
58323         * modules/extensions (configure.ac): Comment out the invocation of
58324         gl_USE_SYSTEM_EXTENSIONS.
58325
58326 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58327
58328         Merges from coreutils, etc.
58329         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58330         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58331         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58332         fixing a typo.
58333         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58334         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58335
58336 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58337
58338         Document merge from coreutils.
58339         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58340         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58341         * modules/utime: Add m4/utimes-null.m4.
58342
58343 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58344
58345         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58346         space, undoing this 2003-08-12 change:
58347         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58348
58349 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58350
58351         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58352         strtoul.c from libc, undoing this 2003-08-12 change:
58353         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58354
58355 2003-08-16  Jim Meyering  <jim@meyering.net>
58356
58357         Merges from coreutils.
58358         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58359         prefix.  Adjust cache variables similarly.  Create 500 rather than
58360         just 300 files, to exercise bug on Darwin6.5, too.
58361         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58362         $missing_dir.
58363         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58364         AM_SYS_POSIX_TERMIOS.
58365         Reported by mkc@mathdogs.com.
58366         Also change use of $am_cv_sys_posix_termios
58367         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58368         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58369         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58370         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58371         in /proc/mounts until it finds one with matching device number.  This
58372         is unnecessary when the FILE argument *is* a mount point.  No stat call
58373         is necessary in that case.  So, disable the statvfs-testing code on
58374         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58375         as RedHat bug# 84846.
58376         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58377         to 1MB, so as not to render systems with no stack size limit (e.g.,
58378         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58379         Include <unistd.h>.  On some systems,
58380         it is required for the definition of _SC_PAGESIZE.
58381
58382 2003-08-16  Jim Meyering  <jim@meyering.net>
58383
58384         Merge from coreutils.
58385         * lib/xstrtoimax.c: #else #if -> #elif.
58386         * lib/xstrtoumax.c: Likewise.
58387
58388 2003-08-16  Jim Meyering  <jim@meyering.net>
58389
58390         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58391         * m4/utimes.m4: Removed.
58392         * m4/utimes-null.m4: Renamed from utimes.m4.
58393
58394         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58395         to 1MB, so as not to render systems with no stack size limit (e.g.,
58396         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58397         Include <unistd.h>.  On some systems,
58398         it is required for the definition of _SC_PAGESIZE.
58399
58400 2003-08-16  Jim Meyering  <jim@meyering.net>
58401         and Paul Eggert  <eggert@cs.ucla.edu>
58402
58403         Merges from coreutils, etc.
58404
58405         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58406         using the latest version from cvs.  This avoids problems with #line
58407         directives using a vendor (Sun) compiler.
58408         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58409         Don't set GETGROUPS_LIB here; now it's
58410         done via getgroups.m4's wrapper function.
58411         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58412         rather than just in sh-util/configure.in, so that the
58413         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58414         same.
58415         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58416         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58417         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58418         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58419         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58420         Remove code that is now done by the newly-required macros.
58421         Append $(EXEEXT) to DF_PROG.
58422         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58423         Do not invoke or require the following here,
58424         since prereq.m4 or some gnulib .m4 now does this for us:
58425         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58426         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58427         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58428         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58429         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58430         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58431         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58432         AC_FUNC_OBSTACK.
58433         Do not replace the following functions, as this is now the job
58434         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58435         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58436         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58437         atexit getpass, strdup, getpagesize.
58438         Replace 'raise'.
58439         Do not check for the following functions, as this is now the job
58440         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58441         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58442         setregid.
58443         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58444         Check for sys/sysctl.h.
58445         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58446         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58447         of checking for ssize_t ourselves.
58448
58449         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58450         Require every macro that gnulib/modules/* suggests for us.
58451         (jm_PREREQ_ADDEXT): New macro.
58452         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58453         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58454
58455         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58456         (gl_PHYSMEM): Use it.
58457         Also check for `table' function.
58458         Check for new headers and functions.
58459         Add check for sys/sysmp.h.
58460         With suggestions from Kaveh Ghazi.
58461         Ignore headers that are present but cannot be compiled.  This
58462         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58463         C 5.4.
58464
58465 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58466
58467         Document merge from coreutils.
58468         * modules/userspec: Depend on posixver.
58469         * modules/strftime: Depend on tzset.
58470
58471 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58472
58473         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58474         rather than tab, after '#' in shell-script copyright notices.
58475         Suggested by Bruno Haible.
58476
58477 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58478
58479         * config/srclist-update: Use three spaces, rather than tab, after '#'
58480         in shell-script copyright notices.  Suggested by Bruno Haible.
58481         Remove unnecessary parenthesization in regular expression.
58482
58483 2003-08-15  Jim Meyering  <jim@meyering.net>
58484
58485         Merge from coreutils.
58486         * lib/xgethostname.c: Include <stdlib.h>.
58487         (xghostname): Don't exit for anything other than memory-related
58488         failure; just return NULL.
58489         * lib/userspec.c: Include "posixver.h".
58490         (parse_user_spec): Accept `.' as a separator only
58491         in pre-POSIX-200112 mode.
58492         * lib/strtoimax.c: Use #elif rather than #else #if.
58493         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58494         Remove function, now that we can rely on a working tzset function.
58495         [!_LIBC]: Ensure that the required autoconf test has been run.
58496         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58497         Use underlying_strftime for %r.
58498         * lib/sha.c: Merge in some clean-up and optimization changes from
58499         glibc.
58500         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58501         Ensure that it is a multiple of 64.
58502         Rearrange loop exit tests so as to avoid performing an
58503         additional fread after encountering an error or EOF.
58504         * lib/realloc.c: Update copyright date.
58505
58506 2003-08-15  Jim Meyering  <jim@meyering.net>
58507         and Paul Eggert  <eggert@twinsun.com>
58508
58509         Merge from coreutils.
58510         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58511         member but strut utmpx does not.  Needed for AIX 4.3.3.
58512         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58513
58514 2003-08-15  Jim Meyering  <jim@meyering.net>
58515         and Paul Eggert  <eggert@cs.ucla.edu>
58516
58517         Merges from coreutils, etc.
58518         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58519         Require gl_FUNC_TZSET_CLOBBER.
58520         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58521         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58522         members.
58523
58524 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58525
58526         Help the merge from coreutils.
58527         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58528         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58529         * m4/tzset.m4: Use it too.
58530
58531 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58532
58533         * modules/tzset: New file.
58534
58535 2003-08-14  Jim Meyering  <jim@meyering.net>
58536
58537         Merges from coreutils.
58538         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58539         variable names, rather than @FNMATCH_H@.
58540         * modules/alloca: Likewise for $(ALLOCA_H).
58541
58542         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58543         the three copies of the literal target, `fnmatch.h'.
58544         * modules/alloca (alloca.h): Likewise.
58545
58546 2003-08-14  Jim Meyering  <jim@meyering.net>
58547
58548         Merge from coreutils.
58549         * m4/tzset.m4: New file.
58550         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58551         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58552         otherwise, AIX 5.1 systems would end up using the latter.
58553         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58554         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58555         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58556         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58557
58558 2003-08-14  Jim Meyering  <jim@meyering.net>
58559
58560         Merge from coreutils.
58561         * lib/obstack.h: Whitespace changes.
58562         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58563         and xcalloc return values.
58564         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58565         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58566         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58567         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58568         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58569         error from mntctl.
58570         Use mntctl's return value to drive the entry-processing loop, since
58571         we can't rely on the value of the vmt_length member in the last
58572         entry.  On some systems doing so could result in exhausting
58573         virtual memory.  Based in part on a patch from Mike Jetzer.
58574
58575 2003-08-14  Jim Meyering  <jim@meyering.net>
58576         and Paul Eggert  <eggert@twinsun.com>
58577
58578         Merges from coreutils, plus other fixes.
58579         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58580         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58581         for credits and details.  Thanks to Kaveh Ghazi for helping
58582         to keep these files in sync.
58583         (ARRAY_SIZE): Define it.
58584         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58585         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58586         (memcasecmp): Don't assume size_t fits in unsigned int.
58587         Remove casts and duplicate code.
58588         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58589         (memcpy): Remove definition.
58590         Merge in some clean-up and optimization changes from glibc.
58591         [BLOCKSIZE]: Move definition to top of file.
58592         Ensure that it is a multiple of 64.
58593         Rearrange loop exit tests so as to avoid performing an
58594         additional fread after encountering an error or EOF.
58595         * lib/md5.h (md5_uintptr): Define.
58596         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58597         return to the initial working directory.  Preserve errno
58598         for caller.
58599         * lib/idcache.c: Include "xalloc.h".
58600         (xmalloc, xrealloc): Remove decls.
58601         (getuser): Remove casts no longer required in C89.
58602         * lib/human.c: Include stdio.h, for sprintf.
58603         * lib/group-member.c: Include "xalloc.h".
58604         (xmalloc, xrealloc): Remove decls.
58605         (get_group_info): Remove casts no longer required in C89.
58606         * lib/getusershell.c (readname): Remove casts no longer required in
58607         C89.
58608         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58609         * lib/getline.c: Whitespace fix, from coreutils.
58610
58611 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58612
58613         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58614         Check for isascii.
58615
58616         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58617         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58618         Undo previous (whitespace-only) change.
58619
58620 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58621
58622         * lib/exclude.c: Include <ctype.h>
58623         (IN_CTYPE_DOMAIN): New macro.
58624         (is_space): New fn.
58625         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58626         and empty lines.
58627
58628         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58629         Undo previous (whitespace-only) change.
58630
58631 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58632
58633         * config/srclist-update: Change update back to the old behavior,
58634         leaving whitespace alone.  Use one 'sed' command rather than a
58635         pipeline.
58636         (fixlicense): Now a variable, not a function.
58637         (remove_trailing_blanks): Remove.
58638         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58639         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58640         Undo previous (whitespace-only) change.
58641
58642 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58643
58644         Merge from coreutils.
58645         * modules/euidaccess: Add lib_SOURCES, include for new
58646         file euidaccess.h
58647
58648 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58649
58650         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58651         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58652         Normalize leading white space and remove trailing white space.
58653
58654         Merge from coreutils
58655         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58656
58657         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58658         0.12.1.  These files are now being upgraded automatically by
58659         ../config/srclist-update.
58660
58661 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58662
58663         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58664         Normalize leading white space and remove trailing white space.
58665         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58666         notice, as per ../config/srclist-update.
58667
58668         Merge from coreutils.
58669         * lib/euidaccess.h: New file.
58670         * lib/euidaccess.c: Include it.
58671         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58672         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58673         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58674
58675 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58676
58677         * config/srclist-update: Add copyright notice.
58678         (remove_id_lines, remove_trailing_blanks): New constants.
58679         (fixfile): Use them to normalize spacing a bit in copied files.
58680         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58681         Normalize leading white space and remove trailing white space.
58682
58683         * config/texinfo.tex: Sync with texinfo.
58684
58685         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58686         strtoul.c from libc, to merge coreutils whitespace changes.
58687
58688         * config/srclist.txt: Get the following m4 files from gettext:
58689         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58690         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58691         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58692         wint_t.m4.
58693
58694 2003-08-12  Karl Berry  <karl@gnu.org>
58695
58696         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58697         been made.
58698
58699 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58700
58701         * modules/gnu-source, m4/gnu-source.m4:
58702         Remove; we're assuming Autoconf 2.54 or later now.
58703         Suggested by Bruno Haible.
58704         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58705
58706 2003-08-11  Bruno Haible  <bruno@clisp.org>
58707
58708         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58709
58710 2003-08-11  Bruno Haible  <bruno@clisp.org>
58711
58712         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58713         (vasnprintf): Use it instead of wcslen.
58714
58715 2003-08-11  Bruno Haible  <bruno@clisp.org>
58716
58717         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58718         value to ensure that _Bool promotes to int. Use #define for _Bool when
58719         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58720
58721 2003-08-10  Karl Berry  <karl@gnu.org>
58722
58723         * lib/regex.h: update from libc (whitespace fix).
58724
58725 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58726
58727         Merge some files from coreutils.  These changes were
58728         originally made by Jim Meyering.
58729         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58730         many older Unixes require this.
58731         * lib/alloca.c (alloca): Remove cast to argument of free;
58732         no longer needed in C89.
58733         * lib/alloca_.h, regex.h: Fix white space to match
58734         what GNU indent does.
58735
58736 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58737
58738         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58739         apparently Emacs's Unicode mode got confused before my 2003-08-05
58740         checkin.
58741
58742 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58743
58744         * m4/extensions.m4: New file.
58745         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58746         Require gl_USE_SYSTEM_EXTENSIONS.
58747         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58748         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58749
58750 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58751
58752         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58753         * modules/extensions, modules/gnu-source: New files.
58754         * modules/timespec, modules/unlocked-io: Depend on extensions.
58755
58756 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58757
58758         * modules/restrict: New file.
58759         * MODULES.html.sh (func_all_modules): Add restrict.
58760         * modules/regex: Depend on restrict.
58761
58762 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58763
58764         * m4/restrict.m4: New file.
58765         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58766
58767 2003-08-07  Bruno Haible  <bruno@clisp.org>
58768
58769         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58770         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58771
58772 2003-08-07  Bruno Haible  <bruno@clisp.org>
58773
58774         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58775         makes the module 'getndelim2' compatible with the module 'getline'.
58776
58777 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58778
58779         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58780         byte with "\201" to avoid glitches when editing that source file
58781         with multi-gnome-terminal.
58782
58783 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58784
58785         * lib/bumpalloc.h: Remove.
58786
58787 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58788
58789         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58790         * modules/bumpalloc: Remove.
58791
58792 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58793
58794         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58795         GNU coding style.
58796
58797         Merge from coreutils.
58798         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58799         1. From glibc.
58800         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58801         from Karl Berry, implemented by Jim Meyering.
58802         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58803         from Dmitry V. Levin.
58804         Remove anachronistic cast of xrealloc.
58805         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58806         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58807         type. Otherwise, it wouldn't compile with at least /bin/cc on
58808         ymp-cray-unicos9.0.2.X.
58809         Combine two mostly-identical uses of alloca into one.
58810         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58811
58812 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58813
58814         [From Emacs.]
58815
58816         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58817         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58818         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58819         obsolete NLIST_NAME_UNION.
58820         [__GNU__]: Undef BSD and FSCALE.
58821         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58822
58823 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58824
58825         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58826         an enum type, so that it's guaranteed to promote to int.  See:
58827         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58828
58829 2003-08-03  Karl Berry  <karl@gnu.org>
58830
58831         * config/depcomp: update from automake.
58832
58833 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58834
58835         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58836         (strerror): Don't assume that a printable int fits in 14 bytes.
58837
58838 2003-07-31  Bruno Haible  <bruno@clisp.org>
58839
58840         * modules/getpass-gnu: New file.
58841         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58842
58843 2003-07-31  Bruno Haible  <bruno@clisp.org>
58844
58845         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58846
58847 2003-07-24  Karl Berry  <karl@gnu.org>
58848
58849         * config/missing: update from automake.
58850
58851 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58852             Bruno Haible  <bruno@clisp.org>
58853
58854         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58855         * lib/getline.c (getline, getdelim): Likewise.
58856         Remove _GNU_SOURCE define; now it's defined in config.h through
58857         m4/getline.m4.
58858
58859 2003-07-23  Karl Berry  <karl@gnu.org>
58860
58861         * config/config.sub: update from prep.
58862
58863 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58864
58865         * modules/xalloc (Depends-on): Add exitfail.
58866         * modules/xmemcoll: Likewise.
58867
58868 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58869
58870         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58871         over-parenthesization in macros.
58872
58873         Sync with coreutils.
58874
58875         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58876         required by C99.
58877
58878         Use `exit_failure' for xalloc and xmemcoll instead of their own
58879         private exit-failure variables.
58880         * lib/xalloc.h (xalloc_exit_failure): Remove.
58881         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58882         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58883         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58884         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58885         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58886
58887 2003-07-20  Jim Meyering  <jim@meyering.net>
58888
58889         * modules/closeout (Depends-on): Add exitfail.
58890         Suggestion from Bruno Haible.
58891
58892 2003-07-19  Karl Berry  <karl@gnu.org>
58893
58894         * config/config.sub: update from prep.
58895
58896 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58897
58898         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58899         Remove.
58900         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58901         to test that it can stand by itself.  Include "exitfail.h".
58902         Clients should set exit_failure instead.
58903         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58904
58905 2003-07-18  Bruno Haible  <bruno@clisp.org>
58906
58907         * modules/getndelim2: New file.
58908         * modules/getline: Share files with module getndelim2.
58909         * modules/getnline: Depend on getndelim2 instead of sharing files with
58910         it. Add getnline.c to lib_SOURCES.
58911         * MODULES.html.sh (func_all_modules): Add getndelim2.
58912
58913 2003-07-18  Bruno Haible  <bruno@clisp.org>
58914
58915         * m4/getndelim2.m4: New file.
58916         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58917         invoke gl_PREREQ_GETNDELIM2.
58918         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58919         gl_PREREQ_GETNDELIM2.
58920         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58921         gl_GETNDELIM2.
58922
58923 2003-07-18  Bruno Haible  <bruno@clisp.org>
58924
58925         * lib/getndelim2.h: New file.
58926         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58927         getndelim2.h.
58928         (getndelim2): Make non-static. Change return type to ssize_t.
58929         * lib/getline.h: Change argument names.
58930         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58931         * lib/getnline.c: Include getndelim2.h.
58932
58933 2003-07-18  Andreas Schwab  <schwab@suse.de>
58934
58935         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58936
58937 2003-07-17  Karl Berry  <karl@gnu.org>
58938
58939         * config/config.sub: update from prep.
58940
58941 2003-07-17  Bruno Haible  <bruno@clisp.org>
58942
58943         * modules/getnline: New file.
58944         * modules/getline: Add lib/getndelim2.c to source file list.
58945         * MODULES.html.sh (func_all_modules): Add getnline.
58946
58947 2003-07-17  Bruno Haible  <bruno@clisp.org>
58948
58949         * m4/getnline.m4: New file.
58950
58951 2003-07-17  Bruno Haible  <bruno@clisp.org>
58952
58953         * m4/Makefile.am.in: Remove file.
58954         * m4/Makefile.am: Remove file.
58955         * m4/Makefile.in: Remove file.
58956
58957 2003-07-17  Bruno Haible  <bruno@clisp.org>
58958
58959         * lib/getnline.h: New file.
58960         * lib/getnline.c: New file.
58961         * lib/getndelim2.c: New file, extracted from getline.c.
58962         (getndelim2): Renamed from getdelim2, with added nmax argument.
58963         * lib/getline.c: Include getndelim2.c.
58964         (getdelim2): Moved out to getndelim2.c.
58965         (getline, getdelim): Update.
58966
58967 2003-07-17  Bruno Haible  <bruno@clisp.org>
58968
58969         * lib/Makefile.am: Remove file.
58970         * lib/Makefile.in: Remove file.
58971
58972 2003-07-17  Bruno Haible  <bruno@clisp.org>
58973
58974         * configure.in: Remove file.
58975         * Makefile.in: Remove file.
58976
58977 2003-07-17  Bruno Haible  <bruno@clisp.org>
58978
58979         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58980
58981 2003-07-16  Karl Berry  <karl@gnu.org>
58982
58983         * config/srclist-update: was running fixlicense twice, which caused
58984                 texinfo.tex to be nullified for some reason.  Simplify,
58985                 $gplsrc is no longer needed as far as I can see?
58986
58987 2003-07-16  Jim Meyering  <jim@meyering.net>
58988
58989         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58990
58991 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58992
58993         * config/srclist.txt: Get the following files from gettext-runtime/intl
58994         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58995         ref-del.sin.  From Bruno Haible.
58996         * config/srclist-update (fixfile): Change grep pattern again, since the
58997         previous fix didn't work (there was another trailing $).  Use
58998         '[$]' to escape the $s.
58999
59000 2003-07-15  Karl Berry  <karl@gnu.org>
59001
59002         * lib/vasnprintf.c: update from gettext.
59003
59004 2003-07-15  Karl Berry  <karl@gnu.org>
59005
59006         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59007         gets expanded when surrounded by '$'.
59008
59009 2003-07-15  Jim Meyering  <jim@meyering.net>
59010
59011         * modules/save-cwd: Don't depend on error.  From Derek Price.
59012
59013 2003-07-15  Jim Meyering  <jim@meyering.net>
59014
59015         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59016
59017 2003-07-14  Simon Josefsson  <jas@extundo.com>
59018
59019         * modules/mempcpy: New file.
59020         * MODULES.html.sh (func_all_modules): Add mempcpy.
59021
59022 2003-07-14  Simon Josefsson  <jas@extundo.com>
59023
59024         * m4/mempcpy.m4: New file.
59025
59026 2003-07-14  Simon Josefsson  <jas@extundo.com>
59027
59028         * lib/mempcpy.h: New file.
59029         * lib/mempcpy.c: New file.
59030
59031 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59032
59033         * modules/getdate, modules/posixtm: Depend on mktime.
59034
59035 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59036
59037         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59038         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59039         unicodeio.c, unicodeio.h, unlocked-io.h:
59040         Switch from LGPL to GPL.
59041
59042 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59043
59044         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59045         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59046         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59047         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59048         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59049         updated automatically by ../config/srclist-update.  This changes
59050         their license from LPGL to GPL.
59051
59052 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59053
59054         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59055         assumed to refer to the root of the most recent stable gettext version.
59056         * config/srclistvars.sh: Add defaults for eggert.
59057         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59058         Match "This program" as well as "The program".  This is needed
59059         for gettext.
59060
59061 2003-07-14  Jim Meyering  <jim@meyering.net>
59062
59063         Don't emit diagnostics.  Let callers do that.
59064         * lib/save-cwd.c: Don't include "error.h".
59065         (save_cwd): Don't call error.  Ensure that errno is valid
59066         when returning nonzero.
59067
59068         * lib/save-cwd.h (restore_cwd): Update prototype.
59069         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59070         Simplify.  Don't call error upon failure.  Let callers do that.
59071         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59072         when auditing is enabled.  But don't bother updating the #if.
59073
59074 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59075
59076         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59077         it breaks C++ compilation.
59078         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59079
59080 2003-07-10  Simon Josefsson  <jas@extundo.com>
59081
59082         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59083
59084 2003-07-10  Jim Meyering  <jim@meyering.net>
59085
59086         * m4/clock_time.m4: Remove trailing blank.
59087         * m4/intmax_t.m4: Likewise.
59088
59089 2003-07-10  Jim Meyering  <jim@meyering.net>
59090
59091         * lib/vasnprintf.c: Remove trailing blanks.
59092         Make cpp indentation consistent.
59093
59094 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59095
59096         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59097         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59098         Switch from LGPL to GPL.
59099
59100 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59101
59102         * config/srclist.txt: Sort sublists.  Add
59103         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59104         that differ from gnulib for one reason or another; we'd like this list
59105         to be smaller but for now let's document what we have.
59106
59107 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59108
59109         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59110         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59111         and sweeter "eval x=$x".
59112         * config/srclist.txt: Get lib/argp* from glibc.
59113
59114 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59115
59116         * lib/mktime.c: Fix some boundary cases and remove need for floating
59117         point.
59118
59119         Issue a compile-time diagnostic if time_t is floating point, or if
59120         two's complement arithmetic is not in effect, or if arithmetic
59121         right shift does not propagate the sign.  These assumptions were
59122         all in the original code but they weren't checked.
59123
59124         (TIME_T_MIDPOINT, verify): New macros.
59125         (__isleap): Remove; it has integer overflow problems.
59126         (leapyear): New function, without those problems.
59127         (ydhms_tm_diff): Remove; splitting into two parts.
59128         (ydhms_diff): New function, containing the arithmetic part of
59129         the old ydhms_tm_diff function.  Issue a compile-time
59130         diagnostic if we are not using C99 integer division.
59131         Avoid casts when possible.
59132         (guess_time_tm): New function, containing the checking part of
59133         the old ydhms_tm_diff function.  Return the new value, rather than
59134         the difference between it and the old.  Accept a new argument T
59135         so that *T specifies the old value.  Check for overflow in the result.
59136
59137         (__mktime_internal): Use a time_t offset, not a long int offset.
59138         This undoes the 2003-06-04 change, which is no longer needed now
59139         that we have better overflow checking.
59140         (localtime_offset): Likewise.
59141
59142         (__mktime_internal): Avoid harmful overflow on hosts where time_t
59143         and long are 64-bit but int is only 32-bit.
59144         (ydhms_diff): Use long int to store year1 and yday1.
59145         Issue a compile-time diagnostic if long int is not wide enough.
59146
59147         (__mktime_internal): Use long int to store adjusted year and yday.
59148         Use plain C rather than preprocessor commands, if that doesn't
59149         affect efficiency.
59150         Check for overflow (and try to repair) after each probe
59151         rather than checking only at the very end.  This avoids some bugs
59152         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
59153         does not equal GMT offset at maximum time).
59154         Use integer to check for overflow rather than floating point; this
59155         is more portable to non-IEEE hosts, and is a tad faster.
59156         When we detect that we are oscillating between two values,
59157         don't check whether tm_isdst has the requested value, since
59158         we already know the answer.  When tm_isdst has the wrong value,
59159         use a different heuristic to find the right one, based on the
59160         extreme values actually observed in practice in tz2003a,
59161         rather than the (overly optimistic) "previous 3 calendar quarters".
59162
59163         (not_equal_tm, print_tm, check_result): Use "const T" rather than
59164         "T const" to accommodate glibc style.
59165         (check_result): Use less-confusing report format.  "long" -> "long int.
59166         (main): Likewise.
59167         Don't loop if the iteration overflows time_t.
59168         Allow a negative step in the iteration.
59169
59170 2003-07-06  Karl Berry  <karl@gnu.org>
59171
59172         * config/depcomp: update from automake.
59173         * config/config.sub: update from prep.
59174
59175 2003-07-03  Karl Berry  <karl@gnu.org>
59176
59177         * config/config.guess: update from prep.
59178
59179 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59180
59181         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
59182         xreadlink.c now includes it unconditionally.
59183
59184 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59185
59186         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
59187         having it depend on HAVE_SYS_TYPES_H.
59188
59189 2003-07-01  Bruno Haible  <bruno@clisp.org>
59190
59191         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
59192         <sys/types.h> should be sufficient.
59193         Reported by Paul Eggert.
59194
59195 2003-06-26  Karl Berry  <karl@gnu.org>
59196
59197         * config/depcomp: update from automake.
59198
59199 2003-06-26  Bruno Haible  <bruno@clisp.org>
59200
59201         * modules/human: Depend on module stdbool.
59202
59203 2003-06-25  Bruno Haible  <bruno@clisp.org>
59204
59205         * modules/readlink: New file.
59206         * modules/xreadlink: Depend on it.
59207         * MODULES.html.sh (func_all_modules): Add readlink.
59208
59209 2003-06-25  Bruno Haible  <bruno@clisp.org>
59210
59211         * m4/readlink.m4: New file.
59212
59213 2003-06-25  Bruno Haible  <bruno@clisp.org>
59214
59215         * lib/readlink.c: New file.
59216
59217 2003-06-22  Karl Berry  <karl@gnu.org>
59218
59219         * config/srclist.txt: update mkinstalldirs from automake.
59220         * config/mkinstalldirs: update.
59221
59222 2003-06-22  Bruno Haible  <bruno@clisp.org>
59223
59224         Portability to mingw32.
59225         * m4/ssize_t.m4: New file, from GNU gettext.
59226         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
59227         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
59228
59229 2003-06-22  Bruno Haible  <bruno@clisp.org>
59230
59231         * modules/safe-read: Add m4/ssize_t.m4.
59232         * modules/xreadlink: Add m4/ssize_t.m4.
59233
59234 2003-06-20  Bruno Haible  <bruno@clisp.org>
59235
59236         Assume C89, so PARAMS isn't needed.
59237         * lib/unicodeio.h (PARAMS): Remove.
59238         * lib/unicodeio.c: Don't use PARAMS.
59239
59240 2003-06-18  Karl Berry  <karl@gnu.org>
59241
59242         * config/config.{guess,sub}: update from prep.
59243
59244 2003-06-18  Jim Meyering  <jim@meyering.net>
59245
59246         Merge changes from coreutils.
59247         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
59248         Remove explicit declarations of xmalloc and realloc.
59249         Include xalloc.h.
59250         (read_utmp): Remove anachronistic cast of xmalloc.
59251
59252 2003-06-17  Paul Eggert  <eggert@twinsun.com>
59253
59254         Assume C89, so PARAMS isn't needed.
59255         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
59256         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
59257         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
59258         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
59259         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
59260         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
59261         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
59262         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
59263         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
59264         lib/xstrtod.h, lib/xstrtol.h: Likewise.
59265         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
59266         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
59267         no longer needed. Anyway, config.h should always be included before any
59268         other file.
59269
59270 2003-06-11  Simon Josefsson  <jas@extundo.com>
59271
59272         * modules/sysexits: New file.
59273         * MODULES.html.sh (func_all_modules): Add sysexits.
59274
59275 2003-06-11  Simon Josefsson  <jas@extundo.com>
59276
59277         * lib/sysexit_.h: New file.
59278
59279 2003-06-11  Derek Price  <derek@ximbiot.com>
59280
59281         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59282         necessary.
59283
59284 2003-06-11  Bruno Haible  <bruno@clisp.org>
59285
59286         * m4/sysexits.m4: New file.
59287
59288 2003-06-10  Simon Josefsson  <jas@extundo.com>
59289
59290         * lib/argp.h: New file, from glibc.
59291         * lib/argp-ba.c: New file, from glibc.
59292         * lib/argp-eexst.c: New file, from glibc.
59293         * lib/argp-fmtstream.c: New file, from glibc.
59294         * lib/argp-fmtstream.h: New file, from glibc.
59295         * lib/argp-fs-xinl.c: New file, from glibc.
59296         * lib/argp-help.c: New file, from glibc.
59297         * lib/argp-namefrob.h: New file, from glibc.
59298         * lib/argp-parse.c: New file, from glibc.
59299         * lib/argp-pv.c: New file, from glibc.
59300         * lib/argp-pvh.c: New file, from glibc.
59301         * lib/argp-xinl.c: New file, from glibc.
59302
59303 2003-06-10  Simon Josefsson  <jas@extundo.com>
59304
59305         * modules/strchrnul: New file.
59306
59307 2003-06-10  Simon Josefsson  <jas@extundo.com>
59308
59309         * modules/argp: New file.
59310
59311 2003-06-10  Simon Josefsson  <jas@extundo.com>
59312
59313         * m4/strchrnul.m4: New file.
59314
59315 2003-06-10  Simon Josefsson  <jas@extundo.com>
59316
59317         * lib/strchrnul.h: New file.
59318         * lib/strchrnul.c: New file.
59319
59320 2003-06-10  Bruno Haible  <bruno@clisp.org>
59321
59322         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59323
59324 2003-06-07  Karl Berry  <karl@gnu.org>
59325
59326         * config/config.{guess,sub}: update from prep.
59327
59328 2003-06-07  Jim Meyering  <jim@meyering.net>
59329
59330         * modules/strtod: Use $(...) notation, not @...@ for
59331         AC_REPLACE'd variables.
59332         * modules/localcharset: Likewise.
59333
59334 2003-06-07  Jim Meyering  <jim@meyering.net>
59335
59336         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59337         in place of my name in the copyright comment.
59338         Remove definition and uses of __P.
59339
59340         From coreutils.
59341         * lib/stat.c: Don't declare xmalloc explicitly.
59342         Instead, include "xalloc.h".
59343         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59344         xrealloc, and xcalloc return values.
59345         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59346         Improve comment.
59347         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59348
59349 2003-06-07  Bruno Haible  <bruno@clisp.org>
59350
59351         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59352         avoid AC_CONFIG_LINKS.
59353         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59354         fnmatch.h, to avoid AC_CONFIG_LINKS.
59355         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59356
59357 2003-06-07  Bruno Haible  <bruno@clisp.org>
59358
59359         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59360         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59361         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59362         directory.
59363         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59364         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59365         directory.
59366
59367 2003-06-06  Jim Meyering  <jim@meyering.net>
59368
59369         Merge from coreutils.
59370         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59371         Consolidate declarations and initializations of *_base* locals.
59372
59373         Merge from coreutils.
59374         This avoids a core dump on systems without GNU putenv,
59375         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59376         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59377         (unsetenv): New static function, from GNU libc.
59378         (rpl_putenv): Use it.
59379
59380         * lib/modechange.c: Remove trailing blanks.
59381
59382         Merge from coreutils.
59383         * lib/fsusage.c: Remove declaration of statfs.
59384         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59385
59386         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59387
59388 2003-06-06  Jim Meyering  <jim@meyering.net>
59389
59390         * lib/stdbool_.h: Renamed from stdbool.h.in.
59391
59392 2003-06-06  Jim Meyering  <jim@meyering.net>
59393             Bruno Haible  <bruno@clisp.org>
59394
59395         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59396         Adjust Makefile.am snippet not to redirect directly to target.
59397         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59398
59399 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59400
59401         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59402         mismatch, look in future quarters as well as past.  This fixes a
59403         bug when processing fall-backwards gaps immediately after a long
59404         period of daylight-saving time.
59405
59406         * lib/mktime.c: Assume freestanding C89 or better.
59407         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59408         (__P): Remove; not used.
59409         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59410         (mktime, not_equal_tm, print_tm, check_result,
59411         main): Use prototypes.  Use const * where appropriate.
59412         (main): Fix typo in testing code that uncovered by above changes.
59413         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59414
59415 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59416
59417         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59418         locale.h, localeconv.  This merges changes from coreutils.
59419
59420         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59421         It can be removed after the next Autoconf is released.
59422         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59423         needed.
59424
59425 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59426
59427         * lib/mktime.c: Fix Debian bug 177940
59428         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59429         (localtime_offset): Now long int, not time_t, because we want it
59430         to be guaranteed to be signed.  All uses changed.
59431         (__mktime_internal): If overflow would occur when adding offset,
59432         don't add it.
59433
59434         Merge 'human' changes from coreutils.  Rewrite to support
59435         locale-specific notations like thousands separators.
59436         * lib/human.c: Simplify authorship notice.
59437         Include human.h immediately after config.h.
59438         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59439         <limits.h>: Do not include, since human.h does.
59440         (SIZE_MAX, UINTMAX_MAX): New macros.
59441         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59442         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59443         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59444         (power_letter): Renamed from suffixes.
59445         (generate_suffix_backwards): Remove.
59446         (adjust_value): Now takes int style (because of human.h changes)
59447         and long double value (for greater precision on some platforms).
59448         (group_number): New function.
59449         (human_readable): Use it.  Use integer options, not enum.
59450         Put the options before the sizes in the arg list.
59451         Support all the new options.
59452         The old human_readable function has been removed;
59453         use inttostr.h instead.
59454         (human_readable, default_block_size, humblock):
59455         Use uintmax_t, not int, for block sizes.
59456         (human_readable_inexact, block_size_types): Remove.
59457         (block_size_opts): New constant.
59458         (human_options): Renamed from human_block_size, with new signature
59459         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59460         * lib/human.h: Add copyright and authorship notice.
59461         Include <limits.h> and <stdbool.h> unconditionally.
59462         (PARAMS): Remove.  All uses removed.
59463         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59464         (enum human_inexact_style): Remove tag; now a nameless enum.
59465         (human_floor, human_ceiling, human_round_to_even): Now have
59466         values 2, 0, 1 rather than -1, 1, 0.
59467         (human_group_digits, human_suppress_point_zero, human_autoscale,
59468         human_base_1024, human_SI, human_B): New constants.
59469         (human_readable_inexact, human_block_size): Remove.
59470         (human_readable): Size args are now uintmax_t, not int.
59471         (human_options): New decl.
59472
59473         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59474         unnecessary now that we assume C89 or better.  This change
59475         imported from coreutils.
59476
59477         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59478         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59479         in the 2003-05-30 sync from glibc.
59480
59481         .h files should stand alone, but we shouldn't include <sys/types.h>
59482         if we can get away with just <stddef.h>.
59483
59484         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59485         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59486         rather than <sys/types.h>, as we merely need size_t.
59487         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59488         to get size_t.
59489         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59490         Include <stdio.h>, to get FILE.
59491         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59492         memcasecmp.h has included <stddef.h> and all we need is size_t.
59493         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59494         our interface, instead of including <sys/types.h>
59495
59496 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59497
59498         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59499         now, as glibc mktime is buggy on non-glibc systems.
59500
59501 2003-06-03  Karl Berry  <karl@gnu.org>
59502
59503         * config/config.sub: update from prep.
59504
59505 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59506
59507         [from coreutils]
59508         Fix some minor time-related bugs with POSIX time arguments.
59509         Some valid time stamps were being rejected (notably -1, and
59510         time stamps before 1900 on 64-bit hosts).  And some invalid
59511         time stamps were being accepted, e.g. September 31.
59512
59513         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59514         that we can return (time_t) -1 successfully.
59515         * lib/posixtm.c: Likewise.
59516         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59517         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59518         (t): Remove static var.
59519         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59520         of static var.  All uses changed.
59521         (year): Do not reject years before 1900; they can occur with
59522         64-bit time_t.
59523         (posix_time_parse): Do not check for out-of-range components;
59524         that is now the caller's responsibility, since our checks were
59525         only approximations.
59526         (posixtime): Use mktime to check for out-of-range components,
59527         since it knows them exactly.
59528         If mktime returns (time_t) -1, check whether an error actually occurred
59529         by invoking localtime on -1.
59530         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59531         posixtime failures better.
59532         Improve the test data (in comments only).
59533
59534 2003-06-02  Karl Berry  <karl@gnu.org>
59535
59536         * config/mkinstalldirs (version): new variable.
59537         (--version): new option.
59538         (usage): improve message.
59539
59540 2003-05-30  Karl Berry  <karl@gnu.org>
59541
59542         * lib/mktime.c: update from libc.
59543
59544 2003-05-30  Bruno Haible  <bruno@clisp.org>
59545
59546         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59547         * config/config.rpath: Upgrade to gettext-0.12.1.
59548
59549 2003-05-30  Bruno Haible  <bruno@clisp.org>
59550
59551         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59552         * m4/nls.m4: New file, from gettext-0.12.1.
59553         * m4/po.m4: New file, from gettext-0.12.1.
59554         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59555
59556 2003-05-30  Bruno Haible  <bruno@clisp.org>
59557
59558         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59559         * lib/localcharset.h: Likewise.
59560         * lib/localcharset.c: Likewise.
59561
59562 2003-05-29  Karl Berry  <karl@gnu.org>
59563
59564         * config/config.rpath: update from gettext.
59565
59566 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59567
59568         Assume the headers required for C89 freestanding compilers.
59569         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59570         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59571         * m4/human.m4 (gl_HUMAN): Likewise.
59572         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59573         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59574         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59575         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59576         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59577         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59578
59579 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59580
59581         Assume the headers required for C89 freestanding compilers.
59582         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59583         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59584         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59585         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59586         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59587         define, since <limits.h> is guaranteed to do that.
59588         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59589         * lib/exclude.c: Include <stdbool.h> unconditionally.
59590         * lib/tempname.c: Include <stddef.h> unconditionally.
59591         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59592         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59593         <stddef.h> does that.
59594         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59595         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59596         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59597         needed.
59598         * lib/xstrtol.c: Likewise.
59599         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59600         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59601
59602         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59603         warnings on some platforms.
59604
59605         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59606         arbitrarily.
59607
59608 2003-05-26  Jim Meyering  <jim@meyering.net>
59609
59610         Merge in a change from coreutils:
59611         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59612         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59613         that condition, rather than `-1' which is slightly misleading.
59614         Change the name of the cache variable to have the gl_ prefix.
59615         Prompted by a patch from Richard Dawe for DJGPP.
59616
59617 2003-05-24  Karl Berry  <karl@gnu.org>
59618
59619         * config/config.guess: update from prep.
59620
59621 2003-05-22  Karl Berry  <karl@gnu.org>
59622
59623         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59624
59625 2003-05-20  Karl Berry  <karl@gnu.org>
59626
59627         * config/config.guess: update from prep.
59628
59629 2003-05-18  Karl Berry  <karl@gnu.org>
59630
59631         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59632         might actually be set by the user.
59633
59634         * config/depcomp, install-sh, mdate-sh: update from automake.
59635
59636 2003-05-17  Bruno Haible  <bruno@clisp.org>
59637
59638         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59639         invalid expansion for AC_EGREP_CPP.
59640         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59641         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59642         Suggested by Akim Demaille <akim@epita.fr> in
59643         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59644
59645 2003-05-12  Jim Meyering  <jim@meyering.net>
59646
59647         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59648         the space-padded-by-default conversion specifiers, %e, %k, %l.
59649
59650 2003-05-12  Bruno Haible  <bruno@clisp.org>
59651
59652         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59653         the string is longer than 4 KB.
59654
59655 2003-05-11  Karl Berry  <karl@gnu.org>
59656
59657         * config/config.{guess,sub}: update from prep.
59658
59659 2003-05-09  Bruno Haible  <bruno@clisp.org>
59660
59661         * modules/error: Add m4/strerror_r.m4 to file list.
59662
59663 2003-05-03  Bruno Haible  <bruno@clisp.org>
59664
59665         Upgrade to Unicode-4.0.
59666         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59667         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59668         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59669         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59670         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59671         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59672         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59673         Change width of U+E0100..U+E01EF from 1 to 0.
59674
59675 2003-04-25  Jim Meyering  <jim@meyering.net>
59676
59677         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59678         of type size_t, not int.
59679
59680 2003-04-25  Bruno Haible  <bruno@clisp.org>
59681
59682         * lib/copy-file.c: Include <stddef.h>, for size_t.
59683
59684 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59685
59686         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59687         code which expansion is under static control.  Patch imported from
59688         Akim Demaille's patch to Bison; see
59689         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59690
59691 2003-04-14  Bruno Haible  <bruno@clisp.org>
59692
59693         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59694
59695 2003-04-11  Jim Meyering  <jim@meyering.net>
59696
59697         Merge changes from Coreutils.
59698
59699         2003-03-22  Jim Meyering  <jim@meyering.net>
59700
59701         * lib/strftime.c (widen): Cast alloca return value to proper type.
59702
59703         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59704
59705         From GNU libc.
59706         * lib/strftime.c (my_strftime): Handle very large width
59707         specifications for numeric values correctly.  Improve checks for
59708         overflow.
59709
59710         2003-01-19  Jim Meyering  <jim@meyering.net>
59711
59712         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59713         definitions.
59714         (nl_get_alt_digit) [! defined my_strftime]: Define.
59715         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59716         _nl_get_alt_digit and _nl_get_walt_digit.
59717
59718         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59719         libc. These changes have no effect outside of _LIBC.
59720
59721 2003-04-10  Bruno Haible  <bruno@clisp.org>
59722
59723         * modules/findprog: New file.
59724         * MODULES.html.sh (func_all_modules): Add it.
59725
59726 2003-04-10  Bruno Haible  <bruno@clisp.org>
59727
59728         * m4/findprog.m4: New file.
59729         * m4/eaccess.m4: New file.
59730
59731 2003-04-10  Bruno Haible  <bruno@clisp.org>
59732
59733         * lib/findprog.h: New file, from GNU gettext.
59734         * lib/findprog.c: New file, from GNU gettext.
59735
59736 2003-04-05  Jim Meyering  <jim@meyering.net>
59737
59738         Merge changes from Coreutils.
59739
59740         * lib/exclude.h (PARAMS): Remove definition and uses.
59741         * lib/exclude.c: Remove uses of `PARAMS'.
59742
59743         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59744         Add test-cases for DOS filenames. Declare program_name.
59745         (main): Set up program_name.  Patch by Rich Dawe.
59746
59747         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59748         error from mntctl.
59749         Use mntctl's return value to drive the entry-processing loop, since
59750         we can't rely on the value of the vmt_length member in the last
59751         entry.  On some systems doing so could result in exhausting
59752         virtual memory.  Based in part on a patch from Mike Jetzer.
59753
59754 2003-04-04  Bruno Haible  <bruno@clisp.org>
59755
59756         * modules/linebreak: New file.
59757         * MODULES.html.sh (func_all_modules): Add it.
59758
59759 2003-04-04  Bruno Haible  <bruno@clisp.org>
59760
59761         * m4/linebreak.m4: New file.
59762
59763 2003-04-04  Bruno Haible  <bruno@clisp.org>
59764
59765         * lib/linebreak.h: New file, from GNU gettext.
59766         * lib/linebreak.c: New file, from GNU gettext with slight
59767         modifications.
59768         * lib/lbrkprop.h: New file, from GNU gettext.
59769
59770 2003-04-03  Bruno Haible  <bruno@clisp.org>
59771
59772         * modules/utf8-ucs4: New file.
59773         * modules/utf16-ucs4: New file.
59774         * modules/ucs4-utf8: New file.
59775         * modules/ucs4-utf16: New file.
59776         * MODULES.html.sh (func_all_modules): Add them.
59777
59778 2003-04-03  Bruno Haible  <bruno@clisp.org>
59779
59780         * m4/utf-ucs4.m4: New file.
59781         * m4/ucs4-utf.m4: New file.
59782
59783 2003-04-03  Bruno Haible  <bruno@clisp.org>
59784
59785         * lib/utf8-ucs4.h: New file, from GNU gettext.
59786         * lib/utf16-ucs4.h: New file, from GNU gettext.
59787         * lib/ucs4-utf8.h: New file, from GNU gettext.
59788         * lib/ucs4-utf16.h: New file, from GNU gettext.
59789
59790 2003-04-02  Bruno Haible  <bruno@clisp.org>
59791
59792         * modules/binary-io: New file.
59793         * MODULES.html.sh (func_all_modules): Add it.
59794
59795 2003-04-02  Bruno Haible  <bruno@clisp.org>
59796
59797         * lib/binary-io.h: New file, from GNU gettext.
59798
59799 2003-04-01  Bruno Haible  <bruno@clisp.org>
59800
59801         * modules/pathname: New file.
59802         * MODULES.html.sh (func_all_modules): Add it.
59803
59804 2003-04-01  Bruno Haible  <bruno@clisp.org>
59805
59806         * lib/pathname.h: New file, from GNU gettext.
59807         * lib/concatpath.c: New file, from GNU gettext.
59808
59809 2003-03-30  Bruno Haible  <bruno@clisp.org>
59810
59811         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59812
59813 2003-03-30  Bruno Haible  <bruno@clisp.org>
59814
59815         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59816         function chown() doesn't exist.
59817
59818 2003-03-28  Bruno Haible  <bruno@clisp.org>
59819
59820         * modules/copy-file: New file.
59821         * MODULES.html.sh (func_all_modules): Add it.
59822
59823 2003-03-28  Bruno Haible  <bruno@clisp.org>
59824
59825         * m4/copy-file.m4: New file.
59826
59827 2003-03-28  Bruno Haible  <bruno@clisp.org>
59828
59829         * lib/copy-file.h: New file, from GNU gettext.
59830         * lib/copy-file.c: New file, from GNU gettext.
59831
59832 2003-03-18  Jim Meyering  <jim@meyering.net>
59833
59834         * lib/quote.c (quote_n): Fix typo in comment.
59835
59836 2003-03-18  Bruno Haible  <bruno@clisp.org>
59837
59838         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59839         checking.
59840         * m4/onceonly_2_57.m4: Likewise.
59841
59842 2003-03-17  Bruno Haible  <bruno@clisp.org>
59843
59844         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59845         (m4_quote): Remove macro.
59846         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59847
59848 2003-03-14  Jim Meyering  <jim@meyering.net>
59849
59850         Merge changes from Coreutils.
59851         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59852         to be const, in order to avoid warnings.
59853         (obstack_room): Likewise.
59854         (obstack_empty_p): Likewise.
59855
59856 2003-03-14  Bruno Haible  <bruno@clisp.org>
59857
59858         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59859         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59860
59861 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59862
59863         Merge changes from Bison.
59864         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59865         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59866         when compiling Bison 1.875's `bitset bset = obstack_alloc
59867         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59868         * lib/hash.c: Include <stdbool.h> unconditionally.
59869
59870 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59871
59872         * m4/onceonly.m4 (m4_quote): New macro.
59873         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59874         Quote AC_FOREACH variable-expansions properly.
59875
59876 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59877
59878         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59879
59880 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59881
59882         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59883         Reported by Bruce Becker; see:
59884         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59885
59886 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59887             Bruno Haible  <bruno@clisp.org>
59888
59889         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59890         Reported by John Hughes, see
59891         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59892
59893 2003-02-20  Bruno Haible  <bruno@clisp.org>
59894
59895         * MODULES.html.sh (func_all_modules): Add poll.
59896
59897 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59898
59899         * modules/poll: New file.
59900
59901 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59902
59903         * lib/poll_.h: New file.
59904         * lib/poll.c: New file.
59905
59906 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59907
59908         * m4/poll.m4: New file.
59909
59910 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59911
59912         * modules/mathl: New file.
59913
59914 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59915
59916         * lib/mathl.h: New file.
59917         * lib/acosl.c: New file.
59918         * lib/asinl.c: New file.
59919         * lib/atanl.c: New file.
59920         * lib/ceill.c: New file.
59921         * lib/cosl.c: New file.
59922         * lib/expl.c: New file.
59923         * lib/floorl.c: New file.
59924         * lib/frexpl.c: New file.
59925         * lib/ldexpl.c: New file.
59926         * lib/logl.c: New file.
59927         * lib/sincosl.c: New file.
59928         * lib/sinl.c: New file.
59929         * lib/sqrtl.c: New file.
59930         * lib/tanl.c: New file.
59931         * lib/trigl.c: New file.
59932         * lib/trigl.h: New file.
59933
59934 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59935
59936         * m4/mathl.m4: New file.
59937
59938 2003-02-18  Bruno Haible  <bruno@clisp.org>
59939
59940         * MODULES.html.sh (func_all_modules): Add mathl.
59941
59942 2003-02-17  Bruno Haible  <bruno@clisp.org>
59943
59944         * modules/mkdtemp: New module.
59945         * MODULES.html.sh (func_all_modules): Add it.
59946
59947 2003-02-17  Bruno Haible  <bruno@clisp.org>
59948
59949         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59950
59951 2003-02-17  Bruno Haible  <bruno@clisp.org>
59952
59953         * lib/mkdtemp.h: New file, from GNU gettext.
59954         * lib/mkdtemp.c: New file, from GNU gettext.
59955
59956 2003-02-02  Jim Meyering  <jim@meyering.net>
59957
59958         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59959         e.g. glibc-2.2.93.
59960
59961 2003-01-31  Bruno Haible  <bruno@clisp.org>
59962
59963         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59964         'rpl_rename'.
59965         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59966         'rpl_strnlen'.
59967         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59968         'rpl_strtod'.
59969         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59970         'rpl_utime'.
59971
59972 2003-01-31  Bruno Haible  <bruno@clisp.org>
59973
59974         * lib/rename.c: #undef rename before defining rpl_rename.
59975         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59976
59977 2003-01-30  Bruno Haible  <bruno@clisp.org>
59978
59979         * modules/vasnprintf, modules/vasprintf: New modules.
59980         * MODULES.html.sh (func_all_modules): Add them.
59981
59982 2003-01-30  Bruno Haible  <bruno@clisp.org>
59983
59984         * m4/signed.m4: New file, from GNU gettext.
59985         * m4/longdouble.m4: New file, from GNU gettext.
59986         * m4/wchar_t.m4: New file, from GNU gettext.
59987         * m4/wint_t.m4: New file, from GNU gettext.
59988         * m4/vasnprintf.m4: New file.
59989         * m4/vasprintf.m4: New file.
59990
59991 2003-01-30  Bruno Haible  <bruno@clisp.org>
59992
59993         * lib/printf-args.h: New file, from GNU gettext.
59994         * lib/printf-args.c: New file, from GNU gettext.
59995         * lib/printf-parse.h: New file, from GNU gettext.
59996         * lib/printf-parse.c: New file, from GNU gettext.
59997         * lib/vasnprintf.h: New file, from GNU gettext.
59998         * lib/vasnprintf.c: New file, from GNU gettext.
59999         * lib/asnprintf.c: New file, from GNU gettext.
60000         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60001         * lib/vasprintf.c: New file, from GNU gettext.
60002         * lib/asprintf.c: New file, from GNU gettext.
60003
60004 2003-01-29  Bruno Haible  <bruno@clisp.org>
60005
60006         * modules/stpncpy: New module.
60007         * MODULES.html.sh (func_all_modules): Add it.
60008
60009 2003-01-29  Bruno Haible  <bruno@clisp.org>
60010
60011         * m4/stpncpy.m4: New file.
60012
60013 2003-01-29  Bruno Haible  <bruno@clisp.org>
60014
60015         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60016         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60017
60018 2003-01-28  Bruno Haible  <bruno@clisp.org>
60019
60020         * modules/c-ctype: New module.
60021         * MODULES.html.sh (func_all_modules): Add it.
60022
60023 2003-01-28  Bruno Haible  <bruno@clisp.org>
60024
60025         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60026         Paul Eggert.
60027         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60028         Paul Eggert.
60029
60030 2003-01-27  Bruno Haible  <bruno@clisp.org>
60031
60032         * modules/xsetenv: New module.
60033         * MODULES.html.sh (func_all_modules): Add it.
60034
60035 2003-01-27  Bruno Haible  <bruno@clisp.org>
60036
60037         * lib/xsetenv.h: New file, from GNU gettext.
60038         * lib/xsetenv.c: New file, from GNU gettext.
60039
60040 2003-01-23  Jim Meyering  <jim@meyering.net>
60041
60042         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60043         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60044
60045 2003-01-23  Bruno Haible  <bruno@clisp.org>
60046
60047         * modules/minmax: New module.
60048         * MODULES.html.sh (func_all_modules): Add it.
60049
60050 2003-01-23  Bruno Haible  <bruno@clisp.org>
60051
60052         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60053         Eggert.
60054
60055 2003-01-22  Bruno Haible  <bruno@clisp.org>
60056
60057         * modules/exit: New module.
60058         * MODULES.html.sh (func_all_modules): Add it.
60059
60060 2003-01-22  Bruno Haible  <bruno@clisp.org>
60061
60062         * lib/exit.h: New file, from GNU gettext.
60063
60064 2003-01-19  Bruno Haible  <bruno@clisp.org>
60065
60066         * gnulib-tool: Recognize option --extract-maintainer.
60067         (func_get_maintainer): New function.
60068         * modules/*: Add Maintainer entry.
60069
60070 2003-01-16  Jim Meyering  <jim@meyering.net>
60071
60072         * m4/regex.m4: The `regex' struct is both input and output.
60073         Initialize it before each use.  Patch by Tim Waugh.
60074
60075 2003-01-16  Bruno Haible  <bruno@clisp.org>
60076
60077         * MODULES.html.sh: Add a table of contents. Add the module name as
60078         leftmost column. Add hyperlinks.
60079
60080 2003-01-15  Bruno Haible  <bruno@clisp.org>
60081
60082         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60083
60084 2003-01-15  Bruno Haible  <bruno@clisp.org>
60085
60086         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60087         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60088         suffix.
60089
60090 2003-01-15  Bruno Haible  <bruno@clisp.org>
60091
60092         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60093
60094 2003-01-15  Bruno Haible  <bruno@clisp.org>
60095
60096         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60097         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60098
60099 2003-01-14  Jim Meyering  <jim@meyering.net>
60100
60101         * lib/same.c (same_name): Tweak a comment.
60102
60103 2003-01-14  Bruno Haible  <bruno@clisp.org>
60104
60105         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60106         when a string comparison is sufficient.
60107
60108 2003-01-14  Bruno Haible  <bruno@clisp.org>
60109
60110         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60111         'unsigned int'.
60112
60113 2003-01-14  Bruno Haible  <bruno@clisp.org>
60114
60115         * lib/hash-pjw.c: Add comment about low quality of this function.
60116
60117 2003-01-13  Bruno Haible  <bruno@clisp.org>
60118
60119         * modules/stpcpy: Distribute lib/stpcpy.h.
60120         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60121
60122 2003-01-13  Bruno Haible  <bruno@clisp.org>
60123
60124         * modules/*: Add a description.
60125         * modules/strpbrk: Fix Makefile.am snippet.
60126         * modules/strtoimax: Fix dependencies.
60127         * modules/strtoumax: Likewise.
60128
60129 2003-01-13  Bruno Haible  <bruno@clisp.org>
60130
60131         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
60132         * modules/alloca (Makefile.am): All object files depend on alloca.h.
60133         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
60134
60135 2003-01-13  Bruno Haible  <bruno@clisp.org>
60136
60137         * gnulib-tool (func_create_testdir): Store config/* files in the main
60138         directory.
60139         * config.rpath: Move to ...
60140         * config/config.rpath: ... here.
60141         * modules/gettext: Contains config/config.rpath, not config.rpath.
60142         * modules/iconv: Likewise.
60143
60144 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60145
60146         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60147         to avoid collisions with libcurses and libreadline.
60148
60149         * m4/getstr.m4: Remove.
60150         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
60151
60152 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60153
60154         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60155         to avoid collisions with libcurses and libreadline.
60156
60157         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
60158         * lib/getstr.h, getstr.c: Remove.
60159         * lib/getline.c: Include "getline.h", to check interface.
60160         Move body of old getstr.c here: this defines MIN_CHUNK and
60161         declares getdelim2, which is renamed from getstr.
60162         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
60163
60164         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
60165         All uses changed.
60166         * lib/linebuffer.h: Likewise.
60167         (readline): Remove backward-compatibility macro.
60168
60169 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60170
60171         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60172         to avoid collisions with libcurses and libreadline.
60173         * getstr: Remove.
60174         * MODULES.html.sh: Remove getstr.
60175         * modules/getline: Depend on unlocked-io, not getstr.
60176
60177 2003-01-12  Jim Meyering  <jim@meyering.net>
60178
60179         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
60180
60181 2003-01-10  Bruno Haible  <bruno@clisp.org>
60182
60183         * modules/alloca: Change Makefile.am requirements. Simplify Include
60184         requirements. Add lib/alloca_.h to file list.
60185
60186 2003-01-10  Bruno Haible  <bruno@clisp.org>
60187
60188         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
60189
60190 2003-01-10  Bruno Haible  <bruno@clisp.org>
60191
60192         * lib/alloca_.h: New file.
60193         * lib/getdate.y: Unconditionally include alloca.h.
60194         * lib/makepath.c: Likewise.
60195         * lib/setenv.c: Likewise.
60196         * lib/userspec.c: Likewise.
60197
60198 2003-01-09  Karl Berry  <karl@gnu.org>
60199
60200         * MODULES.html.sh: include `dirname $0` in PATH, to find
60201         gnulib-tool.
60202
60203 2003-01-09  Bruno Haible  <bruno@clisp.org>
60204
60205         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60206         Simplify Include requirements. Add lib/stdbool.h.in to file list.
60207
60208 2003-01-09  Bruno Haible  <bruno@clisp.org>
60209
60210         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
60211
60212 2003-01-09  Bruno Haible  <bruno@clisp.org>
60213
60214         * lib/stdbool.h.in: New file.
60215
60216 2003-01-09  Bruno Haible  <bruno@clisp.org>
60217
60218         * gnulib-tool (func_all_modules): Ignore files ending in ~.
60219         * MODULES.html.sh: Likewise.
60220
60221 2003-01-08  Jim Meyering  <jim@meyering.net>
60222
60223         * lib/full-write.c: Undefine and define-away `const' after inclusion
60224         of errno.h, not before.  Suggestion from Bruno Haible.
60225
60226 2003-01-08  Bruno Haible  <bruno@clisp.org>
60227
60228         * modules/full-read: Depend on full-write.
60229
60230 2003-01-08  Bruno Haible  <bruno@clisp.org>
60231
60232         * lib/safe-read.c: Include specification header first, to ensure its
60233         selfcontainedness.
60234         * lib/full-write.c: Likewise.
60235
60236 2003-01-07  Jim Meyering  <jim@meyering.net>
60237
60238         * lib/full-write.c: Rework so that it may serve to define full_read,
60239         too.
60240         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
60241
60242 2003-01-07  Bruno Haible  <bruno@clisp.org>
60243
60244         * lib/strtoimax.c: Include <stdint.h> as an alternative to
60245         <inttypes.h>.
60246         * lib/xstrtol.h: Likewise.
60247         * lib/xstrtoimax.c: Likewise.
60248         * lib/xstrtoumax.c: Likewise.
60249         * lib/human.h: Likewise.
60250
60251         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
60252         on systems that have <inttypes.h> but not <stdint.h>.
60253
60254 2003-01-07  Bruno Haible  <bruno@clisp.org>
60255
60256         * MODULES.html.sh: Add copyright notice.
60257         (missed_files): Omit CVS directory entries.
60258         (func_module): Make it work with sed-3.02.
60259         * MODULES.txt: Remove file.
60260
60261 2003-01-06  Jim Meyering  <jim@meyering.net>
60262
60263         * lib/version-etc.c: Update year in translatable copyright string.
60264
60265 2003-01-03  Karl Berry  <karl@gnu.org>
60266
60267         * config/config.{guess,sub}: update from prep.
60268
60269 2003-01-02  Karl Berry  <karl@gnu.org>
60270
60271         * doc/COPYING.DOC: belatedly updated to 1.2.
60272
60273 2003-01-01  Karl Berry  <karl@gnu.org>
60274
60275         * gnulib-tool (func_verify_module): report module name $module in
60276         error message, not $1.
60277         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60278         be created, only if it doesn't exist.
60279         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60280
60281 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60282
60283         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60284
60285 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60286
60287         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60288         memcmp if strcoll doesn't work.
60289
60290 2002-12-31  Bruno Haible  <bruno@clisp.org>
60291
60292         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60293         nonempty.
60294
60295 2002-12-31  Bruno Haible  <bruno@clisp.org>
60296
60297         * lib/memcoll.c (STRCOLL): New macro.
60298         (memcoll): Use it.
60299
60300 2002-12-31  Bruno Haible  <bruno@clisp.org>
60301
60302         * lib/localcharset.h: New file.
60303         * lib/localcharset.c: Include it.
60304         * lib/unicodeio.c: Likewise.
60305
60306 2002-12-31  Bruno Haible  <bruno@clisp.org>
60307
60308         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60309         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60310
60311 2002-12-31  Bruno Haible  <bruno@clisp.org>
60312
60313         * lib/getline.h: Include <stddef.h>, for size_t.
60314
60315         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60316         * lib/unicodeio.c: Don't include <stddef.h>.
60317
60318 2002-12-31  Bruno Haible  <bruno@clisp.org>
60319
60320         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60321         HAVE_TM_ZONE.
60322
60323 2002-12-24  Karl Berry  <karl@gnu.org>
60324
60325         * config/config.guess: update from prep.
60326
60327 2002-12-24  Bruno Haible  <bruno@clisp.org>
60328
60329         General infrasructure.
60330         * m4/README: Rewritten.
60331         * m4/onceonly.m4: New file.
60332         * m4/onceonly_2_57.m4: New file.
60333
60334         Module atexit.
60335         * m4/atexit.m4: New file.
60336
60337         Module strtod.
60338         * m4/strtod.m4: New file.
60339
60340         Module strtol.
60341         * m4/strtol.m4: New file.
60342
60343         Module strtoul.
60344         * m4/strtoul.m4: New file.
60345
60346         Module memchr.
60347         * m4/memchr.m4: New file.
60348
60349         Module memcmp.
60350         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60351         (jm_FUNC_MEMCMP): Invoke it.
60352
60353         Module memcpy.
60354         * m4/memcpy.m4: New file.
60355
60356         Module memmove.
60357         * m4/memmove.m4: New file.
60358
60359         Module memset.
60360         * m4/memset.m4: New file.
60361
60362         Module strcspn.
60363         * m4/strcspn.m4: New file.
60364
60365         Module strpbrk.
60366         * m4/strpbrk.m4: New file.
60367
60368         Module strstr.
60369         * m4/strstr.m4: New file.
60370
60371         Module strerror.
60372         * m4/strerror.m4: New file.
60373
60374         Module mktime.
60375         * m4/mktime.m4: Renamed from jm-mktime.m4.
60376         (gl_PREREQ_MKTIME): New macro.
60377         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60378
60379         Module malloc.
60380         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60381         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60382         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60383
60384         Module realloc.
60385         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60386         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60387         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60388
60389         Module strftime.
60390         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60391         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60392         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60393         gl_TM_GMTOFF.
60394         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60395
60396         Module xalloc.
60397         * m4/xalloc.m4: New file.
60398
60399         Module alloca.
60400         * m4/alloca.m4: New file.
60401
60402         Module putenv.
60403         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60404         (jm_FUNC_PUTENV): Invoke it.
60405
60406         Module setenv.
60407         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60408         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60409         when invoked twice.
60410         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60411         gt_FUNC_SETENV.
60412
60413         Module memrchr.
60414         * m4/memrchr.m4: New file.
60415
60416         Module stpcpy.
60417         * m4/stpcpy.m4: New file.
60418
60419         Module strcase.
60420         * m4/strcase.m4: New file.
60421
60422         Module strdup.
60423         * m4/strdup.m4: New file.
60424
60425         Module strnlen.
60426         * m4/strnlen.m4: New file.
60427
60428         Module strndup.
60429         * m4/strndup.m4: New file.
60430
60431         Module xstrtod.
60432         * m4/xstrtod.m4: New file.
60433
60434         Module xstrtol.
60435         * m4/xstrtol.m4: New file.
60436
60437         Module getdate.
60438         * m4/getdate.m4: New file.
60439
60440         Module unlocked-io.
60441         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60442         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60443         * m4/jm-glibc-io.m4n: Remove file.
60444
60445         Module long-options.
60446         * m4/long-options.m4: New file.
60447
60448         Module md5.
60449         * m4/md5.m4: New file.
60450
60451         Module sha.
60452         * m4/sha.m4: New file.
60453
60454         Module getstr.
60455         * m4/getstr.m4: New file.
60456
60457         Module getline.
60458         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60459         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60460         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60461         simply getline. Infoke gl_PREREQ_GETLINE.
60462
60463         Module obstack.
60464         * m4/obstack.m4: New file.
60465
60466         Module hash.
60467         * m4/hash.m4: New file.
60468
60469         Module readtokens.
60470         * m4/readtokens.m4: New file.
60471
60472         Module strverscmp.
60473         * m4/strverscmp.m4: New file.
60474
60475         Module stdbool.
60476         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60477         OSF/1.
60478
60479         Module strtoll.
60480         * m4/strtoll.m4: New file.
60481
60482         Module strtoull.
60483         * m4/strtoull.m4: New file.
60484
60485         Module strtoimax.
60486         * m4/strtoimax.m4: New file.
60487
60488         Module strtoumax.
60489         * m4/strtoumax.m4: New file.
60490
60491         Module xstrtoimax.
60492         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60493         jm_AC_PREREQ_XSTRTOIMAX.
60494         Moved the strtol prerequisites to strtol.m4.
60495         Moved the strtoll prerequisites to strtoll.m4.
60496         Moved the strtoimax prerequisites to strtoimax.m4.
60497
60498         Module xstrtoumax.
60499         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60500         jm_AC_PREREQ_XSTRTOUMAX.
60501         Moved the strtoul prerequisites to strtoul.m4.
60502         Moved the strtoull prerequisites to strtoull.m4.
60503         Moved the strtoumax prerequisites to strtoumax.m4.
60504
60505         Module chown.
60506         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60507         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60508
60509         Module dup2.
60510         * m4/dup2.m4: New file.
60511
60512         Module ftruncate.
60513         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60514         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60515
60516         Module getgroups.
60517         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60518         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60519
60520         Module gettimeofday.
60521         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60522         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60523         gl_PREREQ_GETTIMEOFDAY.
60524
60525         Module mkdir.
60526         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60527         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60528
60529         Module mkstemp.
60530         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60531         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60532         jm_AC_TYPE_UINTMAX_T.
60533         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60534
60535         Module stat.
60536         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60537         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60538
60539         Module lstat.
60540         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60541         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60542
60543         Module timespec.
60544         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60545         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60546         * m4/st_mtim.m4: Indentation.
60547
60548         Module nanosleep.
60549         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60550         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60551         gl_PREREQ_NANOSLEEP.
60552
60553         Module regex.
60554         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60555         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60556         (gl_REGEX): New macro.
60557
60558         Module rename.
60559         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60560         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60561
60562         Module rmdir.
60563         * m4/rmdir.m4: New file.
60564
60565         Module utime.
60566         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60567         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60568         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60569
60570         Module dirname.
60571         * m4/dirname.m4: New file.
60572
60573         Module getopt.
60574         * m4/getopt.m4: New file.
60575
60576         Module unistd-safer.
60577         * m4/unistd-safer.m4: New file.
60578
60579         Module fnmatch.
60580         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60581         declaration.
60582         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60583         (gl_FUNC_FNMATCH_POSIX): New macro.
60584         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60585         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60586         simply fnmatch.
60587
60588         Module exclude.
60589         * m4/exclude.m4: New file.
60590
60591         Module human.
60592         * m4/human.m4: New file.
60593
60594         Module acl.
60595         * m4/acl.m4: Nop.
60596
60597         Module backupfile.
60598         * m4/backupfile.m4: New file.
60599         * m4/d-ino.m4: Indentation.
60600
60601         Module fsusage.
60602         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60603         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60604         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60605
60606         Module dirfd.
60607         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60608         requirements.
60609
60610         Module euidaccess.
60611         * m4/euidaccess.m4: New file.
60612
60613         Module file-type.
60614         * m4/file-type.m4: New file.
60615
60616         Module fileblocks.
60617         * m4/fileblocks.m4: New file.
60618
60619         Module filemode.
60620         * m4/filemode.m4: New file.
60621
60622         Module isdir.
60623         * m4/isdir.m4: New file.
60624
60625         Module lchown.
60626         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60627         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60628
60629         Module makepath.
60630         * m4/makepath.m4: New file.
60631
60632         Module modechange.
60633         * m4/modechange.m4: New file.
60634
60635         Module mountlist.
60636         * m4/mountlist.m4: New file.
60637         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60638         Indentation.
60639
60640         Module path-concat.
60641         * m4/path-concat.m4: New file.
60642
60643         Module pathmax.
60644         * m4/pathmax.m4: New file.
60645
60646         Module same.
60647         * m4/same.m4: New file.
60648
60649         Module save-cwd.
60650         * m4/save-cwd.m4: New file.
60651
60652         Module savedir.
60653         * m4/savedir.m4: New file.
60654
60655         Module xgetcwd.
60656         * m4/xgetcwd.m4: New file.
60657         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60658
60659         Module xreadlink.
60660         * m4/xreadlink.m4: New file.
60661
60662         Module safe-read.
60663         * m4/safe-read.m4: New file.
60664
60665         Module safe-write.
60666         * m4/safe-write.m4: New file.
60667
60668         Module closeout.
60669         * m4/closeout.m4: New file.
60670
60671         Module stdio-safer.
60672         * m4/stdio-safer.m4: New file.
60673
60674         Module getpass.
60675         * m4/getpass.m4: New file.
60676
60677         Module getugroups.
60678         * m4/getugroups.m4: New file.
60679
60680         Module group-member.
60681         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60682         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60683
60684         Module idcache.
60685         * m4/idcache.m4: New file.
60686
60687         Module userspec.
60688         * m4/userspec.m4: New file.
60689
60690         Module gettime.
60691         * m4/clock_time.m4: New file.
60692         * m4/gettime.m4: New file.
60693
60694         Module settime.
60695         * m4/settime.m4: New file.
60696
60697         Module posixtm.
60698         * m4/posixtm.m4: New file.
60699
60700         Module gethostname.
60701         * m4/gethostname.m4: New file.
60702
60703         Module canon-host.
60704         * m4/canon-host.m4: New file.
60705
60706         Module gettext.
60707         * m4/codeset.m4: New file, from gettext-0.11.5.
60708         * m4/gettext.m4: New file, from gettext-0.11.5.
60709         * m4/glibc21.m4: New file, from gettext-0.11.5.
60710         * m4/iconv.m4: New file, from gettext-0.11.5.
60711         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60712         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60713         * m4/inttypes.m4: New file, from gettext-0.11.5.
60714         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60715         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60716         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60717         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60718         * m4/lib-link.m4: New file, from gettext-0.11.5.
60719         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60720         * m4/progtest.m4: New file, from gettext-0.11.5.
60721         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60722         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60723         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60724
60725         Module localcharset.
60726         * m4/localcharset.m4: New file.
60727
60728         Module hard-locale.
60729         * m4/hard-locale.m4: New file.
60730
60731         Module mbswidth.
60732         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60733         onceonly macros.
60734         * m4/mbrtowc.m4: Add comment.
60735
60736         Module memcasecmp.
60737         * m4/memcasecmp.m4: New file.
60738
60739         Module memcoll.
60740         * m4/memcoll.m4: New file.
60741
60742         Module unicodeio.
60743         * m4/unicodeio.m4: New file.
60744
60745         Module rpmatch.
60746         * m4/rpmatch.m4: New file.
60747
60748         Module yesno.
60749         * m4/yesno.m4: New file.
60750
60751         Module exitfail.
60752         * m4/exitfail.m4: New file.
60753
60754         Module c-stack.
60755         * m4/c-stack.m4 (gl_C_STACK): New macro.
60756         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60757
60758         Module error.
60759         * m4/error.m4 (gl_ERROR): New macro.
60760         (jm_PREREQ_ERROR): Use onceonly macros.
60761
60762         Module fatal.
60763         * m4/fatal.m4: New file.
60764
60765         Module getloadavg.
60766         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60767         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60768
60769         Module getpagesize.
60770         * m4/getpagesize.m4: New file.
60771
60772         Module getusershell.
60773         * m4/getusershell.m4: New file.
60774
60775         Module physmem.
60776         * m4/physmem.m4: New file.
60777
60778         Module posixver.
60779         * m4/posixver.m4: New file.
60780
60781         Module quotearg.
60782         * m4/quotearg.m4: New file.
60783
60784         Module quote.
60785         * m4/quote.m4: New file.
60786
60787         Module readutmp.
60788         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60789
60790         Module sig2str.
60791         * m4/sig2str.m4: New file.
60792
60793         Other.
60794         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60795         ulonglong.m4.
60796         * m4/intmax_t.m4: New file.
60797         * m4/d-type.m4: Indentation.
60798         * m4/jm-macros.m4: Update.
60799         * m4/prereq.m4 (jm_PREREQ): Update.
60800         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60801         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60802         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60803         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60804         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60805         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60806         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60807         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60808         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60809         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60810         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60811         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60812         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60813         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60814         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60815         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60816         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60817         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60818         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60819
60820 2002-12-24  Bruno Haible  <bruno@clisp.org>
60821
60822         * MODULES.txt: Update according to m4/ changes.
60823
60824         Module gettext.
60825         * config.rpath: New file, from gettext-0.11.5.
60826
60827         * modules/*: New module descriptions.
60828         * gnulib-tool: New file.
60829         * MODULES.html.sh: New file.
60830
60831 2002-12-21  Karl Berry  <karl@gnu.org>
60832
60833         * doc/fdl.texi: update to version 1.2.
60834
60835 2002-12-19  Karl Berry  <karl@gnu.org>
60836
60837         * config/config.guess: update from prep.
60838
60839 2002-12-18  Bruno Haible  <bruno@clisp.org>
60840
60841         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60842         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60843
60844 2002-12-17  Bruno Haible  <bruno@clisp.org>
60845
60846         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60847         stdlib.h, string.h.
60848
60849 2002-12-17  Bruno Haible  <bruno@clisp.org>
60850
60851         * lib/canon-host.c (strdup): Remove unused declaration.
60852
60853         * lib/fsusage.c: Include full_read.h.
60854         (get_fs_usage): Use full_read instead of safe_read.
60855
60856         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60857
60858 2002-12-12  Karl Berry  <karl@gnu.org>
60859
60860         * config/config.guess: update from prep.
60861
60862 2002-12-11  Bruno Haible  <bruno@clisp.org>
60863
60864         * m4/setenv.m4: New file, from gettext-0.11.5.
60865
60866 2002-12-11  Bruno Haible  <bruno@clisp.org>
60867
60868         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60869         not unsetenv().
60870         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60871         modifications:
60872
60873         2002-12-11  Bruno Haible  <bruno@clisp.org>
60874
60875                 * setenv.c (alloca): Fall back to malloc.
60876                 (freea): New macro.
60877                 (setenv): Use freea() to free memory allocated with alloca().
60878
60879         2002-11-13  Bruno Haible  <bruno@clisp.org>
60880
60881                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60882                 function declarations.
60883                 * unsetenv.c (unsetenv): Likewise.
60884
60885         2002-03-04  Bruno Haible  <bruno@clisp.org>
60886
60887                 Portability to AIX 4.3.3.
60888                 * unsetenv.c: New file, extracted from setenv.c.
60889                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60890
60891         2001-12-20  Bruno Haible  <bruno@clisp.org>
60892
60893                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60894                 use malloc instead. For SunOS 4.
60895
60896         2001-12-11  Bruno Haible  <bruno@clisp.org>
60897
60898                 * setenv.c: Declare alloca.
60899                 (compar_fn_t): New typedef.
60900                 (KNOWN_VALUE, STORE_VALUE): Use it.
60901
60902         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60903         setenv.h.
60904
60905 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60906
60907         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60908         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60909         Choose values that are less likely to collide with system fnmatch
60910         options.
60911         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60912         defined (e.g., a pure POSIX system).
60913         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60914         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60915
60916 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60917
60918         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60919         a pain in practice to deal with generated m4 files.  This change
60920         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60921
60922         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60923         and jm-glibc-io.m4, as they are no longer a special case.
60924         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60925         kludge and the auto-generation stuff.  Check only whether the
60926         functions are declared, not whether they exist, since older hosts
60927         that don't declare the functions can't use the optimization anyway.
60928
60929 2002-12-06  Jim Meyering  <jim@meyering.net>
60930
60931         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60932
60933         Merge in changes from libc's misc/error.c, in preparation
60934         for the merge of gnulib's changes back into libc.
60935
60936         * lib/error.c (_): Define only if not already defined.
60937         Move definition to follow all #include directives.
60938         Include unlocked-io.h only if !_LIBC.
60939         [_LIBC]: Include <libio/libioP.h>.
60940         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60941         (fflush): Tweak definition to use INTUSE.
60942         (putc): Define.
60943
60944 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60945
60946         * lib/alloca.c [defined emacs]: Include "lisp.h".
60947         (xalloc_die) [defined emacs]: New macro.
60948         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60949         [! defined emacs]: Include <xalloc.h>.
60950         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60951         (pointer): Typedef to POINTER_TYPE *.
60952         (malloc): Remove decl; we now always use xmalloc.
60953         (alloca): Use old-style definition, since Emacs needs this.
60954         Check for arithmetic overflow when computing combined size.
60955
60956 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60957
60958         Do not generate unlocked-io.h automatically, since it's easier to
60959         maintain it by hand.
60960
60961         * lib/unlocked-io.h: New file, from GNU diffutils,
60962         but with proper copyright notice and attribution.
60963         * lib/gen-uio: Remove.
60964         * lib/Makefile.am: Add copyright notice.
60965         (libfetish_a_SOURCES): Add unlocked-io.h.
60966         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60967         (DISTCLEANFILES, io_functions): Remove macros.
60968         (EXTRA_DIST): Remove gen_uio.
60969         (unlocked-io.h): Remove rule.
60970
60971 2002-12-04  Jim Meyering  <jim@meyering.net>
60972
60973         Reflect the fact that stat.c and lstat.c are no longer generated.
60974         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60975         (DISTCLEANFILES): Likewise.
60976         (EXTRA_DIST): Likewise.
60977         (all_local): Don't depend on stat.c or lstat.c.
60978         (stat.c, lstat.c): Remove rules.
60979         (EXTRA_DIST): Remove xstat.in.
60980
60981         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60982         * lib/stat.c: New file.  Contents mostly from xstat.in.
60983         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60984         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60985
60986         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60987         too.
60988         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60989
60990 2002-12-03  Jim Meyering  <jim@meyering.net>
60991
60992         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60993         but not semantics, to minimize the differences between these two files.
60994         (safe_read): Change comment to mention SAFE_READ_ERROR.
60995
60996         * lib/safe-read.c (IS_EINTR): Define.
60997         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60998
60999 2002-12-02  Jim Meyering  <jim@meyering.net>
61000
61001         * lib/safe-read.c (EINTR): Define.
61002         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61003         (INT_MAX): Provide fallback.
61004         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61005
61006         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61007
61008 2002-12-02  Bruno Haible  <bruno@clisp.org>
61009
61010         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61011         Define, taken from safe-read.c.
61012         (INT_MAX): Provide fallback.
61013         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61014         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61015
61016         * lib/safe-read.c (EINTR): Remove definition.
61017         (safe_read): Don't use EINTR if it is absent.
61018
61019 2002-12-01  Jim Meyering  <jim@meyering.net>
61020
61021         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61022         zero.
61023         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61024
61025 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61026
61027         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61028         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61029         with `if (! (value < limit)) abort ();', for readability.
61030
61031 2002-11-26  Karl Berry  <karl@gnu.org>
61032
61033         * lib/strdup.c: copy from libc again, with jim's ok.
61034         * lib/.cppi-disable: re-add strdup.c
61035
61036 2002-11-25  Karl Berry  <karl@gnu.org>
61037
61038         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61039         instead of "strtol.c".
61040
61041 2002-11-25  Karl Berry  <karl@gnu.org>
61042
61043         * config/install-sh: update from automake for variable quoting, $0 in
61044         error msgs, etc.
61045
61046         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61047         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61048         entry.
61049
61050 2002-11-25  Jim Meyering  <jim@meyering.net>
61051
61052         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61053
61054 2002-11-24  Karl Berry  <karl@gnu.org>
61055
61056         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61057         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61058
61059 2002-11-24  Jim Meyering  <jim@meyering.net>
61060
61061         Update from coreutils:
61062
61063         * lib/mktime.c: Merge in changes from libc.
61064
61065         Avoid a link-time failure on some Linux systems.
61066         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61067         (otherwise).
61068         (__mon_yday): Declare with the STATIC attribute.
61069         (__mktime_internal): Likewise.
61070         Based on a report from Greg Schafer.
61071
61072 2002-11-23  Jim Meyering  <jim@meyering.net>
61073
61074         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61075         Use `unsigned', not `int', as type of index.
61076
61077         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61078
61079         * lib/fsusage.c: Remove unneeded parentheses around operands of
61080         `defined'.
61081
61082 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61083
61084         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61085         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61086         so that we can be included first.
61087         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61088         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61089         No need to include stddef.h or sys/types.h any more.
61090         Surround local include files with "", not "<>".
61091         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61092         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61093         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61094         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61095         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61096         (ISPRINT): Remove; no longer needed now that we assume C89.
61097
61098         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61099         Preserve errno.
61100
61101         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61102         quotearg_char): Use SIZE_MAX rather than
61103         (size_t) -1 when we are talking about "infinity".
61104
61105         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61106
61107 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61108
61109         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61110         hint that one should use `if (! x) abort ();' rather than `assert
61111         (x);', and anyway it's one less thing to worry about configuring.
61112         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61113         hash_rehash, hash_insert): Use abort rather than assert.
61114
61115 2002-11-22  Bruno Haible  <bruno@clisp.org>
61116
61117         * lib/safe-read.h: Assume C89. Add comments.
61118         (safe_read): Change return type to size_t.
61119         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61120         byte counts > SSIZE_MAX correctly.
61121         * lib/safe-write.h: New file.
61122         * lib/safe-write.c: New file.
61123         * lib/full-read.h: New file.
61124         * lib/full-read.c: New file.
61125         * lib/full-write.h: Assume C89. Add comments.
61126         * lib/full-write.c: Include safe-write.h.
61127         (full_write): Rewritten to use safe_write.
61128         Suggested by Jim Meyering and Paul Eggert.
61129
61130 2002-11-21  Jim Meyering  <jim@meyering.net>
61131
61132         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
61133
61134         Merge in changes from the coreutils.
61135
61136         2002-09-25  Paul Eggert  <eggert@twinsun.com>
61137         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
61138         <stdint.h>.
61139         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
61140         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
61141         int.  Work more efficiently if X is the same width as uintmax_t.
61142         Do not compare X to -1, to avoid bogus compiler warning.
61143         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
61144         Don't assume that f_frsize and f_bsize are the same type.
61145
61146         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
61147         warning on FreeBSD.
61148
61149         * lib/makepath.c (make_path): Restore umask *before* creating the final
61150         component.
61151         (make_path): Minor reformatting.
61152
61153         * lib/xmalloc.c: Adjust to work with new autoconf macros,
61154         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
61155         HAVE_MALLOC/HAVE_REALLOC.
61156
61157         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
61158         dummy ones.  At least on GNU/Linux systems, `auto' means something
61159         else.
61160         From Michael Stone.
61161
61162 2002-11-21  Bruno Haible  <bruno@clisp.org>
61163
61164         Remove case insensitive option matching.
61165         * lib/argmatch.h (argcasematch): Remove declaration.
61166         (ARGCASEMATCH): Remove macro.
61167         (__xargmatch_internal): Remove case_sensitive argument.
61168         (XARGMATCH): Update.
61169         (XARGCASEMATCH): Remove macro.
61170         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
61171         case_sensitive argument.
61172         (argcasematch): Remove function.
61173         (__xargmatch_internal): Remove case_sensitive argument.
61174         (main): Use XARGMATCH instead of XARGCASEMATCH.
61175
61176         * lib/xmalloc.c: Change compile-time error message. Add comment about
61177         required autoconf version.
61178
61179 2002-11-20  Paul Eggert  <eggert@twinsun.com>
61180
61181         Merge argmatch cleanups from Bison.  Assume C89.
61182
61183         * lib/argmatch.c: Include config.h here, not in argmatch.h.
61184         Include stdlib.h, for EXIT_FAILURE.
61185         Always include <string.h>, since we assume C89.
61186         (EXIT_FAILURE): Remove pre-C89 bug workaround.
61187         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
61188         Include <stddef.h> instead, since it's all we need for size_t.
61189         (PARAMS): Remove.  All uses removed.
61190         (ARRAY_CARDINALITY): Do not bother to #undef.
61191         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
61192         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61193         Remove unnecessary parentheses.
61194         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61195         Insert necessary parentheses.
61196         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
61197         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
61198
61199 2002-11-19  Bruno Haible  <bruno@clisp.org>
61200
61201         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
61202         * lib/mbswidth.h: Include <stddef.h>, for size_t.
61203
61204         * lib/mbswidth.h (PARAMS): Remove macro.
61205         (mbswidth, mbsnwidth): Use ANSI C function declarations.
61206         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
61207
61208         * lib/gcd.h (PARAMS): Remove macro.
61209         (gcd): Use ANSI C function declarations.
61210         * lib/gcd.c (gcd): Likewise.
61211
61212 2002-11-15  Bruno Haible  <bruno@clisp.org>
61213
61214         * lib/strcspn.c: Include <stddef.h>.
61215         (strcspn): Use ANSI C function declaration. Change return type to
61216         size_t. Use NULL.
61217         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
61218         (strpbrk): Use NULL.
61219         * lib/strpbrk.h (PARAMS): Remove macro.
61220         (strpbrk): Use ANSI C function declaration.
61221         * lib/strstr.c: Don't include <sys/types.h>.
61222         * lib/strstr.h (PARAMS): Remove macro.
61223         (strstr): Use ANSI C function declarations.
61224
61225 2002-11-14  Karl Berry  <karl@gnu.org>
61226
61227         * config/mkinstalldirs: `do' on separate line, instead of
61228         `for var; do'.
61229
61230 2002-11-06  Bruno Haible  <bruno@clisp.org>
61231
61232         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
61233         * lib/gcd.c (gcd): Likewise.
61234
61235 2002-11-05  Bruno Haible  <bruno@clisp.org>
61236
61237         * lib/gcd.h: New file, from gettext-0.11.5.
61238         * lib/gcd.c: New file, from gettext-0.11.5.
61239
61240 2002-11-05  Bruno Haible  <bruno@clisp.org>
61241
61242         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61243         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61244         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61245         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61246
61247         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
61248         <libintl.h>.
61249         * lib/makepath.c: Include gettext.h instead of <locale.h> and
61250         <libintl.h>.
61251
61252         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
61253         * lib/human.c: Include gettext.h instead of <libintl.h>.
61254         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
61255         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
61256         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
61257         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
61258         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
61259         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
61260         (textdomain): Remove definition.
61261         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
61262
61263         * lib/long-options.c: Remove include of <libintl.h> and definition of
61264         _.
61265         * lib/same.c: Remove include of <libintl.h> and definition of _.
61266
61267 2002-11-04  Owen Taylor  <otaylor@redhat.com>
61268
61269         * lib/config.charset: A few additions for Solaris.
61270
61271 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61272
61273         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61274         * lib/localcharset.c (locale_charset): Declare as extern "C".
61275
61276 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61277
61278         * lib/config.charset: msdos in uk_UA uses CP1125.
61279
61280 2002-11-04  Bruno Haible  <bruno@clisp.org>
61281
61282         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61283         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61284         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61285         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61286         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61287
61288 2002-11-04  Bruno Haible  <bruno@clisp.org>
61289
61290         * lib/localcharset.c (locale_charset): Don't return an empty string.
61291
61292 2002-11-04  Bruno Haible  <bruno@clisp.org>
61293
61294         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61295         aliases.
61296
61297 2002-11-04  Bruno Haible  <bruno@clisp.org>
61298
61299         * lib/config.charset: Update for newest glibc. Add canonical names
61300         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61301
61302 2002-11-04  Bruno Haible  <bruno@clisp.org>
61303
61304         * lib/config.charset: Add support for NetBSD.
61305
61306 2002-11-04  Bruno Haible  <bruno@clisp.org>
61307
61308         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61309
61310 2002-11-01  Bruno Haible  <bruno@clisp.org>
61311
61312         * configure.in: Add AC_CONFIG_AUX_DIR call.
61313         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61314         test/Makefile.
61315         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61316
61317 2002-09-28  Karl Berry  <karl@gnu.org>
61318
61319         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61320         installed automake until the next release, since changes have been
61321         made.
61322
61323 2002-09-25  Karl Berry  <karl@gnu.org>
61324
61325         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61326         * lib/getopt*: copy from libc/posix.
61327         * lib/gettext.h: copy from gettext.
61328         * lib/.cppi-disable: add strdup.c, gettext.h.
61329
61330 2002-09-25  Karl Berry  <karl@gnu.org>
61331
61332         * config/srclist.txt: enable gettext.h check.
61333         * config/config.{guess,sub}: update from prep.
61334         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61335                 from automake 1.6.3.
61336         See srclist*.
61337
61338 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61339
61340         * regex.c (PATFETCH): Remove the translating fetch.
61341         (PATFETCH_RAW): Rename to PATFETCH.
61342         (set_image_of_range): New fun.
61343         (SET_RANGE_TABLE_WORK_AREA): Use it.
61344         (regex_compile): Don't translate the pattern chars so eagerly.
61345         Only do it when inserting an `exactn' bytecode or when handling
61346         a char-range.
61347         (mutually_exclusive_p): Avoid empty statement.
61348
61349 2002-07-06  Jim Meyering  <meyering@lucent.com>
61350
61351         * m4/README: Don't mention Makefile.am.in.
61352         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61353
61354 2002-07-01  Jim Meyering  <meyering@lucent.com>
61355
61356         * lib/c-stack.c: Include sys/time.h.
61357         From Volker Borchert.
61358
61359 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61360
61361         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61362
61363 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61364
61365         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61366         New macro.  Use it uniformly instead of
61367         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61368         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61369         reported by Vin Shelton.
61370
61371 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61372
61373         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61374         Do not assume SA_SIGINFO behavior.
61375         Bug reported by Jim Meyering on NetBSD 1.5.2.
61376
61377 2002-06-22  Jim Meyering  <meyering@lucent.com>
61378
61379         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61380         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61381
61382         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61383         now that configure.ac uses AC_GNU_SOURCE.
61384         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61385         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61386
61387         Update to latest tools.  Suggestions from Paul Eggert.
61388         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61389         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61390         * m4/fnmatch.m4: Likewise.
61391         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61392         to AC_HEADER_STDBOOL
61393
61394 2002-06-22  Jim Meyering  <meyering@lucent.com>
61395
61396         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61397         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61398
61399 2002-06-22  Jim Meyering  <meyering@lucent.com>
61400
61401         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61402
61403         * lib/exitfail.c, exitfail.h: Likewise.
61404         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61405
61406         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61407         of fnmatch.h.
61408         (EXTRA_DIST): Add fnmatch_loop.c.
61409         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61410
61411         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61412         * lib/fnmatch.c: Update from diffutils-2.8.2.
61413         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61414         * lib/fnmatch.h: Remove file.
61415
61416 2002-06-21  Jim Meyering  <meyering@lucent.com>
61417
61418         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61419         * m4/mbrtowc.m4: Likewise.
61420
61421         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61422         * m4/mbswidth.m4: Reflect name change:
61423         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61424         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61425
61426         * m4/lib-link.m4: Update from gettext-0.11.2.
61427         * m4/gettext.m4: Likewise.
61428
61429         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61430         From Alfred M. Szmidt.
61431
61432 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61433
61434         * lib/file-type.h: Report an error if neither S_ISREG nor
61435         S_IFREG is defined, instead of using a test specific to glibc
61436         2.2.  This should be safe, since POSIX requires S_ISREG and
61437         Unix Version 7 had S_IFREG.  We don't need to check for
61438         <sys/types.h> since we don't use any symbols that it defines.
61439
61440 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61441
61442         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61443         $@-t, so that each temporary file name is unique and valid in the first
61444         8 characters, for operation under DOS.
61445
61446 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61447
61448         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61449
61450 2002-06-15  Jim Meyering  <meyering@lucent.com>
61451
61452         Work even with DJGPP 2.03, which lacks support for symlinks.
61453         From Richard Dawe.
61454         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61455         is defined.
61456         * lib/lchown.c (S_ISLNK): Likewise.
61457
61458 2002-06-15  Jim Meyering  <meyering@lucent.com>
61459
61460         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61461         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61462         have been included before this file.
61463
61464 2002-06-14  Jim Meyering  <meyering@lucent.com>
61465
61466         * lib/file-type.h: Use the version from diffutils-2.8.2.
61467         * lib/file-type.c: Likewise.
61468
61469 2002-06-07  Jim Meyering  <meyering@lucent.com>
61470
61471         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61472         They're needed at least for NetBSD 1.5.2.
61473         ($statxfs_includes): Include those same headers.
61474         ($statxfs_includes): Include sys/vfs.h if available.
61475         ($statxfs_includes): Likewise for sys/statvfs.h.
61476         Check for the following members in both structs statfs and statvfs:
61477         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61478
61479 2002-06-01  Jim Meyering  <meyering@lucent.com>
61480
61481         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61482         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61483
61484 2002-05-28  Jim Meyering  <meyering@lucent.com>
61485
61486         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61487         Reported by Volker Borchert.
61488
61489 2002-05-27  Jim Meyering  <meyering@lucent.com>
61490
61491         Fix a problem seen only on nonconforming systems whereby ls.c's
61492         use of localtime, and then of gettimeofday would cause trouble:
61493         the localtime call used to initialize rpl_gettimeofday's save
61494         mechanism would clobber ls's current local time information so
61495         that in any long listing the first file would always be listed
61496         with date 1970-01-01.  Analysis by Volker Borchert.
61497
61498         * lib/gettimeofday.c (localtime): Undefine.
61499         (rpl_localtime): New function.
61500
61501 2002-05-27  Jim Meyering  <meyering@lucent.com>
61502
61503         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61504         localtime.
61505
61506         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61507         use the replacement function; it wouldn't resolve at link time.
61508         Reported by Volker Borchert.
61509
61510 2002-05-22  Jim Meyering  <meyering@lucent.com>
61511
61512         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61513         file-type.h.
61514         * lib/file-type.h: New file.
61515         * lib/file-type.c (file_type): New file/function.  Extracted from
61516         diffutils.
61517
61518 2002-04-30  Jim Meyering  <meyering@lucent.com>
61519
61520         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61521
61522 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61523
61524         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61525
61526 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61527
61528         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61529         Do not check for alloca.h (no longer used) or stdbool.h (was never
61530         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61531
61532 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61533
61534         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61535
61536 2002-04-29  Jim Meyering  <meyering@lucent.com>
61537
61538         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61539         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61540         Use AC_FUNC_STRNLEN here instead.
61541
61542         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61543         With autoconf-2.53a, it's part of AC_PROG_CC.
61544
61545 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61546
61547         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61548         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61549
61550 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61551
61552         * lib/sig2str.h, lib/sig2str.c: New files.
61553         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61554
61555 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61556
61557         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61558         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61559         of 127, since 64 is the largest conceivable number for ancient
61560         nonstandard hosts.
61561         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61562
61563 2002-04-28  Jim Meyering  <meyering@lucent.com>
61564
61565         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61566
61567 2002-04-24  Jim Meyering  <meyering@lucent.com>
61568
61569         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61570         (jm_PREREQ): Use it.
61571
61572         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61573         mach/mach.h fcntl.h.
61574         Check for this function: setlocale.
61575
61576 2002-04-24  Jim Meyering  <meyering@lucent.com>
61577
61578         * lib/gettext.h: New file, from Gettext.
61579         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61580         (libfetish_a_SOURCES): Add gettext.h.
61581
61582 2002-04-16  Jim Meyering  <meyering@lucent.com>
61583
61584         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61585         ut_pid, ut_id, ut_exit.
61586
61587 2002-04-16  Jim Meyering  <meyering@lucent.com>
61588
61589         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61590         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61591         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61592
61593 2002-04-12  Jim Meyering  <meyering@lucent.com>
61594
61595         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61596         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61597         existence of the getmntinfo function.  Needed for Darwin 5.3.
61598
61599         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61600         This is necessary at least on Darwin 5.3.
61601
61602         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61603         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61604         strnlen.o in the library, and that makes some versions of ranlib
61605         object.
61606
61607 2002-04-12  Jim Meyering  <meyering@lucent.com>
61608
61609         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61610
61611 2002-04-09  Jim Meyering  <meyering@lucent.com>
61612
61613         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61614         to be more precise.  Rather than saying we're checking whether the
61615         function `works', say what we're testing.
61616         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61617         Reported by Bruno Haible.
61618
61619 2002-03-10  Jim Meyering  <meyering@lucent.com>
61620
61621         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61622         Suggestion from Santiago Vila.
61623
61624 2002-03-08  Jim Meyering  <meyering@lucent.com>
61625
61626         * lib/rename.c: Mention that this wrapper is needed also on
61627         mips-dec-ultrix4.4 systems.
61628
61629 2002-03-02  Jim Meyering  <meyering@lucent.com>
61630
61631         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61632         not HAVE_CLOCK_SETTIME.
61633
61634 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61635
61636         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61637         Check for clock_settime.
61638
61639 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61640
61641         * lib/nanosleep.h: Rename to....
61642         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61643
61644         * lib/gettime.c: New file.
61645         * lib/settime.c: New file.
61646         * lib/stime.c: Remove.
61647
61648         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61649         timespec.h.  Remove nanosleep.h.
61650
61651 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61652
61653         * m4/acl.m4: New file.
61654         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61655         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61656
61657 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61658
61659         * lib/acl.c, lib/acl.h: New files.
61660         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61661
61662 2002-02-24  Jim Meyering  <meyering@lucent.com>
61663
61664         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61665         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61666         cause trouble.  Reported by Nelson Beebe.
61667
61668 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61669
61670         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61671         compilers that don't know that xalloc_die never returns.
61672
61673 2002-02-20  Jim Meyering  <meyering@lucent.com>
61674
61675         * lib/getdate.c: Regenerate using bison-1.33.
61676
61677 2002-02-17  Jim Meyering  <meyering@lucent.com>
61678
61679         * config/config.guess (main): Don't use `head -1'; it's no longer
61680         portable. Use `sed 1q' instead.
61681
61682 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61683
61684         * m4/codeset.m4: Upgrade to gettext-0.11.
61685         * m4/gettext.m4: Upgrade to gettext-0.11.
61686         * m4/glibc21.m4: Upgrade to gettext-0.11.
61687         * m4/iconv.m4: Upgrade to gettext-0.11.
61688         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61689         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61690         * m4/lib-ld.m4: New file, from gettext-0.11.
61691         * m4/lib-link.m4: New file, from gettext-0.11.
61692         * m4/lib-prefix.m4: New file, from gettext-0.11.
61693         * m4/progtest.m4: Upgrade to gettext-0.11.
61694
61695 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61696
61697         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61698         (jm_PREREQ): Use it.
61699
61700 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61701
61702         * lib/posixver.c, lib/posixver.h: New files.
61703         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61704
61705 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61706             Bruno Haible  <bruno@clisp.org>
61707
61708         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61709         (fwrite_success_callback): New declaration.
61710         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61711         print_unicode_char. Call failure callback instead of error.
61712         (fwrite_success_callback): New function.
61713         (exit_failure_callback): New function.
61714         (fallback_failure_callback): New function.
61715         (print_unicode_char): Call unicode_to_mb.
61716
61717 2002-01-26  Jim Meyering  <meyering@lucent.com>
61718
61719         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61720         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61721
61722 2002-01-26  Jim Meyering  <meyering@lucent.com>
61723
61724         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61725
61726 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61727
61728         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61729
61730 2002-01-22  Jim Meyering  <meyering@lucent.com>
61731
61732         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61733         Otherwise, some versions of automake would omit the rule that makes
61734         Makefile from Makefile.in.
61735
61736 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61737
61738         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61739         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61740         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61741         (memcoll): Set errno to zero if there is no error.
61742
61743         * lib/quotearg.c (quotearg_buffer_restyled):
61744         Fix bug with quoting buffers containing NUL when backslashing escapes.
61745         This bug was exposed by the other changes in this patch.
61746         (quotearg_n_options): New arg ARGSIZE.
61747         All callers changed.
61748         (quoting_options_from_style): New function.
61749         (quotearg_n_style): Use it.
61750         (quotearg_n_style_mem): New function.
61751
61752         * lib/quotearg.h (quotearg_n_style_mem): New function.
61753
61754 2002-01-19  Jim Meyering  <meyering@lucent.com>
61755
61756         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61757         Remove useless quotes: DF_PROG="df".
61758         * m4/strnlen.m4: New file.
61759
61760 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61761
61762         * lib/backupfile.c (ISDIGIT): Comment fix.
61763         * lib/getdate.y (ISDIGIT): Likewise.
61764         * lib/posixtm.c (ISDIGIT, year): Likewise.
61765         * lib/strverscmp.c (ISDIGIT): Likewise.
61766         * lib/userspec.c (ISDIGIT): Likewise.
61767
61768 2002-01-16  Jim Meyering  <meyering@lucent.com>
61769
61770         * lib/getdate.y: Add three semicolons, each just before a closing
61771         brace. Bison (as of version 1.31) no longer papers over that mistake.
61772
61773 2002-01-05  Jim Meyering  <meyering@lucent.com>
61774
61775         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61776
61777 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61778
61779         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61780         not silently exit merely because the output buffer happens to
61781         have nothing pending.
61782
61783 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61784
61785         See the big note in ../ChangeLog.
61786         * lib/human.c (suffixes): Prefer K to k for 1024.
61787         (generate_suffix_backwards): New function.
61788         (human_readable_inexact): Use it.
61789         * lib/xstrtol.c (__xstrtol): If there is no number but there
61790         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61791         Accept 'K' as well as 'k'.
61792
61793 2001-12-15  Jim Meyering  <meyering@lucent.com>
61794
61795         * lib/regex.h (__restrict_arr): Update from libc.
61796
61797         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61798         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61799         (STREQ): Define.
61800
61801 2001-12-14  Jim Meyering  <meyering@lucent.com>
61802
61803         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61804         Suggestion from Bruno Haible.
61805
61806 2001-12-10  Jim Meyering  <meyering@lucent.com>
61807
61808         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61809         xrealloc, Instead, include "xalloc.h".
61810         (initbuffer): Don't cast xmalloc return value to char*.
61811         (readline): Reword comment.
61812         Don't cast xrealloc return value to char*
61813         Return NULL, not 0.
61814
61815 2001-12-09  Jim Meyering  <meyering@lucent.com>
61816
61817         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61818         about `signed and unsigned type in conditional expression'.
61819         * lib/posixtm.c (posix_time_parse): Likewise.
61820
61821         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61822
61823         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61824         to avoid a pedantic warning.
61825
61826         * lib/getstr.c: Don't include assert.h.
61827         (getstr): Remove warning-evoking assertions.
61828         Return -1 if offset parameter is out of bounds.
61829         Change the type of a local from int to size_t.
61830
61831         * lib/strftime.c (my_strftime_localtime_r): Include this function
61832         definition in the `#if ! HAVE_TM_GMTOFF' block.
61833
61834         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61835         Include xalloc.h instead.
61836
61837 2001-12-02  Jim Meyering  <meyering@lucent.com>
61838
61839         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61840         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61841         included.
61842
61843         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61844         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61845
61846 2001-11-30  Akim Demaille  <akim@epita.fr>
61847
61848         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61849         before being defined.
61850
61851 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61852
61853         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61854         First arg is int, not unsigned.
61855         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61856         (SIZE_MAX, UINT_MAX): New macros.
61857         (quotearg_n_options): Abort if N is negative.
61858         Avoid overflow check on hosts where size_t is 64 bits and int
61859         is 32 bits, as overflow is impossible there.
61860         Fix off-by-one typo that caused unnecessary reallocation.
61861
61862 2001-11-27  Jim Meyering  <meyering@lucent.com>
61863
61864         * lib/tempname.c: Merge with version from libc.
61865         * lib/regex.c: Likewise.
61866
61867         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61868         systems for which STDC_HEADERS is 0, it was not included, resulting in
61869         a warning about an integer-to-pointer conversion problem with getenv.
61870         Reported by Volker Borchert.
61871
61872 2001-11-26  Jim Meyering  <meyering@lucent.com>
61873
61874         * lib/gtod.h: Remove file.
61875         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61876         * lib/gettimeofday.c: Don't include gtod.h.
61877         (GTOD_init): Remove function.
61878         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61879         Suggestion from Volker Borchert.
61880
61881 2001-11-23  Jim Meyering  <meyering@lucent.com>
61882
61883         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61884         it.
61885         * lib/hash.c (struct hash_table): Define it here instead.
61886
61887 2001-11-22  Jim Meyering  <meyering@lucent.com>
61888
61889         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61890
61891 2001-11-20  Jim Meyering  <meyering@lucent.com>
61892
61893         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61894         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61895
61896 2001-11-19  Jim Meyering  <meyering@lucent.com>
61897
61898         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61899         directory.  Use "conftestXXXXXX" as the template.
61900         Suggestion from Paul Eggert.
61901
61902         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61903         immediately, so the test doesn't mistakenly hit the max-open-files
61904         limit.
61905
61906 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61907
61908         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61909         (TEMPORARIES): New macro.
61910         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61911         removes an artificial limitation (e.g. HP-UX 10.20, where
61912         TMP_MAX is 17576).
61913
61914 2001-11-18  Jim Meyering  <meyering@lucent.com>
61915
61916         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61917
61918 2001-11-18  Jim Meyering  <meyering@lucent.com>
61919
61920         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61921         on SunOS 4.
61922
61923         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61924         files will be created before anything else.
61925
61926 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61927
61928         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61929         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61930
61931 2001-11-17  Jim Meyering  <meyering@lucent.com>
61932
61933         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61934         Prompted by a report from Bob Proulx.
61935
61936         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61937         Instead, require UTILS_FUNC_MKSTEMP.
61938
61939 2001-11-17  Jim Meyering  <meyering@lucent.com>
61940
61941         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61942         Now, that's done as part of AC_FUNC_STRTOD.
61943
61944 2001-11-17  Jim Meyering  <meyering@lucent.com>
61945
61946         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61947         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61948         rather than group writable.  Patch by Juan F. Codagnone.
61949
61950         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61951         xrealloc, Instead, include "xalloc.h".
61952
61953         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61954         Remove explicit declarations of xmalloc, xrealloc,
61955         and xstrdup.  Instead, include "xalloc.h".
61956
61957         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61958         unlocked-io.h.
61959         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61960         Likewise.
61961         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61962
61963         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61964         Reported by Padraig Brady.
61965
61966         * lib/mkstemp.c: #undef mkstemp.
61967         Include config.h.
61968         (rpl_mkstemp): Rename from mkstemp.
61969         Protoize.
61970
61971 2001-11-16  Jim Meyering  <meyering@lucent.com>
61972
61973         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61974         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61975         determine the amount of total physical memory, use pstat_getstatic.
61976         HPUX-11 doesn't define _SC_PHYS_PAGES.
61977         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61978         If sysconf couldn't be used to determine the amount of available
61979         physical memory, use both pstat_getstatic and pstat_getdynamic.
61980         Based on a patch from Bob Proulx.
61981
61982 2001-11-10  Jim Meyering  <meyering@lucent.com>
61983
61984         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61985         (jm_PREREQ): Use it.
61986
61987 2001-11-09  Jim Meyering  <meyering@lucent.com>
61988
61989         * m4/jm-macros.m4: Require autoconf-2.52f.
61990         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61991         Use these AC_-prefixed names, not the AM_-prefixed ones.
61992
61993         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61994
61995 2001-11-05  Jim Meyering  <meyering@lucent.com>
61996
61997         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61998
61999 2001-11-04  Jim Meyering  <meyering@lucent.com>
62000
62001         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62002         $DEFS.
62003
62004 2001-11-03  Jim Meyering  <meyering@lucent.com>
62005
62006         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62007         of AC_DEFUN.
62008
62009         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62010         know the name of the variable in the macro definition.
62011
62012 2001-11-03  Jim Meyering  <meyering@lucent.com>
62013
62014         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62015         in argmatch_to_argument call.
62016
62017         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62018         argument.
62019
62020         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62021         e.g., a fault due to an attempt to free a NULL pointer.
62022
62023 2001-11-01  Jim Meyering  <meyering@lucent.com>
62024
62025         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62026         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62027
62028 2001-11-01  Jim Meyering  <meyering@lucent.com>
62029
62030         * lib/dirfd.c, lib/dirfd.h: New files.
62031         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62032
62033         * lib/hash.c (hash_print) [TESTING]: Clean up.
62034
62035 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62036
62037         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62038         to avoid a warning if -Wall.
62039
62040 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62041
62042         * README: New file
62043         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62044         (per RMS's instructions, this is now the canonical source)
62045         * lgpl/, gpl/: New directories.
62046
62047 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62048
62049         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62050
62051 2001-10-21  Jim Meyering  <meyering@lucent.com>
62052
62053         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62054         this code would end up calling gettext even in packages built
62055         with --disable-nls.
62056         * lib/getopt.c (_): Likewise.
62057         * lib/regex.c (_): Likewise.
62058
62059 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62060
62061         * m4/error.m4 (jm_PREREQ_ERROR):
62062         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62063         AC_FUNC_STRERROR_R does that.
62064         Check for strerror declaration.
62065
62066         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62067         are supposed to have them these days.
62068         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62069         Merge changes from latest Autoconf CVS.
62070         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62071         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62072         POSIX decided to standardize on the int flavor of strerror_r.
62073
62074 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62075
62076         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62077         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62078         Use strerror_r that is only a macro, even if it is not a function.
62079         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62080         (private_strerror): Use prototypes, not old-style function definition.
62081         (print_errno_message): New function.
62082         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62083         char*-flavored one.
62084         (error_tail, error, error_at_line): Use it.
62085
62086 2001-10-11  Jim Meyering  <meyering@lucent.com>
62087
62088         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62089         and quote_n (1, ... to avoid clobbering a buffer.
62090
62091 2001-10-05  Jim Meyering  <meyering@lucent.com>
62092
62093         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62094         hash-pjw.h.
62095         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62096         * lib/hash-pjw.h: New file.
62097
62098 2001-09-30  Jim Meyering  <meyering@lucent.com>
62099
62100         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62101         `struct fsstat' has the `f_fstypename' member.
62102         Use that to define FS_TYPE, which is now used to make
62103         the getfsstat link test tighter.
62104
62105 2001-09-30  Jim Meyering  <meyering@lucent.com>
62106
62107         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62108         Include <sys/ucred.h>, for Apple Darwin.
62109         Include sys/mount.h and sys/fs_types.h only if available.
62110         (FS_TYPE): Define.
62111         (read_filesystem_list): Use FS_TYPE.
62112
62113 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62114
62115         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62116         a boolean context.
62117
62118 2001-09-29  Jim Meyering  <meyering@lucent.com>
62119
62120         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62121         [one-argument getmntent function]): Include stdio.h before mntent.h.
62122         SunOS 4.1.x needs it for the declaration of `FILE'.
62123         Patch by Volker Borchert.
62124
62125         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62126         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
62127         sys/fs_types.h, and make the link-test for getfsstat guard #include
62128         directives with appropriate #if HAVE_*_H tests so that we can
62129         detect getfsstat on Apple Darwin1.3.7 systems.
62130         Reported by Nelson Beebe.
62131         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
62132
62133 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62134
62135         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62136         #defines strtoimax.  Also treat the other strto* functions
62137         like strtoimax.
62138
62139         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62140         Check for strtoul and strtoumax,
62141         as those declarations are made even in the signed case.
62142         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
62143         Likewise, for strtol and strtoimax.
62144
62145 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62146
62147         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62148         #defines strtoimax.  Also treat the other strto* functions
62149         like strtoimax.
62150
62151         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
62152         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
62153         (strtoimax, strtoumax): Do not declare if already defined as a macro.
62154
62155 2001-09-26  Jim Meyering  <meyering@lucent.com>
62156
62157         Most macros in unlocked-io.h had the wrong number of arguments.
62158         * lib/gen-uio: New script.
62159         (USE_UNLOCKED_IO): Define to 1 if not already defined.
62160         * lib/unlocked-io.hin: Remove file.
62161         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
62162         rather than trying to embed it here.
62163         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
62164         Reported by Padraig Brady.
62165
62166 2001-09-25  Volker Borchert  <bt@teknon.de>
62167
62168         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
62169         `result'.
62170
62171 2001-09-24  Jim Meyering  <meyering@lucent.com>
62172
62173         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
62174
62175 2001-09-23  Jim Meyering  <meyering@lucent.com>
62176
62177         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
62178         instead of the mere test for existence of mntent.h.  The latter
62179         would get a false-positive on AIX 3.4 systems.
62180         In the outer getmntent if-block, don't die if neither of the getmntent
62181         tests succeeds.  Instead, just fall through and continue with the
62182         remaining tests.
62183
62184 2001-09-23  Jim Meyering  <meyering@lucent.com>
62185
62186         * lib/mountlist.c: Remove useless parentheses in #if directives.
62187         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
62188         the deprecated MOUNTED symbol is no longer defined in mntent.h.
62189
62190 2001-09-22  Jim Meyering  <meyering@lucent.com>
62191
62192         * m4/gettext.m4: New file.  From gettext.
62193         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
62194         * m4/progtest.m4: Likewise
62195         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
62196         * m4/glibc21.m4: Likewise.
62197
62198         * m4/libintl.m4: Remove.  No longer used.
62199
62200 2001-09-22  Jim Meyering  <meyering@lucent.com>
62201
62202         * lib/localcharset.c: Update from latest gettext.
62203         * lib/config.charset: Likewise.
62204
62205 2001-09-20  Jim Meyering  <meyering@lucent.com>
62206
62207         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
62208         strtoimax.
62209         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
62210         strtoumax.
62211
62212 2001-09-20  Jim Meyering  <meyering@lucent.com>
62213
62214         * lib/xstrtol.c (strtoimax): Guard declaration with
62215         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
62216         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
62217         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
62218         (strtoumax): Likewise, for completeness (it wasn't necessary).
62219
62220 2001-09-17  Paul Eggert  <eggert@twinsun.com>
62221
62222         * lib/strtoimax.c (HAVE_LONG_LONG):
62223         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
62224         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
62225         to work around bug in IBM C compiler.
62226
62227 2001-09-17  Jim Meyering  <meyering@lucent.com>
62228
62229         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
62230         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
62231         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
62232         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
62233         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
62234         whenever the right hand side need not be expanded by the shell.
62235
62236 2001-09-16  Paul Eggert  <eggert@twinsun.com>
62237
62238         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
62239         library.  It's not correct, as some older glibcs are buggy.
62240         fnmatch wasn't fixed until glibc 2.2.
62241
62242         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
62243         special shell magic here.
62244
62245 2001-09-16  Jim Meyering  <meyering@lucent.com>
62246
62247         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
62248         * m4/jm-macros.m4: Require it.
62249
62250 2001-09-16  Jim Meyering  <meyering@lucent.com>
62251
62252         * lib/mkdir.c: New file.
62253
62254 2001-09-15  Jim Meyering  <meyering@lucent.com>
62255
62256         * m4/jm-macros.m4: Check for help2man.
62257
62258 2001-09-11  Jim Meyering  <meyering@lucent.com>
62259
62260         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
62261         The body, by Paul Eggert, was moved here from configure.in.
62262         * m4/jm-macros.m4: Require UTILS_HOST_OS.
62263
62264 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62265
62266         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
62267         (jm_PREREQ): Use it.
62268
62269 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62270
62271         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
62272         Use ssize_t, not int, to store result of readlink.
62273         Check for ssize_t overflow as well as size_t overflow,
62274         as POSIX says the result of readlink is implementation-defined
62275         when ssize_t overflows.
62276         Remove unnecessary cast to char*.
62277         Use free+malloc instead of realloc, as the storage doesn't need
62278         to be preserved and it's clearer and can be more efficient that way.
62279         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62280         * lib/xreadlink.h (xreadlink): Update prototype.
62281
62282 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62283
62284         * lib/xgetcwd.c: Revert some of the previous change; intead,
62285         fix the HAVE_GETCWD_NULL code to behave more like the
62286         !HAVE_GETCWD_NULL code used to.
62287
62288         Include "xalloc.h".
62289         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62290         invoke xalloc_die.
62291
62292 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62293
62294         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62295         sys/param.h, as pathmax.h includes them.
62296
62297 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62298
62299         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62300         (jm_PREREQ_XGETCWD): New macro.
62301
62302         * m4/getcwd.m4: New file.
62303
62304 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62305
62306         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62307         like the HAVE_GETCWD_NULL code.
62308         Include pathmax.h if not HAVE_GETCWD.
62309         Do not include xalloc.h.
62310         (INITIAL_BUFFER_SIZE): New symbol.
62311         Do not use xmalloc / xrealloc, since the caller is responsible for
62312         handling errors.  Preserve errno around `free' during failure.
62313         Do not overrun buffer when using getwd.
62314
62315 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62316
62317         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62318         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62319         getcwd (NULL, 0).
62320
62321 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62322
62323         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62324         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62325         spotted by Jim Meyering.
62326
62327 2001-09-03  Jim Meyering  <meyering@lucent.com>
62328
62329         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62330         failure.
62331
62332 2001-09-02  Jim Meyering  <meyering@lucent.com>
62333
62334         * lib/error.c: Update from GNU libc.
62335
62336 2001-09-01  Jim Meyering  <meyering@lucent.com>
62337
62338         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62339         Used by df.
62340
62341 2001-09-01  Jim Meyering  <meyering@lucent.com>
62342
62343         * lib/xreadlink.c: New file.
62344         * lib/xreadlink.h: New file.
62345         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62346         xreadlink.h.
62347
62348         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62349         doesn't conflict with sparc Solaris 7's definition in
62350         /usr/include/sys/int_types.h.
62351
62352         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62353         files.
62354         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62355         and strncasecmp as r-values.  Unixware didn't have declarations.
62356
62357 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62358
62359         * lib/xstrtol.h: Add copyright notice.
62360         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62361         LONGINT_INVALID_SUFFIX_CHAR.
62362
62363 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62364
62365         * lib/xstrtol.c (strtoimax): New decl.
62366
62367 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62368
62369         * lib/xgetcwd.c: Don't include pathmax.h.
62370         Include stdlib.h and unistd.h if available.
62371         Include xalloc.h.
62372         (xmalloc, xstrdup, free): Remove decls.
62373         (xgetcwd): Don't assume sizes fit in unsigned.
62374         Check for overflow when computing sizes.
62375         Simplify reallocation code.
62376
62377 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62378
62379         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62380         a directory's st_size can have an arbitrary value, so the old
62381         usage could waste an arbitrary amount of memory.  All uses
62382         changed.
62383         * lib/savedir.h: Update prototype.
62384
62385 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62386
62387         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62388
62389         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62390         old strtoimax.c.
62391
62392         Also, make the following further changes to make this file's
62393         configuration more similar to that of strtol.c:
62394         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62395         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62396         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62397         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62398         changed to signed values.
62399
62400         And make the following changes as well:
62401         Fix copyright notice, as 1999 was missing.
62402         (verify): New macro.
62403         (strtoimax): Check sizes at compile-time, not run-time.
62404         Prefer strtol to strtoll if both work.
62405         (main): Remove; it was not that useful and was a pain to maintain.
62406
62407         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62408
62409 2001-08-31  Jim Meyering  <meyering@lucent.com>
62410
62411         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62412         Use an initial, malloc'd, buffer of length 128 rather than
62413         a statically allocated one of length 1024.
62414
62415 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62416
62417         Simplify code, partly by assuming autoconf 2.52 semantics.
62418
62419         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62420
62421         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62422         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62423         All uses removed.
62424         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62425         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62426         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62427         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62428         jm_AC_HEADER_INTTYPES_H.
62429         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62430
62431         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62432
62433         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62434         Quote first arg of AC_DEFUN.
62435         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62436         since they are needed to parse the include file even if we need
62437         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62438         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62439         but with opposite signedness.
62440
62441 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62442
62443         Merge 'exclude' changes from tar 1.13.22.
62444         This fixes one or two unlikely storage allocation overflow bugs,
62445         but doesn't change user-visible behavior otherwise.
62446
62447 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62448
62449         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62450         (jm_PREREQ_EXCLUDE): New macro.
62451
62452 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62453
62454         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62455         tm to be declared.
62456
62457 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62458
62459         * lib/hash.c: Remove '2001' from copyright notice.
62460
62461 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62462
62463         * lib/full-write.h: New file.
62464         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62465         * lib/full-write.c: Correct credits, as cccp.c no longer
62466         exists and anyway it was so heavily changed from the old cccp
62467         code as to be unrecognizable.  Include full-write.h.
62468         (full_write) Return size_t, with short writes meaning failure.
62469         All callers changed.  This fixes a bug with large buffers
62470         on 64-bit hosts.
62471         * lib/utime.c: Include full-write.h.
62472
62473 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62474
62475         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62476         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62477         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62478         Include if available.
62479         (<xalloc.h>): Include
62480         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62481         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62482         collide with FNM macros.
62483         (struct patopts): New struct.
62484         (struct exclude): Use it, as exclude patterns now come with options.
62485         (new_exclude): Support above changes.
62486         (new_exclude, add_exclude_file):
62487         Initial size must now be a power of two to simplify overflow checking.
62488         (free_exclude, fnmatch_no_wildcards): New function.
62489         (excluded_filename): No longer requires options arg, as the options
62490         are determined by add_exclude.  Now returns bool, not int.
62491         (excluded_filename, add_exclude):
62492         Add support for the fancy new exclusion options.
62493         (add_exclude, add_exclude_file): Now takes int options arg.
62494         Check for arithmetic overflow when computing sizes.
62495         (add_exclude_file): xrealloc might modify errno, so don't
62496         realloc until after errno might be used.
62497
62498         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62499         New macros.
62500         (free_exclude): New decl.
62501         (add_exclude, add_exclude_file): Now takes int options arg.
62502         (excluded_filename): No longer requires options arg, as the options
62503         are determined by add_exclude.  Now returns bool, not int.
62504
62505 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62506
62507         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62508
62509 2001-08-27  Jim Meyering  <meyering@lucent.com>
62510
62511         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62512
62513         * lib/version-etc.c (N_): Remove definition.
62514         Revert most of last change.
62515         Instead, simply don't mark the `Copyright...' string for translation.
62516         Based on advice from Paul Eggert.
62517
62518         * lib/strtoxmax.c: Tweak comment.
62519
62520 2001-08-26  Jim Meyering  <meyering@lucent.com>
62521
62522         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62523
62524         * m4/xstrtoimax.m4: New file.
62525         * m4/xstrtoumax.m4: Add comments explaining why we
62526         AC_REPLACE_FUNCS(strtol).
62527
62528 2001-08-26  Jim Meyering  <meyering@lucent.com>
62529
62530         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62531         of copyright with `%s' so translators don't get an untranslated
62532         message in 2002.
62533         (COPYRIGHT_YEAR): Define.
62534         (version_etc): Use fprintf rather than fputs.
62535         Suggestion from Ulrich Drepper.
62536
62537         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62538
62539         * lib/strtoll.c: New file, from GNU libc.
62540         * lib/xstrtoimax.c: New file.
62541
62542         * lib/xstrtol.h: Add xstrtoimax.
62543         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62544         * lib/strtoimax.c: New file.  Likewise, but first define
62545         STRTOUXMAX_SIGNED.
62546
62547         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62548         ...
62549         * lib/strtoxmax.c: ... then renamed to this.
62550
62551 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62552
62553         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62554         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62555         (jm_AC_TYPE_INTMAX_T): New macro.
62556         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62557
62558         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62559
62560         * m4/longlong.m4: Renamed from ulonglong.m4.
62561         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62562         * m4/uintmax_t.m4: Removed.
62563
62564 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62565
62566         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62567         Port to Solaris 8, where 'sed' requires a space after the 'r'
62568         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62569         Redirect output to $tmp just once.
62570
62571 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62572
62573         * lib/addext.c (<errno.h>): Include.
62574         (errno): Declare if not defined.
62575         (addext): Work correctly when pathconf returns -1 and leaves
62576         errno alone because there is no limit.  Also, work even if
62577         pathconf returns a value greater than SIZE_MAX.
62578
62579 2001-08-12  Jim Meyering  <meyering@lucent.com>
62580
62581         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62582         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62583         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62584         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62585         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62586         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62587         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62588         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62589         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62590         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62591         utime.m4, utimes.m4, xstrtoumax.m4:
62592         Quote the first argument in each use of AC_DEFUN.
62593
62594 2001-08-12  Jim Meyering  <meyering@lucent.com>
62595
62596         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62597         Simply `return getcwd (NULL, 0);'.
62598         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62599         Use 1300 as initial value for length, not PATH_MAX.
62600
62601         * lib/pathmax.h: Clean up cpp syntax.
62602
62603 2001-08-12  Jim Meyering  <meyering@lucent.com>
62604
62605         * lib/gettimeofday.c: New file.
62606         * lib/gtod.h: New file.
62607         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62608
62609 2001-08-05  Jim Meyering  <meyering@lucent.com>
62610
62611         * m4/jm-macros.m4: Require autoconf-2.52.
62612
62613 2001-08-04  Jim Meyering  <meyering@lucent.com>
62614
62615         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62616         stmt, to get in sync with glibc.
62617
62618 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62619
62620         The following changes are from gettext 0.10.39 as maintained by
62621         Bruno Haible.
62622
62623         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62624         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62625         with inverted sense.  All uses changed.
62626
62627         * lib/mbswidth.c: Don't include <limits.h>.
62628         Include <stdlib.h> and <string.h> unconditionally.
62629         (iswcntrl, mbsinit, ISCNTRL): New macros.
62630         (mbsnwidth): Use K&R style function declarations.
62631         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62632         can optimize it when MB_CUR_MAX == 1.
62633         The width of control characters is zero, not 1.
62634
62635 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62636
62637         The following changes are from gettext 0.10.39 as maintained by
62638         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62639
62640         * m4/codeset.m4: Upgrade to serial AM1.
62641         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62642         all uses changed.  Quote first arg of AC_DEFUN.
62643         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62644
62645         * m4/iconv.m4: Upgrade to serial AM2.
62646         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62647         Add --with-libconv-prefix.
62648         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62649         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62650         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62651         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62652         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62653
62654         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62655         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62656         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62657         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62658         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62659         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62660         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62661         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62662         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62663
62664         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62665         string.h any more.
62666
62667         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62668         not the default value.
62669
62670         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62671         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62672         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62673         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62674         Also check for iswcntrl, used for wcwidth fallback.
62675         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62676         to Autoconf 2.13.
62677
62678 2001-08-03  Jim Meyering  <meyering@lucent.com>
62679
62680         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62681         as it was in the original.  Reported by Paul Eggert.
62682
62683 2001-07-16  Jim Meyering  <meyering@lucent.com>
62684
62685         * m4/gettimeofday.m4: New file.
62686         Prompted by a report from Bernhard Baehr.
62687
62688 2001-07-15  Jim Meyering  <meyering@lucent.com>
62689
62690         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62691         stuff. Now it's in ../Makefile.cfg.
62692
62693 2001-07-15  Jim Meyering  <meyering@lucent.com>
62694
62695         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62696         (BUILT_SOURCES): Add unlocked-io.h.
62697         (io_functions): Define.
62698         (unlocked-io.h): New rule.
62699         (DISTCLEANFILES): Add unlocked-io.h.
62700         (all-local): Depend on unlocked-io.h, to ensure it is created.
62701
62702         * lib/unlocked-io.hin: New file
62703
62704         * lib/regex.c: Update from glibc.
62705
62706 2001-07-05  Jim Meyering  <meyering@lucent.com>
62707
62708         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62709         recommendation.
62710         (libfetish_a_SOURCES): Put all .h files here instead.
62711         Remove a thus-exposed (better checks in automake) duplicate and
62712         two unnecessary .h files.
62713
62714 2001-07-04  Jim Meyering  <meyering@lucent.com>
62715
62716         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62717         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62718         distcheck failure.
62719
62720 2001-07-02  Jim Meyering  <meyering@lucent.com>
62721
62722         The following changes were prompted by suggestions from Bruno Haible.
62723
62724         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62725         is now generated.
62726         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62727         definition of EXTRA_DIST.
62728         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62729         ensure that the generated file is created/updated whenever the list
62730         of $(unlocked_functions) is changed.
62731         (jm-glibc-io.m4): New rule.
62732         (unlocked-io.h): New rule -- currently unused.
62733
62734 2001-06-24  Jim Meyering  <meyering@lucent.com>
62735
62736         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62737         unmatched right bracket, rather than kludging it with an extra,
62738         falsely-matching quote in a comment.  Patch by Akim Demaille.
62739
62740 2001-06-11  Jim Meyering  <meyering@lucent.com>
62741
62742         * lib/regex.c: Update from GNU libc.
62743
62744 2001-05-27  Jim Meyering  <meyering@lucent.com>
62745
62746         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62747         Check for ut_type in struct utmp.
62748
62749 2001-05-27  Jim Meyering  <meyering@lucent.com>
62750
62751         * lib/readutmp.h (UT_TYPE): Define.
62752
62753 2001-05-24  Jim Meyering  <meyering@lucent.com>
62754
62755         * lib/argmatch.c: Include "quote.h".
62756         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62757         quote function.  Reported by Göran Uddeborg.
62758
62759 2001-05-22  Jim Meyering  <meyering@lucent.com>
62760
62761         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62762         now that we use the package-supplied version unconditionally.
62763         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62764
62765 2001-05-21  Jim Meyering  <meyering@lucent.com>
62766
62767         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62768         shell syntax errors.
62769
62770 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62771
62772         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62773
62774 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62775
62776         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62777         Don't bother to check library strftime, since
62778         we'll be using our own my_strftime function anyway.
62779         Define my_strftime instead of strftime.
62780
62781 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62782
62783         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62784         which is not yet declared.
62785
62786 2001-05-15  Jim Meyering  <meyering@lucent.com>
62787
62788         * m4/regex.m4: Use proper quoting so brackets appear in the test
62789         program.
62790         Reported by, and with help from, Bruno Haible.
62791
62792 2001-05-13  Jim Meyering  <meyering@lucent.com>
62793
62794         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62795         undefined.
62796
62797 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62798
62799         dirname code cleanup.  base_name now behaves more compatibly
62800         with POSIX basename when given file names that have trailing
62801         slashes, and similarly for dir_name.  Add new primitives
62802         base_len and dir_len.  Put the directory-name-related decls
62803         into dirname.h.
62804
62805         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62806         * lib/backupfile.c (base_name): Likewise.
62807         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62808         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62809         * lib/makepath.c (strip_trailing_slashes): Likewise.
62810         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62811         ISSLASH): Likewise.
62812         * lib/rename.c (strip_trailing_slashes): Likewise.
62813         * lib/same.c (base_name): Likewise.
62814         * lib/stripslash.c (ISSLASH): Likewise.
62815
62816         * lib/addext.c: Include <dirname.h> after size_t is defined.
62817         * lib/backupfile.c: Likewise.
62818
62819         * lib/addext.c (addext): Use base_len to trim redundant
62820         trailing slashes instead of doing it ourselves.
62821         But do not trim the last slash if it is not redundant.
62822
62823         * lib/backupfile.c (find_backup_file_name,
62824         max_backup_version): Use base_len instead of rolling it ourselves.
62825         Handle the case of "" and (on DOS) "C:" correctly.
62826
62827         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62828         needed. Include <string.h>, <dirname.h>.
62829         (base_name): Allow file names ending in slashes, other than names
62830         that are all slashes.  In this case, return the basename followed
62831         by the slashes.  This is more general, and can be used in places
62832         where the original base_name purposely had an assertion failure.
62833         (base_len): New function.
62834
62835         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62836         Do not include <assert.h>; no longer needed.
62837         Include xalloc.h.
62838         (memrchr): Remove decl.
62839         (dir_name_r): Remove.
62840         (dir_len): Renamed from dirlen.  All callers changed.
62841         Rewrite in terms of base_name, for simplicity and consistency.
62842         (dir_name): Never return NULL.  All callers changed.
62843         Do not include <stdlib.h> in test program; no longer needed.
62844         return 0; is fine for test program.
62845
62846         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62847         New macros.
62848         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62849
62850         * lib/path-concat.c (path_concat): Use base_len to compute
62851         base length, not strlen; this means we cannot rely on memcpy
62852         to null-terminate.
62853
62854         * lib/same.c (STREQ): Remove.
62855         (same_name): Handle the case where the basename ends in trailing '/'.
62856
62857         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62858         a slash was stripped.  Do not strip the last slash after a
62859         file system prefix.
62860
62861 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62862
62863         * lib/Makefile.am (libfetish_a_SOURCES):
62864         Add strftime.c, since we now compile it on all hosts.
62865
62866         * lib/strftime.c (my_strftime):
62867         Define to nstrftime if emacs, but only if my_strftime is not defined.
62868         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62869         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62870         Add one more extra argument: a nanoseconds value.
62871         All uses changed.
62872         (ns): New macro.
62873         (my_strftime function): Add %N format.
62874         (emacs_strftimeu): Renamed from emacs_strftime,
62875         with extra ut argument.
62876
62877 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62878
62879         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62880
62881 2001-04-21  Jim Meyering  <meyering@lucent.com>
62882
62883         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62884         doesn't interfere.
62885
62886 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62887
62888         * m4/ftruncate.m4: Check for chsize.
62889         Link with ftruncate.o unconditionally if ftruncate is missing.
62890         This was required when cross-compiling to i586-mingw32msvc.
62891
62892 2001-04-08  Jim Meyering  <meyering@lucent.com>
62893
62894         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62895         recomputed; that's necessary when the offset spans a DST transition.
62896         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62897
62898 2001-04-02  Jim Meyering  <meyering@lucent.com>
62899
62900         * lib/regex.h, regex.c: Update from GNU libc.
62901
62902 2001-03-24  Jim Meyering  <meyering@lucent.com>
62903
62904         * m4/jm-macros.m4: Require autoconf-2.49d.
62905
62906 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62907
62908         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62909
62910 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62911
62912         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62913
62914 2001-03-17  Jim Meyering  <meyering@lucent.com>
62915
62916         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62917         now that the version in autoconf is equivalent.
62918         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62919
62920         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62921         Suggestion from Akim Demaille.
62922
62923         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62924         (jm_PREREQ_TEMPNAME): New function.
62925
62926 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62927
62928         * lib/tempname.c (uint64_t): Define to uintmax_t if
62929         not defined, and if UINT64_MAX is not defined.
62930         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62931         Reported by John David Anglin.
62932
62933 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62934
62935         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62936         resolve alias if codeset is empty.
62937         * lib/config.charset (BeOS): Use wildcard syntax.
62938
62939 2001-03-13  Jim Meyering  <meyering@lucent.com>
62940
62941         * lib/path-concat.c (path_concat)
62942         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62943         concatenating e.g., `C:' and `foo'.
62944         From Bruno Haible.
62945
62946 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62947
62948         * lib/localcharset.c (locale_charset): Don't use
62949         setlocale(LC_CTYPE,NULL). Don't return NULL.
62950         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62951
62952 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62953
62954         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62955         support for DOS/DJGPP.
62956
62957 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62958
62959         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62960         lacks mkstemp.  Compile our own tempname.c if we compile our own
62961         mkstemp.c, as mkstemp relies on tempname.
62962
62963 2001-03-01  Jim Meyering  <meyering@lucent.com>
62964
62965         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62966         AH_VERBATIM really does output its argument verbatim.
62967
62968 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62969
62970         * lib/Makefile.am (libfetish_a_SOURCES):
62971         Add dup-safer.c, fopen-safer.c.
62972         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62973
62974         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62975         * lib/unistd-safer.h: New files.
62976
62977 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62978
62979         The mkstemp replacement is taken from glibc 2.2.2, with some
62980         portability fixes for use outside glibc, as follows:
62981
62982         * lib/tempname.c (struct_stat64): New macro.
62983         (direxists, __gen_tempname): Use it.
62984         This avoids a portability problem with Solaris 8.
62985
62986         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62987         (<stddef.h>, <stdint.h>, <string.h>):
62988         Include only if STDC_HEADERS || _LIBC.
62989         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62990         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62991         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62992         (__set_errno): Define this macro if <errno.h> doesn't.
62993         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62994         Define these macros if <stdio.h> doesn't.
62995         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62996         Define these macros if <sys/stat.h>
62997         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62998         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62999         __xstat64): Define if not _LIBC.
63000         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63001         (__gen_tempname): Invoke gettimeofday only if
63002         HAVE_GETTIMEOFDAY || _LIBC;
63003         otherwise, fall back on plain "time".
63004         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63005
63006         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63007
63008         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63009
63010 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63011
63012         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63013
63014 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63015
63016         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63017         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63018         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63019         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63020
63021 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63022
63023         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63024         Remove workaround macros for hosts that have mbrtowc but not
63025         mbstate_t, as we now insist on proper declarations for both
63026         before using mbrtowc.
63027
63028 2001-02-17  Jim Meyering  <meyering@lucent.com>
63029
63030         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63031         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63032         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63033         UnixWare 7.1.1.
63034
63035         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63036         rather than AC_CACHE_VAL.
63037
63038 2001-02-17  Jim Meyering  <meyering@lucent.com>
63039
63040         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63041         around included file name.
63042
63043         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63044
63045         * lib/strftime.c: Update from GNU libc (the only changes were to
63046         comments).
63047
63048 2001-02-17  Jim Meyering  <meyering@lucent.com>
63049
63050         * lib/regex.c: Update from libc.
63051
63052 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63053
63054         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63055         clash.
63056
63057 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63058
63059         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63060         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63061         Reported by Mark Hounschell via Paul Eggert.
63062
63063 2001-02-07  Jim Meyering  <meyering@lucent.com>
63064
63065         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63066
63067 2001-02-05  Jim Meyering  <meyering@lucent.com>
63068
63069         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63070         it includes the patch required for `large file' support with at least
63071         HP-UX's 10.20 /bin/cc.
63072
63073 2001-02-03  Jim Meyering  <meyering@lucent.com>
63074
63075         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63076         AS_IF, now that it works once again (mysteriously).
63077         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63078
63079 2001-01-30  Jim Meyering  <meyering@lucent.com>
63080
63081         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63082         * m4/chown.m4: Rename conftestchown to conftest.chown.
63083         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63084         s/conftestdir2/conftest.d2/.
63085         * m4/utimes.m4: s/conftestdata/conftest.data/
63086         Inspired by Pavel Roskin's change in autoconf.
63087
63088 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63089
63090         * lib/config.charset: Update for FreeBSD 4.2.
63091
63092 2001-01-27  Jim Meyering  <meyering@lucent.com>
63093
63094         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63095         a use of AS_IF.
63096         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63097
63098 2001-01-26  Jim Meyering  <meyering@lucent.com>
63099
63100         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63101         quotearg.c includes it.
63102
63103 2001-01-26  Jim Meyering  <meyering@lucent.com>
63104
63105         * lib/quotearg.c: Include stddef.h.
63106         * lib/quote.c: Include stddef.h.
63107         Reported by Axel Kittenberger.
63108
63109         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63110         line in double quotes so that it evokes a better diagnostic.
63111         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63112         Reported by Axel Kittenberger.
63113
63114 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63115
63116         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63117         as if it was a `charset'.
63118
63119 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63120
63121         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
63122         has const.
63123
63124 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63125
63126         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
63127         to avoid a warning.  Add back 'const' to inptr.
63128
63129 2001-01-20  Jim Meyering  <meyering@lucent.com>
63130
63131         Be sure that headers are checked before used in code compiled
63132         for the type checks.
63133         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
63134         In place of that, invoke jm_CHECK_ALL_TYPES.
63135         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
63136         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
63137         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
63138         The check for ssize_t was mistakenly run before the test for unistd.h.
63139
63140         The configure-time check for stdbool.h was missing.
63141         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
63142         (jm_PREREQ_HASH): New function.
63143
63144 2001-01-17  Jim Meyering  <meyering@lucent.com>
63145
63146         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
63147         for autoconf-2.49c.
63148         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
63149
63150 2001-01-16  Jim Meyering  <meyering@lucent.com>
63151
63152         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
63153         From Bruno Haible.
63154
63155 2001-01-14  Jim Meyering  <meyering@lucent.com>
63156
63157         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
63158         foo and bar.  Create conftestdir/ in the script, not in the C code.
63159         Remove directories in the script, not in the C code.
63160         Remove conftestdir{,2} before trying to create the directory.
63161         Make the entire configure script fail if the mkdir fails.
63162
63163 2001-01-14  Jim Meyering  <meyering@lucent.com>
63164
63165         * lib/rename.c: New file.  From Volker Borchert.
63166         Include stdlib.h, string.h or strings.h, and xalloc.h.
63167         Use strip_trailing_slashes rather than open-coding it.
63168
63169 2001-01-03  Paul Eggert  <eggert@twinsun.com>
63170
63171         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
63172
63173 2001-01-03  Jim Meyering  <meyering@lucent.com>
63174
63175         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
63176         of local `inptr' to avoid warning with some system declarations of
63177         iconv.
63178
63179 2001-01-02  Volker Borchert  <bt@teknon.de>
63180
63181         * m4/rename.m4: New file.
63182         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
63183
63184 2001-01-01  Jim Meyering  <meyering@lucent.com>
63185
63186         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
63187         even on systems with utmpx.h.  It's necessary for the declaration of
63188         utmp's ut_user member.  Reported by Andreas Jaeger.
63189
63190         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
63191         available. They are required for the declarations of getgrgid and
63192         getpwuid resp.
63193         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
63194         Reported by Andreas Jaeger.
63195
63196 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
63197
63198         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
63199         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
63200         so `make install' also works in VPATH builds.
63201
63202 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
63203
63204         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
63205         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
63206         can be used in subdirectories.
63207
63208 2000-12-29  Paul Eggert  <eggert@twinsun.com>
63209
63210         * lib/modechange.c: Do not assume that mode_t uses the
63211         traditional octal encoding.  E.g. "chmod 1 FOO" should set
63212         the other-execute bit of FOO even if S_IXOTH != 1.
63213
63214         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
63215         WOTH, XOTH, ALLM): New macros.
63216         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
63217          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
63218         Use them.
63219         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
63220         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
63221         (mode_compile):
63222         No need to use uintmax_t; unsigned long is long enough.
63223         Don't bother to get suffix since we don't use it.
63224
63225 2000-12-26  Jim Meyering  <meyering@lucent.com>
63226
63227         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
63228         better with autoheader.
63229
63230 2000-12-24  Jim Meyering  <meyering@lucent.com>
63231
63232         * lib/hash.c (is_prime): Return explicit boolean values.
63233         (hash_get_first): Return NULL to appease Irix5.6's 89.
63234         Reported by Nelson Beebe.
63235
63236 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
63237
63238         * lib/localcharset.c (locale_charset): Add support for Win32.
63239
63240 2000-12-18  Paul Eggert  <eggert@twinsun.com>
63241
63242         * lib/physmem.h, lib/physmem.c: New files.
63243
63244         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
63245         (noinst_HEADERS): Add physmem.h.
63246
63247         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
63248         't' for compatibility with Solaris 8 sort.
63249
63250 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
63251
63252         * lib/config.charset: Add support for BeOS.
63253
63254 2000-12-17  Jim Meyering  <meyering@lucent.com>
63255
63256         * m4/dos.m4 (jm_AC_DOS): New file and macro.
63257         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
63258
63259 2000-12-16  Jim Meyering  <meyering@lucent.com>
63260
63261         This bug had a serious impact on chown: `chown N:M FILE' (for integer
63262         N and M) would have treated it like `chown N:N FILE'.
63263
63264         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
63265
63266 2000-12-16  Jim Meyering  <meyering@lucent.com>
63267
63268         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
63269         SHELLS_FILE to a file name that's useful on djgpp systems.
63270         Include stdlib.h.
63271         (ADDITIONAL_DEFAULT_SHELLS): Define.
63272         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63273         Based mostly on a patch from Prashant TR.
63274
63275 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63276
63277         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63278         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63279         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63280
63281 2000-12-08  Andreas Schwab  <schwab@suse.de>
63282
63283         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63284         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63285
63286 2000-12-07  Jim Meyering  <meyering@lucent.com>
63287
63288         * lib/stripslash.c (ISSLASH): Define.
63289         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63290         `/'.
63291         From Prashant TR.
63292
63293         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63294         (dir_name_r): Declare this function as static.
63295         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63296         manifest itself on a name containing a mix of slashes and
63297         backslashes.
63298         Make this function work with names starting with a DOS-style
63299         drive letter and colon prefix.
63300         (dir_name): Append `.' if necessary.
63301         Based mostly on patches from Prashant TR and Eli Zaretskii.
63302
63303         * lib/dirname.h (dir_name_r): Remove prototype.
63304
63305 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63306
63307         * m4/off_t-format.m4: Remove this file.
63308         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63309
63310 2000-12-06  Jim Meyering  <meyering@lucent.com>
63311
63312         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63313         replacement strtoull, we may well need the replacement strtoul, too.
63314         Check for declarations of strtoul and strtoull.
63315         Check for strtol.  Mainly as a cue to cause automake to include
63316         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63317         Check for limits.h -- strtol.c needs it.
63318
63319 2000-12-05  Jim Meyering  <meyering@lucent.com>
63320
63321         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63322
63323 2000-12-04  Jim Meyering  <meyering@lucent.com>
63324
63325         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63326         Also include memory.h, stdlib.h, unistd.h if appropriate.
63327         Reported by Andreas Jaeger (conflicting declaration of malloc).
63328
63329 2000-12-02  Jim Meyering  <meyering@lucent.com>
63330
63331         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63332         * m4/jm-macros.m4 (jm_MACROS): require it.
63333
63334 2000-12-02  Jim Meyering  <meyering@lucent.com>
63335
63336         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63337
63338 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63339
63340         * lib/memrchr.c: Include <config.h> before any system include file.
63341
63342 2000-11-30  Jim Meyering  <meyering@lucent.com>
63343
63344         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63345
63346 2000-11-30  Jim Meyering  <meyering@lucent.com>
63347
63348         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63349
63350 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63351
63352         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63353
63354 2000-11-26  Jim Meyering  <meyering@lucent.com>
63355
63356         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63357
63358 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63359
63360         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63361         size of (size_t) -1; it's not portable.
63362
63363 2000-11-17  Jim Meyering  <meyering@lucent.com>
63364
63365         * lib/strstr.c: Update from GNU libc.
63366
63367 2000-11-17  Akim Demaille  <akim@epita.fr>
63368
63369         * lib/obstack.h: Formatting changes.
63370         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63371         prevent type checking.
63372         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63373         cast the value to (void *): assigning a `foo *' to a `void *'
63374         variable is valid.
63375         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63376
63377 2000-11-16  Jim Meyering  <meyering@lucent.com>
63378
63379         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63380
63381 2000-11-11  Jim Meyering  <meyering@lucent.com>
63382
63383         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63384
63385 2000-11-10  Jim Meyering  <meyering@lucent.com>
63386
63387         * lib/obstack.h: Update from GNU libc.
63388         * lib/obstack.c: Likewise.
63389
63390 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63391
63392         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63393
63394 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63395
63396         * lib/getusershell.c (setusershell): Use rewind rather than
63397         fseek/fseeko, to avoid configuration hassles with fseeko.
63398         Don't bother opening SHELLS_FILE if shellstream is NULL;
63399         it's not necessary.
63400
63401 2000-11-05  Jim Meyering  <meyering@lucent.com>
63402
63403         * lib/makepath.h (make_dir): Declare.
63404         * lib/makepath.c (make_dir): Remove `static' attribute.
63405         Tweak a comment.
63406
63407 2000-11-04  Jim Meyering  <meyering@lucent.com>
63408
63409         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63410
63411 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63412
63413         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63414         last one in a bucket, advance to the next bucket.
63415
63416 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63417
63418         * lib/fnmatch.c: Do not comment out all the code if we are using
63419         the GNU C library, because in some cases we are replacing buggy
63420         code in the GNU C library itself.
63421
63422 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63423
63424         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63425         (regex_compile): Catch bogus \(\1\).
63426
63427 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63428
63429         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63430         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63431         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63432
63433 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63434
63435         * lib/error.h, getline.h, modechange.h:
63436         Remove "2000" from Copyright line, as the file hasn't been
63437         changed this year other than in the copyright notice.
63438
63439         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63440         was changed this year.
63441
63442 2000-10-29  Jim Meyering  <meyering@lucent.com>
63443
63444         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63445         renaming.
63446         * m4/ls-mntd-fs.m4: Likewise
63447
63448 2000-10-29  Jim Meyering  <meyering@lucent.com>
63449
63450         * lib/xstat.in: Fix grammar in comment.
63451
63452 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63453
63454         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63455         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63456         doesn't define __restrict_arr.
63457
63458 2000-10-28  Jim Meyering  <meyering@lucent.com>
63459
63460         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63461         (jm_PREREQ_MEMCHR): New function.
63462
63463 2000-10-28  Jim Meyering  <meyering@lucent.com>
63464
63465         * lib/memchr.c: Update from libc.
63466         Adjust for portability:
63467         [HAVE_STDLIB_H]: Include stdlib.h.
63468         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63469         Undef __memchr, too.
63470         [!weak_alias]: Define __memchr to memchr.
63471
63472         * lib/regex.c: Update from libc.
63473         * lib/regex.h: Likewise.
63474         * lib/getopt1.c: Likewise.
63475         * lib/memcmp.c: Likewise.
63476
63477         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63478         Avoid using fseek, when possible -- it's broken by design.
63479         Patch by Ulrich Drepper.
63480
63481 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63482
63483         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63484         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63485         Giving in to popular pressure to shut up the compiler with casts.
63486
63487 2000-10-26  Jim Meyering  <meyering@lucent.com>
63488
63489         * lib/strftime.c: Update from libc.
63490
63491 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63492
63493         * regex.c: More `unsigned char' -> `re_char' changes.
63494         Also change several `int' into `re_wchar_t'.
63495         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63496         (PUSH_FAILURE_POINTER): Don't cast any more.
63497         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63498         We want GCC to complain, since this piece of code makes
63499         re_match non-reentrant, which *should* be fixed.
63500         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63501         (EXTEND_BUFFER): Use RETALLOC.
63502         (SET_LIST_BIT): Don't cast.
63503         (re_wchar_t): New type.
63504         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63505         that those two functions will always properly return.
63506         (IMMEDIATE_QUIT_CHECK): Cast to void.
63507         (analyse_first): Use recursion rather than an explicit stack.
63508         (re_compile_fastmap): Can't fail anymore.
63509         (re_search_2): Don't check re_compile_fastmap for failure.
63510         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63511         Now also sets the new value (passed in a new argument).
63512         (re_match_2_internal): Use it.
63513         Also, use a new var `reg' of type size_t when looping through regs
63514         rather than reuse the inappropriate `mcnt'.
63515
63516 2000-10-25  Jim Meyering  <meyering@lucent.com>
63517
63518         * lib/obstack.c: Update from libc.
63519
63520 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63521
63522         * regex.c (regex_compile): Change the way of handling a range from
63523         a char less than 256 to a char not less than 256.
63524
63525 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63526
63527         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63528         NT-Emacs only.
63529         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63530         so that re_search functions only quit when callers expect them to.
63531
63532 2000-10-23  Jim Meyering  <meyering@lucent.com>
63533
63534         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63535         wrong.  That set_locale call must not have any side effects.
63536         From Paul Eggert.
63537
63538 2000-10-22  Jim Meyering  <meyering@lucent.com>
63539
63540         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63541         [CYCLIC]: Remove now-unused definition.
63542
63543         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63544         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63545         Suggestion from Ulrich Drepper.
63546
63547 2000-10-21  Jim Meyering  <meyering@lucent.com>
63548
63549         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63550         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63551         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63552
63553 2000-10-21  Jim Meyering  <meyering@lucent.com>
63554
63555         * lib/dirname.c (memrchr): Declare if necessary.
63556         (dir_name): Remove the restriction that there be no
63557         trailing slashes.  Now, this code skips past them, effectively
63558         ignoring them.
63559         [TEST_DIRNAME] (main): New unit tests.
63560
63561         * lib/memrchr.c: New file from GNU libc.
63562         Undef __memrchr, too.
63563         [!weak_alias]: Define __memrchr to memrchr.
63564         Guard weak_alias use with `#ifdef weak_alias'.
63565
63566 2000-10-21  Jim Meyering  <meyering@lucent.com>
63567
63568         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63569         (dir_name): Use dir_name_r.
63570         * lib/dirname.h (dir_name_r): Declare it.
63571
63572 2000-10-17  Jim Meyering  <meyering@lucent.com>
63573
63574         * lib/quote.h (PARAMS): Define and use.
63575         Reported by Akim Demaille.
63576
63577         * lib/getopt.c: Update from libc.
63578
63579 2000-10-16  Jim Meyering  <meyering@lucent.com>
63580
63581         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63582         setlocale.
63583         From Jan Fedak.
63584
63585 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63586
63587         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63588
63589 2000-09-25  Jim Meyering  <meyering@lucent.com>
63590
63591         * lib/md5.h (rol): Define (from GnuPG).
63592
63593         * lib/sha.c: Give credit (GnuPG) where due.
63594         (M): Use rol rather than open-coding it.
63595         Add a FIXME comment.
63596
63597 2000-09-21  Jim Meyering  <meyering@lucent.com>
63598
63599         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63600         Reported by Michael Stone.
63601
63602 2000-09-20  Jim Meyering  <meyering@lucent.com>
63603
63604         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63605         (noinst_HEADERS): Add sha.h.
63606         Based on code from Scott G. Miller and from GnuPG.
63607
63608 2000-09-18  Jim Meyering  <meyering@lucent.com>
63609
63610         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63611         LIBS. Otherwise, everyone ends up linking with -lelf for some
63612         configurations.
63613         Reported by Mike Stone.
63614
63615 2000-09-15  Jim Meyering  <meyering@lucent.com>
63616
63617         * lib/regex.c: Update from libc.
63618
63619 2000-09-10  Jim Meyering  <meyering@lucent.com>
63620
63621         * lib/getopt.c (_getopt_internal): Update from glibc.
63622
63623 2000-09-09  Jim Meyering  <meyering@lucent.com>
63624
63625         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63626         think it should be used as a general replacement for isascii.
63627         * lib/fnmatch.c: Likewise.
63628         * lib/mbswidth.c: Likewise
63629         * lib/regex.c: Likewise.
63630
63631         Don't use atoi.
63632         * lib/userspec.c: Include sys/param.h and limits.h.
63633         Include xstrtol.h.
63634         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63635         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63636         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63637         UID, GID.  Check range.
63638
63639 2000-09-06  Jim Meyering  <meyering@lucent.com>
63640
63641         * lib/getopt.c (_getopt_internal): Update from glibc.
63642
63643 2000-08-30  Jim Meyering  <meyering@lucent.com>
63644
63645         * lib/strftime.c: Merge in changes from GNU libc.
63646
63647 2000-08-26  Jim Meyering  <meyering@lucent.com>
63648
63649         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63650         * m4/fpending.m4: New file.
63651
63652 2000-08-26  Jim Meyering  <meyering@lucent.com>
63653
63654         * lib/closeout.c: Include "__fpending.h".
63655         (close_stdout_status): Return right away if there's nothing to flush.
63656
63657         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63658         * lib/__fpending.c: New file.
63659         * lib/__fpending.h: New file.
63660
63661 2000-08-20  Jim Meyering  <meyering@lucent.com>
63662
63663         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63664         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63665         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63666
63667 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63668
63669         Improve fileutils installation on systems where running
63670         programs (like install) can't be unlinked.
63671         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63672         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63673
63674 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63675
63676         Standardize on "memory exhausted" instead of "Memory exhausted"
63677         or "virtual memory exhausted".
63678         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63679         "virtual memory exhausted".
63680         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63681         our own message.
63682         * lib/userspec.c (parse_user_spec): Likewise.
63683         * lib/bumpalloc.h: comment fix
63684         * lib/same.c, userspec.c: Include xalloc.h.
63685
63686         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63687         not char *const and pointing to a constant array.
63688         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63689         (xrealloc): Comment fix.
63690
63691         * lib/userspec.c (parse_user_spec):
63692         Don't translate a message until just before returning,
63693         to avoid unnecessary translation.
63694
63695 2000-08-07  Jim Meyering  <meyering@lucent.com>
63696
63697         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63698         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63699         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63700         getgroups.c, gethostname.c, getopt.h, group-member.c,
63701         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63702         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63703         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63704         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63705         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63706         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63707         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63708         yesno.c: Back out Copyright date changes for each file with no change
63709         this year.  This eases coordination with other programs using the same
63710         source code modules.  From Paul Eggert.
63711
63712 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63713
63714         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63715         not char, for compatibility with glibc 2.1.3 strftime.c.
63716
63717 2000-08-03  Greg McGary  <greg@mcgary.org>
63718
63719         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63720         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63721         (EXTEND_BUFFER): Use them.
63722
63723 2000-08-01  Jim Meyering  <meyering@lucent.com>
63724
63725         * lib/dirname.c (ISSLASH): Define.
63726         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63727         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63728         both `\' and `/' may be use as path separators.
63729         Based on a patch from Prashant TR.
63730
63731 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63732
63733         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63734         slot vector a constant, since it might get modified.
63735
63736 2000-07-31  Jim Meyering  <meyering@lucent.com>
63737
63738         * lib/xmalloc.c: Use `virtual memory exhausted', not
63739         `Memory exhausted'.
63740         * lib/obstack.c (print_and_abort): Likewise.
63741
63742 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63743
63744         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63745         buffer, so that the caller can always quote one small
63746         component of a "memory exhausted" message in slot 0.
63747         From a suggestion by Jim Meyering.
63748
63749 2000-07-30  Jim Meyering  <meyering@lucent.com>
63750
63751         * lib/makepath.c (make_path): Quote the other instance, too.
63752
63753         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63754         (STATIC_BUF_SIZE): Define.
63755         (quotearg_n_options): Use only statically allocated storage when
63756         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63757         than STATIC_BUF_SIZE.
63758
63759 2000-07-29  Jim Meyering  <meyering@lucent.com>
63760
63761         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63762         * lib/dirname.c (dir_name): Likewise.
63763
63764         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63765         `/'.
63766
63767         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63768         (dir_name): Assert that there are no trailing slashes.
63769
63770 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63771
63772         * lib/mbswidth.h (mbswidth): Add a flags argument.
63773         (mbswidth): New declaration.
63774         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63775         * lib/mbswidth.c (mbswidth): Add a flags argument.
63776         (mbsnwidth): New function.
63777
63778 2000-07-24  Jim Meyering  <meyering@lucent.com>
63779
63780         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63781
63782 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63783
63784         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63785
63786 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63787
63788         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63789         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63790         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63791         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63792         invoke multibyte primitives.
63793
63794 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63795
63796         * lib/quotearg.c:
63797         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63798         so that mbstate_t is always defined.
63799
63800         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63801         be 1 in at least one GCC installation, and this configuration
63802         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63803         performance on hosts that have mbrtowc but have only unibyte
63804         locales, but I assume these hosts are rare.
63805
63806 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63807
63808         * lib/mbswidth.c (_XOPEN_SOURCE):
63809         Don't define; this causes problems on Solaris 7.
63810         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63811
63812 2000-07-23  Jim Meyering  <meyering@lucent.com>
63813
63814         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63815         too: getgrgid, getpwuid, getuid.
63816
63817 2000-07-23  Jim Meyering  <meyering@lucent.com>
63818
63819         * lib/basename.c (base_name): Add an assertion.
63820
63821 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63822
63823         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63824         shadow its mbsinit function.
63825
63826 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63827
63828         * lib/mbswidth.h: New file.
63829         * lib/mbswidth.c: New file.
63830         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63831         (noinst_HEADERS): Add mbswidth.h.
63832
63833 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63834
63835         * lib/config.charset: Add support for FreeBSD. Improve support for
63836         HP-UX and IRIX 6.
63837
63838 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63839
63840         * m4/mbswidth.m4: New file.
63841         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63842
63843 2000-07-15  Jim Meyering  <meyering@lucent.com>
63844
63845         * lib/makepath.c: Include quote.h.
63846         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63847         corresponding argument in a `quote (...)' call.
63848         Give better diagnostics.
63849
63850         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63851         (noinst_HEADERS): Add quote.h.
63852
63853         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63854         from tar's src/misc.c.
63855         * lib/quote.h: New file.  Prototypes for same.
63856
63857 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63858
63859         From a suggestion by Bruno Haible.
63860         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63861         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63862         to decide whether to define the BeOS workaround macro;
63863         this adjusts to the change to AC_MBSTATE_T.
63864
63865 2000-07-14  Jim Meyering  <meyering@lucent.com>
63866
63867         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63868         jm_AC_TYPE_UINTMAX_T.
63869
63870 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63871
63872         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63873
63874         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63875         quotearg_buffer_restyled): Add support for
63876         clocale_quoting_style.  Undo previous change to
63877         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63878         and "{RIGHT QUOTATION MARK}" msgids.
63879
63880 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63881
63882         From a suggestion by Bruno Haible.
63883         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63884         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63885         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63886         and mbstate_t, to a single-part test that simply defines mbstate_t.
63887         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63888         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63889
63890 2000-07-10  Jim Meyering  <meyering@lucent.com>
63891
63892         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63893
63894         * m4/gnu-source.m4: Output to confdefs.h directly.
63895         Suggestion from Akim Demaille.
63896
63897 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63898
63899         The old behavior of quoting `like this' doesn't look good with
63900         newer, ISO-style fonts.  See:
63901         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63902
63903         Instead, quote "like this" by default.  Let the translator
63904         tailor the locale-specific quoting behavior by providing
63905         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63906
63907         * lib/quotearg.c (N_): New macro.
63908         (gettext_default): New function.
63909         (quotearg_buffer_restyled): Use
63910         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63911         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63912
63913 2000-07-09  Jim Meyering  <meyering@lucent.com>
63914
63915         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63916         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63917
63918         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63919         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63920
63921 2000-07-09  Jim Meyering  <meyering@lucent.com>
63922
63923         * lib/Most files: Update copyright dates to include 2000.
63924
63925 2000-07-08  Jim Meyering  <meyering@lucent.com>
63926
63927         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63928         if not defined.
63929         (xgethostname): Remove now-unnecessary #ifdef.
63930         Move declaration of `err' into loop where it's used.
63931
63932 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63933         and Bruno Haible  <haible@clisp.cons.org>
63934
63935         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63936         only if the test for an object-type mbstate_t fails.  This
63937         prevents us from mistakenly reporting that mbstate_t is a
63938         system object type after we "#define mbstate_t int" to work
63939         around its lack.
63940
63941 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63942         and Bruno Haible  <haible@clisp.cons.org>
63943
63944         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63945
63946 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63947
63948         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63949         to strerror_r.
63950         Include <ctype.h> for use of isalpha.
63951
63952 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63953
63954         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63955         by allocating a larger buffer. Test the gethostname return value for
63956         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63957         returns an error and ENAMETOOLONG isn't defined.
63958
63959 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63960
63961         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63962         dimension.
63963
63964 2000-07-04  Jim Meyering  <meyering@lucent.com>
63965
63966         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63967         of the deprecated AC_CHECKING.
63968
63969 2000-07-04  Jim Meyering  <meyering@lucent.com>
63970
63971         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63972         Reported by Bruno Haible.
63973
63974 2000-07-04  Jim Meyering  <meyering@lucent.com>
63975
63976         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63977         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63978         lacks mbrtowc.
63979
63980 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63981
63982         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63983         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63984
63985 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63986         and Bruno Haible  <haible@clisp.cons.org>
63987
63988         * lib/quotearg.c (mbrtowc):
63989         Assign to *pwc, and return 1 only if result is nonzero.
63990         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63991
63992 2000-07-03  Jim Meyering  <meyering@lucent.com>
63993
63994         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63995
63996 2000-07-03  Jim Meyering  <meyering@lucent.com>
63997
63998         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63999         This is necessary to get a definition of e.g., UTMP_FILE on
64000         HP-UX 10.20.
64001         From Bob Proulx.
64002
64003 2000-07-02  Jim Meyering  <meyering@lucent.com>
64004
64005         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64006
64007         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64008         AC_LIBOBJ(function_name).
64009         * m4/chown.m4: Likewise.
64010         * m4/fnmatch.m4: Likewise.
64011         * m4/ftruncate.m4: Likewise.
64012         * m4/getgroups.m4: Likewise.
64013         * m4/getline.m4: Likewise.
64014         * m4/group-member.m4: Likewise.
64015         * m4/jm-macros.m4: Likewise.
64016         * m4/lstat.m4: Likewise.
64017         * m4/malloc.m4: Likewise.
64018         * m4/memcmp.m4: Likewise.
64019         * m4/nanosleep.m4: Likewise.
64020         * m4/putenv.m4: Likewise.
64021         * m4/realloc.m4: Likewise.
64022         * m4/regex.m4: Likewise.
64023         * m4/stat.m4: Likewise.
64024         * m4/strftime.m4: Likewise.
64025
64026 2000-07-02  Jim Meyering  <meyering@lucent.com>
64027
64028         * lib/quotearg.c (mbstate_t): Don't define here.
64029
64030 2000-07-02  Jim Meyering  <meyering@lucent.com>
64031
64032         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64033
64034 2000-07-01  Jim Meyering  <meyering@lucent.com>
64035
64036         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64037
64038 2000-07-01  Jim Meyering  <meyering@lucent.com>
64039
64040         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64041         problem.
64042
64043 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64044
64045         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64046         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64047
64048 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64049
64050         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64051         per change in ../m4/ls-mntd-fs.m4.
64052         (read_filesystem_list): Ignore symbolic links.
64053
64054 2000-06-29  Jim Meyering  <meyering@lucent.com>
64055
64056         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64057         for declaration of strcmp.
64058
64059         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64060
64061         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64062         Avoid warning by casting result to `char *' to remove `const'.
64063
64064 2000-06-28  Jim Meyering  <meyering@lucent.com>
64065
64066         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64067         included by quotearg.c, for which we perform this test.  From
64068         Bruno Haible.
64069
64070 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64071
64072         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64073         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64074         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64075
64076 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64077
64078         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64079
64080 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64081
64082         savedir now sets errno on failure and invokes xmalloc to get memory.
64083         Fix a couple of other minor bugs while we're at it.
64084
64085         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64086         (NAMLEN): Remove macro.
64087         (malloc, realloc): Remove decls.
64088         (stpcpy): Likewise.
64089         ("xalloc.h"): Include.
64090         (NAME_SIZE_DEFAULT): New macro.
64091         (savedir): Use xmalloc / xrealloc to allocate memory.
64092         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64093         Skip "" directory entries.
64094         Use strlen to calculate directory entry length, since the old method
64095         is rarely used these days and isn't worth supporting.
64096         Don't use a pointer after freeing it.
64097         Check for integer overflow when calculating allocation size.
64098         Use memcpy to copy entries, instead of stpcpy.
64099         Set errno properly when returning NULL.
64100         Check for readdir error.
64101
64102 2000-06-26  Jim Meyering  <meyering@lucent.com>
64103
64104         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64105
64106 2000-06-25  Jim Meyering  <meyering@lucent.com>
64107
64108         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64109         Linux header bug when _XOPEN_SOURCE is defined to 500.
64110
64111 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64112
64113         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64114         deficiency.
64115
64116 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64117
64118         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64119         Include xalloc.h.
64120         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64121
64122 2000-06-24  Jim Meyering  <meyering@lucent.com>
64123
64124         * m4/strerror_r.m4: Revive this file -- to try out an experimental
64125         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
64126         for which strerror does return char*, but which lacks a conveniently
64127         accessible declaration of the function.  If the compile-test says
64128         strerror_r doesn't work, then resort to a `run'-test that works on
64129         BeOS and segfaults on DEC Unix.
64130
64131 2000-06-24  Jim Meyering  <meyering@lucent.com>
64132
64133         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
64134
64135 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64136
64137         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
64138         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
64139
64140 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64141
64142         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
64143         (mbrtowc, mbstate_t): Define substitutes if
64144         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
64145         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
64146         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
64147
64148 2000-06-23  Jim Meyering  <meyering@lucent.com>
64149
64150         * m4/afs.m4: Add missing AC_MSG_RESULT.
64151         Reported by Bruno Haible.
64152
64153         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
64154         Suggestion from Bruno Haible.
64155
64156 2000-06-23  Jim Meyering  <meyering@lucent.com>
64157
64158         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
64159
64160 2000-06-21  Jim Meyering  <meyering@lucent.com>
64161
64162         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
64163
64164 2000-06-21  Jim Meyering  <meyering@lucent.com>
64165
64166         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
64167         (noinst_HEADERS): Add getstr.h.
64168
64169         * lib/getline.c (getstr): Move into a separate file.
64170         * lib/getstr.c (getstr): New file, extracted from getline.c, with
64171         the following changes: new parameter, delim2; both delim[12]
64172         parameters have type `int', not `char'.  The latter would lose
64173         with 8-bit delimiters.
64174         * lib/getstr.h: New file.
64175
64176 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64177
64178         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
64179         than 1024, return a memory chunk of least possible size, instead
64180         of size PATH_MAX + 2. In the loop, increment the size proportionally.
64181         Use free/xmalloc instead of xrealloc to avoid copying for very long
64182         paths.
64183
64184 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64185
64186         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
64187         the empty string.
64188
64189 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64190
64191         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
64192         address, not strdup.  Include <stdlib.h> and don't declare free().
64193
64194 2000-06-19  Jim Meyering  <meyering@lucent.com>
64195
64196         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
64197
64198 2000-06-18  Jim Meyering  <meyering@lucent.com>
64199
64200         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
64201
64202         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
64203         `checking whether...' message to be consistent with that of the
64204         lstat test.
64205
64206 2000-06-18  Jim Meyering  <meyering@lucent.com>
64207
64208         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
64209         Besides, these days every porting target provides a mkdir function.
64210
64211         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
64212         needed. (this snippet comes from src/system.h).
64213
64214 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
64215
64216         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
64217
64218 2000-06-15  Paul Eggert  <eggert@twinsun.com>
64219
64220         * lib/human.c (adjust_value): New function.
64221         (human_readable_inexact): Apply rounding style even when
64222         printing approximate values.
64223
64224 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64225
64226         * lib/human.c (human_readable_inexact): Allow an input block
64227         size that is not a multiple of the output block size, and vice versa.
64228         Reported by Piergiorgio Sartor.
64229
64230 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64231
64232         * lib/getdate.y (get_date): Apply relative times after time
64233         zone indicator, not before.  Reported by Todd A. Jacobs.
64234
64235 2000-06-13  Jim Meyering  <meyering@lucent.com>
64236
64237         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
64238
64239         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
64240
64241 2000-06-12  Paul Eggert  <eggert@twinsun.com>
64242
64243         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
64244
64245 2000-06-12  Jim Meyering  <meyering@lucent.com>
64246
64247         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
64248         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
64249         optional argument.
64250         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
64251         the optional argument, `lib'.
64252
64253 2000-06-08  Jim Meyering  <meyering@lucent.com>
64254
64255         * m4/largefile.m4: Remove file (now that it's part of autoconf).
64256
64257 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64258
64259         Rewrite largefile configuration so that we don't need to run
64260         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
64261         AC_CANONICAL_HOST in configure.in -- jmm]
64262
64263         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
64264         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
64265         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
64266         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
64267         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
64268         All uses changed.
64269         Instead of inspecting the output of getconf, try to compile the
64270         test program without and with the macro definition.
64271         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
64272         for getconf.  Instead, check for the needed flags by compiling
64273         test programs.
64274
64275 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64276
64277         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64278
64279 2000-06-04  Jim Meyering  <meyering@lucent.com>
64280
64281         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64282         SunOS 4.1.4 for which gid_t is an unsigned type.
64283
64284 2000-06-03  Jim Meyering  <meyering@lucent.com>
64285
64286         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64287         now that autoconf requires that.
64288
64289         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64290         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64291         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64292
64293 2000-06-03  Jim Meyering  <meyering@lucent.com>
64294
64295         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64296
64297 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64298
64299         * m4/glibc21.m4: New file.
64300         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64301
64302 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64303
64304         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64305         newer, don't install charset.alias.
64306         * lib/config.charset: Change the Linux/glibc rules so they become empty
64307         on glibc-2.1 or newer.
64308
64309 2000-06-02  Jim Meyering  <meyering@lucent.com>
64310
64311         * lib/mountlist.c: Back out last change.  Instead, do this...
64312         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64313         me_dummy member using the same `ignore'-testing code.
64314         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64315         fs_type strings.
64316         From Mark D. Roth.
64317
64318 2000-05-29  Jim Meyering  <meyering@lucent.com>
64319
64320         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64321         mounts with the `ignore' attribute.  Based on a patch from
64322         Mark D. Roth.
64323
64324 2000-05-28  Jim Meyering  <meyering@lucent.com>
64325
64326         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64327         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64328         * m4/stat.m4: Likewise.
64329         * m4/lstat.m4: Likewise.
64330         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64331
64332         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64333         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64334
64335 2000-05-26  Jim Meyering  <meyering@lucent.com>
64336
64337         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64338
64339 2000-05-24  Jim Meyering  <meyering@lucent.com>
64340
64341         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64342         autoconf requires that.
64343         * m4/lib-check.m4: Likewise.
64344         * m4/jm-macros.m4: Likewise.
64345         * m4/strftime.m4: Likewise.
64346
64347         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64348         AC_CHECK_DECLS, now that autoconf requires that.
64349
64350 2000-05-22  Jim Meyering  <meyering@lucent.com>
64351
64352         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64353         * m4/lstat.m4: Likewise.
64354
64355 2000-05-22  Jim Meyering  <meyering@lucent.com>
64356
64357         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64358
64359 2000-05-20  Jim Meyering  <meyering@lucent.com>
64360
64361         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64362         (jm_PREREQ): Use it.
64363
64364 2000-05-18  Jim Meyering  <meyering@lucent.com>
64365
64366         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64367         back, too, since it may have been modified by allocate_entry.
64368         (hash_delete): Rewrite to use neither the assignment operator
64369         nor the comma operator in an if-expression.
64370
64371 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64372
64373         * lib/closeout.c:
64374         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64375         Remove; no longer needed.
64376         "quotearg.h": Add include.
64377         (file_name): Do not bother to explicitly initialize to NULL; it's less
64378         efficient on some hosts.
64379         (close_stdout_status): Remove test as to whether stdout was already
64380         closed; it breaks for the case "echo x | sort >&-".
64381         Quote file name colons.
64382         Do not assume that _("write error") lacks format strings.
64383
64384 2000-05-15  Jim Meyering  <meyering@lucent.com>
64385
64386         * lib/version-etc.c (version_etc_copyright): Update the copyright
64387         string used in all --version output.
64388
64389 2000-05-14  Jim Meyering  <meyering@lucent.com>
64390
64391         * lib/closeout.c (close_stdout_set_file_name): New function.
64392         (close_stdout_status): Use new file-scoped global.
64393         Return right away if fstat says the stdout file descriptor is invalid.
64394         * lib/closeout.h (close_stdout_set_file_name): Declare.
64395
64396 2000-05-10  Jim Meyering  <meyering@lucent.com>
64397
64398         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64399         (close_stdout_set_status): New function.
64400         * lib/closeout.h (close_stdout_set_status): Declare.
64401
64402 2000-05-09  Jim Meyering  <meyering@lucent.com>
64403
64404         * m4/gettext.m4: Rename this...
64405         * m4/libintl.m4: ...to this.
64406
64407 2000-05-08  Jim Meyering  <meyering@lucent.com>
64408
64409         * lib/long-options.c: Don't include closeout.h.
64410         (parse_long_options): Don't call close_stdout for --version.
64411
64412 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64413
64414         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64415         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64416         2.1.3 bug.  This avoids a clash when files like regex.c define
64417         _GNU_SOURCE.
64418
64419 2000-05-06  Jim Meyering  <meyering@lucent.com>
64420
64421         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64422         (AC_REPLACE_FUNCS): Add strnlen.
64423
64424         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64425         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64426
64427         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64428         AC_SEARCH_LIBS call for nanosleep.
64429         (LIB_NANOSLEEP): Set and AC_SUBST.
64430
64431 2000-05-06  Jim Meyering  <meyering@lucent.com>
64432
64433         * lib/strnlen.c: Undefine __strnlen and strnlen.
64434         [!weak_alias]: Define __strnlen to strnlen.
64435
64436         * lib/atexit.c: New file, from libiberty.
64437
64438 2000-05-06  Jim Meyering  <meyering@lucent.com>
64439
64440         * lib/closeout.c (close_stdout_status): Also check for errors on the
64441         stderr stream.
64442
64443 2000-05-05  Jim Meyering  <meyering@lucent.com>
64444
64445         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64446         AC_SEARCH_LIBS call for clock_gettime.
64447         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64448
64449         * m4/search-libs.m4: Update from autoconf.
64450
64451         su doesn't work on Solaris 2.6.
64452         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64453         <shadow.h>.  Reported by Dragos Harabor.
64454
64455 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64456
64457         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64458         memcpy instead of xmalloc, xrealloc, path_concat.
64459         (locale_charset): Treat empty environment variables as absent.
64460         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64461
64462 2000-05-04  Jim Meyering  <meyering@lucent.com>
64463
64464         * lib/getopt.c: Update from glibc.
64465         * lib/obstack.c: Likewise.
64466         * lib/obstack.h: Likewise.
64467         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64468         file
64469
64470         * lib/regex.h: Likewise.
64471         * lib/strndup.c: Likewise.
64472         * lib/strnlen.c: New file, from glibc.
64473
64474 2000-05-03  Jim Meyering  <meyering@lucent.com>
64475
64476         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64477
64478 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64479
64480         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64481         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64482         compile-time test, rather than inspecting host and OS, to
64483         decide whether to define _LARGEFILE_SOURCE.
64484
64485 2000-05-01  Jim Meyering  <meyering@lucent.com>
64486
64487         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64488
64489         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64490         Based on a patch from Bruno Haible.
64491
64492 2000-05-01  Jim Meyering  <meyering@lucent.com>
64493
64494         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64495
64496 2000-04-29  Jim Meyering  <meyering@lucent.com>
64497
64498         * lib/path-concat.c: Declare strdup only if it's not defined.
64499         * lib/canon-host.c: Likewise.
64500
64501 2000-04-28  Jim Meyering  <meyering@lucent.com>
64502
64503         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64504         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64505         is included first, then limits.h is included by locale.h by libintl.h.
64506         From John David Anglin.
64507
64508 2000-04-25  Jim Meyering  <meyering@lucent.com>
64509
64510         * lib/makepath.c (S_IRWXUGO): Define.
64511         (make_path): Always perform explicit chmod if MODE specifies any
64512         of the `special' permission bits.  Prompted by a bug report against
64513         install from Mate Wierdl and Joost van Baal.
64514
64515 2000-04-18  Jim Meyering  <meyering@lucent.com>
64516
64517         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64518         (jm_PREREQ): Use it.
64519
64520 2000-04-18  Jim Meyering  <meyering@lucent.com>
64521
64522         * lib/README: New file.
64523
64524         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64525         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64526
64527 2000-04-17  Jim Meyering  <meyering@lucent.com>
64528
64529         Get it right :-)
64530         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64531         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64532         Suggestion from Akim Demaille.
64533
64534 2000-04-17  Jim Meyering  <meyering@lucent.com>
64535
64536         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64537         the definition of it to rpl_strftime also defined-away the system's
64538         declaration.
64539
64540 2000-04-15  Jim Meyering  <meyering@lucent.com>
64541
64542         Use `C' to denote so-called `contiguous' files, the same way
64543         that tar does.
64544         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64545         (ftypelet): Use S_ISCTG.
64546         From Michael Deutschmann.
64547
64548 2000-04-14  Jim Meyering  <meyering@lucent.com>
64549
64550         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64551         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64552         clobbered.
64553
64554 2000-04-14  Jim Meyering  <meyering@lucent.com>
64555
64556         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64557
64558 2000-04-13  Jim Meyering  <meyering@lucent.com>
64559
64560         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64561         AH_VERBATIM to insert required #ifndef into config.h.in.
64562         Suggestion from Akim Demaille.
64563
64564 2000-04-12  Jim Meyering  <meyering@lucent.com>
64565
64566         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64567         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64568         Christian Krackowizer.
64569
64570         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64571         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64572         (AC_SYS_LARGEFILE): Require.
64573         (AM_C_PROTOTYPES): Require.
64574
64575 2000-04-08  Jim Meyering  <meyering@lucent.com>
64576
64577         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64578         names don't conflict.  Reported by Eli Zaretskii.
64579
64580 2000-04-07  Jim Meyering  <meyering@lucent.com>
64581
64582         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64583         sys/types.h, to work around system header problems on AIX 3.2.5.
64584         From Bruno Haible.
64585
64586 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64587
64588         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64589         bug.  Deal with the different error behavior of Irix iconv.
64590
64591 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64592
64593         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64594         IRIX if the installer said otherwise.
64595
64596 2000-04-05  Jim Meyering  <meyering@lucent.com>
64597
64598         Portability tweaks required for ultrix4.3.
64599         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64600         (jm_CHECK_DECLS): Add getutent to the list of functions.
64601         (_jm_DECL_HEADERS): Add utmpx.h.
64602         From John David Anglin.
64603
64604         * m4/strftime.m4: Back out the 2000-04-02 change.
64605         Instead of that change, simply undefine putenv in the test program.
64606
64607 2000-04-05  Jim Meyering  <meyering@lucent.com>
64608
64609         Portability tweaks required for ultrix4.3.
64610         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64611         getutent.
64612         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64613         * lib/canon-host.c: Declare strdup.
64614         * lib/path-concat.c: Likewise.
64615         From John David Anglin.
64616
64617 2000-04-04  Jim Meyering  <meyering@lucent.com>
64618
64619         Be more DOS 8.3-friendly.
64620         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64621         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64622         * lib/Makefile.am: Reflect renaming.
64623         Reported by Eli Zaretskii.
64624
64625         Use a temporary file name that won't clash with `charset.alias'
64626         in the DOS 8.3 name space.
64627         * lib/Makefile.am (charset_tmp): Define.
64628         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64629         (uninstall-local): Likewise.
64630         Reported by Eli Zaretskii.
64631
64632 2000-04-03  Jim Meyering  <meyering@lucent.com>
64633
64634         * m4/gettext.m4: Fix typo in comment.
64635
64636         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64637         textutils/configure.in).  Suggestion from Paul Eggert.
64638         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64639
64640 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64641
64642         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64643         variable in the shell rather than using putenv, which isn't
64644         portable.  This avoids the configure-time inter-test dependency
64645         on the potentially-renamed putenv function.
64646
64647 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64648
64649         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64650         before checking struct stat.st_blksize, so that
64651         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64652
64653 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64654
64655         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64656         since strftime.c uses HAVE_STRFTIME to decide whether to use
64657         the underlying strftime.
64658
64659 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64660
64661         * lib/time/strftime.c (my_strftime): Make sure we call the system
64662         strftime, not ourselves, when invoking the underlying strftime.
64663
64664 2000-03-24  Jim Meyering  <meyering@lucent.com>
64665
64666         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64667         (charset_alias): Define.
64668         (install-exec-local): Factor out common code.
64669         (uninstall-local): Split lines longer than 80.
64670         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64671         (SUFFIXES): Define.
64672         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64673         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64674
64675 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64676
64677         * lib/config.charset: Output a line containing "Packages using this
64678         file".
64679         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64680         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64681         ref-del.sed): New rules.
64682
64683 2000-03-17  Jim Meyering  <meyering@lucent.com>
64684
64685         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64686         Otherwise, include <strings.h>
64687
64688 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64689
64690         * lib/unicodeio.c (utf8_wctomb): New function.
64691         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64692         format instead of in UCS-4 with platform dependent endianness.
64693
64694 2000-03-10  Jim Meyering  <meyering@lucent.com>
64695
64696         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64697         From Marco Franzen.
64698
64699 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64700
64701         * lib/savedir.c (savedir): Work even if directory size is
64702         negative; this can happen with some screwy NFS configurations.
64703
64704 2000-03-06  Jim Meyering  <meyering@lucent.com>
64705
64706         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64707         if it's NULL (because we ran out of memory).  From Bruno Haible.
64708
64709 2000-03-05  Jim Meyering  <meyering@lucent.com>
64710
64711         * lib/localcharset.c ("path-concat.h"): Include.
64712         (get_charset_aliases): Use path_concat instead of ANSI string
64713         concatenation.
64714
64715         * lib/unicodeio.h (PARAMS): Define.
64716         Use it to guard prototype.
64717
64718 2000-03-04  Jim Meyering  <meyering@lucent.com>
64719
64720         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64721         for lib/localcharset.c.
64722
64723 2000-03-04  Jim Meyering  <meyering@lucent.com>
64724
64725         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64726         installing into it.
64727         (uninstall-local): Uncomment this rule so `make distcheck' works
64728         once again.
64729
64730         * lib/unicodeio.c (<errno.h>): Include it.
64731         (errno): Declare if not defined.
64732
64733         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64734
64735         * lib/config.charset: New version, incorporating remarks from a linux
64736         i18n mailing list.  From Bruno Haible.
64737
64738 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64739
64740         * m4/codeset.m4: New file.
64741         * m4/iconv.m4: New file.
64742         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64743
64744 2000-03-03  Jim Meyering  <meyering@lucent.com>
64745
64746         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64747
64748 2000-03-02  Jim Meyering  <meyering@lucent.com>
64749
64750         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64751         the messages come out on separate lines.
64752
64753         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64754         rather than jm_CHECK_DECLARATIONS.
64755         * m4/decl.m4: Remove now-unused file.
64756
64757         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64758         geteuid.
64759
64760 2000-03-02  Jim Meyering  <meyering@lucent.com>
64761
64762         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64763
64764 2000-03-01  Jim Meyering  <meyering@lucent.com>
64765
64766         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64767         * lib/unicodeio.c: Likewise.
64768
64769 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64770
64771         * lib/config.charset: New file.
64772         * lib/localcharset.c: New file.
64773         * lib/unicodeio.h, lib/unicodeio.c: New files.
64774         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64775         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64776         (noinst_HEADERS): Add unicodeio.h.
64777         (all-local, install-exec-local, charset.alias): New targets.
64778
64779 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64780
64781         * lib/quotearg.c (ALERT_CHAR): New macro.
64782         (quotearg_buffer_restyled): Use it.
64783
64784 2000-02-27  Jim Meyering  <meyering@lucent.com>
64785
64786         * m4/check-decl.m4: Add getenv to the list.
64787
64788 2000-02-27  Jim Meyering  <meyering@lucent.com>
64789
64790         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64791         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64792
64793         * lib/backupfile.c: Guard inclusion of stdlib.h with
64794         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64795         Declare malloc if needed.
64796
64797         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64798         `#ifndef HAVE_DECL..'
64799         now that autoconf always defines the HAVE_DECL_ symbols.
64800         * lib/human.c: Likewise.
64801         * lib/same.c: Likewise.
64802         * lib/strtoumax.c: Likewise.
64803
64804         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64805         declaration check was not run.
64806         * lib/hash.c: Likewise.
64807         * lib/human.c: Likewise.
64808         * lib/same.c: Likewise.
64809         * lib/strtoumax.c: Likewise.
64810
64811         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64812         `.', then first look up the entire `.'-containing string as a login
64813         name.
64814
64815 2000-02-23  Jim Meyering  <meyering@lucent.com>
64816
64817         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64818         in place of my hack.
64819
64820 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64821
64822         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64823         (textint): New typedef.
64824         (parser_control): Member year changed from int to textint.
64825         All uses changed.
64826         (YYSTYPE): Removed; replaced by %union with int and textint members.
64827         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64828         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64829         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64830         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64831         (date, number, to_year): Use width of number in digits, not its value,
64832         to determine whether it's a 2-digit year, or a 2-digit time.
64833         (yylex): Store number of digits of numeric tokens.
64834         Reported by John Kendall.
64835
64836         (parser_control): Changed from struct parser_control to typedef (for
64837         consistency).  All uses changed.
64838
64839         (tID): Removed; not used.
64840         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64841
64842 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64843
64844         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64845         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64846
64847 2000-02-12  Jim Meyering  <meyering@lucent.com>
64848
64849         * lib/userspec.c (ISDIGIT): Define it.
64850         (isdigit): Remove definition.
64851         (is_number): Use ISDIGIT, not isdigit.
64852         <libintl.h>: Include.
64853         (_ and N_): Define.
64854         (parse_user_spec): Mark translatable strings.
64855
64856 2000-02-10  Jim Meyering  <meyering@lucent.com>
64857
64858         With these changes, nanosleep.[ch] are finally enough like the other
64859         lib/* replacement files to compile on a few more losing systems.
64860
64861         * lib/nanosleep.h: Don't include config.h.
64862         Remove prototype from declaration of nanosleep.
64863         (PARAMS): Remove now-unneeded definition.
64864         * lib/nanosleep.c: #undef nanosleep.
64865         (rpl_nanosleep): Rename from nanosleep.
64866
64867 2000-02-10  Jim Meyering  <meyering@lucent.com>
64868
64869         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64870         gnu_nanosleep to rpl_nanosleep.
64871
64872 2000-02-09  Jim Meyering  <meyering@lucent.com>
64873
64874         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64875         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64876
64877 2000-02-08  Akim Demaille  <akim@epita.fr>
64878
64879         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64880         `[' and `]' and remove uses of `changequote'.
64881         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64882         (AC_SYS_LARGEFILE): Likewise.
64883         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64884         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64885         of changequote.
64886         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64887         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64888         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64889         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64890
64891 2000-02-05  Jim Meyering  <meyering@lucent.com>
64892
64893         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64894         Remove explicit use of AC_HEADER_TIME.  It is required by
64895         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64896         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64897         in autoconf whereby the expansion of the latter ended up preceding
64898         the expansion of its prerequisite, AC_HEADER_TIME.
64899         Reported by Volker Borchert.
64900
64901 2000-02-03  Jim Meyering  <meyering@lucent.com>
64902
64903         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64904
64905 2000-02-03  Jim Meyering  <meyering@lucent.com>
64906
64907         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64908         rather than with `#if HAVE_UTMPNAME'.
64909
64910 2000-02-02  Jim Meyering  <meyering@lucent.com>
64911
64912         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64913         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64914         Reported by Eli Zaretskii.
64915
64916 2000-02-01  Jim Meyering  <meyering@lucent.com>
64917
64918         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64919
64920 2000-01-31  Jim Meyering  <meyering@lucent.com>
64921
64922         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64923         functions.  Add the time.h and sys/time.h headers along with the
64924         AC_REQUIRE'ment of AC_HEADER_TIME.
64925
64926 2000-01-31  Jim Meyering  <meyering@lucent.com>
64927
64928         * lib/nanosleep.h (nanosleep): Guard declaration with
64929         `#if ! HAVE_DECL_NANOSLEEP'.
64930         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64931         the declaration in that vendor's sys/timers.h.
64932         Reported by Christian Krackowizer.
64933
64934         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64935         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64936         (ISPRINT): Likewise.
64937         Reported by Tom Tromey.
64938
64939 2000-01-30  Jim Meyering  <meyering@lucent.com>
64940
64941         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64942
64943         * m4/prereq.m4 (utmp_includes): Define.
64944         Check for ut_user and ut_name members in both struct utmpx
64945         and struct utmp.
64946
64947 2000-01-30  Jim Meyering  <meyering@lucent.com>
64948
64949         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64950         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64951         header files where only utmpx.ut_user is declared.
64952
64953         * lib/readutmp.h (UT_USER): Define.
64954
64955 2000-01-29  Jim Meyering  <meyering@lucent.com>
64956
64957         * m4/lib-check.m4: New file containing library-related checks from
64958         fileutils and sh-utils (textutils had none).
64959
64960 2000-01-28  Jim Meyering  <meyering@lucent.com>
64961
64962         * m4/perl.m4: Change format of warning message to look more like that
64963         from the missing script.  Suggestion from François Pinard.
64964
64965 2000-01-25  Jim Meyering  <meyering@lucent.com>
64966
64967         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64968         well as time.h in the compile check.
64969         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64970         Fix typo in cross-compiling case: s/yes/no/.
64971
64972 2000-01-23  Jim Meyering  <meyering@lucent.com>
64973
64974         * m4/jm-macros.m4: Move df-related tests here from
64975         fileutils/configure.in
64976
64977         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64978         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64979
64980         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64981         s/space/ac_fsusage_space/.
64982         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64983
64984         * m4/ftruncate.m4: New file (derived from part of
64985         fileutils/configure.in).
64986         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64987         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64988
64989         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64990         AC_SUBST these here, rather than just in sh-util/configure.in, so
64991         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64992         all the same.
64993         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64994         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64995         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64996         (AC_SUBST(POW_LIBM)): Likewise.
64997         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64998
64999 2000-01-23  Jim Meyering  <meyering@lucent.com>
65000
65001         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65002         obstack.c.
65003
65004 2000-01-22  Jim Meyering  <meyering@lucent.com>
65005
65006         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65007
65008         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65009
65010         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65011         configure.in
65012         (AC_CHECK_HEADERS): Likewise for sh-utils.
65013         (AC_CHECK_HEADERS): Likewise for textutils.
65014         Merge the three lists of headers.
65015
65016         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65017         from fileutils' configure.in.
65018
65019         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65020         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65021         check-decl.m4.
65022
65023         * m4/check-decl.m4: Use #if rather than #ifdef.
65024         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65025         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65026         (_jm_DECL_HEADERS): Define new function.
65027         (jm_CHECK_DECLARATIONS): Require it.
65028
65029 2000-01-22  Jim Meyering  <meyering@lucent.com>
65030
65031         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65032         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65033         Required for some AIX systems.  Reported by Christian Krackowizer.
65034         [TESTING] (main): New function.
65035
65036         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65037         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65038         letters.
65039
65040         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65041         iswprint.
65042
65043         * lib/strverscmp.c (ISDIGIT): Define.
65044         (strverscmp): Use ISDIGIT, not isdigit.
65045
65046 2000-01-19  Jim Meyering  <meyering@lucent.com>
65047
65048         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65049         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65050         defines `struct timespec' in <sys/time.h>
65051
65052         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65053         Thanks to Akim for explaining.
65054
65055 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65056
65057         * lib/nanosleep.c (nanosleep):
65058         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65059         POSIX.1 doesn't require SA_INTERRUPT and some systems
65060         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65061         it's been part of POSIX.1 since day 1 (in 1988).
65062
65063 2000-01-17  Jim Meyering  <meyering@lucent.com>
65064
65065         * lib/interlock: Remove unused file.  Reported by François Pinard.
65066
65067 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65068
65069         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65070         alert, backslash, formfeed, and vertical tab unnecessarily in
65071         shell quoting style.
65072
65073 2000-01-16  Jim Meyering  <meyering@lucent.com>
65074
65075         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65076         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65077         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65078         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65079
65080 2000-01-16  Jim Meyering  <meyering@lucent.com>
65081
65082         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65083         because the latter didn't work.
65084
65085 2000-01-15  Jim Meyering  <meyering@lucent.com>
65086
65087         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65088         (AC_REPLACE_FUNCS): Add memcpy and memset.
65089         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65090         Add strpbrk.
65091         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65092
65093 2000-01-12  Jim Meyering  <meyering@lucent.com>
65094
65095         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65096         (jm_PREREQ): Use it.
65097         (jm_PREREQ_READUTMP): New macro.
65098         (jm_PREREQ): Use it.
65099
65100 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65101
65102         Quote multibyte characters correctly.
65103         * m4/c-bs-a.m4: New file.
65104         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65105         (jm_PREREQ): Use it.
65106
65107 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65108
65109         * m4/uintmax_t.m4: Port to autoconf 2.13.
65110
65111 2000-01-08  Jim Meyering  <meyering@ascend.com>
65112
65113         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65114         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65115
65116 2000-01-04  Jim Meyering  <meyering@ascend.com>
65117
65118         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65119         jm_STRUCT_DIRENT_D_TYPE.
65120         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65121         jm_STRUCT_DIRENT_D_INO.
65122         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
65123         jm_STRUCT_UTIMBUF.
65124         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
65125         renamings.
65126         * m4/utime.m4: Likewise.
65127
65128         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
65129         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
65130
65131 2000-01-03  Paul Eggert  <eggert@twinsun.com>
65132
65133         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
65134         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
65135
65136 2000-01-02  Jim Meyering  <meyering@ascend.com>
65137
65138         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
65139         remember if this is necessary.
65140
65141 1999-12-26  Jim Meyering  <meyering@ascend.com>
65142
65143         * m4/jm-macros.m4: Use it here.
65144         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
65145
65146 1999-12-23  Jim Meyering  <meyering@ascend.com>
65147
65148         * m4/jm-macros.m4: Check for clock_gettime (moved from
65149         fileutils/configure.in)
65150         Check for gettimeofday.
65151
65152 1999-12-20  Jim Meyering  <meyering@ascend.com>
65153
65154         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
65155         autoconf-2.14a-1999-12-20.
65156
65157 1999-12-19  Jim Meyering  <meyering@ascend.com>
65158
65159         * m4/lstat-slash.m4: New file.
65160         * m4/jm-macros.m4: Use the new macro:
65161         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65162
65163 1999-12-07  Jim Meyering  <meyering@ascend.com>
65164
65165         * m4/perl.m4: Require that File::Compare be available, too.
65166         Too many systems seem to lack it.
65167
65168         * m4/strftime.m4: Add checks for most of the cpp macros tested in
65169         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
65170
65171 1999-11-18  Paul Eggert  <eggert@twinsun.com>
65172
65173         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
65174         problem with the QNX 4.25 shell, which doesn't propagate exit
65175         status of failed commands inside shell assignments.
65176
65177 1999-11-17  Jim Meyering  <meyering@ascend.com>
65178
65179         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
65180
65181 1999-11-07  Jim Meyering  <meyering@ascend.com>
65182
65183         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
65184
65185 1999-11-06  Jim Meyering  <meyering@ascend.com>
65186
65187         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
65188         * m4/jm-macros.m4 (jm_MACROS): Use it here.
65189
65190 1999-11-05  Jim Meyering  <meyering@ascend.com>
65191
65192         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
65193         configure.in of textutils, fileutils, and sh-utils into this one
65194         (shared between those packages) file.
65195         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
65196         AC_STRUCT_ST_BLKSIZE.
65197
65198 1999-11-03  Jim Meyering  <meyering@ascend.com>
65199
65200         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
65201         of AC_CHECK_TYPE checks includes unistd.h.
65202         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
65203         Suggestion from Akim Demaille.
65204
65205 1999-10-30  Jim Meyering  <meyering@ascend.com>
65206
65207         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
65208         m4-quoted string.
65209         * m4/ls-mntd-fs.m4: Likewise.
65210         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
65211         * m4/jm-winsz1.m4: Likewise.
65212
65213         * m4/const.m4: Remove file, since the fix made it into the experimental
65214         version of autoconf.
65215         * m4/mktime.m4: Likewise.
65216
65217         * m4/check-type.m4: Remove file, now that the latest version of
65218         AC_CHECK_TYPE takes a third arg to specify additional #includes.
65219
65220         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
65221         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
65222         AC_CHECK_TYPE.
65223
65224 1999-10-04  Jim Meyering  <meyering@ascend.com>
65225
65226         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
65227
65228 1999-09-22  Paul Eggert  <eggert@twinsun.com>
65229
65230         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
65231         2.95.1 bug with HP-UX 10.20.
65232
65233 1999-09-17  Jim Meyering  <meyering@ascend.com>
65234
65235         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
65236         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
65237         due to missing strdup (against sh-utils-2.0).
65238
65239 1999-08-29  Jim Meyering  <meyering@ascend.com>
65240
65241         * m4/jm-macros.m4: Require jm_BISON.
65242         * m4/bison.m4: New file.
65243
65244 1999-08-17  Paul Eggert  <eggert@twinsun.com>
65245
65246         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
65247         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
65248
65249 1999-08-05  Jim Meyering  <meyering@ascend.com>
65250
65251         * m4/getline.m4: Rename test file from conftestdata to conftest.data
65252         to avoid conflicts with `conftest' on 8+3 filesystems.
65253         Suggestion from Eli Zaretskii.
65254
65255 1999-08-04  Jim Meyering  <meyering@ascend.com>
65256
65257         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
65258         fileutils and sh-utils (textutils's getline test was inadequate).
65259         (AM_FUNC_GETLINE): Run this test.
65260         (AC_CHECK_FUNCS): Check for getdelim.
65261         Reported by Bob Proulx.
65262
65263 1999-08-02  Jim Meyering  <meyering@ascend.com>
65264
65265         * m4/jm-macros.m4: Add a comment.
65266
65267 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65268
65269         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
65270         <inttypes.h> defines strtoumax as a macro (and not as a
65271         function).
65272
65273 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65274
65275         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65276         that we can shift, multiply and divide unsigned long long
65277         values; Ultrix cc can't do it.
65278
65279 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65280
65281         * m4/mktime.m4: New file, which is a preview of what should appear
65282         in the next public autoconf release.
65283
65284 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65285
65286         * m4/lfs.m4: Remove this file.
65287         * m4/largefile.m4: New file.  It contains the old contents of
65288         lfs.m4, except that all names with prefix AC_LFS have been
65289         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65290         compatible with future autoconf versions.  Also, some minor m4
65291         quoting problems have been fixed.
65292
65293 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65294
65295         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65296         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65297         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65298         and simplify the shell code.
65299
65300 1999-08-01  Jim Meyering  <meyering@ascend.com>
65301
65302         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65303         m4.
65304
65305 1999-07-20  Jim Meyering  <meyering@ascend.com>
65306
65307         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65308
65309 1999-07-15  Jim Meyering  <meyering@ascend.com>
65310
65311         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65312
65313 1999-05-22  Jim Meyering  <meyering@ascend.com>
65314
65315         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65316
65317 1999-05-20  Jim Meyering  <meyering@ascend.com>
65318
65319         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65320         Add a colon after each `then' in case $4 is empty.
65321
65322 1999-05-16  Jim Meyering  <meyering@ascend.com>
65323
65324         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65325
65326 1999-05-10  Jim Meyering  <meyering@ascend.com>
65327
65328         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65329
65330         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65331         AC_FUNC_MKTIME.
65332
65333 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65334
65335         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65336
65337 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65338
65339         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65340         not CPPFLAGS, so that linking works correctly in IRIX.
65341
65342 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65343
65344         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65345
65346 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65347
65348         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65349         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65350         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65351         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65352         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65353
65354         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65355
65356 1999-04-20  Jim Meyering  <meyering@ascend.com>
65357
65358         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65359         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65360         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65361
65362 1999-04-18  Jim Meyering  <meyering@ascend.com>
65363
65364         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65365         * m4/jm-macros.m4: Use it.
65366
65367 1999-04-06  Jim Meyering  <meyering@ascend.com>
65368
65369         * m4/strftime.m4: Remove test for %f.
65370
65371 1999-03-29  Jim Meyering  <meyering@ascend.com>
65372
65373         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65374         superset of the AC_TYPE_* checks in the textutils, fileutils,
65375         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65376         AC_TYPE_PID_T.
65377
65378 1999-03-28  Jim Meyering  <meyering@ascend.com>
65379
65380         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65381         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65382         replaced e.g., in the *.sh files of the sh-utils.
65383
65384 1999-03-20  Jim Meyering  <meyering@ascend.com>
65385
65386         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65387         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65388         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65389
65390 1999-03-19  Jim Meyering  <meyering@ascend.com>
65391
65392         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65393
65394 1999-03-12  Jim Meyering  <meyering@ascend.com>
65395
65396         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65397
65398 1999-03-07  Jim Meyering  <meyering@ascend.com>
65399
65400         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65401         declared.
65402
65403 1999-02-17  Jim Meyering  <meyering@ascend.com>
65404
65405         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65406         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65407
65408 1999-02-07  Jim Meyering  <meyering@ascend.com>
65409
65410         * m4/group-member.m4: New file -- extracted from sh-utils'
65411         configure.in.
65412
65413         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65414         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65415
65416 1999-02-06  Jim Meyering  <meyering@ascend.com>
65417
65418         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65419         * m4/fnmatch.m4: Likewise.
65420         * m4/getgroups.m4: Likewise.
65421         * m4/lstat.m4: Likewise.
65422         * m4/malloc.m4: Likewise.
65423         * m4/putenv.m4: Likewise.
65424         * m4/realloc.m4: Likewise.
65425         * m4/regex.m4: Likewise.
65426         * m4/stat.m4: Likewise.
65427         * m4/strftime.m4: Likewise.
65428         Suggestion from Alain Magloire.
65429
65430         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65431         * m4/fnmatch.m4: Likewise.
65432         * m4/getgroups.m4: Likewise.
65433         * m4/getline.m4: Likewise.
65434         * m4/lstat.m4: Likewise.
65435         * m4/malloc.m4: Likewise.
65436         * m4/memcmp.m4: Likewise.
65437         * m4/putenv.m4: Likewise.
65438         * m4/realloc.m4: Likewise.
65439         * m4/regex.m4: Likewise.
65440         * m4/stat.m4: Likewise.
65441         * m4/strftime.m4: Likewise.
65442         Suggestion from Alain Magloire.
65443
65444         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65445         an argument.
65446
65447         * m4/regex.m4: Add a run-time Test for proper operation of
65448         re_compile_pattern.
65449
65450 1999-01-31  Jim Meyering  <meyering@ascend.com>
65451
65452         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65453
65454 1999-01-30  Jim Meyering  <meyering@ascend.com>
65455
65456         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65457
65458         * m4/jm-mktime.m4: Make this a wrapper around the official
65459         AM_FUNC_MKTIME rather than my private copy, now that the official one
65460         is up to date.
65461         * m4/mktime.m4: Remove file.
65462
65463         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65464         * m4/uptime.m4: Likewise.
65465         * m4/uintmax_t.m4: Likewise.
65466
65467 1999-01-28  Jim Meyering  <meyering@ascend.com>
65468
65469         * m4/jm-macros.m4: Use jm_AFS.
65470         * m4/afs.m4: New file (from fileutils' configure.in).
65471
65472         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65473         * m4/chown.m4: Likewise.
65474         * m4/d-ino.m4: Likewise.
65475         * m4/d-type.m4: Likewise.
65476         * m4/fnmatch.m4: Likewise.
65477         * m4/getgroups.m4: Likewise.
65478         * m4/gettext.m4: Likewise.
65479         * m4/jm-mktime.m4: Likewise.
65480         * m4/jm-winsz2.m4: Likewise.
65481         * m4/lcmessage.m4: Likewise.
65482         * m4/ls-mntd-fs.m4: Likewise.
65483         * m4/malloc.m4: Likewise.
65484         * m4/memcmp.m4: Likewise.
65485         * m4/putenv.m4: Likewise.
65486         * m4/realloc.m4: Likewise.
65487         * m4/st_mtim.m4: Likewise.
65488         * m4/strftime.m4: Likewise.
65489
65490 1999-01-16  Jim Meyering  <meyering@ascend.com>
65491
65492         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65493         (ARGMATCH_DIE_DECL): Define.
65494
65495 1999-01-12  Jim Meyering  <meyering@ascend.com>
65496
65497         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65498         Reported by Lars Hecking.
65499
65500 1999-01-10  Jim Meyering  <meyering@ascend.com>
65501
65502         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65503         gross kludge.
65504         * m4/inttypes_h.m4: Likewise.
65505         * m4/lstat.m4: Likewise.
65506         * m4/malloc.m4: Likewise.
65507         * m4/readdir.m4: Likewise.
65508         * m4/realloc.m4: Likewise.
65509         * m4/st_dm_mode.m4: Likewise.
65510         * m4/stat.m4: Likewise.
65511         * m4/utimbuf.m4: Likewise.
65512         * m4/utimes.m4: Likewise.
65513
65514         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65515         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65516         comments in config.h.in are meaningful.
65517
65518         * m4/jm-macros.m4: Require autoconf-2.13 here.
65519
65520         * m4/regex.m4: By default, don't use the included regex.c on systems
65521         with glibc 2.  Suggestion from Uli Drepper.
65522
65523 1999-01-02  Jim Meyering  <meyering@ascend.com>
65524
65525         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65526
65527 1998-12-18  Jim Meyering  <meyering@ascend.com>
65528
65529         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65530         Based on a suggestion from Lars Hecking.
65531
65532 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65533
65534         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65535
65536 1998-11-16  Jim Meyering  <meyering@ascend.com>
65537
65538         * m4/lfs.m4: Double-quote the `uname...` expression.
65539
65540 1998-11-14  Jim Meyering  <meyering@ascend.com>
65541
65542         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65543         * m4/stat.m4: Likewise.
65544
65545 1998-11-03  Jim Meyering  <meyering@ascend.com>
65546
65547         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65548         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65549
65550 1998-10-18  Jim Meyering  <meyering@ascend.com>
65551
65552         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65553
65554 1998-10-17  Jim Meyering  <meyering@ascend.com>
65555
65556         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65557         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65558         calls for those previously hard-coded headers.  Instead, take a new
65559         parameter.
65560         (jm_CHECK_DECLARATIONS): Reflect interface change.
65561         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65562         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65563
65564         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65565
65566 1998-10-14  Jim Meyering  <meyering@ascend.com>
65567
65568         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65569         instead of "TZ=America/Vancouver".  From Paul Eggert.
65570
65571 1998-10-11  Jim Meyering  <meyering@ascend.com>
65572
65573         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65574         This adds a test for a recently added compatibility fix for mktime.c.
65575         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65576
65577 1998-09-27  Jim Meyering  <meyering@ascend.com>
65578
65579         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65580
65581         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65582         ../configure.in, including a change from Gordon Matzigkeit to allow
65583         cross-compiling for the Hurd.
65584
65585         * m4/glibc.m4: New file/macro to test for the GNU C Library
65586         versions 1 and 2.  From Gordon Matzigkeit.
65587         Indent.
65588
65589 1998-09-21  Jim Meyering  <meyering@ascend.com>
65590
65591         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65592
65593 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65594
65595         Port nanosecond-resolution times to UnixWare 2.1.2 and
65596         pedantic Solaris 2.6.
65597
65598         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65599         AC_STRUCT_ST_MTIM.
65600         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65601         Generate name of ns member, instead of just 1 or undef.
65602         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65603
65604 1998-08-15  Jim Meyering  <meyering@ascend.com>
65605
65606         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65607         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65608         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65609         instead of jm_TYPE_SSIZE_T.
65610
65611 1998-08-12  Jim Meyering  <meyering@ascend.com>
65612
65613         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65614
65615 1998-08-02  Jim Meyering  <meyering@ascend.com>
65616
65617         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65618         in acconfig.h manually.
65619
65620 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65621
65622         * m4/st_mtim.m4: New file.
65623
65624 1998-07-28  Jim Meyering  <meyering@ascend.com>
65625
65626         * m4/utimes.m4: Undef stat.
65627
65628 1998-07-25  Jim Meyering  <meyering@ascend.com>
65629
65630         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65631         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65632
65633 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65634
65635         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65636         uid and gid actually remain unchanged.
65637
65638 1998-07-07  Jim Meyering  <meyering@ascend.com>
65639
65640         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65641
65642 1998-07-04  Jim Meyering  <meyering@ascend.com>
65643
65644         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65645         to prove that this macro can be used in packages without regex.c.
65646
65647 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65648
65649         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65650         is to be used.
65651
65652 1998-07-03  Jim Meyering  <meyering@ascend.com>
65653
65654         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65655
65656         * m4/gettext.m4: New file -- from gettext-0.10.35.
65657         * m4/lcmessage.m4: Likewise.
65658         * m4/progtest.m4: Likewise.
65659
65660         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65661         * m4/jm-macros.m4: Require the new macro.
65662
65663 1998-06-29  Jim Meyering  <meyering@ascend.com>
65664
65665         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65666         for the definition of NGROUPS (used in a system header included
65667         by sys/mount.h).
65668
65669 1998-06-28  Jim Meyering  <meyering@ascend.com>
65670
65671         * m4/ls-mntd-fs.m4: New file.
65672         * m4/fstypename.m4: New file.
65673
65674         * m4/jm-macros.m4: Require the new macro.
65675         * m4/jm-glibc-io.m4: New file.
65676
65677 1998-05-19  Jim Meyering  <meyering@ascend.com>
65678
65679         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65680         * m4/lchown.m4: New file.
65681
65682         * m4/Makefile.am.in: New file.
65683         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65684
65685 1998-05-14  Jim Meyering  <meyering@ascend.com>
65686
65687         * m4/Makefile.am (EXTRA_DIST): Add them.
65688         * m4/jm-macros.m4: New file.
65689         * m4/utimbuf.m4: New file.
65690
65691 1998-05-12  Jim Meyering  <meyering@ascend.com>
65692
65693         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65694
65695 1998-05-11  Jim Meyering  <meyering@ascend.com>
65696
65697         * m4/isc-posix.m4: New file.
65698
65699 1998-05-10  Jim Meyering  <meyering@ascend.com>
65700
65701         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65702
65703 1998-05-09  Jim Meyering  <meyering@ascend.com>
65704
65705         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65706         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65707         with automake.
65708
65709         * m4/ssize_t.m4: New file.
65710         * m4/mktime.m4: Remove file -- the new automake has this now.
65711
65712 1998-04-26  Jim Meyering  <meyering@ascend.com>
65713
65714         * m4/assert.m4: New file.
65715         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65716
65717 1998-04-05  Jim Meyering  <meyering@ascend.com>
65718
65719         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65720         (jm_PREREQ): Use it here.
65721
65722 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65723
65724         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65725         in acconfig.h.
65726
65727 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65728
65729         * m4/prereq.m4: New file.
65730         * m4/error.m4: New file.
65731         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65732
65733 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65734
65735         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65736         cache-check for the same variable -- that defeated the purpose of
65737         the test; the test program was never run.  This was a problem only
65738         on systems with losing getline functions -- HP-UX 10.20 is one.
65739         Reported by Bjorn Helgaas.
65740
65741 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65742
65743         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65744
65745 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65746
65747         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65748
65749         * m4/const.m4: New file.  Use an initializer in this declaration
65750         typedef int charset[2]; const charset x;
65751         Reported by Bob Glickstein.
65752
65753 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65754
65755         * m4/chown.m4: Fix reversed types on -1 args to chown.
65756         From Kaveh Ghazi.
65757
65758 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65759
65760         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65761         Add lseek and memchr.
65762
65763         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65764         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65765         have a 20-character limit on names.
65766
65767 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65768
65769         * m4/inttypes_h.m4: New file.
65770         * m4/uintmax_t.m4: New file.
65771         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65772
65773
65774         -----
65775
65776         Local Variables:
65777         coding: utf-8
65778         End:
65779
65780         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65781
65782         Copying and distribution of this file, with or without
65783         modification, are permitted provided the copyright notice
65784         and this notice are preserved.